2 Replies Latest reply on Aug 3, 2011 4:27 AM by bigriver1973

    Where to put the user common libs in AS7?

    bigriver1973

      In AS4.2.2 and 5, I deploy the my EJBs in the direcotry "{jboss.server.base.dir}/deploy" and put some common library jars which are used by my EJBs in the directory "{jboss.server.base.dir}/lib". But when I want to upgrade to AS7, if I put the common jars in directory "{jboss.server.base.dir}/lib", I can not deploy my EJBs in directory "{jboss.server.base.dir}/deployments" successfully. The log of AS7 shows there is "ClassNotFoundException" related the class in my common jars. So where should I put the common jars to make them be loaded automatically?