You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Dennis Sosnoski <dm...@sosnoski.com> on 2010/11/02 08:54:35 UTC

Re: axis2 1.5.2 - rampart 1.5

When I try this combination I get server errors:

INFO: Deploying web application archive axis2.war
[INFO] Clustering has been disabled
[INFO] Deploying module: soapmonitor-1.5.2 -
file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/soapmonitor-1.5.2.mar
[INFO] Deploying module: rahas-1.5 -
file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rahas-1.5.mar
[INFO] Deploying module: script-1.5.2 -
file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/scripting-1.5.2.mar
[INFO] Deploying module: addressing-1.5.2 -
file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/addressing-1.5.2.mar
[INFO] Deploying module: ping-1.5.2 -
file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/ping-1.5.2.mar
[INFO] Deploying module: metadataExchange-1.5.2 -
file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mex-1.5.2.mar
[INFO] Deploying module: rampart-1.5 -
file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rampart-1.5.mar
[INFO] Deploying module: mtompolicy-1.5.2 -
file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mtompolicy-1.5.2.mar
[INFO] Deploying Web service: version.aar -
file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/version.aar
[INFO] Deploying Web service: library-effective1.aar -
file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-effective1.aar
Oct 25, 2010 11:13:28 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Oct 25, 2010 11:13:28 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 2171 ms
[INFO] Deploying Web service: library-granular.aar -
file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-granular.aar
[ERROR] org/apache/axis2/mex/MexException
java.lang.NoClassDefFoundError: org/apache/axis2/mex/MexException
    at
org.apache.rampart.RampartMessageData.<init>(RampartMessageData.java:280)
    at org.apache.rampart.RampartEngine.process(RampartEngine.java:68)
    at
org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:92)
    at org.apache.axis2.engine.Phase.invoke(Phase.java:318)
    at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251)
    at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160)
    at
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
    at
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:142)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
...

Is this working for anyone else?

  - Dennis

-- 
Dennis M. Sosnoski
Java XML and Web Services
Axis2/CXF/Metro Training and Consulting
http://www.sosnoski.com - http://www.sosnoski.co.nz
Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117


On 09/28/2010 07:23 PM, Prabath Siriwardana wrote:
> On Tue, Sep 28, 2010 at 11:35 AM, gerhard presser <gp...@groiss.com> wrote:
>   
>> hi all,
>> are there any known compatibility issues?
>>     
> We have tested Rampart 1.5 with Axis2 1.5.2 and they do work together fine...
>
> Thanks & regards,
> -Prabath
>
>   
>> regards
>>  gerhard
>> --
>> View this message in context: http://old.nabble.com/axis2-1.5.2---rampart-1.5-tp29825559p29825559.html
>> Sent from the Axis - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-user-help@axis.apache.org
>>
>>
>>     
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org


Re: axis2 1.5.2 - rampart 1.5

Posted by Andreas Veithen <an...@gmail.com>.
Yes, it is indeed only included in the WAR distribution, but not in
the standard binary distribution. Will be fixed for 1.5.3. I opened a
JIRA report to track this issue: AXIS2-4870.

Andreas

