[JBoss Seam] - Re: Hot deploy SFSB and SLSB
by pete.muir@jboss.org
I've emailed Gavin to check exactly what needs to be done to make this work.
The advantages of EJB3s are scalability, can be accessed in all the ways EJBs can etc. The disadvantages are - they can't be used with the framework, can't be hot deployed, and need local interfaces. All of these things will be fixed at some point, but for now, unless you need specific features of EJB3 (e.g. remote access, clustering) I would suggest to use POJOs.
So, as you say, we still think that EJB3s are great, it's just we have a few limitations with them, and as they are driven by a spec, it takes more times to get the limitations lifted...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086969#4086969
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086969
18 years, 9 months
[Installation, Configuration & DEPLOYMENT] - Re: cant start jboss AS 5 clean from europa eclipse
by wiggy
one last thing -
when i look in the start log i get a warning on the jdbc
| 23:46:11,419 WARN [JDBCPersistenceManager]
|
| JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently NONE.
| Using an isolation level less strict than READ_COMMITTED may lead to data consistency problems.
| Using an isolation level more strict than READ_COMMITTED may lead to deadlock.
|
| 23:46:11,619 INFO [ServerPeer] ServerPeer[0] creating server peer with ID 0
|
not sure where the default config for the AS lives and how to set the config to fix - if any one can save hours and knows where to go that would be helpful.
Lastly - given that 4.2.1 does run on java1.6 but v5beta2 does not -
does this mean that v5 has gone into the back burner and a new brnch based on 4.2 will live on -
or does v5 really become the 'first class' javaEE server from jboss.
It kind of feels as though V5 seemes to have taken the back seat for a while - is that a fair asessment?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086963#4086963
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086963
18 years, 9 months