[jboss-dev-forums] [JBoss AS7 Development] - Re: Data sources in EAR on AS7?
Jesper Pedersen
do-not-reply at jboss.com
Wed Apr 13 08:54:01 EDT 2011
Jesper Pedersen [http://community.jboss.org/people/jesper.pedersen] created the discussion
"Re: Data sources in EAR on AS7?"
To view the discussion, visit: http://community.jboss.org/message/599801#599801
--------------------------------------------------------------
To quote a former colleague "You're doing it wrong".
AS 7 is a completely new architecture compared to the former AS releases. Instead of embedding datasource definitions inside your EAR deployment they should be part of the deployment plan for the application.
As Jason states you +can+ use the @DataSourceDefinition, however you won't get the benefit of being in management controlled environment - and hence you won't get the benefits of the JCA container and all features in the container itself and the JDBC resource adapter, such as prepared statement cache and so on. Look the datasource schema over, and see what you are going to manage yourself plus of course all the management features of the AS itself.
Why not try to use Alexey's CLI tool (jboss-admin.sh) to create the deployment plan that you are looking for - if there are any missing features we are always looking for feedback.
Having said that, this is open source - you are more than welcome to contribute to the project.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/599801#599801]
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/20110413/819f10cc/attachment.html
More information about the jboss-dev-forums
mailing list