WebObjects with JBoss deployment
WebObjects with JBoss deployment
- Subject: WebObjects with JBoss deployment
- From: Andy Beier <email@hidden>
- Date: Tue, 09 Aug 2005 16:57:24 -0700
Title: WebObjects with JBoss deployment
Does anyone know how to specify multiple data sources entries when deploying WebObjects on JBoss?
Currently my project has three EOModels pointing to different databases. By added a file called jboss-web.xml you can specify a default datasource:
<jboss-web>
<resource-ref>
<res-ref-name>jdbc/DefaultDataSource</res-ref-name>
<jndi-name>java:/MyDatasourceEntry</jndi-name>
</resource-ref>
</jboss-web>
But in the case of multiple datasourses it is unclear how to specify which datasource each EOModel should use.
Any help is appreciated.
Thanks,
Andy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden