Yes you are right. My mistake.

-Dimuthu

On Fri, 2007-07-13 at 11:19 -0700, George Stanchev wrote:
> Correct me if I am wrong but actually,
> 
> Axis2 1.2 DOES NOT work Rampart 1.1 (as opposed to what you have stated
> below)
> 
> Axis2 1.2 had some changes that broke backwards compatibility. 
> 
> Best Regards,
> George
> 
> -----Original Message-----
> From: Dimuthu [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, July 10, 2007 8:43 PM
> To: [email protected]
> Subject: Re: Axis2 1.3 rc1 and Rampart 1.2 and Rampart 1.1
> 
> 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(ModuleBuil
> > > der.java:66)
> > >  at
> > > org.apache.axis2.deployment.ModuleBuilder.populateModule(ModuleBuild
> > > er.java:96)
> > >  at
> > > org.apache.axis2.deployment.repository.util.ArchiveReader.readModule
> > > Archive(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(AxisConfigura
> > > tion.java:440)
> > >  at
> > > org.apache.axis2.engine.AxisConfiguration.engageGlobalModules(AxisCo
> > > nfiguration.java:567)
> > >  at
> > > org.apache.axis2.deployment.DeploymentEngine.engageModules(Deploymen
> > > tEngine.java:564)
> > >  at
> > > org.apache.axis2.deployment.FileSystemConfigurator.engageGlobalModul
> > > es(FileSystemConfigurator.java:141)
> > >  at
> > > org.apache.axis2.context.ConfigurationContextFactory.createConfigura
> > > tionContext(ConfigurationContextFactory.java:76)
> > >  at
> > > org.apache.axis2.context.ConfigurationContextFactory.createConfigura
> > > tionContextFromFileSystem(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]
> > 
> > 
> > 
> 
> 
> 
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. Any unauthorized review, use, disclosure or distribution is 
> prohibited. If you are not the intended recipient, please contact the sender 
> by reply e-mail and destroy all copies of the original message.
> 

Reply via email to