[jboss-user] [EJB 3.0] - Re: More than one persistent units in EJB3

2008-06-09 Thread ashisht
Plz suggest me the solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=415#415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=415 ___ jboss-user mailing list jb

[jboss-user] [EJB 3.0] - More than one persistent units in EJB3

2008-06-09 Thread ashisht
Hi , I'm creating enterprise application using EJB3.0 , I have to fetch data from more than one databases . I have created data sources for each of them. Now I need to create Persistent Units for each data source in my app. but when I'm creating more than one Persistent Units in persistence.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - More than one persistent units

2008-06-09 Thread ashisht
Hi , I'm creating enterprise application using EJB3.0 , I have to fetch data from more than one databases . I have created data sources for each of them. Now I need to create Persistent Units for each data source in my app. but when I'm creating more than one Persistent Units ,it gives an except

[jboss-user] [Installation, Configuration & DEPLOYMENT] - More than one Persistent Units

2008-06-09 Thread ashisht
Hi , I'm creating enterprise application using EJB3.0 , I have to fetch data from more than one databases. I have created data sources for each of them. Now I need to create Persistent Units for each data source in my app. but when I'm creating more than one Persistent Units ,it gives an excepti

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Creating a datasourse in Application

2008-06-09 Thread ashisht
Thank you Jaikiran!!! It working... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156619#4156619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156619 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Creating a datasourse in Application

2008-06-09 Thread ashisht
myds-ds.xml But in which folder I should put this file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156610#4156610 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156610 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Creating a datasourse in Application

2008-06-09 Thread ashisht
Thank U Jaikiran!!! But in which folder I should put this file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156609#4156609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156609 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Creating a datasourse in Application

2008-06-09 Thread ashisht
Hi All, I want to create a data source for my enterprise application . but don't want to create in jboss-ds.xml in "deploy" folder . I want create/mention it in my application itself as I had been doing in tomcat by using context.xml for web applications. how do I create it? Plz help me ? Vi