On Tue, Nov 2, 2010 at 12:17, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> I downloaded the official 1.5.2 bin.zip from
> http://ws.apache.org/axis2/download/1_5_2/download.cgi and generated the
> war from that using Ant, after installing Rampart (the standard way to
> get a server installation including Rampart, as far as I know). I've
> just checked again, and the download zip does not include the mex...jar
> in the lib directory. My md5sum matches that given on the site for the zip.
>
>  - Dennis
>
> On 11/02/2010 10:36 PM, Andreas Veithen wrote:
>> I downloaded the official 1.5.2 WAR distribution (axis2-1.5.2-war.zip)
>> and the WAR does contain this JAR. However, I know that in 1.5.1 there
>> were issues with this JAR. IIRC, it was not a real Maven artifact but
>> built using the antrun plugin and then included in the WAR using a
>> relative path to the target directory of the mex module. That caused
>> lots of issues, and in 1.5.2 I attempted to fix this. If you got an
>> axis2.war that doesn't include the JAR, then there is still an issue
>> somewhere. Therefore it is important that you let us know how exactly
>> you got the WAR, so that we can try to identify the root cause of the
>> issue.
>>
>> Andreas
>>
>> On Tue, Nov 2, 2010 at 10:20, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>>
>>> No, don't have that. Since that jar doesn't appear to be present in
>>> either the Axis2 1.5.2 or Rampart 1.5 distribution, I'm not sure where I
>>> would have gotten it. Was it supposed to be included in the Axis2
>>> distribution?
>>>
>>>  - Dennis
>>>
>>>
>>> On 11/02/2010 09:35 PM, Andreas Veithen wrote:
>>>
>>>> Dennis,
>>>>
>>>> Can you check that you have WEB-INF/lib/mex-1.5.2-impl.jar and that
>>>> this JAR contains MexException?
>>>>
>>>> Andreas
>>>>
>>>> On Tue, Nov 2, 2010 at 08:54, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>>>>
>>>>
>>>>> When I try this combination I get server errors:
>>>>>
>>>>> INFO: Deploying web application archive axis2.war
>>>>> [INFO] Clustering has been disabled
>>>>> [INFO] Deploying module: soapmonitor-1.5.2 -
>>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/soapmonitor-1.5.2.mar
>>>>> [INFO] Deploying module: rahas-1.5 -
>>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rahas-1.5.mar
>>>>> [INFO] Deploying module: script-1.5.2 -
>>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/scripting-1.5.2.mar
>>>>> [INFO] Deploying module: addressing-1.5.2 -
>>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/addressing-1.5.2.mar
>>>>> [INFO] Deploying module: ping-1.5.2 -
>>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/ping-1.5.2.mar
>>>>> [INFO] Deploying module: metadataExchange-1.5.2 -
>>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mex-1.5.2.mar
>>>>> [INFO] Deploying module: rampart-1.5 -
>>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rampart-1.5.mar
>>>>> [INFO] Deploying module: mtompolicy-1.5.2 -
>>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mtompolicy-1.5.2.mar
>>>>> [INFO] Deploying Web service: version.aar -
>>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/version.aar
>>>>> [INFO] Deploying Web service: library-effective1.aar -
>>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-effective1.aar
>>>>> Oct 25, 2010 11:13:28 PM org.apache.coyote.http11.Http11Protocol start
>>>>> INFO: Starting Coyote HTTP/1.1 on http-8080
>>>>> Oct 25, 2010 11:13:28 PM org.apache.catalina.startup.Catalina start
>>>>> INFO: Server startup in 2171 ms
>>>>> [INFO] Deploying Web service: library-granular.aar -
>>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-granular.aar
>>>>> [ERROR] org/apache/axis2/mex/MexException
>>>>> java.lang.NoClassDefFoundError: org/apache/axis2/mex/MexException
>>>>>    at
>>>>> org.apache.rampart.RampartMessageData.<init>(RampartMessageData.java:280)
>>>>>    at org.apache.rampart.RampartEngine.process(RampartEngine.java:68)
>>>>>    at
>>>>> org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:92)
>>>>>    at org.apache.axis2.engine.Phase.invoke(Phase.java:318)
>>>>>    at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251)
>>>>>    at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160)
>>>>>    at
>>>>> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
>>>>>    at
>>>>> org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:142)
>>>>>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
>>>>>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>>>>> ...
>>>>>
>>>>> Is this working for anyone else?
>>>>>
>>>>>  - Dennis
>>>>>
>>>>> --
>>>>> Dennis M. Sosnoski
>>>>> Java XML and Web Services
>>>>> Axis2/CXF/Metro Training and Consulting
>>>>> http://www.sosnoski.com - http://www.sosnoski.co.nz
>>>>> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>>>>>
>>>>>
>>>>> On 09/28/2010 07:23 PM, Prabath Siriwardana wrote:
>>>>>
>>>>>
>>>>>> On Tue, Sep 28, 2010 at 11:35 AM, gerhard presser <gp...@groiss.com> wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>> hi all,
>>>>>>> are there any known compatibility issues?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>> We have tested Rampart 1.5 with Axis2 1.5.2 and they do work together fine...
>>>>>>
>>>>>> Thanks & regards,
>>>>>> -Prabath
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>> regards
>>>>>>>  gerhard
>>>>>>> --
>>>>>>> View this message in context: http://old.nabble.com/axis2-1.5.2---rampart-1.5-tp29825559p29825559.html
>>>>>>> Sent from the Axis - User mailing list archive at Nabble.com.
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>>>>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>>
>>>>
>>>>
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>
>>>
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-user-help@axis.apache.org
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-user-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org


