Hi,

I am using saxon8.jar within jboss. With jboss3.2.x I solved this by adding an 
entry to application.xml of the ear file. 
But this doesn't work with jboss 4.0.3 what I am using now. I learned (in this 
forum) that this is not the correct way to include a jar file. So I tried 
adding it to the manifest file of the jar which is using saxon:


  | Class-Path: saxon8.jar
  | 

or


  | Class-Path: . saxon8.jar
  | 


But my application still doesn't use saxon. What am I doing wrong?
What is the correct way to include such jars in my application?

I also tried to put saxon8.jar into the endorsed directory of my java/jre/lib 
directory, but then jboss doesn't start because it doesn't recognize it's own 
configuration xml files.

Eddie


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940104#3940104

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940104


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to