Working through the http://ws.apache.org/commons/axiom/OMTutorial.html,
I run into a FactoryConfigurationError - "Provider
com.bea.xml.stream.MXParserFactory not found"

I'm using maven2 and include dependencies for

     <dependency>
      <groupId>org.apache.ws.commons.axiom</groupId>
      <artifactId>axiom-api</artifactId>
      <version>1.2.2</version>
    </dependency>
    <dependency>
      <groupId>org.apache.ws.commons.axiom</groupId>
      <artifactId>axiom-impl</artifactId>
      <version>1.2.2</version>
    </dependency>

I expect I need to set a property to reference the proper
implementation, but haven't been able to puzzle it out.

Help?

--CB

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to