Re: axis2 1.5.2 - rampart 1.5

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
I downloaded the official 1.5.2 bin.zip from
http://ws.apache.org/axis2/download/1_5_2/download.cgi and generated the
war from that using Ant, after installing Rampart (the standard way to
get a server installation including Rampart, as far as I know). I've
just checked again, and the download zip does not include the mex...jar
in the lib directory. My md5sum matches that given on the site for the zip.

  - Dennis

On 11/02/2010 10:36 PM, Andreas Veithen wrote:
> I downloaded the official 1.5.2 WAR distribution (axis2-1.5.2-war.zip)
> and the WAR does contain this JAR. However, I know that in 1.5.1 there
> were issues with this JAR. IIRC, it was not a real Maven artifact but
> built using the antrun plugin and then included in the WAR using a
> relative path to the target directory of the mex module. That caused
> lots of issues, and in 1.5.2 I attempted to fix this. If you got an
> axis2.war that doesn't include the JAR, then there is still an issue
> somewhere. Therefore it is important that you let us know how exactly
> you got the WAR, so that we can try to identify the root cause of the
> issue.
>
> Andreas
>
> On Tue, Nov 2, 2010 at 10:20, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>   
>> No, don't have that. Since that jar doesn't appear to be present in
>> either the Axis2 1.5.2 or Rampart 1.5 distribution, I'm not sure where I
>> would have gotten it. Was it supposed to be included in the Axis2
>> distribution?
>>
>>  - Dennis
>>
>>
>> On 11/02/2010 09:35 PM, Andreas Veithen wrote:
>>     
>>> Dennis,
>>>
>>> Can you check that you have WEB-INF/lib/mex-1.5.2-impl.jar and that
>>> this JAR contains MexException?
>>>
>>> Andreas
>>>
>>> On Tue, Nov 2, 2010 at 08:54, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>>>
>>>       
>>>> When I try this combination I get server errors:
>>>>
>>>> INFO: Deploying web application archive axis2.war
>>>> [INFO] Clustering has been disabled
>>>> [INFO] Deploying module: soapmonitor-1.5.2 -
>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/soapmonitor-1.5.2.mar
>>>> [INFO] Deploying module: rahas-1.5 -
>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rahas-1.5.mar
>>>> [INFO] Deploying module: script-1.5.2 -
>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/scripting-1.5.2.mar
>>>> [INFO] Deploying module: addressing-1.5.2 -
>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/addressing-1.5.2.mar
>>>> [INFO] Deploying module: ping-1.5.2 -
>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/ping-1.5.2.mar
>>>> [INFO] Deploying module: metadataExchange-1.5.2 -
>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mex-1.5.2.mar
>>>> [INFO] Deploying module: rampart-1.5 -
>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rampart-1.5.mar
>>>> [INFO] Deploying module: mtompolicy-1.5.2 -
>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mtompolicy-1.5.2.mar
>>>> [INFO] Deploying Web service: version.aar -
>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/version.aar
>>>> [INFO] Deploying Web service: library-effective1.aar -
>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-effective1.aar
>>>> Oct 25, 2010 11:13:28 PM org.apache.coyote.http11.Http11Protocol start
>>>> INFO: Starting Coyote HTTP/1.1 on http-8080
>>>> Oct 25, 2010 11:13:28 PM org.apache.catalina.startup.Catalina start
>>>> INFO: Server startup in 2171 ms
>>>> [INFO] Deploying Web service: library-granular.aar -
>>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-granular.aar
>>>> [ERROR] org/apache/axis2/mex/MexException
>>>> java.lang.NoClassDefFoundError: org/apache/axis2/mex/MexException
>>>>    at
>>>> org.apache.rampart.RampartMessageData.<init>(RampartMessageData.java:280)
>>>>    at org.apache.rampart.RampartEngine.process(RampartEngine.java:68)
>>>>    at
>>>> org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:92)
>>>>    at org.apache.axis2.engine.Phase.invoke(Phase.java:318)
>>>>    at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251)
>>>>    at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160)
>>>>    at
>>>> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
>>>>    at
>>>> org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:142)
>>>>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
>>>>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>>>> ...
>>>>
>>>> Is this working for anyone else?
>>>>
>>>>  - Dennis
>>>>
>>>> --
>>>> Dennis M. Sosnoski
>>>> Java XML and Web Services
>>>> Axis2/CXF/Metro Training and Consulting
>>>> http://www.sosnoski.com - http://www.sosnoski.co.nz
>>>> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>>>>
>>>>
>>>> On 09/28/2010 07:23 PM, Prabath Siriwardana wrote:
>>>>
>>>>         
>>>>> On Tue, Sep 28, 2010 at 11:35 AM, gerhard presser <gp...@groiss.com> wrote:
>>>>>
>>>>>
>>>>>           
>>>>>> hi all,
>>>>>> are there any known compatibility issues?
>>>>>>
>>>>>>
>>>>>>             
>>>>> We have tested Rampart 1.5 with Axis2 1.5.2 and they do work together fine...
>>>>>
>>>>> Thanks & regards,
>>>>> -Prabath
>>>>>
>>>>>
>>>>>
>>>>>           
>>>>>> regards
>>>>>>  gerhard
>>>>>> --
>>>>>> View this message in context: http://old.nabble.com/axis2-1.5.2---rampart-1.5-tp29825559p29825559.html
>>>>>> Sent from the Axis - User mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>>>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>             
>>>>>
>>>>>
>>>>>           
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>>
>>>>
>>>>
>>>>         
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>
>>>
>>>
>>>       
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-user-help@axis.apache.org
>>
>>
>>     
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-user-help@axis.apache.org
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org


