Read this first:
http://wiki.jboss.org/wiki/Wiki.jsp?page=DependOnDataSource
Then take a look at the jboss-web.dtd and add the entry to a jboss-web.xml descriptor.
Example:
| <jboss-web>
|
<depends>jboss.jca:service=DataSourceBinding,name=(jndi-name)</depends>
| </jboss-web>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027704#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...