Research Project: An Analysis of JBoss Architecture
Posted by casey at February 16th, 2006
I found this paper “Research Project: An Analysis of JBoss Architecture” while trying to figure out the correct way to share a Connection between a CMP and BMP bean in Jboss 4.0.3. I thought I would post it since it is very well done, even though it didn’t solve my problem. I think we are getting the deadlocks and transaction timeouts because we access our Datasource in our BMPs via the InitialContext and a JNDI lookup. I have yet to verify that is actually the problem, but will report back if I find an answer.