Re: axis2 1.5.2 - rampart 1.5

Posted by Andreas Veithen <an...@gmail.com>.
I downloaded the official 1.5.2 WAR distribution (axis2-1.5.2-war.zip)
and the WAR does contain this JAR. However, I know that in 1.5.1 there
were issues with this JAR. IIRC, it was not a real Maven artifact but
built using the antrun plugin and then included in the WAR using a
relative path to the target directory of the mex module. That caused
lots of issues, and in 1.5.2 I attempted to fix this. If you got an
axis2.war that doesn't include the JAR, then there is still an issue
somewhere. Therefore it is important that you let us know how exactly
you got the WAR, so that we can try to identify the root cause of the
issue.

Andreas

On Tue, Nov 2, 2010 at 10:20, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> No, don't have that. Since that jar doesn't appear to be present in
> either the Axis2 1.5.2 or Rampart 1.5 distribution, I'm not sure where I
> would have gotten it. Was it supposed to be included in the Axis2
> distribution?
>
>  - Dennis
>
>
> On 11/02/2010 09:35 PM, Andreas Veithen wrote:
>> Dennis,
>>
>> Can you check that you have WEB-INF/lib/mex-1.5.2-impl.jar and that
>> this JAR contains MexException?
>>
>> Andreas
>>
>> On Tue, Nov 2, 2010 at 08:54, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>>
>>> When I try this combination I get server errors:
>>>
>>> INFO: Deploying web application archive axis2.war
>>> [INFO] Clustering has been disabled
>>> [INFO] Deploying module: soapmonitor-1.5.2 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/soapmonitor-1.5.2.mar
>>> [INFO] Deploying module: rahas-1.5 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rahas-1.5.mar
>>> [INFO] Deploying module: script-1.5.2 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/scripting-1.5.2.mar
>>> [INFO] Deploying module: addressing-1.5.2 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/addressing-1.5.2.mar
>>> [INFO] Deploying module: ping-1.5.2 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/ping-1.5.2.mar
>>> [INFO] Deploying module: metadataExchange-1.5.2 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mex-1.5.2.mar
>>> [INFO] Deploying module: rampart-1.5 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rampart-1.5.mar
>>> [INFO] Deploying module: mtompolicy-1.5.2 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mtompolicy-1.5.2.mar
>>> [INFO] Deploying Web service: version.aar -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/version.aar
>>> [INFO] Deploying Web service: library-effective1.aar -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-effective1.aar
>>> Oct 25, 2010 11:13:28 PM org.apache.coyote.http11.Http11Protocol start
>>> INFO: Starting Coyote HTTP/1.1 on http-8080
>>> Oct 25, 2010 11:13:28 PM org.apache.catalina.startup.Catalina start
>>> INFO: Server startup in 2171 ms
>>> [INFO] Deploying Web service: library-granular.aar -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-granular.aar
>>> [ERROR] org/apache/axis2/mex/MexException
>>> java.lang.NoClassDefFoundError: org/apache/axis2/mex/MexException
>>>    at
>>> org.apache.rampart.RampartMessageData.<init>(RampartMessageData.java:280)
>>>    at org.apache.rampart.RampartEngine.process(RampartEngine.java:68)
>>>    at
>>> org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:92)
>>>    at org.apache.axis2.engine.Phase.invoke(Phase.java:318)
>>>    at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251)
>>>    at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160)
>>>    at
>>> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
>>>    at
>>> org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:142)
>>>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
>>>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>>> ...
>>>
>>> Is this working for anyone else?
>>>
>>>  - Dennis
>>>
>>> --
>>> Dennis M. Sosnoski
>>> Java XML and Web Services
>>> Axis2/CXF/Metro Training and Consulting
>>> http://www.sosnoski.com - http://www.sosnoski.co.nz
>>> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>>>
>>>
>>> On 09/28/2010 07:23 PM, Prabath Siriwardana wrote:
>>>
>>>> On Tue, Sep 28, 2010 at 11:35 AM, gerhard presser <gp...@groiss.com> wrote:
>>>>
>>>>
>>>>> hi all,
>>>>> are there any known compatibility issues?
>>>>>
>>>>>
>>>> We have tested Rampart 1.5 with Axis2 1.5.2 and they do work together fine...
>>>>
>>>> Thanks & regards,
>>>> -Prabath
>>>>
>>>>
>>>>
>>>>> regards
>>>>>  gerhard
>>>>> --
>>>>> View this message in context: http://old.nabble.com/axis2-1.5.2---rampart-1.5-tp29825559p29825559.html
>>>>> Sent from the Axis - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>
>>>
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-user-help@axis.apache.org
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-user-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org


