I'm using OpenEJB 3.1.4. How do I specify a data source for a CMP_ENTITY
container? The documentation specifies the following:
<Container id="My MySQL Container" type="CMP_ENTITY">
PoolSize = 100
Global_TX_Database = conf/mysql.cmp.global-database.xml
Local_TX_Database = conf/mysql.cmp.local-database.xml
</Container>
Do I need to put the datasource settings in the indicated files? I can find
no further documentation on the format of mysql.cmp.global-database.xml or
mysql.cmp.local-database.xml.
--
View this message in context:
http://openejb.979440.n4.nabble.com/How-to-configure-CMP-data-source-tp3264998p3264998.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.