Actually it is here
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources
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.
|
But it doesn't hurt to have it in two places people won't read ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980891#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...