"BLuz" wrote : Hi. I created a jboss-app.xml file for scoped class loading and put it in /META-INF as described at http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration , but /APP-INF/lib is still getting ignored. I created a jboss.xml file just in case too, even though I don't use JNDI. I use JBoss 4.0.3SP1. I've been madly trying to find a working solution, but... :\ Any clues? | | Thanks a lot! |
/APP-INF/lib is a WebLogic feature and outside the scope of JBoss and J2EE. J2EE 5 will add a defualt library similar to the Servletspec, a la WEB-INF/lib. AFAIK, there are no issues with loading things out of WEB-INF/lib for WAR files (I'm not sure but even the caching from the UCL is not an issue with WARs like in EARs though I could be wrong - not checked the source). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940405#3940405 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940405 ------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
