[jboss-user] [JCA/JBoss] - Re: Custom DataSourceBinding
vickyk
do-not-reply at jboss.com
Fri Sep 14 12:21:20 EDT 2007
"chrisodom" wrote :
| My question is that is there anyway to dynamically configure the JBoss datasource other than using the *-ds.xml paradigm, and I am not talking about creating the xml on the fly?
There is DeploymentServiceMBean which can help you to do so , all you need is to work and create velocity macros , but remember that it is experimental , I think it might work .
Have a look at this link
http://wiki.jboss.org/wiki/Wiki.jsp?page=DeploymentService
Another option would be write a MBean which will create the ds.xml and deploy it , this is not too complex and you should be able to do it .
Finally there is a JIRA for such requirement which would be done for Jboss5
http://jira.jboss.com/jira/browse/JBAS-1425
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084558#4084558
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084558
More information about the jboss-user
mailing list