Hi,
The jndiurl value is placed in the ejb-jar.xml file, inside the CocoBase
environment entry and will be used by CocoBase to lookup the datasource. It
will be added to the end of java:comp/env lookup as follows:
java:comp/env/%jndiurl%
Both the confDataSource and jndiurl will also be used in the generated
jboss.xml file as follows:
<jboss>
<resource-managers>
<resource-manager res-class="org.jboss.ejb.deployment.JDBCResource">
<res-name>%jndiurl%</res-name>
<res-jndi-name>%confDataSource%</res-jndi-name>
</resource-manager>
</resource-managers>
</jboss>
regards,
-Rob
----------
Robert Castaneda [EMAIL PROTECTED]
CustomWare http://www.customware.com
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]