Seam Resources

jBPM deployment in production environments


JBoss Messaging Resources

It seems that JBoss Messaging 1.4.6.GA is not available for download except via SVN, so I thought I'd post a binary version here to save others from compiling from source.


JBoss High Availability archives

It seems that jboss-ha-server-api-1.1.3.Final is not available for download except via SVN. Allegedly (see jira issue below) this fixes some Seam incompatibilities, so I thought I'd post a binary version here to save others from compiling from source.


JBoss 5.1.0.GA and Seam 2.2.0.GA - continuous redeployment

Seam 2.2.0.GA and JBoss AS 5.1.0.GA has a compatibility issue. When certain files are present in a seam deployment, JBoss AS uses their timestamp to decide whether the ear should be redeployed. Unfortunately, it gets this wrong and continuously redeploys the application.

To fix this you need to update the JBoss deployers to version 2.0.8.GA The files that need updating are (relative to the jboss directory):

  • lib/ib-seam-deployer-filter.jar
  • lib/jboss-deployers-client.jar
  • lib/jboss-deployers-client-spi.jar
  • lib/jboss-deployers-core.jar
  • lib/jboss-deployers-core-spi.jar
  • lib/jboss-deployers-impl.jar
  • lib/jboss-deployers-spi.jar
  • lib/jboss-deployers-structure-spi.jar
  • lib/jboss-deployers-vfs.jar
  • lib/jboss-deployers-vfs-spi.jar
  • lib/jboss-system.jar
  • server/default/conf/bootstrap/profile.xml

These files can be downloaded from here.


Build Issue with ESB on JBoss 6

There was a dependency issue when building version 4.9 of JBoss ESB from svn trunk for use with JBoss 6. The issue has been resolved by the 4.10 release of JBoss ESB.

However, if you need the files discussed in the forums then they are still available here.