Update EJB3 apps to JBoss AS 4.0.5

JBoss AS 4.0.5 was officially released last week. You need to use the JEMS installer to install the EJB3 profile in order to run EJB3 / Seam applications on it.

I have just updated the EJB3 Trailblazer learning application for AS 4.0.5 release (download the source code here). The only places I need to change are to add select statements in all database queries. Appearantly Hibernate allowed the omission of the select clause while JPA standard does not.

3 Responses to “Update EJB3 apps to JBoss AS 4.0.5”

  1. Ahmed Hashim Says:

    Hi Michael, I wonder, why the Jboss AS installer iteself is not available for download? In this link http://labs.jboss.com/portal/jbossas/download I can run the installer, but it will be better to find the JBoss installer as a jar file like the old versions.

    Regards,
    Ahmed Hashim

  2. Michael Yuan Says:

    Well, the answer is that we are NOT legally allowed to bundle our EJB3 stuff in a certified J2EE 1.4 server (i.e., the JBoss AS 4.x). I know this is silly but that is what Sun legal department requires us to do …

  3. Ahmed Hashim Says:

    Really! It is annoying thing.
    Thanks Michael for clearing this point.

Leave a Reply