[jboss-dev-forums] [JBoss AS7 Development] - Re: Data sources in EAR on AS7?
Jason Greene
do-not-reply at jboss.com
Tue Apr 12 15:53:50 EDT 2011
Jason Greene [http://community.jboss.org/people/jason.greene] created the discussion
"Re: Data sources in EAR on AS7?"
To view the discussion, visit: http://community.jboss.org/message/599653#599653
--------------------------------------------------------------
You can in fact use the spec described @DataSourceDefinition (data-source in xml) to do this. However this uses JDBC directly, since it directly references JDBC classes, and bypasses the JCA layer. So the disadvantage here is that it is an "unmanaged" data source. Anything in the standalone.xml/domain.xml is "managed" and can be added/removed on the fly, monitored, etc.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/599653#599653]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110412/a51547c0/attachment.html
More information about the jboss-dev-forums
mailing list