[Axis2] Spring inside AAR problem

2007-09-28 Thread Pavel Sharov
Hi All, we are facing the already known Spring inside AAR problem. Application.xml cannot be found inside AAR file and Spring cannot find bean classes to be loaded. We spent a while playing with classloaders to find a workaround, also we found the declared solution of this problem in Jira at http

RE: [Axis2] Axis2 1.2 JiBX update

2007-05-29 Thread Pavel Sharov
Dennis and others, I am using Axis2 1.1.1. I've updated my old Axis2 JiBX distribution 'axis2-jibx-1.1.1.jar' with the newest one 'axis2-jibx-1.1.1c.jar' probably you are talking about in your posting here (downloaded it from http://www.sosnoski.com/jibx-wiki/space/axis2-jibx). I will not go deepl

RE: [Axis2] Jibx2Wsdl - failure running example1

2007-05-18 Thread Pavel Sharov
2 Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Pavel Sharov wrote: > Hi Dennis and others, > > the Jibx2Wsdl tool really sounds very promising and long-expected. > Sticking to the instruct

[Axis2] Jibx2Wsdl - failure running example1

2007-05-18 Thread Pavel Sharov
Hi Dennis and others, the Jibx2Wsdl tool really sounds very promising and long-expected. Sticking to the instructions I however fail to run the example 1 provided at http://www.sosnoski.com/jibx-wiki/space/axis2-jibx/jibx2wsdl/example1. Executing 'ant' in the very beginning produces me the follow

Dealing with business exceptions in Axis2

2007-01-05 Thread Pavel Sharov
Hi All, I am using the Java-first approach to Axis2: I have some original Java interface that I chose as a base for my web service. Then I use the Java2WSDL to have a WSDL generated. Methods of my original interface throw some kinds of business exceptions. I am expecting to obtain an adequ