JBoss AS 6.0.0.M5 has just been released. This is mainly a bug fix release, in preparation for the upcoming 6.0.0.CR1 release.
What are the JBoss EJB3 changes in JBoss AS 6.0.0.M5:
There have been many user reported and other EJB3.x bug fixes that have been included JBoss AS 6.0.0.M5. Other than the bug fixes, there has been one important change to the way we deploy (our internal) JBoss EJB3.x timerservice. This change involves deploying (our internal) timerservice implementation "lazily". The timerservice is deployed only when the server has any EJB3.x deployments. The change was done to improve the JBoss AS boot time. The complete details of the change can be found here
Download:
So as always, go download the server from here and give it a try! Any issues/questions can always be asked in our user forum here
Release Notes:
You can find the release notes of JBoss AS 6.0.0.M5 here.
JBoss AS6 FAQ:
JBoss AS6 specific FAQ can be found here
Saturday, September 25, 2010
Subscribe to:
Post Comments (Atom)
2 comments:
Hi Jaikiran,
Is there a github (or anyother) repo from where I can check-out the source of "jboss-ejb3-timerservice-mk2-1.0.0-alpha-13" - the timerservice library used in JBoss6.1.Final?
I found the repo of latest lib on your git but couldn't find the alpa-13 source.
A quick response will be really appreciated.
Regards,
Sarang
Hi Sarang, it's here https://github.com/jbossejb3/jboss-ejb3-timerservice
Post a Comment