Java Web Start and packaging of Axis2-libs

2008-09-04 Thread Michael Sonntag
Hello everyone! I'm developing an Axis2/Java client that should be deployed via Java Web Start. As Axis has got a lot of dependencies to third party libs, I'd like to put all of the required jars into a single file, so that the client just needs to download that axis2-client-libs.jar instead of

[Axis2] Problem with ADB and custom exceptions

2008-05-22 Thread Michael Sonntag
Hello list! I have a simple Java class service with one method: ... public void foo() throws MyException { throw new MyException(); } ... I use the Eclipse-WebService plugin (not the Axis2-codegen-plugin, because it fails with a InvocationTargetException) to publish a WebService to Tomcat.