You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by "Ruchith Udayanga Fernando (JIRA)" <ji...@apache.org> on 2007/08/08 03:39:59 UTC

[jira] Commented: (RAMPART-58) problems engaging rampart per operation

    [ https://issues.apache.org/jira/browse/RAMPART-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518294 ] 

Ruchith Udayanga Fernando commented on RAMPART-58:
--------------------------------------------------

Please try this with the latest Axis2-1.3-RC3 and Rampart nightly [1]. Make sure the request from the client will contain sufficient information to dispatch the secured operation (to obtain operation specific policy/config).

Thanks,
Ruchith

[1] http://people.apache.org/dist/rampart/nightly/

> problems engaging rampart per operation
> ---------------------------------------
>
>                 Key: RAMPART-58
>                 URL: https://issues.apache.org/jira/browse/RAMPART-58
>             Project: Rampart
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Windows XP SP2, JDK 6, Tomcat 6.0, Axis2 1.2
>            Reporter: Jorge Fernández
>
> Whenever I engage rampart per operation in services.xml I receive this
>  exception when I invoke the service:
> org.apache.axis2.AxisFault: java.util.MissingResourceException: Can't
>  find resource for bundle org.apache.axis2.i18n.ProjectResourceBundle,
>  key spec.FAULT_ACTION_NOT_SUPPORTED_REASON&#xd;    
>            at
>  org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:178)&#xd;    
>            at
>  javax.servlet.http.HttpServlet.service(HttpServlet.java:710)&#xd;    
>            at
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:803)&#xd;    
>            at
>  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)&#xd;    
>            at
>  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&#xd;    
>            at
>  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228)&#xd;    
>            at
>  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)&#xd;    
>            at
>  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)&#xd;     
>            at
>  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)&#xd;    
>            at
>  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)&#xd;    
>            at
>  org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)&#xd;    
>            at
>  org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)&#xd;    
>            at
>  org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)&#xd;    
>            at
>   org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)&#xd;    
>            at java.lang.Thread.run(Unknown Source)&#xd;
>            
> Caused by: java.util.MissingResourceException: Can't find resource for
>  bundle org.apache.axis2.i18n.ProjectResourceBundle, key
>  spec.FAULT_ACTION_NOT_SUPPORTED_REASON&#xd;    
>         at java.util.ResourceBundle.getObject(Unknown Source)&#xd;    
>         at java.util.ResourceBundle.getString(Unknown Source)&#xd;    
>         at
>  org.apache.axis2.i18n.MessageBundle.getMessage(MessageBundle.java:191)&#xd;    
>         at
>   org.apache.axis2.i18n.MessageBundle.getMessage(MessageBundle.java:80)&#xd;    
>         at
>  org.apache.axis2.addressing.i18n.AddressingMessages.getMessage(AddressingMessages.java:61)&#xd;    
>         at
>  org.apache.axis2.addressing.AddressingFaultsHelper.triggerActionNotSupportedFault(AddressingFaultsHelper.java:317)&#xd;    
>         at
>  org.apache.axis2.handlers.addressing.AddressingValidationHandler.checkAction(AddressingValidationHandler.java:137)&#xd;    
>         at
>  org.apache.axis2.handlers.addressing.AddressingValidationHandler.invoke(AddressingValidationHandler.java:50)&#xd;    
>         at org.apache.axis2.engine.Phase.invoke(Phase.java:383)&#xd;  
>   
>         at
>   org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:203)&#xd;    
>         at
>  org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:131)&#xd;    
>         at
>  org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:279)&#xd;    
>         at
>  org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:116)&#xd;    
>         ... 14 more&#xd;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.