RE: ConfigurationContextFactory.createConfigurationContextFromFileSystem yields IllegalArgumentException

2012-08-14 Thread Martin Gainty
Good Morning Aaron Can you download the latest Rampart Binaries from http://axis.apache.org/axis2/java/rampart/download.html These are the blessed binaries so you should not never see any errors or any NULL InputStream from any of Rampart*.mar Please Download and install to webapps/axis2/WEB-IN

RE: ConfigurationContextFactory.createConfigurationContextFromFileSystem yields IllegalArgumentException

2012-08-14 Thread Stromas, Aaron
Good morning, Martin - First, I have been using the same blessed Rampart modules all along. Now, to the real issue - I did as you suggested, i.e., deployed Tomcat 7, Axis2 1.6.2 with the rampart modules from http://axis.apache.org/axis2/java/rampart/download.html. (I also added the Rampart ja

Range request header question

2012-08-14 Thread Denise Wu
Hi, I would like to be able to control which bytes range I would like to receive as a webservice response. I know there is something called header range. Can anyone provide an example on how to use it? Thanks. - To unsubscribe,

AXIS2 and JDK 1.5

2012-08-14 Thread Dave Cherkassky
Dear AXIS2 community, a question: According to "System Requirements" (http://axis.apache.org/axis2/java/core/docs/installationguide.html#requirements), AXIS2 should be OK with JDK 1.5. However, looking at the source code, I see many references to XMLStreamException. This class is not availa

RE: AXIS2 and JDK 1.5

2012-08-14 Thread Doughty, Michael
The class javax.xml.stream.XMLStreamException is part of StAX. I think some later versions of JDK 1.5 actually did include an StAX implementation, but I am not certain. Axis2 comes bundled with one in any case. For Axis2 1.5.1 for instance, see the JAR file Geronimo-stax-api_1.0_spec-1.0.1.ja