Wednesday, August 02, 2006

JBoss 4.0.4

Finally last night I decided to migrate from JBoss 4.0.3 to JBoss 4.0.4. I'm so glad I did! since the EJB3.0 implementation has changed in the new version and it was much better having to deal with it now than later!.

EJB3.0 has made small changes in the entity bean notations and in the way references to sesision beans are acquired out of the InitialContext class. For example now the name that it is bound is the one of the class and not the interface and it should be appended with "/remote" or "/local" respectively.

Also it was very nice to found that JBoss 4.0.4 starts faster while in debug mode and that an existing bug that happened when deploying .par and .ejb3 at the same time has been fixed.

No comments: