2 Replies Latest reply on Jul 16, 2004 4:32 AM by waggj

    Ear file libraries

    trickard

      In JBoss 3.2.4 I have packaged utility jars in the library of an EAR file. The EAR file was built using the SUN deploytool. The utility file was added to the ear's library by deploytool. The bean's in the ear cannot find the classes in the utility jars in the library. When I add the jars to the server/lib directory the beans can find them. Is there something in JBoss I must do to find classes in an ear file libarary.