[Axis2-1.0] Rampart/Axoim Threading Issues

2006-10-31 Thread Johan Andersson
tion. Any help is greatly appreciated. Best regards, Johan Andersson Gratis Bredbandsabonnemang från Spray. Beställ på http://www.spray.se/gratisbredband/?ccode=ONIAFOOTER eller 020-266 000 - To unsubscribe, e-mail: [EMAIL PROTECT

[Axis2 0.95] Soap headers is removed from WSDL

2006-04-07 Thread Johan Andersson
Hello, After updating to 0.95 Axis is now stripping away the soap:header declarations from my WSDL when the service is deployed. It also modifies the binding information... If I deploy a service with the following binding declared in the WSDL: http://schemas.xmlsoap.org/soap/http"; />

Re: [axis2] Problem with Websphere 6 and Axis2 security module

2006-03-07 Thread Johan Andersson
Hello, Should I log a JIRA for this and if so on what project? Best Regards, Johan Andersson -Original Message- From: "Johan Andersson" <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Date: Thu, 23 Feb 2006 13:58:01 +0100 Subject: Re: [axis2] Problem with Websphere 6 an

Re: [axis2] WSDL and XML Schema Imports

2006-03-07 Thread Johan Andersson
Hello, Should I log a JIRA for this? Best Regards, Johan Andersson -Original Message- From: "Johan Andersson" <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Date: Wed, 01 Mar 2006 10:48:44 +0100 Subject: Re: [axis2] WSDL and XML Schema Imports Hello Ajith, thank yo

Re: [axis2] WSDL and XML Schema Imports

2006-03-01 Thread Johan Andersson
they are all located inside my webapp folders. Perhaps this could be solved by axis2 specifying a base URI for relative imports? Best Regards, Johan Andersson -Original Message- From: "Ajith Ranabahu" <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Date: Wed, 1 Mar 2006 02

Re: [axis2] WSDL and XML Schema Imports

2006-02-28 Thread Johan Andersson
wsdl so I cannot include the hostname in the schemaLocation so no complete URL is possible. Best Regards, Johan Andersson -Original Message- From: "Ajith Ranabahu" <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Date: Tue, 28 Feb 2006 22:12:54 -0600 Subject: Re: [axi

[axis2] WSDL and XML Schema Imports

2006-02-28 Thread Johan Andersson
load schemas of the classpath or even disabling parsing of the wsdl:types so I can get this to work please let me know.   Best Regards Johan Andersson    

Re: [axis2] Problem with Websphere 6 and Axis2 security module

2006-02-23 Thread Johan Andersson
here (probably due to the same problem). Good news that it is being changed to be thread local but I wonder if that is safe enough as threads could get reused/shared between webapps inside the application server. Best Regards, Johan Andersson -Original Message- From: "Ruchith Fer

[axis2] Problem with Websphere 6 and Axis2 security module

2006-02-22 Thread Johan Andersson
hotupdate is not working properly (I believe there is a Jira for this already). In effect this means I have to force-kill my Websphere process each time I deploy/update a webservice which is not very nice. Best Regards, Johan Andersson

[axis2 0.92] Suggested platform?

2005-10-12 Thread Johan Andersson
Hello all,   I have some serious problems getting version 0.92 to work properly on Tomcat.   In my logs I find this error:   java.lang.NoSuchMethodError: javax.servlet.http.HttpServletResponse.setCharacterEncoding(Ljava/lang/String;)V at org.apache.axis2.transport.http.ServletBasedOutTranspo

[axis2 0.92] 0.92 Code generator is creating alot more artifacts than 0.91

2005-10-10 Thread Johan Andersson
http://schemas.xmlsoap.org/wsdl http://schemas.xmlsoap.org/wsdl/soap http://www.w3.org/2001/XmlSchema as I have found lots of files related to these in the output of the generator.   This cannot be right? Im I doing something wrong here?   Best Regards Johan Andersson    

[axis2] Plug into WSDL2Java Generator ?

2005-09-20 Thread Johan Andersson
Hello,   Is it possible to somehow override the templates the Axis2 WSDL2Java generator use? The reason is that I would like to add some things to the [Service]Skeleton.java and possible the message reciever during generation.     Keep up the good work, Axis2 rocks =)   Best Regards, Johan

Re: [axis2] client for two web services - wsdl2java

2005-09-17 Thread Johan Andersson
Hello all, I am experiencing the exact same problem, using two different client-side stubs (generated from two different wsdl:s) gives me a nullpointer exception. This is somewhat of a showstopper for me =/ Anyway for me to work around this in the meantime? Regards, Johan - Original Messag

[axis2]

2005-09-07 Thread Johan Andersson
Hello,   I want to find a way to define the package names for the xmlbeans data binding classes generated by WSDL2Java in Axis2 (not the stub/skeleton files, I already know the option to the generator).   I tried creating a .xsdconfig file and place that in the same folder as the WSDL but it

Re: [axis2] Problem : Provider null could not be instantiated

2005-08-30 Thread Johan Andersson
cally delete jre/lib/jaxp.properties file if you have one. thanks, dims On 8/26/05, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > Could you please log a bug? along with info on how you deployed it in > your servlet container? > > thanks, > dims > > On 8/26/05, Johan And

[axis2] Problem : Provider null could not be instantiated

2005-08-26 Thread Johan Andersson
Hello, I've recently started to test and evaluate Axis2. I wrote a wsdl and ran it through WSDL2Java, made some modifications to the skeleton code, built the .aar archive as detailed by the axis2 documentation and deployed the service. The service is correctly deployed as far as I can tell (s