Title:

Hi ,

I'm working with JBoss 2.0
and now we started using the newest versions of Oracle jar files :
 xmlparserv2.jar
 xsu12.jar
 xschema.jar
 
 
It seems like there's a "collision" of jar files and class files contained by the jar files.


Some of the class files in xml.jar ( used by JBoss )
are the same as the ones in xmlparserv2.jar
( for example : org.xml.sax.Parser.class  )

We also use jms.jar;
Our version of jms.jar contains
 : javax.transaction.xa.XAResource.class
 
 and jta-spec1_0_1.jar ( a jar used by JBoss ) also contains
 this package ( javax.transaction.xa.XAResource )
 
  Is there a way of solving this "collision"
  without being forced to deal with CLASSPATH so much ?
 


10x ,
   
----------------------------
    Tamir    Korem

        Developer
  http://www.kamoon.com
----------------------------


Reply via email to