Hi all,

it has probably been answered many times before, but I couldn't find it.

I want a service to start once my ear is deployed. In the paydocs examples

I know you can run a service based on whether a different jboss service is up

and running by using:

    <depends>jboss:service=Naming</depends>

in the -service.xml file. So here the service wont start until the jboss:service

"Naming" is up and running. I want to start my service once an application ear

is deployed. Is this possible?

thanks,

Brian

Reply via email to