Hello, How can we specify order of application deployment on application
server startup? We had a situation today where we started Glassfish and it
tried to deploy an EAR application without previously deploying a dependent
inbound resource adapter. There are 3 applications: - 1 EAR - 1 inbound
resource adapter that sends notifications to a MDB inside the EAR - 1
outbound resource adapter that is used by an EJB inside the EAR Glassfish
tried to deploy apps in the following order: 1. outbound resource adapter 2.
EAR <= this one failed, as it couldn't locate the inbound resource adapter
Why Glassfish didn't deploy the resource adapters first, and then the EAR?
--
[Message sent by forum member 'ariod']
View Post: http://forums.java.net/node/884869