Re: can't serialize arraylist

2007-09-06 Thread Deepal Jayasinghe
I think something to do with the cyclic dependency . Weather keeps Books and Book keep Weather. Thanks Deepal Mathias P.W Nilsson wrote: > I have two classes. A Weather class and a Book class. ( Don't pay any > attention to why a Weather can have books :) ) > > Anyway. The Weather class has an A

Re: How to set configuration parameters for web service not in aar

2007-09-06 Thread Deepal Jayasinghe
> We built and released web services as aar files in ..\axis2\WEB-INF\services. > > We want to manually change the configuration parameters in web service > without needing to restart the servers. > you are talking about Axis2 hotupdate. > Is it possible to put configuration parameters at confi

[ANN] Apache Rampart 1.3 Released

2007-09-06 Thread Ruchith Fernando
This is the 1.3 release of Apache Rampart. Apache Rampart 1.3 is a toolkit that provides implementations of the WS-Sec* specifications for Apache Axis2 1.3, based on Apache WSS4J 1.5.3 and the Apache AXIOM-DOOM 1.2.5 implementations. You can download the releases from: http://www.apache.org/dyn/c

Re: newline in Axis and Axis2

2007-09-06 Thread Sanka Samaranayke
Hi Malmqvist, First you need to signup[1] for an account. Then you need to log on select the project (WS-Commons) and component(Axiom) After that you can goto 'CREATE NEW ISSUE' and follow the steps to create the JIRA. Cheers, Sanka [1]https://issues.apache.org/jira/secure/Signup!default.jsp

Re: newline in Axis and Axis2

2007-09-06 Thread Sanka Samaranayke
First you need to signup[1] for an account. Then you need to log on select the project (WS-Commons) and component(Axiom) After that you can goto 'CREATE NEW ISSUE' and follow the steps to create the JIRA. Cheers, Sanka [1]https://issues.apache.org/jira/secure/Signup!default.jspa Pär Malmqv

Re: axis2 bad header for soap calls

2007-09-06 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Content type for SOAP 1.1 and 1.2 are clearly defined in respective specifications. application/xml is not defined in them. So when Axis2 engine receives a message with the content type not defined in either of SOAP specs, it treats that as a REST

Re: [Axis2] How to embed Axis2 into standalone Java Application?

2007-09-06 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 1. Please do not cross-post mails 2. post these types of questions ONLY to users list. Thanks. cat ting99 wrote: > Hello all, > > Here I would like to know how to integrate Axis2 into standard Java > application. > > My scenario is a typical asynch

Re: [axis2] BindException from Axis client

2007-09-06 Thread Davanum Srinivas
Please see [1]. This test case was added to illustrate how to set up all the options to make sure all the sockets get cleaned up. -- dims [1] http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/async/AsyncService2Test.java?view=markup On 9/6/07, J

Re: [axis2] BindException from Axis client

2007-09-06 Thread Jake Goulding
Andrew: This is exactly what is happening. I get many things stuck in the TCP TIME_WAIT state. Running my test, I see many sockets move into the TIME_WAIT state. I am doing my testing on Windows, which imposes a limit of about 4000 [1] ports by default. It also defaults to a 4 minute period. In o

Re: SOAP Implementation

2007-09-06 Thread Anne Thomas Manes
If you need to support SOAP Encoding, then you will need to use Axis rather than Axis2. Anne On 9/5/07, Paul Fremantle <[EMAIL PROTECTED]> wrote: > Sure you can use Axis2. The latest Eclipse Webtools project has Axis2 built > in. > You can also use Axis2 simply following the UserGuide or samples

Re: Axis 1.4 and WTK 2.5.1 Invalid Element in Response

2007-09-06 Thread Anne Thomas Manes
Sounds like a problem with the WTK. I suggest you ask your question on a WTK discussion list. Anne On 9/5/07, John Cartwright <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to get a j2me web service up and running but am getting the > following error message: > > java.rmi.MarshalException: In

Re: [axis2] BindException from Axis client

2007-09-06 Thread Andrew McGhee
Hi Jake, I'm not an expert in Axis at all, but I am wondering if you are encountering an exhaustion of available ports for socket connections on your machine. This is a wild stab in the dark, but I did have similar problems in a Linux environment a long time ago, with socket based client / servic

Re: [AXIS2] Request validation

2007-09-06 Thread Anne Thomas Manes
That's normal. You could also set up a module to validate incoming messages. Anne On 9/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > I am using Axis2 1.3 and JAXB databinding. > My WS is using doc/lit style and I have a problem with the incoming request: > Axis2 rejects the request

Re: can't serialize arraylist

2007-09-06 Thread Simon Gibbs
Mathias P.W Nilsson wrote: > > Any ideas? I really hope that I can send a object that has a collection of > objects? > Just an idea, sorry, but I am an Axis newbie mself. When I set up similar a service my tool of choice (an Eclipse wizard) gave me warnings saying something along the lines of "

RE: Client within the same Web Services War

2007-09-06 Thread Punnoose, Roshan
This is for Axis2. Roshan Punnoose Phone: 301-497-6039 -Original Message- From: Deepal jayasinghe [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 6:52 AM To: axis-user@ws.apache.org Subject: Re: Client within the same Web Services War Punnoose, Roshan wrote: > > I am trying

Re: [axis2] BindException from Axis client

2007-09-06 Thread Jake Goulding
Thanks for the suggestion. However, I'm not sure how that would be different from my example below... In my example, I create only 1 Stub, then use it 5000 times. That is the case that causes the exception to be thrown. This should be equivalent to creating a pool of size N and each thread doing w

RE: How do I persist parameters from one operation for use by other operations?

2007-09-06 Thread Walker, Jeff
Ok, I have another dumb idea (at least this one I have tried and got working in my far past). Have your service implement javax.xml.rpc.server.ServiceLifecycle. You need to implement two methods, init() and destroy(), I think. Declare a new static hashtable. Add it as a new attribute on the conte

How do I persist parameters from one operation for use by other operations?

2007-09-06 Thread Lindsey Hess
Hi, I have an Axis web service that has five operations. The first operation that must be called contains a request object with a number of parameters (e.g., max results, timeout, etc.). The other operations need these parameters since their respective request objects only take an ID and

RE: [axis2] BindException from Axis client

2007-09-06 Thread Walker, Jeff
Just a dumb idea, but in such a high performance environment, wouldn't a thread pool work better?, where each thread has a Stub and when it has done its work for that open request it is returned to the pool. If you initialize the pool to about 700 threads, then at least you have some control over t

Problem with Adding Namespace Declaration and Attribute

2007-09-06 Thread Ghaznavi, Syed
Hi, I have been trying to resolve this problem for some time but have not been able to get my code to work!! I a sample WSClient application that adds digital signatures to the message. Basically I am trying to add a namespace declaration in the SOAPBody element using "addNamespaceDeclaration"

Re: [axis2] BindException from Axis client

2007-09-06 Thread Jake Goulding
This is just a bump. I'm sure that anyone else out there using Axis in an high-performance environment can easily run into this problem. Should I log a JIRA issue? Comment on one of the existing JIRAs? Thanks! -Jake Jake Goulding wrote: > Hey all: > > I wrote in with this problem quite a while

Re: Problem with client side exceptions

2007-09-06 Thread John McLaughlin
Will do Deepal. I'm away for the next couple of days, but will do it as soon as I get back. Thanks, John On 9/6/07, Deepal jayasinghe <[EMAIL PROTECTED]> wrote: > > Hi John, > Could you please create a JIRA and attach whatever necessary to recreate > the issue. > > Thanks > Deepal > > Hi all, >

Help webservice with hibernate

2007-09-06 Thread Mathias P.W Nilsson
How do you use hibernate with webservice? I want to use pojos but It's a pain. How do you do it? a simple hibernate with webservice tutorial. Please! -- View this message in context: http://www.nabble.com/Help-webservice-with-hibernate-tf4393962.html#a12528772 Sent from the Axis - User mailin

Re: WSDLException : OTHER_ERROR: Unable to locate with a locator the schema referenced at ...

2007-09-06 Thread Linus Kamb
Thanks so much for responding. I will enter a Jira issue. thanks, Linus Amila Suriarachchi wrote: On 9/5/07, *Linus Kamb* <[EMAIL PROTECTED] > wrote: So, am I doing something wrong? Or is this a bug? Axis2 supports xsd file if they are directly under the

Re: newline in Axis and Axis2

2007-09-06 Thread P�r Malmqvist
I dont know how to create a JIRA. Sorry. /Pär   From:  Deepal jayasinghe <[EMAIL PROTECTED]>Reply-To:  axis-user@ws.apache.orgTo:  axis-user@ws.apache.orgSubject:  Re: newline in Axis and Axis2Date:  Thu, 06 Sep 2007 16:32:12 +0530>Hmm , as I can see this should be an Axiom issue , anyway ple

Re: axis + bpel + async callback = headache

2007-09-06 Thread noomerikal
axis2 1.3 and Oracle BPM 10.1.3.1 I just saw that Oracle BPM only supports the really old '03 WS-Addressing spec while Axis only supports the '04 and final specs. On 9/6/07, Paul Fremantle <[EMAIL PROTECTED]> wrote: > > What software are you using? > > Paul > > On 9/6/07, noomerikal <[EMAIL PRO

How to set configuration parameters for web service not in aar

2007-09-06 Thread Tony Li
We built and released web services as aar files in ..\axis2\WEB-INF\services. We want to manually change the configuration parameters in web service without needing to restart the servers. Is it possible to put configuration parameters at config.xml in ...\axis2\WEB-INF\conf or ...\axis2\WEB-INF\

Re: [Axis2-1.3] wsdl2java modifies / reformats my sources files

2007-09-06 Thread Davanum Srinivas
please remove jalopy jar from axis2 lib directory to avoid reformats. -- dims On 9/6/07, Rainer Menzner <[EMAIL PROTECTED]> wrote: > Hi, > > I have a web service up and running under axis2-1.1.1. In order to > create the stubs and skeleton from the WSDL/Schema I use: > > call wsdl2java -uri %

Re: Invalid element/Deserialisation

2007-09-06 Thread Davanum Srinivas
http://archive.apache.org/ has the old releases. -- dims On 9/6/07, Wendy Bao <[EMAIL PROTECTED]> wrote: > > Hi Deepal, > > That site has axis2. I was looking for axis. I got one from WSAD 5.1 now. > > Thanks. > > Wendy > > > Deepal Jayasinghe-2 wrote: > > > > Wendy Bao wrote: > >> Hi John, > >>

RE: Simple Java Client

2007-09-06 Thread Stephen James
>From the error it appears that the main is not even getting invoked. How are you invoking this from the command line? You have to invoke the java samples.userguide.example1.Calculator Not simply java Calculator Stephen James -Original Message- From: Charitha Kankanamge [mailto:[EM

RE: MTOM and Rampart problem (Out Of Memory)

2007-09-06 Thread Grégoire Rolland
The bug was already open (RAMPART-77). Thank you for your response. Grégoire -Message d'origine- De : Thilina Gunarathne [mailto:[EMAIL PROTECTED] Envoyé : jeudi 6 septembre 2007 16:31 À : axis-user@ws.apache.org Objet : Re: MTOM and Rampart problem (Out Of Memory) Please log a JIRA w

RE: RPCServiceClient and ArrayList

2007-09-06 Thread Mathias P.W Nilsson
Thanks but this I have done. It's still an array and not an ArrayList -- View this message in context: http://www.nabble.com/RPCServiceClient-and-ArrayList-tf4390198.html#a12523540 Sent from the Axis - User mailing list archive at Nabble.com. ---

Re: MTOM and Rampart problem (Out Of Memory)

2007-09-06 Thread Thilina Gunarathne
Please log a JIRA with Rampart (https://issues.apache.org/jira/browse/RAMPART).. Looks like a bug in Rampart to me.. thanks, Thilina On 9/6/07, Grégoire Rolland <[EMAIL PROTECTED]> wrote: > > > > > Hi All, > > > > I have a file download Service (I use this tutorial > http://www.wso2.org/library/1

RE: RPCServiceClient and ArrayList

2007-09-06 Thread Bhojraj, Santosh
You can. You will need to set the object type of an array. QName opFindAllEntries = new QName("http://service.addressbook.sample/xsd";, "findAllEntries"); Object[] opFindAllEntriesArgs = new Object[0] ; Class[] returnTypesList = new Class[] { Entry[].class };

Re: Invalid element/Deserialisation

2007-09-06 Thread Wendy Bao
Hi Deepal, That site has axis2. I was looking for axis. I got one from WSAD 5.1 now. Thanks. Wendy Deepal Jayasinghe-2 wrote: > > Wendy Bao wrote: >> Hi John, >> >> Could you let me know where I can get the axis-1.2 or axis-1.2.1? I >> visited >> a couple of Aparch web site, axis-1.2 is no

[AXIS2] Request validation

2007-09-06 Thread p . casenove
Hi, I am using Axis2 1.3 and JAXB databinding. My WS is using doc/lit style and I have a problem with the incoming request: Axis2 rejects the requests if the xml is malformed (missing tags for example) but it forwards the request to the WS even if the value in the tag are incorrect. For example,

can't serialize arraylist

2007-09-06 Thread Mathias P.W Nilsson
I have two classes. A Weather class and a Book class. ( Don't pay any attention to why a Weather can have books :) ) Anyway. The Weather class has an ArrayList of Books and the book has a Weather. See code below. === package samples.demo; import java.io.

Re: Multiple services in embedded axis2 application

2007-09-06 Thread Mathias P.W Nilsson
Thanks! It works now. I didn't get that the name in the services.xml was the actual url path. I can name the directory whatever I want but is the servicename that decides that name -- View this message in context: http://www.nabble.com/Multiple-services-in-embedded-axis2-application-tf4391127.h

Re: wrong namespace in response?

2007-09-06 Thread feh
Yeah, that's how I handled this situation - I added the schema tag to services.xml. I was just a little surprised I had to specify it. Thanks! Deepal Jayasinghe-2 wrote: > > >> Hi folks. >> >> I've written an Axis2 service which returns the correct data, but the >> namespace in the response

[Axis2-1.3] wsdl2java modifies / reformats my sources files

2007-09-06 Thread Rainer Menzner
Hi, I have a web service up and running under axis2-1.1.1. In order to create the stubs and skeleton from the WSDL/Schema I use: call wsdl2java -uri %WSDLFILE% --package mydomain.queue --language java --server-side --service-description --databinding-method adb --generate-all --output .

Re: What new in Axis2?

2007-09-06 Thread Deepal jayasinghe
Ashish Jain wrote: > Hi!! > Thanks a lot for the quick response. I also want to know how > these changes leads to improvement in the performance of AXIS2 over AXIS. The most important feature which leads to performance improvements is our XML processing framework. We have pull parser based

Re: Simple Java Client

2007-09-06 Thread Charitha Kankanamge
Sneha, What is the axis version you are using? If you are new to java web services, I would recommend you to use Axis2. Please have a look at Axis2 user documentation (http://ws.apache.org/axis2/1_3/toc.html) and the following references to have a basic understanding on Axis2 web services. [

Re: get hotupdate not to work (Windows)]

2007-09-06 Thread Deepal jayasinghe
Charitha , I did the following and it worked fine Step 1 : Created a service class as below and deploy it to tomcat (5) public class EchoService { public String sayHello() { return "Hello World!!!"; } } Type the following in the browser http://localhost:8080/axis2/services/EchoS

RE: Problem with request time out

2007-09-06 Thread Ashish Arya
Hi Roshan, You suggestion has worked! Thanks a lot for your help! Regards, Ashish Arya, From: Punnoose, Roshan [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 5:15 PM To: axis-user@ws.apache.org Subject: RE: Problem with request t

Re: Null MessageContext returned

2007-09-06 Thread Deepal jayasinghe
[EMAIL PROTECTED] wrote: > > Hi all, > I don't know if it is a bug or not but here is what I noticed: > I've defined my own MessageReceiver in order to perform access control > to the WebServices. > The class extends AbstractInOutMessageReceiver. It overrides void > receive(MessageContext) method.

Re: Simple Java Client

2007-09-06 Thread sneha jain
Hi Charitha, I did try those methods but me being new to webservices and java as well messed up the whole thing.. Right now m tryin to build a simple client which doesnt use stubs - the client code is - package samples.userguide.example1; import org.apache.axis.client.Call; import org.apache.ax

Re: Multiple services in embedded axis2 application

2007-09-06 Thread Deepal jayasinghe
Mathias P.W Nilsson wrote: > Hi! > > I have embedded axis2 servlet in my webapplication and managed to get a > webservices working. > How can I have multiple services in a webapplication without creating an > .aar file and without specifying mutliple services.xml? > > My structure in my webapp is a

Re: newline in Axis and Axis2

2007-09-06 Thread Deepal jayasinghe
Hmm , as I can see this should be an Axiom issue , anyway please create a JIRA. Thanks Deepal > Hello! > > When I transport a string including "\r\n" over SOAP and Axis 1.2 from > a server to a client the client receives a string including "\n" only. > > When I transport a string including "\r\n"

Re: Runtime best practices for Axis2

2007-09-06 Thread Deepal jayasinghe
Glenn Williams wrote: > > What are the best practices for passing runtime parameters (such as DB > login, pooling parameters) to the Axis2 container? > > > > > You can add them as parameters in axis2.xml or you can have a module to initialize them and add those to container. In the case of mod

Re: axis + bpel + async callback = headache

2007-09-06 Thread alejandro
> Has anyone been able to asynchronously invoke an axis web service from a > bpel process and successfully receive the callback? > > Thanks. > What BPEL product are you using? I've been trying to get this to work w/ Oracle BPEL. ---

Re: Client within the same Web Services War

2007-09-06 Thread Deepal jayasinghe
Punnoose, Roshan wrote: > > I am trying to create a HTML Form for someone to access our web > services easily and effectively. I want to be able to have the > underlying logic for the HTML Form create a SOAP request and forward > the request to the AxisServlet without having to create a separate >

Re: Web Service Proliferation

2007-09-06 Thread Deepal jayasinghe
To avoid number of services increasing , please use the same service client instance. To find the problem please send me the full stack trace. Thanks deepal > Hi all, > > I'm running JBoss 4.0.5. I've a ws that must request a service to > another. > > > I use the following code: > > > System.out.

newline in Axis and Axis2

2007-09-06 Thread P�r Malmqvist
Hello! When I transport a string including "\r\n" over SOAP and Axis 1.2 from a server to a client the client receives a string including "\n" only. When I transport a string including "\r\n" over SOAP and Axis2 1.3 from a server to a client the client receives a string including "\r\n". Wh

Re: Simple Java Client

2007-09-06 Thread Charitha Kankanamge
Hi Sneha, Did you try [1], [2] in Apache Axis2 web page? It includes a lot of information on creating web service clients. [1]http://ws.apache.org/axis2/1_3/quickstartguide.html#clientadb [2]http://ws.apache.org/axis2/1_3/userguide-creatingclients.html#choosingclient regards Charitha sneha ja

[AXIS2] JAX-WS Support

2007-09-06 Thread p . casenove
Hi all, After unsuccessful web research, I still have some question about jax-ws implementation in Axis2 1.3: - What are the advantages and drawbacks to implement JAX-WS in the deployed AXIS2 WebService - How to I generate JAX-WS compatible WS (Like for the JAX-WS calculator example)? - Are JAX-

Multiple services in embedded axis2 application

2007-09-06 Thread Mathias P.W Nilsson
Hi! I have embedded axis2 servlet in my webapplication and managed to get a webservices working. How can I have multiple services in a webapplication without creating an .aar file and without specifying mutliple services.xml? My structure in my webapp is as follows. axis2-book-1.1\WEB-INF\servic

Simple Java Client

2007-09-06 Thread sneha jain
Hi, I am trying to create a Java Client to talk to a C Calculator web service .. I am totally new to webservices. I have seen many methods to create clients on the site.. I tried many methods too but was not successful. Can you please suggest me how do i go about it? Cheers, Sneha

Null MessageContext returned

2007-09-06 Thread p . casenove
Hi all, I don't know if it is a bug or not but here is what I noticed: I've defined my own MessageReceiver in order to perform access control to the WebServices. The class extends AbstractInOutMessageReceiver. It overrides void receive(MessageContext) method. in this method here is the algorithm:

Re: WSDLException : OTHER_ERROR: Unable to locate with a locator the schema referenced at ...

2007-09-06 Thread Amila Suriarachchi
On 9/5/07, Linus Kamb <[EMAIL PROTECTED]> wrote: > > So, am I doing something wrong? Or is this a bug? Axis2 supports xsd file if they are directly under the META-INF. as I saw you xsd file are in different directories. So I am not saying the thing you do is wrong. But I think this a an axis2 li

Re: On ADB Binding

2007-09-06 Thread Amila Suriarachchi
On 9/5/07, Gudla, Natraj (GE Money, consultant) <[EMAIL PROTECTED]> wrote: > > The code generated from AXIS2 1.3 looks to be good. But Amila, we have > almost started the development work and it not a feasible thing to swtich > version at this moment. Is there a work around? > The only work aroun

Re: [AXIS2] ClassLoading and duplicate JARs

2007-09-06 Thread p . casenove
Thanks for the answer. I'll wait for this nightly build so. What JIRA covers this point (so that I can observe it and get noticed when corrected)? Thanks , Pierre Deepal jayasinghe <[EMAIL PROTECTED]> 06/09/2007 09:12 Veuillez répondre à axis-user@ws.apache.org A axis-user@ws.apache.org c

Re: RPCServiceClient and ArrayList

2007-09-06 Thread Mathias P.W Nilsson
I got it to work by sending an array an not a list. Why can't I send ArrayList? -- View this message in context: http://www.nabble.com/RPCServiceClient-and-ArrayList-tf4390198.html#a12517424 Sent from the Axis - User mailing list archive at Nabble.com.

[Axis2] How to embed Axis2 into standalone Java Application?

2007-09-06 Thread cat ting99
Hello all, Here I would like to know how to integrate Axis2 into standard Java application. My scenario is a typical asynchronous web service scenario: My Java client application needs to send a soap-based subscription request to a remote web service, and then wait for the soap-based notificatio

RPCServiceClient and ArrayList

2007-09-06 Thread Mathias P.W Nilsson
Hi! I can't get my service to work with sending arraylist. It works fine sending just one object but not the list here is my client code = package samples.demo; import java.util.ArrayList; import java.util.List; import javax.xml.namespace.QName; impo

Re: axis + bpel + async callback = headache

2007-09-06 Thread Paul Fremantle
What software are you using? Paul On 9/6/07, noomerikal <[EMAIL PROTECTED]> wrote: > Has anyone been able to asynchronously invoke an axis web service from a > bpel process and successfully receive the callback? > > Thanks. > -- Paul Fremantle Co-Founder and VP of Technical Sales, WSO2 OASIS W

Re: get hotupdate not to work (Windows)

2007-09-06 Thread Deepal Jayasinghe
What is the application sever you are using ? Thanks Deepal Eichler, Wolfgang wrote: > Hi Charitha, > > I could also see such changes in effect as you describe. > > What I did more precisely: > > 1. Change in StockQuoteService.java: > > public class StockQuoteService { > private HashMap map

Re: get hotupdate not to work (Windows)

2007-09-06 Thread Deepal jayasinghe
Eichler, Wolfgang wrote: > Hello Charitha, > > I could verify the update of service.xml as you described. > > I tried to get an update of some *.class file inside the *.aar, > realizing the service: > ...\build\classes\samples\quickstart\service\pojo\StockQuoteService.clas > s > This is probably

Re: What new in Axis2?

2007-09-06 Thread Ashish Jain
Hi!! Thanks a lot for the quick response. I also want to know how these changes leads to improvement in the performance of AXIS2 over AXIS. Thanks and regards Ashish On 9/6/07, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote: > > When comparing Axis1 and Axis2 , in Axis2 we have a number of

Re: [AXIS2] ClassLoading and duplicate JARs

2007-09-06 Thread Deepal jayasinghe
[EMAIL PROTECTED] wrote: > > Hi all Axis2 users, > I have a question about classloading in Axis2: > If I have a JAR in WEB-INF/lib folder of the WAR and in the lib folder > of my .aar service archive, which one will be loaded by Axis2 when a > WebService calls a class in this JAR? > If Axis2 loads