Axis2 JNDI java:comp/env not resolved

2011-11-08 Thread Markus.Breuer
After migrating from axis2 1.4.x to axis2 1.5.1 the jndi lookup fails. The data sources are configured with CATALINA_HOME/conf/context.xml and run with axis2 1.4.x. Now, with axis2 1.5.1 (also tried 1.5.6) the jndi lookup fails: Name java:comp is not bound in this Context CATALINA_HOME/conf/co

RE: Axis2 JNDI java:comp/env not resolved

2011-11-08 Thread Martin Gainty
Markus one thing to check in your resource definition true another is to check if the naming service is live for your app server..which AppServer are you implementing on? Mit Freundlichen Gruben Martin __ Verzicht und Vertraulichkeitanmerkung/

Re: Beginner's question about using java2wsdl

2011-11-08 Thread Shameera Rathnayaka
HI Barney. First you need to create a GethHtml.aar file. Then deploy it putting service directory under repository in Axis2_home and run axis2server.bat . Now you can get wsdl for your service using http://localhost:8080/services/GetHtml save it as GetH

RE: Axis2 JNDI java:comp/env not resolved

2011-11-08 Thread Dipesh Garg
Is there any good ebook of Activemq Dipesh Garg 9874086340 _ From: Martin Gainty [mailto:[email protected]] Sent: Tuesday, November 08, 2011 5:33 PM To: [email protected] Subject: RE: Axis2 JNDI java:comp/env not resolved Markus one thing to check in your resource

Re: Axis2: How can I put/use .aar file in Tomcat?

2011-11-08 Thread Shameera Rathnayaka
As deepal said you need to first deploy axis2.war in tomcat. Then put your .aar file to tomcat/webapps/axis2/WEB-INF/ services directory to be deploy in axis2. Now you can see it in http://localhost:8080/axis2/services/ . Best Regards Shameera

RE: Re:

2011-11-08 Thread Loftus, Seamus
This is the response I am receiving from the server I am connecting into: 2011/11/08 08:52:45:695 EST [DEBUG] header - << "HTTP/1.1 415 Unsupported Media Type[\r][\n]" 2011/11/08 08:52:45:695 EST [DEBUG] header - << "HTTP/1.1 415 Unsupported Media Type[\r][\n]" 2011/11/08 08:52:45:695 EST [DEBUG

Re: Beginner's question about using java2wsdl

2011-11-08 Thread Barney Sperlin
Thanks for taking the time to answer my question, Shameera, but the instruction that you suggest to do first is the one I can't get to work: java2wsdl.  When I go to the directory where the class is and type in the line with java2wsdl  c:\javaprograms\Get_html>c:\axis2-1.6.1-bin\axis2-1.6.1\bin\

Re: Beginner's question about using java2wsdl

2011-11-08 Thread Shameera Rathnayaka
On Tue, Nov 8, 2011 at 9:13 PM, Barney Sperlin wrote: > Thanks for taking the time to answer my question, Shameera, but the > instruction that you suggest to do first is the one I can't get to work: > java2wsdl. When I go to the directory where the class is and type in the > line with java2wsdl

Re: Beginner's question about using java2wsdl

2011-11-08 Thread Barney Sperlin
  Hi,      Rolling the stone a little farther up the hill: I have created a wsdl with the following command: c:\JavaPrograms\GetHTML>%AXIS2_HOME%\bin\java2wsdl -cp bin -cn Get_html -of Get_html.wsdl where the class is named Get_html.  This produces a wsdl of size 7k. Now, however, the next step

AW: Axis2 JNDI java:comp/env not resolved

2011-11-08 Thread Markus.Breuer
Hi Martin, we are using tomcat 5.5 with axis2 1.5.1. Please note, the problem seems to be os specific on windows platforms. I assume this is an axis2 specific problem, the same environment using axis2 1.4 clearly runs. I assume java:comp or java:comp/env is not available in context of ax

Re: Axis2: How can I put/use .aar file in Tomcat?

2011-11-08 Thread S P
Thank you all. This works now! On Mon, Nov 7, 2011 at 11:23 PM, Deepal Jayasinghe wrote: > first you need to deploy axis2.war file into tomcat/webapps > then start tomcat and copy the aar file into > tomcat/webapps/axis2/WEB-INF/services > > Deepal > > Hello, > > I could not see it in http://lo