Before I go to JIRA ...
I think I have a JAXWS issue here, but I wanted to check on the
semantics.
JAXWS + JAXB.
package-info.java specifies elementFormDefault qualified and a prefix
for one namespace, but no namespace URI for the package.
TNS for service is uri:org.apache.cxf.javascript.fortest.
Wrapper bean for function has complex type with element.
Element has @XmlType with namespace of:
uri:org.apache.cxf.javascript.testns.
The constructed XmlSchema for the complex type for one of the method
wrappers has an XmlSchemaElement with a refName for
{}testBean1
Instead of {uri:org.apache.cxf.javascript.testns}testBean1
I provoked this issue by adding the package-info.java.
This can't be right, can it?