Hi Nandana, Thanks for the tips on debugging. I debugged the code and found that the faulty modules has this 'rampart' module in it. The error is the following
java*.*lang*.*NoClassDefFoundError*:* org*/*apache*/*axis2*/*modules*/* ModulePolicyExtension Which axis2 jar contains this class? I searched in all jars but could not find this class. I downloaded the axis2-1.4 binaries yesterday. Regards Hari P On 5/8/08, Nandana Mihindukulasooriya <[EMAIL PROTECTED]> wrote: > > Hi Hari, > > There are no compilation errors but when I run the program , I get the > > same error > > "org.apache.axis2.AxisFault: The system is attempting to engage a module > > that is not available: rampart" > > > > The possible reason is Rampart might not have been deployed correctly. Did > you add all dependency jars to your classpath ? And if you can debug, you > can check ConfigurationContext -> > axisConfiguration -> faultyModules to check the reason why it has actually > failed to deploy. > > BTW, Are you using a custom axis2.xml ? > > thanks, > nandana > > > > > > On 5/8/08, Nandana Mihindukulasooriya <[EMAIL PROTECTED]> wrote: > > > > > > Hi Hari, > > > > > > > Not knowing what else needs to be done?. I tried using rampart with > > > > 1.4 It didn't work. Does Rampart > > > > supported with axis2 1.4? > > > > > > > > > > Yes, you can download Rampart 1.4 RC2 here [1]. Configuration should > > > be like this. > > > > > > <module ref="rampart" /> > > > > > > <parameter name="OutflowSecurity"> > > > <action> > > > <items>UsernameToken Timestamp</items> > > > <user>bob</user> > > > > > > <passwordCallbackClass>org.apache.rampart.samples.sample02.PWCBHandler</passwordCallbackClass> > > > </action> > > > </parameter> > > > > > > you can find the complete axis2.xml here [2]. You can go through the > > > samples come with Rampart distribution to get a better understanding. > > > > > > > > > [1] - > > > http://people.apache.org/~nandana/rampart-1.4/RC2/dist/<http://people.apache.org/%7Enandana/rampart-1.4/RC2/dist/> > > > [2] - > > > http://svn.apache.org/repos/asf/webservices/rampart/trunk/java/modules/rampart-samples/basic/sample02/client.axis2.xml > > > > > > > > > thanks, > > > nandana > > > > > > > >