Hi, With the Axis2's 1.3 release, we will release Rampart 1.3. These will work together.
Axis2 1.2 works with Rampart 1.2 and Rampart 1.1 Axis2 1.1 works with Rampart 1.1 The existing problem is fixed in the current code in Rampart svn. If you want please build from source. You can download Rampart nightly builds when they are available. Regards, Dimuthu On Wed, 2007-07-11 at 08:53 +1000, Mark Badorrek wrote: > Hi Dimuthu, > > Does this mean that Axis2 1.3 rc1 will not be able to implement WS-Security > with any existing Rampart release? > > Rampart 1.1 and Rampart 1.2 both exhibit the same problem for me with Axis2 > 1.3 rc1. > > If this is the case then I'd be very disappointed. It seems that Axis2 > 'out-of-the-box' has not meshed with Rampart 'out-of-the-box' for quite a > long time. > > Can you or anyone else outline what the two projects are doing? What are the > various compatabilities? (I'm also asking the dev-rampart mailing list) > > Cheers, > > Mark B > > > ________________________________ > > From: Dimuthu [mailto:[EMAIL PROTECTED] > Sent: Tue 10/07/2007 4:44 PM > To: [EMAIL PROTECTED] > Subject: Re: Axis 1.3 rc1 and Rampart 1.2 > > > > Hi, > > Rampart 1.2 will not work with Axis2 1.3 rc1. The problem is fixed on > current code base. > > You might have to use build rampart from source. Sorry! nightly builds > are not available yet. > > Regards, > Dimuthu > > On Tue, 2007-07-10 at 14:46 +1000, Mark Badorrek wrote: > > I'm having trouble engaging rampart 1.2 using Axis2 1.3 rc1. > > > > The error being thrown by the axis2 (client) is shown below : > > > > Essentially we have no class in axis2 > > "org.apache.axis2.modules.ModulePolicyExtension" > > > > Is this a real problem, or am I just misconfiguring something? > > > > Cheers, > > > > Mark B > > > > > > > > 516 [main] DEBUG org.apache.axis2.util.Loader - > > java.lang.NoClassDefFoundError: > > org/apache/axis2/modules/ModulePolicyExtension > > 532 [main] DEBUG org.apache.axis2.util.Loader - > > java.lang.NoClassDefFoundError: > > org/apache/axis2/modules/ModulePolicyExtension > > 532 [main] DEBUG org.apache.axis2.i18n.ProjectResourceBundle - > > org.apache.axis2.i18n.resource::handleGetObject(invalidmodule) > > 532 [main] ERROR org.apache.axis2.deployment.ModuleDeployer - The > > rampart-1.2.mar module, which is not valid, caused > > org/apache/axis2/modules/ModulePolicyExtension > > java.lang.NoClassDefFoundError: > > org/apache/axis2/modules/ModulePolicyExtension > > at java.lang.ClassLoader.defineClass1(Native Method) > > at java.lang.ClassLoader.defineClass(Unknown Source) > > at java.security.SecureClassLoader.defineClass(Unknown Source) > > at java.net.URLClassLoader.defineClass(Unknown Source) > > at java.net.URLClassLoader.access$100(Unknown Source) > > at java.net.URLClassLoader$1.run(Unknown Source) > > at java.security.AccessController.doPrivileged(Native Method) > > at java.net.URLClassLoader.findClass(Unknown Source) > > at java.lang.ClassLoader.loadClass(Unknown Source) > > at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) > > at java.lang.ClassLoader.loadClass(Unknown Source) > > at java.lang.ClassLoader.loadClassInternal(Unknown Source) > > at java.lang.Class.forName0(Native Method) > > at java.lang.Class.forName(Unknown Source) > > at org.apache.axis2.util.Loader.loadClass(Loader.java:261) > > at org.apache.axis2.util.Loader.loadClass(Loader.java:229) > > at > > org.apache.axis2.deployment.ModuleBuilder.loadModuleClass(ModuleBuilder.java:66) > > at > > org.apache.axis2.deployment.ModuleBuilder.populateModule(ModuleBuilder.java:96) > > at > > org.apache.axis2.deployment.repository.util.ArchiveReader.readModuleArchive(ArchiveReader.java:481) > > > > org.apache.axis2.AxisFault: The system is attempting to engage a > > module that is not available: rampart > > at > > org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:440) > > at > > org.apache.axis2.engine.AxisConfiguration.engageGlobalModules(AxisConfiguration.java:567) > > at > > org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:564) > > at > > org.apache.axis2.deployment.FileSystemConfigurator.engageGlobalModules(FileSystemConfigurator.java:141) > > at > > org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:76) > > at > > org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:179)641 > > [main] DEBUG org.apache.axis2.i18n.ProjectResourceBundle - > > org.apache.axis2.i18n.resource::handleGetObject(modulenotavailble) > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > >
