Hi,
I have a SAR that dynamically scans the JNDI tree to discover the deployed datasources. I need to make sure all datasources are loaded before the SAR is. I know I can define the dependency explicitly in the jboss-service.xml like this:
<server>
| <mbean code="com.blabla"
| name="com.blabla:service=BatchServer">
| <depends>jboss.jca:service=DataSourceBinding,name=jdbc/com/blablaDataSource/ds1</depends>
| <depends>jboss.jca:service=DataSourceBinding,name=jdbc/com/blablaDataSource/ds2</depends>
| <depends>jboss.jca:service=DataSourceBinding,name=jdbc/com/blablaDataSource/ds3</depends>
| </mbean>
| </server>
but I don't want to maintain this list together with the datasources list. Can I somehow depend on all datasources?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074435#4074435
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074435
Hi all,
I am green in this Forum and above all with JBoss. In addition I amnot a technical guy at all. I have the following question:
I am looking for webbrowser support for a technical solution with Oracle Instant Portal 10q Release 2 (10.1.2). Required webbrowsers to be supported are : Internet explorer, Mozilla, Firefox, Konqueror and Opera. All these requirements are 'core' = must haves.
This Oracle technology does not support all the required browsers. Is it a solution to use JBoss ?
Looking forward to any answers.
Many thanks in advance!
Zamoc
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074433#4074433
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074433