You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-user@ws.apache.org by "alfredo.s.g_uam_spain" <al...@gmail.com> on 2007/12/14 12:19:19 UTC

Does muse support addressing-1.3.mar?

when i generate code from wsdl2java it uses addressing-1.1
but when i try to add rampart support i get an error :
 java.lang.NoSuchMethodError 
org.apache.axis2.context.MessageContext.isEngaged(Ljava/lang/String;)Z

reading through forums someone before fixed this changing addressing-1.1 to
addressing-1.3 ( he was not using muse ) but i tried this and axis doesnt
load i get a jsp error 500

rg.apache.jasper.JasperException: Exception in JSP: /axis2-web/index.jsp:23

20:     */
21:   %>
22:   <head>
23:     <jsp:include page="include/httpbase.jsp"/>
24:     <title>Axis 2 - Home</title>
25:     <link href="axis2-web/css/axis-style.css" rel="stylesheet"
type="text/css"/>
26:   </head>


Stacktrace:

org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:451)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:355)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


-- 
View this message in context: http://www.nabble.com/Does-muse-support-addressing-1.3.mar--tp14334051p14334051.html
Sent from the Muse User mailing list archive at Nabble.com.


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


RE: Does muse support addressing-1.3.mar?

Posted by "alfredo.s.g_uam_spain" <al...@gmail.com>.
So it would be better if i generate the muse app with a axis2-1.2 repo and i
include rampart1.2 if missing?
On monday ill try if it works



Vinh Nguyen (vinguye2) wrote:
> 
> Hi,
> I believe address-1.3.mar is only supported by Axis2 v1.3.  Muse uses
> Axis2 v1.2.
> -Vinh
> 
> 
> -----Original Message-----
> From: alfredo.s.g_uam_spain [mailto:alfredo.salvador@gmail.com] 
> Sent: Friday, December 14, 2007 3:47 AM
> To: muse-user@ws.apache.org
> Subject: Re: Does muse support addressing-1.3.mar?
> 
> 
> Maybe the problem is in another place because i've tried to run it on
> axis2-1.1 with all libraries in 1.1 and it also doesnt work.
> 
> I get this message in the log:
> 
> 14-dic-2007 12:39:54 org.apache.axis2.transport.http.AxisServlet doPost
> GRAVE: java.lang.NoSuchMethodError:
> org.apache.axis2.context.MessageContext.isEngaged(Ljava/lang/String;)Z
> 
> ¿Does the L and the Z mean wrong generated code? 
> 
> 
> 
> 
> alfredo.s.g_uam_spain wrote:
>> 
>> when i generate code from wsdl2java it uses addressing-1.1 but when i 
>> try to add rampart support i get an error :
>>  java.lang.NoSuchMethodError
>> org.apache.axis2.context.MessageContext.isEngaged(Ljava/lang/String;)Z
>> 
>> reading through forums someone before fixed this changing 
>> addressing-1.1 to addressing-1.3 ( he was not using muse ) but i tried 
>> this and axis doesnt load i get a jsp error 500
>> 
>> rg.apache.jasper.JasperException: Exception in JSP:
>> /axis2-web/index.jsp:23
>> 
>> 20:     */
>> 21:   %>
>> 22:   <head>
>> 23:     <jsp:include page="include/httpbase.jsp"/>
>> 24:     <title>Axis 2 - Home</title>
>> 25:     <link href="axis2-web/css/axis-style.css" rel="stylesheet"
>> type="text/css"/>
>> 26:   </head>
>> 
>> 
>> Stacktrace:
>> 
>> org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServ
>> letWrapper.java:451)
>> 
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:355)
>> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
>> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
>> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>> 
>> 
>> 
> 
> --
> View this message in context:
> http://www.nabble.com/Does-muse-support-addressing-1.3.mar--tp14334051p14334436.html
> Sent from the Muse User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: muse-user-help@ws.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: muse-user-help@ws.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Does-muse-support-addressing-1.3.mar--tp14334051p14350263.html
Sent from the Muse User mailing list archive at Nabble.com.


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


RE: Does muse support addressing-1.3.mar?

Posted by "alfredo.s.g_uam_spain" <al...@gmail.com>.
I completed the configuration for my application and yes it was a problem of
library version incompatibilities.
Muse needs axis1.2 and rampart1.2 and not other


