Hi,

Are you trying this with Axis2-1.1 jars?

Thanks,
Ruchith

On 12/29/06, Martin Gainty <[EMAIL PROTECTED]> wrote:
Good Afternoon All-

downloading the latest and greatest Axis 2 1.1 mars I am getting a consistent 
exception with .\modules\META-INF\module.xml
<module name="rampart" class="org.apache.rampart.Rampart">

    <Description>This module provides the WS-Security and WS-SecureConversation
    functionalities for Axis2, based on Apache WSS4J, Apache XML-Security
    and Apache Rahas implementations.
 </Description>

    <InFlow>
        <handler name="PolicyBasedSecurityInHandler" 
class="org.apache.rampart.handler.RampartReceiver">
            <order phase="Security" phaseFirst="true"/>
        </handler>
...

but when I attempt to 'invoke' rampart I get this nasty exception

- Allocate exception for servlet AxisServlet
java.lang.NoSuchMethodError: 
org.apache.axis2.description.HandlerDescription.<init>(Ljava/lang/String;)V
 at org.apache.rampart.handler.RampartReceiver.<clinit>(RampartReceiver.java:43)

Seems to be a mismatch between actual RampartReceiver.init(DataHandler) (for 
2.1.1) and the method RampartReceiver.init(String) currently being invoked

How to fix?
Thanks
M-
---------------------------------------------------------------------------
This e-mail message (including attachments, if any) is intended for the use of 
the individual or entity to which it is addressed and may contain information 
that is privileged, proprietary , confidential and exempt from disclosure. If 
you are not the intended recipient, you are notified that any dissemination, 
distribution or copying of this communication is strictly prohibited.
---------------------------------------------------------------------------
Le présent message électronique (y compris les pièces qui y sont annexées, le 
cas échéant) s'adresse au destinataire indiqué et peut contenir des 
renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le 
destinataire de ce document, nous vous signalons qu'il est strictement interdit 
de le diffuser, de le distribuer ou de le reproduire.


--
www.ruchith.org
www.wso2.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to