This content has been marked as final.
Show 1 reply
-
1. Re: Interoperability of EJB2/3 between JBoss EAP 4.3 and JBoss EAP 5.1.1
wdfink Dec 28, 2011 11:21 AM (in response to dasmurali)I would recommend to use both server with AS5.1.
There are some difficulties with:
- Transactions, you cant have Tx span both server/application
- Security, works only if the applications are not JAAS secured (or you might handle the credentials in your application which is a mess)
- classloader, because of different client libraries that you have to use
So I give up to get this working because I can't get all things working