This content has been marked as final.
Show 1 reply
-
1. Re: Datasource on JRunit Web Report application
adrian.brock Jun 10, 2005 4:37 PM (in response to clebert.suconic)Ideally, it should be in a resource-ref.
In anycase, you can always define the real binding with a naming alias.<mbean code="org.jboss.naming.NamingAlias" name="jboss.jrunit:type=DataSource,alias=JRunitDS"> <attribute name="FromName">java:/JRunitDS</attribute> <attribute name="ToName">java:/MySQLDS</attribute> <depends>jboss:service=Naming</depends> </mbean>