[jboss-user] [Installation, Configuration Deployment] - Re: jboss library loading sequence

2007-05-09 Thread jbossfann
Thanks for your help. I will try the web forum as well. I still have a question you may be able to help me answer, though. If I do drop some libraries into .../server/default/lib would I need to put something in Class_Path attribute into a manifest file of my war or ear application to be able

[jboss-user] [Installation, Configuration Deployment] - Re: jboss library loading sequence

2007-05-09 Thread [EMAIL PROTECTED]
Right, server/lib takes precendence in the CL order. Typically most Classloading errors in JBoss occur when classes from multiple classloading domains conflict. A good example of this is having classes in server/lib and having them packaged in your archive as well. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: jboss library loading sequence

2007-05-09 Thread jbossfann
Thanks a lot for your help!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044402#4044402 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044402 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: jboss library loading sequence

2007-05-08 Thread ankurkkapadia
your answer lies in the post below, however its a bit of a mess http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044030#4044030 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: jboss library loading sequence

2007-05-08 Thread jbossfann
I went trrough this before but I still have a question that I can't answer. If I only put libraries into .../server/default/lib shouldn't an application always be able to see it. Somehow I have to put struts.jar into both .../server/default/lib and WEB-INF/lib (part of war archive) otherwise I

[jboss-user] [Installation, Configuration Deployment] - Re: jboss library loading sequence

2007-05-08 Thread [EMAIL PROTECTED]
Typicall you don't have to do this. WARS use an isolated classloader by default which should allow you to simply wrap things up in your WEB-INF/lib directory and you should be all set. But I think the struts.jar has some weirdness associated with the deployment. Again, the Web forum is probably

[jboss-user] [Installation, Configuration Deployment] - Re: jboss library loading sequence

2007-05-08 Thread [EMAIL PROTECTED]
Note, I apologize for posting things you probably have already read. It took me a while to remember that Struts may have different dependencies that a typical utility jar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044142#4044142 Reply to the post :