From the Wiki:
anonymous wrote :
| Note: JBoss does not recommend using this feature on a production environment. It
requires accessing a connection pool remotely and this is an anti-pattern as connections
are not serializable. Besides, transaction propagation is not supported and it could lead
to connection leaks if the remote clients are unreliable (i.e crashes, network failure).
If you do need to access a datasource remotely, JBoss recommends accessing it via a remote
session bean facade.
|
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources
There are a series of JIRA tasks designed to improve remote datasource access. These are
slated for JBoss5.x. Until then the remote access in JBoss is to be considered
experimental.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982222#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...