1 Reply Latest reply on Dec 6, 2008 4:29 PM by matthieugd

    add jboss-seam.jar as ejb remove it from the ear exploded

    matthieugd
      If an user of seam have already encounter the problem :
      http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194805

      - Jboss 4.2.3 / Jboss Tools 2 / Seam 2
      - EAR prject deployed as exploded with oe war and one ejb
      - add ejb transctions support in the components.xml
      - add jboss-seam.jar as an ejb module in my application.xml file

      Now the jboss-seam.jar file is not deployed/copy in the ear folder, it was previously as a common library and so when the tx is started I got a ejb not bound exception.

      Matthieu