0 Replies Latest reply on Apr 30, 2008 8:23 AM by machibat

    JBOSS 4.2.0 GA how to creating wrapper delegate for: org.jbo

    machibat

      hye,
      I have a problem with my project
      I work with Eclipse 3.2, Jboss 4.2.0 and Seam 1.2.1 GA.
      In Eclipse, i have two projects with the same code and the same classpath.
      One works fine and the other not.

      In debug traces, i see those lines aren't in the project wich doesn't work:

      [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
      11:09:05,929 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=testRecup.ear,jar=jboss-seam.jar,name=Dispatcher,service=EJB3 with dependencies:
      11:09:06,320 INFO [EJBContainer] STARTED EJB: org.jboss.seam.core.Dispatcher ejbName: Dispatcher
      11:09:06,445 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer
      11:09:06,445 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=testRecup.ear,jar=jboss-seam.jar,name=TransactionListener,service=EJB3 with dependencies:
      11:09:06,539 INFO [EJBContainer] STARTED EJB: org.jboss.seam.core.TransactionListener ejbName: TransactionListener
      11:09:06,664 INFO [EJB3Deployer] Deployed: file:/C:/jboss-4.2.0.GA/server/default/tmp/deploy/tmp13792testRecup.ear-contents/jboss-seam.jar

      Could you tell me how to solve this and how to make i works?

      Thanks in advance for your replies.
      JB