[JBoss-user] [JCA/JBoss] - Re: Jdbc connection pool in Jboss 3.2.3

2004-09-24 Thread sjwhyte
The standardjbosscmp-jdbc.xml file is where the DB type mappings are. You do not modify it. The jbosscmp-jdbc.xml is the jboss deployment descriptor that you put what DataSource your deploment unit is to use. This file is simular to the weblogic-cmp-jar.xml in weblogic. View the original post

[JBoss-user] [JCA/JBoss] - Re: Jdbc connection pool in Jboss 3.2.3

2004-09-24 Thread bshah
I found one standardjbosscmp-jdbc.xml file under deploy/conf dir. I modified that as below: java:/fteDBSource Oracle8 false Does datasoruce is java:/fteDBSource or just fteDBSource without java:/ Also where should i specify fteDBPool Name specified in web.xml of weblogic?

[JBoss-user] [JCA/JBoss] - Re: Jdbc connection pool in Jboss 3.2.3

2004-09-24 Thread sjwhyte
It is usually in your deployment unit (ear, jar) that you are deploying. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849496#3849496 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849496

[JBoss-user] [JCA/JBoss] - Re: Jdbc connection pool in Jboss 3.2.3

2004-09-24 Thread bshah
Hi Where do i find jbosscmp-jdbc.xml file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849489#3849489 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849489 --- Th

[JBoss-user] [JCA/JBoss] - Re: Jdbc connection pool in Jboss 3.2.3

2004-09-24 Thread sjwhyte
In your jbosscmp-jdbc you will need to define what datasource to use for any entity beans. fteDBSource Oracle8 false ... Then in your /deploy dir you need to deploy a Oracle-ds.xml file that configures the connection pool in the container, Oracle-ds.xml