2 Replies Latest reply on Jun 20, 2011 5:01 AM by sebastian.koske Branched to a new discussion.

    Classloading of EJB-Modules in AS7

    sebastian.koske

      Hello,

       

      I have been playing with the current JBoss AS 7 beta 4 and noticed that is is not possible to use classes from one EJB-Module in another (ClassNotFoundException). However, if I move the classes to a lib-jar it works. This is a problem since I use inheritance in my services and don't want to move them to lib permantently. So I was wonderning if this is a bug or a feature. Any info appreciated.