Hi Guys,

I am getting a jar clash between
woodstox-core-lgpl-4.0.6.jar
and
wstx-asl.3.29.jar

Both have com.ctc.wstx.sw.SimpleNSStreamWriter
Which has a parent
com.ctc.wstx.sw.baseNSStreamWriter

However only the first has the parent com.ctc.wstx.sw.TypedStreamWriter 
which has the method writeInt used by Oxl.Export

Is the any reason to be using different versions of WoodStock?
For example in OXL's POM it has
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-lgpl</artifactId>
<version>4.0.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>

Christian

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/about/contact-us/
Developers Guide: http://www.taverna.org.uk/developers/

Reply via email to