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&...]