Re: axis2 1.5.2 - rampart 1.5

Posted by Prabath Siriwardana <pr...@wso2.com>.
This is a known issue in Axis2 WAR I guess.. You can find the jar from
axis2 zip distribution.

Thanks & regards,
-Prabath

On Tue, Nov 2, 2010 at 2:50 PM, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> No, don't have that. Since that jar doesn't appear to be present in
> either the Axis2 1.5.2 or Rampart 1.5 distribution, I'm not sure where I
> would have gotten it. Was it supposed to be included in the Axis2
> distribution?
>
>  - Dennis
>
>
> On 11/02/2010 09:35 PM, Andreas Veithen wrote:
>> Dennis,
>>
>> Can you check that you have WEB-INF/lib/mex-1.5.2-impl.jar and that
>> this JAR contains MexException?
>>
>> Andreas
>>
>> On Tue, Nov 2, 2010 at 08:54, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>>
>>> When I try this combination I get server errors:
>>>
>>> INFO: Deploying web application archive axis2.war
>>> [INFO] Clustering has been disabled
>>> [INFO] Deploying module: soapmonitor-1.5.2 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/soapmonitor-1.5.2.mar
>>> [INFO] Deploying module: rahas-1.5 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rahas-1.5.mar
>>> [INFO] Deploying module: script-1.5.2 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/scripting-1.5.2.mar
>>> [INFO] Deploying module: addressing-1.5.2 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/addressing-1.5.2.mar
>>> [INFO] Deploying module: ping-1.5.2 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/ping-1.5.2.mar
>>> [INFO] Deploying module: metadataExchange-1.5.2 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mex-1.5.2.mar
>>> [INFO] Deploying module: rampart-1.5 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rampart-1.5.mar
>>> [INFO] Deploying module: mtompolicy-1.5.2 -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mtompolicy-1.5.2.mar
>>> [INFO] Deploying Web service: version.aar -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/version.aar
>>> [INFO] Deploying Web service: library-effective1.aar -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-effective1.aar
>>> Oct 25, 2010 11:13:28 PM org.apache.coyote.http11.Http11Protocol start
>>> INFO: Starting Coyote HTTP/1.1 on http-8080
>>> Oct 25, 2010 11:13:28 PM org.apache.catalina.startup.Catalina start
>>> INFO: Server startup in 2171 ms
>>> [INFO] Deploying Web service: library-granular.aar -
>>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-granular.aar
>>> [ERROR] org/apache/axis2/mex/MexException
>>> java.lang.NoClassDefFoundError: org/apache/axis2/mex/MexException
>>>    at
>>> org.apache.rampart.RampartMessageData.<init>(RampartMessageData.java:280)
>>>    at org.apache.rampart.RampartEngine.process(RampartEngine.java:68)
>>>    at
>>> org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:92)
>>>    at org.apache.axis2.engine.Phase.invoke(Phase.java:318)
>>>    at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251)
>>>    at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160)
>>>    at
>>> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
>>>    at
>>> org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:142)
>>>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
>>>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>>> ...
>>>
>>> Is this working for anyone else?
>>>
>>>  - Dennis
>>>
>>> --
>>> Dennis M. Sosnoski
>>> Java XML and Web Services
>>> Axis2/CXF/Metro Training and Consulting
>>> http://www.sosnoski.com - http://www.sosnoski.co.nz
>>> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>>>
>>>
>>> On 09/28/2010 07:23 PM, Prabath Siriwardana wrote:
>>>
>>>> On Tue, Sep 28, 2010 at 11:35 AM, gerhard presser <gp...@groiss.com> wrote:
>>>>
>>>>
>>>>> hi all,
>>>>> are there any known compatibility issues?
>>>>>
>>>>>
>>>> We have tested Rampart 1.5 with Axis2 1.5.2 and they do work together fine...
>>>>
>>>> Thanks & regards,
>>>> -Prabath
>>>>
>>>>
>>>>
>>>>> regards
>>>>>  gerhard
>>>>> --
>>>>> View this message in context: http://old.nabble.com/axis2-1.5.2---rampart-1.5-tp29825559p29825559.html
>>>>> Sent from the Axis - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>
>>>
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-user-help@axis.apache.org
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-user-help@axis.apache.org
>
>



