[jboss-dev-forums] [JBoss AS7 Development] - Re: Data sources in EAR on AS7?
Jesper Pedersen
do-not-reply at jboss.com
Thu May 19 12:35:40 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/606103#606103
--------------------------------------------------------------
You are missing the point of the archive.
The archive will contain your entire setup including dependencies on resources and other artifacts - it is much more than a standard .ear:
myapp.cli:
- startup.scr
- shutdown.scr
- int1.rar
- int2.rar
- services.sar
- myapp.ear
- admin.war
The archive will install the needed resources (datasources, JMS queues, ...), then the two .rar files which etablish connections to external EIS' (maybe the script even changes the config of those too), then the .sar, then the .ear and finally the .war.
shutdown.scr makes sure that everything is done in the reverse order on undeploy.
And yes, I agree that JBoss Tools should support building / deploying such an archive.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/606103#606103]
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/20110519/fd3640cb/attachment.html
More information about the jboss-dev-forums
mailing list