0 Replies Latest reply on Jul 9, 2008 4:07 PM by markus2000

    Netbeans(Glassfish v2) EjbSynchronizations not bound

    markus2000
      The directory deployment feature of glassfish v2 currently not works correctly if the jboss-seam.jar is as a "ebj-module" included in "application.xml", e.g.: <module>jboss-seam.jar</module>.

      Is there a workaround to use seam-transactions (<transaction:ejb-transaction/> defined in components.xml)?

      I can disable the directory deployment on glassfish, but then the development-time increases much, for every change on a file the whole ear must be generated and deployed.

      Maybe there is a seam-setting where i don't need to put the <module>jboss-seam.jar</module> declaration in the application.xml?

      Thanks in advance,
      Markus