-- 
Thanks & Regards,
Prabath Siriwardena

http://blog.facilelogin.com
http://RampartFAQ.com

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org


Re: axis2 1.5.2 - rampart 1.5

Posted by Dennis Sosnoski <dm...@sosnoski.com>.
No, don't have that. Since that jar doesn't appear to be present in
either the Axis2 1.5.2 or Rampart 1.5 distribution, I'm not sure where I
would have gotten it. Was it supposed to be included in the Axis2
distribution?

  - Dennis


On 11/02/2010 09:35 PM, Andreas Veithen wrote:
> Dennis,
>
> Can you check that you have WEB-INF/lib/mex-1.5.2-impl.jar and that
> this JAR contains MexException?
>
> Andreas
>
> On Tue, Nov 2, 2010 at 08:54, Dennis Sosnoski <dm...@sosnoski.com> wrote:
>   
>> When I try this combination I get server errors:
>>
>> INFO: Deploying web application archive axis2.war
>> [INFO] Clustering has been disabled
>> [INFO] Deploying module: soapmonitor-1.5.2 -
>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/soapmonitor-1.5.2.mar
>> [INFO] Deploying module: rahas-1.5 -
>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rahas-1.5.mar
>> [INFO] Deploying module: script-1.5.2 -
>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/scripting-1.5.2.mar
>> [INFO] Deploying module: addressing-1.5.2 -
>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/addressing-1.5.2.mar
>> [INFO] Deploying module: ping-1.5.2 -
>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/ping-1.5.2.mar
>> [INFO] Deploying module: metadataExchange-1.5.2 -
>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mex-1.5.2.mar
>> [INFO] Deploying module: rampart-1.5 -
>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rampart-1.5.mar
>> [INFO] Deploying module: mtompolicy-1.5.2 -
>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mtompolicy-1.5.2.mar
>> [INFO] Deploying Web service: version.aar -
>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/version.aar
>> [INFO] Deploying Web service: library-effective1.aar -
>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-effective1.aar
>> Oct 25, 2010 11:13:28 PM org.apache.coyote.http11.Http11Protocol start
>> INFO: Starting Coyote HTTP/1.1 on http-8080
>> Oct 25, 2010 11:13:28 PM org.apache.catalina.startup.Catalina start
>> INFO: Server startup in 2171 ms
>> [INFO] Deploying Web service: library-granular.aar -
>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-granular.aar
>> [ERROR] org/apache/axis2/mex/MexException
>> java.lang.NoClassDefFoundError: org/apache/axis2/mex/MexException
>>    at
>> org.apache.rampart.RampartMessageData.<init>(RampartMessageData.java:280)
>>    at org.apache.rampart.RampartEngine.process(RampartEngine.java:68)
>>    at
>> org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:92)
>>    at org.apache.axis2.engine.Phase.invoke(Phase.java:318)
>>    at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251)
>>    at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160)
>>    at
>> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
>>    at
>> org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:142)
>>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
>>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>> ...
>>
>> Is this working for anyone else?
>>
>>  - Dennis
>>
>> --
>> Dennis M. Sosnoski
>> Java XML and Web Services
>> Axis2/CXF/Metro Training and Consulting
>> http://www.sosnoski.com - http://www.sosnoski.co.nz
>> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>>
>>
>> On 09/28/2010 07:23 PM, Prabath Siriwardana wrote:
>>     
>>> On Tue, Sep 28, 2010 at 11:35 AM, gerhard presser <gp...@groiss.com> wrote:
>>>
>>>       
>>>> hi all,
>>>> are there any known compatibility issues?
>>>>
>>>>         
>>> We have tested Rampart 1.5 with Axis2 1.5.2 and they do work together fine...
>>>
>>> Thanks & regards,
>>> -Prabath
>>>
>>>
>>>       
>>>> regards
>>>>  gerhard
>>>> --
>>>> View this message in context: http://old.nabble.com/axis2-1.5.2---rampart-1.5-tp29825559p29825559.html
>>>> Sent from the Axis - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>>
>>>>
>>>>
>>>>         
>>>
>>>
>>>       
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>> For additional commands, e-mail: java-user-help@axis.apache.org
>>
>>
>>     
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-user-help@axis.apache.org
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org


