2 Replies Latest reply on Oct 26, 2004 9:22 AM by 760613

    where to add global application classes in the EAR ?

    760613

      I have .classe files that will be accessed in the entire application, from different beans, where can I add them in my EAR to solve this issue?

      I dont want to add my classes to each ejb-module.jar but only in my EAR file.

      I know weblogic uses something like
      APP-INF/classes
      APP-INF/lib
      how do jboss solve it ?

      Thank you.