3 Replies Latest reply on Jan 2, 2007 6:40 PM by norman.richards

    Classloading Questions

    milestone

      What is the recommended way to package 3rd party libraries, which have to be used inside the bean classes, and the Web Application?

      The beans are packaged inside a jar archive and the webapp inside a war archive. Bothe are then packaged together inside in an ear archive.

      For the webapp i have put everything in the WEB-INF/lib archive. For the beans I have put everything in JBOSS_HOME/server/default/lib this seems to be wrong because I cannot use the classes which are put into some transfer event by the webapp.

      So my question is, how is the recommended way to package 3rd party libraries for my beans?