Re: axis2 1.5.2 - rampart 1.5

Posted by Andreas Veithen <an...@gmail.com>.
Dennis,

Can you check that you have WEB-INF/lib/mex-1.5.2-impl.jar and that
this JAR contains MexException?

Andreas

On Tue, Nov 2, 2010 at 08:54, Dennis Sosnoski <dm...@sosnoski.com> wrote:
> When I try this combination I get server errors:
>
> INFO: Deploying web application archive axis2.war
> [INFO] Clustering has been disabled
> [INFO] Deploying module: soapmonitor-1.5.2 -
> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/soapmonitor-1.5.2.mar
> [INFO] Deploying module: rahas-1.5 -
> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rahas-1.5.mar
> [INFO] Deploying module: script-1.5.2 -
> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/scripting-1.5.2.mar
> [INFO] Deploying module: addressing-1.5.2 -
> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/addressing-1.5.2.mar
> [INFO] Deploying module: ping-1.5.2 -
> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/ping-1.5.2.mar
> [INFO] Deploying module: metadataExchange-1.5.2 -
> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mex-1.5.2.mar
> [INFO] Deploying module: rampart-1.5 -
> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rampart-1.5.mar
> [INFO] Deploying module: mtompolicy-1.5.2 -
> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mtompolicy-1.5.2.mar
> [INFO] Deploying Web service: version.aar -
> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/version.aar
> [INFO] Deploying Web service: library-effective1.aar -
> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-effective1.aar
> Oct 25, 2010 11:13:28 PM org.apache.coyote.http11.Http11Protocol start
> INFO: Starting Coyote HTTP/1.1 on http-8080
> Oct 25, 2010 11:13:28 PM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 2171 ms
> [INFO] Deploying Web service: library-granular.aar -
> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-granular.aar
> [ERROR] org/apache/axis2/mex/MexException
> java.lang.NoClassDefFoundError: org/apache/axis2/mex/MexException
>    at
> org.apache.rampart.RampartMessageData.<init>(RampartMessageData.java:280)
>    at org.apache.rampart.RampartEngine.process(RampartEngine.java:68)
>    at
> org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:92)
>    at org.apache.axis2.engine.Phase.invoke(Phase.java:318)
>    at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251)
>    at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160)
>    at
> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167)
>    at
> org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:142)
>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> ...
>
> Is this working for anyone else?
>
>  - Dennis
>
> --
> Dennis M. Sosnoski
> Java XML and Web Services
> Axis2/CXF/Metro Training and Consulting
> http://www.sosnoski.com - http://www.sosnoski.co.nz
> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117
>
>
> On 09/28/2010 07:23 PM, Prabath Siriwardana wrote:
>> On Tue, Sep 28, 2010 at 11:35 AM, gerhard presser <gp...@groiss.com> wrote:
>>
>>> hi all,
>>> are there any known compatibility issues?
>>>
>> We have tested Rampart 1.5 with Axis2 1.5.2 and they do work together fine...
>>
>> Thanks & regards,
>> -Prabath
>>
>>
>>> regards
>>>  gerhard
>>> --
>>> View this message in context: http://old.nabble.com/axis2-1.5.2---rampart-1.5-tp29825559p29825559.html
>>> Sent from the Axis - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
>>> For additional commands, e-mail: java-user-help@axis.apache.org
>>>
>>>
>>>
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-user-help@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org