Re: [JBoss-user] One J2EE Application, Multiple Oracle Datasource

2002-10-28 Thread Phuwarin . Supawarapong
Hello Alex, Got it. I look in the dtd file and make some change in the jbosscmp-jdbc.xml file, here below. It works. java:/STKD2D Oracle8 AttributeEJB ... RadiusEJB

Re: [JBoss-user] One J2EE Application, Multiple Oracle Datasource

2002-10-28 Thread snpe
Or You can create database link and synonym in one database to another database and work in JBoss like only one database regards Haris Peco On Monday 28 October 2002 11:17 am, Alex Loubyansky wrote: > Hello Phuwarin, > > PSsc> > > PSsc> > PSsc>java:/STKD2D > PSsc>Oracle8 > P

Re: [JBoss-user] One J2EE Application, Multiple Oracle Datasource

2002-10-28 Thread Alex Loubyansky
Hello Phuwarin, PSsc> PSsc> PSsc>java:/STKD2D PSsc>Oracle8 PSsc> PSsc> PSsc> java:/STK3D mySQL PSsc> .. PSsc> PSsc> PSsc> See jbosscmp-jdbc_3_0.dtd for more info. PSsc> Can I have another jboss

[JBoss-user] One J2EE Application, Multiple Oracle Datasource

2002-10-28 Thread Phuwarin . Supawarapong
With JBoss 3.0.3, How can I configure the entity bean using different datasource in the same J2EE application. I have already configured the oracle-service.xml bounding to different database instant and successfully test to connect to each datasource in different application. Each application havi