0 Replies Latest reply on Jan 19, 2010 1:54 PM by marianoarg

    EJB3 + Maven + JBoss 4.0.3SP1

      Hey Guys, I'm building an EJB3 app with maven.

       

      My AS is JBoss 4.0.3SP1 with EJB3 plugin (I would like to upgrade to a newer version but I can't).

       

      The plugin seems to be working fine with regular EJBs but when I deploy a jar packaged using maven the EJBs are not being loaded.

       

      This is what I have:

       

      +project (pom packaging)

      --business (ejb packaging)

      --view (war packaging)

       

      I've read that I have to use "ejb3" packaging instead of just "ejb" but if I do this maven complains that no ejb3-compiler is found.

       

      I'm sure this is just some rookie question but I can't find the answer

       

      Thanks!