[AXIS2] Problem with inheritance as return type

2012-07-25 Thread Markus Zimmer
Hello, I have a minor problem with one of my webservices which uses inheritance. Let me show you two classfiles (there are about 5 or 6 classes which extra attributes): public abstract class WSTransferMessage { protected String type; protected String name; protected String id;

[axis2-1.6.1] ERRORS during undeployment

2012-07-25 Thread Stadelmann Josef
I have a axis2 JAXWS Application departing from the MTOM Sample of Axis2. I run on Vista and OpenVMS under JDK 6.0 and Axis2-16.1. Depolyment is error free, however undeployment or stop causes output from Tomcat as shown below. How can I prevent that? I am not so knowleged about ThreadLocal's?

Re: [axis2-1.6.1] ERRORS during undeployment

2012-07-25 Thread Andreas Veithen
That's basically a false positive reported by the Tomcat class loader leak prevention system. See https://issues.apache.org/jira/browse/AXIOM-390. If you want to avoid that message, file a bug report to Apache Tomcat. Andreas On Wed, Jul 25, 2012 at 3:05 PM, Stadelmann Josef

AW: [axis2-1.6.1] ERRORS during undeployment

2012-07-25 Thread Stadelmann Josef
Thank you Andreas, I will check if that happens with the latest Tomcat If that fails, I will file a JIRA against Tomcat. Regards Josef -Ursprüngliche Nachricht- Von: Andreas Veithen [mailto:andreas.veit...@gmail.com] Gesendet: Mittwoch, 25. Juli 2012 15:20 An: java-user@axis.apache.org

RE: newbie needs help with WSDL

2012-07-25 Thread Doughty, Michael
You're using rpc/literal bindings. This means that you will need to specify the type of the wsdl:part element instead of an element, which would be how you do it in document/literal, not rpc/literal. So define ListItem and ArrayOfListItem as complex types instead, then reference them as