Ok with folowing installation our program does not work: We use jboss-4.0.3SP1 We made a copy of the default directory. We deleted all exessive files and subdirectories until we only had following: jbossweb-tomcat55.sar | client-deployer-service.xml | jbossjca-service.xml | properties-service.xml | jboss-local-jdbc.rar | jboss-xa-jdbc.rar | jboss-ha-local-jdbc.rar | jboss-ha-xa-jdbc.rar | We packaged our application in a WAR which looks like this: | | | *.jsp | | WEB-INF | | | | | classes | | | | | | | *.properties | | | | web.xml | | | | | | | lib | | | | | | | xalan.jar | | | | xerces.jar | | | | castor-0.9.4.1.jar | | | | crimson.jar | | | | jaxp.jar | | | | jndi.jar | | | | jta.jar | | | | *ExternalCompany.jar* | | | | *OurApplication.jar* | | | | | | | | | | | In the web.xml we declare all the servlets necessary for the program of the external company and session-timeout-config. | This external program uses an older version of xerces and xalan.jar. | But the application gives errors because i think it uses the xerces of the endorsed lib instead of the ones in our lib-directory. | If we put the xerces and xalan in the lib of the defined server it doesn't work either. | Neither does it work when we create a java2parentdelegation in jboss-web.xml and add this xml to our war. | | I hope this is enough information to find a better solution. | | best regards.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912351#3912351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912351 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