Vinh Nguyen (vinguye2) wrote:
> 
> Hi,
> I believe address-1.3.mar is only supported by Axis2 v1.3.  Muse uses
> Axis2 v1.2.
> -Vinh
> 
> 
> -----Original Message-----
> From: alfredo.s.g_uam_spain [mailto:alfredo.salvador@gmail.com] 
> Sent: Friday, December 14, 2007 3:47 AM
> To: muse-user@ws.apache.org
> Subject: Re: Does muse support addressing-1.3.mar?
> 
> 
> Maybe the problem is in another place because i've tried to run it on
> axis2-1.1 with all libraries in 1.1 and it also doesnt work.
> 
> I get this message in the log:
> 
> 14-dic-2007 12:39:54 org.apache.axis2.transport.http.AxisServlet doPost
> GRAVE: java.lang.NoSuchMethodError:
> org.apache.axis2.context.MessageContext.isEngaged(Ljava/lang/String;)Z
> 
> ¿Does the L and the Z mean wrong generated code? 
> 
> 
> 
> 
> alfredo.s.g_uam_spain wrote:
>> 
>> when i generate code from wsdl2java it uses addressing-1.1 but when i 
>> try to add rampart support i get an error :
>>  java.lang.NoSuchMethodError
>> org.apache.axis2.context.MessageContext.isEngaged(Ljava/lang/String;)Z
>> 
>> reading through forums someone before fixed this changing 
>> addressing-1.1 to addressing-1.3 ( he was not using muse ) but i tried 
>> this and axis doesnt load i get a jsp error 500
>> 
>> rg.apache.jasper.JasperException: Exception in JSP:
>> /axis2-web/index.jsp:23
>> 
>> 20:     */
>> 21:   %>
>> 22:   <head>
>> 23:     <jsp:include page="include/httpbase.jsp"/>
>> 24:     <title>Axis 2 - Home</title>
>> 25:     <link href="axis2-web/css/axis-style.css" rel="stylesheet"
>> type="text/css"/>
>> 26:   </head>
>> 
>> 
>> Stacktrace:
>> 
>> org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServ
>> letWrapper.java:451)
>> 
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:355)
>> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
>> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
>> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>> 
>> 
>> 
> 
> --
> View this message in context:
> http://www.nabble.com/Does-muse-support-addressing-1.3.mar--tp14334051p14334436.html
> Sent from the Muse User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: muse-user-help@ws.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: muse-user-help@ws.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Does-muse-support-addressing-1.3.mar--tp14334051p14395893.html
Sent from the Muse User mailing list archive at Nabble.com.


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


RE: Does muse support addressing-1.3.mar?

Posted by "Vinh Nguyen (vinguye2)" <vi...@cisco.com>.
Hi,
I believe address-1.3.mar is only supported by Axis2 v1.3.  Muse uses Axis2 v1.2.
-Vinh


-----Original Message-----
From: alfredo.s.g_uam_spain [mailto:alfredo.salvador@gmail.com] 
Sent: Friday, December 14, 2007 3:47 AM
To: muse-user@ws.apache.org
Subject: Re: Does muse support addressing-1.3.mar?


Maybe the problem is in another place because i've tried to run it on
axis2-1.1 with all libraries in 1.1 and it also doesnt work.

I get this message in the log:

14-dic-2007 12:39:54 org.apache.axis2.transport.http.AxisServlet doPost
GRAVE: java.lang.NoSuchMethodError:
org.apache.axis2.context.MessageContext.isEngaged(Ljava/lang/String;)Z

¿Does the L and the Z mean wrong generated code? 




alfredo.s.g_uam_spain wrote:
> 
> when i generate code from wsdl2java it uses addressing-1.1 but when i 
> try to add rampart support i get an error :
>  java.lang.NoSuchMethodError
> org.apache.axis2.context.MessageContext.isEngaged(Ljava/lang/String;)Z
> 
> reading through forums someone before fixed this changing 
> addressing-1.1 to addressing-1.3 ( he was not using muse ) but i tried 
> this and axis doesnt load i get a jsp error 500
> 
> rg.apache.jasper.JasperException: Exception in JSP:
> /axis2-web/index.jsp:23
> 
> 20:     */
> 21:   %>
> 22:   <head>
> 23:     <jsp:include page="include/httpbase.jsp"/>
> 24:     <title>Axis 2 - Home</title>
> 25:     <link href="axis2-web/css/axis-style.css" rel="stylesheet"
> type="text/css"/>
> 26:   </head>
> 
> 
> Stacktrace:
> 
> org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServ
> letWrapper.java:451)
> 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:355)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 
> 
> 

--
View this message in context: http://www.nabble.com/Does-muse-support-addressing-1.3.mar--tp14334051p14334436.html
Sent from the Muse User mailing list archive at Nabble.com.


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

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


Re: Does muse support addressing-1.3.mar?

Posted by "alfredo.s.g_uam_spain" <al...@gmail.com>.
Maybe the problem is in another place because i've tried to run it on
axis2-1.1 with all libraries in 1.1 and it also doesnt work.

I get this message in the log:

14-dic-2007 12:39:54 org.apache.axis2.transport.http.AxisServlet doPost
GRAVE: java.lang.NoSuchMethodError:
org.apache.axis2.context.MessageContext.isEngaged(Ljava/lang/String;)Z

¿Does the L and the Z mean wrong generated code? 




alfredo.s.g_uam_spain wrote:
> 
> when i generate code from wsdl2java it uses addressing-1.1
> but when i try to add rampart support i get an error :
>  java.lang.NoSuchMethodError 
> org.apache.axis2.context.MessageContext.isEngaged(Ljava/lang/String;)Z
> 
> reading through forums someone before fixed this changing addressing-1.1
> to addressing-1.3 ( he was not using muse ) but i tried this and axis
> doesnt load i get a jsp error 500
> 
> rg.apache.jasper.JasperException: Exception in JSP:
> /axis2-web/index.jsp:23
> 
> 20:     */
> 21:   %>
> 22:   <head>
> 23:     <jsp:include page="include/httpbase.jsp"/>
> 24:     <title>Axis 2 - Home</title>
> 25:     <link href="axis2-web/css/axis-style.css" rel="stylesheet"
> type="text/css"/>
> 26:   </head>
> 
> 
> Stacktrace:
> 
> org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:451)
> 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:355)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Does-muse-support-addressing-1.3.mar--tp14334051p14334436.html
Sent from the Muse User mailing list archive at Nabble.com.


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