Done. https://issues.apache.org/jira/browse/CXF-1381
I did run into one issue. JWS WebParam and WebResult have no type
field in the annotation. If you have a simple type, say String, and
you specify a name in the WebParam annotation, the schema type name
does not reflect this configuration. The commented out code in
JaxbXmlParamTypeTest demonstrates this problem.
Besides that, everything else seems to works.
-dain
On Jan 3, 2008, at 12:31 PM, Dain Sundstrom wrote:
Sure. I need to write a TypeCreator for SOAP encoded anyway.
-dain
On Jan 3, 2008, at 10:17 AM, Benson Margulies wrote:
Dain, are you willing to take this one?
And, while at it, why not make Aegis respect JAXB @'s when they
have the
same 'simple' name and semantics?
On Thu, 2008-01-03 at 10:04 -0800, Dain Sundstrom wrote:
On Jan 3, 2008, at 5:52 AM, Benson Margulies wrote:
On Wed, 2008-01-02 at 21:07 -0800, Dain Sundstrom wrote:
Why don't we support the xfire annotations also? It would be
pretty
easy for the code to check for both.
-dain
We'd need to rehydrate the old classes under their old packages.
I don't know if that might ruffle and Apache feathers. Dan?
This is a common problem for projects that moved to the ASF. In
openejb we have a few classes in the old org.openejb package for
backward compatibility.
-dain