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;
prote
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?
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
wrote:
> I have a a
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
Hi there,
I've created a wsdl file attached, and when I run WSDL2Java I get the
following error message.
C:\axis2-1.6.2\samples\pnskeywords>%AXIS2_HOME%\bin\WSDL2Java -uri
keyword.wsdl
-p com.personalnetsearch.plugin.keys.axis2 -pn "IndustryListPort" -d adb -s
Using AXIS2_HOME: C:\axis2
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 types: