RE: Bugs with [RAMPART] and [AXIS2] 1.6.2

2012-08-13 Thread James Annesley
I have reverted back to 1.5.6 because Rampart was still checking the username and password even though I hadn't turned it on. How do you stop this behaviour anyway? I want my username and password to only be authenticated by a third party. James From: James Annesley [mailto:james.annes.

ConfigurationContextFactory.createConfigurationContextFromFileSystem yields IllegalArgumentException

2012-08-13 Thread Stromas, Aaron
Hello, I'm using Axis2 1.6.2 with Rampart 1.6.2. My client attempts to create the ConfigurationContext by calling File repoPath = new File("axis2-1.6.1/repository") ConfigurationContextFactory.createConfigurationContextFromFileSystem(repoPath.getAbsolutePath(), null); And I'm getting the Illeg

RE: ConfigurationContextFactory.createConfigurationContextFromFileSystem yields IllegalArgumentException

2012-08-13 Thread Stromas, Aaron
I thought that the error I was getting was due to the second parameter being null, so I created an axis2.xml and passes it as the second parameter. To my surprise, I'm still getting the same error. And if I use null for both parameters, I get the "Unable to engage module: rampart" when I try to

RE: ConfigurationContextFactory.createConfigurationContextFromFileSystem yields IllegalArgumentException

2012-08-13 Thread Martin Gainty
Aaron If the InputStream is null this means your module.xml is either incorrectly configured and or classes missing when you package your rampart*.mar can we take a look at the META-INF\module.xml..my copy for 1.4 is: This module provides the WS-Security and WS-SecureConversation fun

RE: ConfigurationContextFactory.createConfigurationContextFromFileSystem yields IllegalArgumentException

2012-08-13 Thread Stromas, Aaron
Hi Martin, Please, bear with me. Where is the module.xml come from and where should it reside? I have followed the article http://wso2.org/library/3190#Step_1._Deploying_the_module_and_necessary_jars which never mentioned modules.xml, nor did I see it mentioned on the Rampart site. I am using

RE: ConfigurationContextFactory.createConfigurationContextFromFileSystem yields IllegalArgumentException

2012-08-13 Thread Stromas, Aaron
It appears to me that the modules are loaded successfully, otherwise Axis would have let me know. How can I find out what is was attempting to load when it choked? Aug 13, 2012 2:08:27 PM org.apache.axis2.deployment.ModuleDeployer deploy INFO: Deploying module: addressing-1.6.2 - file:/C:/Docume

RE: ConfigurationContextFactory.createConfigurationContextFromFileSystem yields IllegalArgumentException

2012-08-13 Thread Martin Gainty
Good Afternoon Aaron MG>it appears you dont have a valid rampart*.mar for your axis2 environment to use so it would be best to follow the instructions for build and deploy rampart at MG>http://axis.apache.org/axis2/java/rampart/developer-guide.html MG>Once you have valid rampart and rahas mar t

Ignoring ADB response errors

2012-08-13 Thread David R Robison
I am using Axis2 to communicate to a web service. However, the web service does not properly implement the stated WSDL. When making the call I get the following ADBException. org.apache.axis2.databinding.ADBException: Unsupported type http://www.onvif.org/ver10/schema BacklightCompensation Is

RE: ConfigurationContextFactory.createConfigurationContextFromFileSystem yields IllegalArgumentException

2012-08-13 Thread Stromas, Aaron
Hello, Martin - Thank you for the suggestion. I know, this is my problem, but my target environment is very restricted one and it's windows XP sp3. I've used downloaded rampart modules on my winsdows 7 and they seem to work fine. I can't build natively on the target machine, where I cannot ins