- 
        1. Re: serialization performance improvements..thomas.diesler May 17, 2005 7:09 AM (in response to omatzura)Ole, 
 thanks for this work. Are you interested in applying your findings to the new jbossws stack? Resources are best spent there, as we have already put the Axis based stack into maintenance.
- 
        2. Re: serialization performance improvements..omatzura May 17, 2005 7:55 AM (in response to omatzura)Thomas, 
 I'll could definetly give it a try.. where do I start? How/where do I get the "new" jbossws stack?
 regards!
 /Ole
- 
        3. Re: serialization performance improvements..thomas.diesler May 18, 2005 4:19 AM (in response to omatzura)cvs co jboss-head 
 cd /jboss-head/webservice
 ant deploy-jbossws
 cd /jboss-head/webservice/test
 ant tests
 Development is test driven, we have zero tollerance policy on test failures. Development issues are beeing discussed here
 http://www.jboss.org/index.html?module=bb&op=viewforum&f=174
 good luck
- 
        4. Re: serialization performance improvements..gwright00 May 18, 2005 11:02 AM (in response to omatzura)I am trying to use the same technique (doc/literal, nodatabinding, and 
 xmlbeans for java binding, jboss 4.0.2, ejb endpoint). After I add my
 xmlbean generated document to the SOAPBodyElement using
 addDocument(); the Axis runtime throws a NAMESPACE_ERR.
 I would very much love to see a complete working example.
- 
        5. Re: serialization performance improvements..omatzura May 18, 2005 11:12 AM (in response to omatzura)Hi 
 there were some errors in the addDocument method in jboss 4.0.1 so we created our own method to convert the dom node returned by XmlObject.getDomNode() to a SOAPElement..
 regards!
 /Ole
 
     
    