Re: JAX-WS 2.1 WebService inside Geronimo 2.0.1

2008-05-20 Thread Jarek Gawor
On Mon, May 19, 2008 at 5:01 PM, Kevan Miller <[EMAIL PROTECTED]> wrote: > > On May 7, 2008, at 9:49 AM, Jarek Gawor wrote: > > This looks like a bug in Axis2 but you should be able to disable Axis2 SAAJ > by: > > 1) Adding a filter for axis2 classes: > > org.apache.axis2 > > or > > 2) See "SAAJ en

Re: JAX-WS 2.1 WebService inside Geronimo 2.0.1

2008-05-07 Thread Jochen Zink
Valve.invoke(ErrorReportValve.java:104) > > at > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > > at > > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563) > > at > > org.

Re: JAX-WS 2.1 WebService inside Geronimo 2.0.1

2008-05-07 Thread Jarek Gawor
.connector.CoyoteAdapter.service(CoyoteAdapter.java:261) > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) > at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581) > at > org.apac

Re: JAX-WS 2.1 WebService inside Geronimo 2.0.1

2008-05-07 Thread Jochen Zink
447) at java.lang.Thread.run(Thread.java:595) > -Ursprüngliche Nachricht- > Von: user@geronimo.apache.org > Gesendet: 07.05.08 11:08:13 > An: user@geronimo.apache.org > Betreff: Re: JAX-WS 2.1 WebService inside Geronimo 2.0.1 > Thanks, > > i try it with: &g

Re: JAX-WS 2.1 WebService inside Geronimo 2.0.1

2008-05-07 Thread Jochen Zink
etreff: Re: JAX-WS 2.1 WebService inside Geronimo 2.0.1 If you are trying to use other libraries than the ones shipped with > Gernoinimo, you need to inform that in the deployment plan. > You may do that by setting in the deployement > plan, or by setting hidden classes as ex

Re: JAX-WS 2.1 WebService inside Geronimo 2.0.1

2008-05-06 Thread Luciano Salotto
If you are trying to use other libraries than the ones shipped with Gernoinimo, you need to inform that in the deployment plan. You may do that by setting in the deployement plan, or by setting hidden classes as explained in http://publib.boulder.ibm.com/wasce/V2.0.0/en/managing-the-classpath.html

JAX-WS 2.1 WebService inside Geronimo 2.0.1

2008-05-06 Thread Jochen Zink
Hello, I try to deploy a WebService to Geronimo 2.0.1. The WS is implemented with JAX-WS 2.1. After deploying the application WAR file, I get the Exception you can see at the end of this mail. I believe, the problem is, that Geronimo uses JAX-WS 2.0 and the Application needs 2.1. The 2.1 lib