Setup a shared lib and put all the stuff you need in it and reference the lib from you app. WS has a tendancy to have old jars. Setup your appserver to "load parentlast" so the shared lib gets in first.
Just things I've learned trying to get Axis2 in WS. Can you now call you services? Dave Ziebol -----Original Message----- From: Charak, Vikas [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 9:27 AM To: [email protected] Subject: RE: NoSuchMethodError while deploying aar file on WebSphere Hi , I replaced WSDL4J.jar of websphere with the WSDL4J.jar which came with Axis2 and now the services are getting deployed on websphere. I am not sure if this would affect our websphere warranty/support. I do not have much experience on websphere but another solution could be to configure websphere, where libraries in Axis2 module take precedence over websphere. I tried setting parameter "Load parent last" for Axis2 module in Admin screen, but that did not help. Issue with invoking services still remains. Interestingly, I am able to call REST version of the services but not SOAP version. Further investigation revealed that the SOAP endpoint in WSDL generated by AXIS2 has "/axis2.war/services/testservice" instead of just "/axis2/services/testservice". REST endpoint is fine. I am still doing some R&D , if I find something else I will post it. Good luck to me. Regards, Vikas -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 9:38 AM To: [email protected]; [EMAIL PROTECTED] Subject: RE: NoSuchMethodError while deploying aar file on WebSphere Sorry, I'm relatively new to using software this bleeding edge (we are using WebSphere after all ;-)) I normally try to post solutions to issues encountered, but allas, I'm late already. How would I go about doing this? I'll have to submit the stack track that Vikas posted as I no longer have my software setup using the nightly build. Dave Ziebol -----Original Message----- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 7:51 AM To: [email protected] Subject: Re: NoSuchMethodError while deploying aar file on WebSphere David, Please log a JIRA bug with your problem/stack trace against nightly. If we don't know about a problem, we can't fix it. can we? thanks, dims On 9/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I ran out of time to explore this issue, but > > Even though docs on the web note how WebSphere unpacks prior to use... > In reality, WS6 doesn't unpack "aar" files. So the axis2 war file is > unpacked but the services are not. You can see this by looking in the > services area; the aars are there and they aren't represented as > folders. > > You could try to place the service (in unpacked form) into the > \services area. Many places won't allow a move out of dev like this, > but at least you could determine if this is the issue. > > Sorry I couldn't be more helpful, as noted before, good luck, please > post your outcome back to the mail list so others can benefit from > your experiment. > > I'm currently trying to roll back to the ver1.0 release, and it has > not been fun! > > Good luck > > Dave Ziebol > > > -----Original Message----- > From: Charak, Vikas [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 12, 2006 3:42 PM > To: [email protected] > Subject: RE: NoSuchMethodError while deploying aar file on WebSphere > > Hi Dave, > Although the services are getting deployed now but when I invoke the > service I still get "Service not found operation terminated !!" error > on websphere . > Any Idea? > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 12, 2006 1:26 PM > To: [email protected] > Subject: RE: NoSuchMethodError while deploying aar file on WebSphere > > You are using the websphere version of wsdl4j.jar rather then one of > the newer versions that are required by Axis2. > > Just been down that path with nightly builds, to circumvent the > websphere issue with not really unpacking aar files. Good luck! > > Dave Ziebol > > -----Original Message----- > From: Charak, Vikas [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 12, 2006 11:19 AM > To: [email protected] > Subject: NoSuchMethodError while deploying aar file on WebSphere > > Hi , > I have created a SimpleService with one method which takes in a string > and sends out a string. The SimpleService.aar deployment works fine on > Jboss But I get the following error on WebSphere. > Any idea? > > > [9/12/06 11:49:54:478 EDT] 00000028 DeploymentEng I Invalid service > SimpleService.aar due to java.lang.NoSuchMethodError: > javax.wsdl.PortType: method getExtensionAttributes()Ljava/util/Map; > not found > at > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.processPortTyp > e( > WSDL11ToAxisServiceBuilder.java:738) > at > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.processBinding > (W > SDL11ToAxisServiceBuilder.java:412) > at > org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateServic > e( > WSDL11ToAxisServiceBuilder.java:230) > at > org.apache.axis2.deployment.repository.util.ArchiveReader.processWSDLF > il > e(ArchiveReader.java:191) > at > org.apache.axis2.deployment.repository.util.ArchiveReader.processWSDLs > (A > rchiveReader.java:304) > at > org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine > .j > ava:513) > at > org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoLi > st > .java:200) > at > org.apache.axis2.deployment.RepositoryListener.update(RepositoryListen > er > .java:208) > at > org.apache.axis2.deployment.RepositoryListener.checkServices(Repositor > yL > istener.java:155) > at > org.apache.axis2.deployment.RepositoryListener.startListener(Repositor > yL > istener.java:200) > at > org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(Sc > he > dulerTask.java:61) > at > org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask. > ja > va:68) > at > org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run > (S > cheduler.java:76) > at java.util.TimerThread.mainLoop(Timer.java:447) > at java.util.TimerThread.run(Timer.java:397) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
