On Thu, Jun 25, 2009 at 4:47 PM, Maloney, Robert A<[email protected]> wrote: > OK, in tracing into the TuscanyAxisConfigurator class, the error: > > - Module validation failed: The system is attempting to engage a module > that is not available: rampart > > is thrown from the loadFromClassPath(): > > try { > loadFromClassPath(); > } catch ( Exception e ) { > if (isRampartRequired) { > loadRampartModule(); > } > } > > then it successfully loads the Rampart module in the catch, based on > files contained in tuscany-sca-all-1.5.jar (the .mar etc.). However, > SSL can't be enabled, as I purposefully put an incorrect keyStore > filename in the definitions.xml for both the client and server. My web > service still works without any errors. > > Are the default files (like axis2.xml) in tuscany-sca-all-1.5.jar, > sufficient? In looking at the axis2.xml in there, the one Rampart > reference is commented out. > > Thanks, > > Bob >
Hi Bob I had thought so. I'll have to run up one of the security samples and see if that's really doing what we think it should be doing. Regards Simon
