Daniel Graham wrote:
Hi,
I can't determine which is the latest version of EJB3 available for 5.0.1.GA
You mean the version of JBoss EJB3 in AS 5.0.1? See this http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_5_0_1_GA/component-matrix/pom.xml
It's:
<version.org.jboss.ejb3>1.0.0</version.org.jboss.ejb3>
Daniel Graham wrote:
I'm hoping that the latestversion for this platform will speed up the invocation time - the serialization of objects has slowed down
too much since our migration from EJB 2.1 beans but I don't really want to reverse the code out.
Is there a list of latest releases and target AS versions? And will it address the slow down problem?
I would recommend that you upgrade to latest stable 5.1.0 version of JBoss AS and then apply our latest EJB3 plugin http://www.jboss.org/ejb3/ejb3plugin.html over it.