[ https://issues.apache.org/jira/browse/CXF-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601257#action_12601257 ]
Daniel Kulp commented on CXF-1618: ---------------------------------- I fixed the jaxws version. That was a bug in RFSB. For the non-jaxws version, I don't think it's really fixable using that interface. The exception that is thrown should be better, but it's more or less behaving correctly. I've changed the configuration to do make sure isWrapped returns false. (the default is true). It now throws another exception because it doesn't know how to map the Holder<...> thing. That's a jaxws thing so the holder doesn't get mapped and there isn't a type for the part. > ReflectionServiceFactoryBean creates inconsistent schema for messages with > parts with types and no elements > ----------------------------------------------------------------------------------------------------------- > > Key: CXF-1618 > URL: https://issues.apache.org/jira/browse/CXF-1618 > Project: CXF > Issue Type: Bug > Components: Core > Affects Versions: 2.1 > Reporter: Benson Margulies > Assignee: Daniel Kulp > > I added an @Ignored test that fails to the ReflectionServiceFactoryBeanTest. > This test demonstrates the model cooking itself up with a part element QName > for an element that isn't in the schema. > The same results ensue when run with the JaxWsServiceFactoryBean, whose test > also has this case now. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.