Hi,
I was able to run this with following dependency.

  <dependency>
     <groupId>woodstox</groupId>
     <artifactId>wstx-asl</artifactId>
     <version>3.2.0</version>
  </dependency>

/sumedha


On 5/21/07, cbrown <[EMAIL PROTECTED]> wrote:


   mvn seems to pull in stax-api 1.0.1.  I see there are some other
development versions.  which would be the correct one?

On Mon, 2007-05-21 at 21:07 +0530, sumedha rubasinghe wrote:
> Hi,
> You need to have Stax dependencies as well.
>
> /sumedha
>
> On 5/21/07, cbrown < [EMAIL PROTECTED]> wrote:
>         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