Re: [JBoss-user] Re: Re: MVCSoft Persistence Manager and JBoss

2001-06-22 Thread Michael Bilow
Keep in mind that "DefaultDS" can be mapped to any back-end you like. For example, we map it to PostgreSQL in the "jboss.jcml" file and use this with MVCSoft, and we do not even configure Hypersonic or InstantDB: org.postgresql.Driver org.opentools.minerva.jdbc.xa.wrapper.XAD

Re: [JBoss-user] Re: Re: MVCSoft Persistence Manager and JBoss

2001-06-22 Thread Jim Archer
Hi Da-Ming... Well, I never said that can't be done, just that I was not sure exactly how to do it. It may be simple, but I don;t have the manual commited to memory . MVC PM gives you all the source code it generates, so worst case might be you have to go in and change the data source. I saw

Re: [JBoss-user] Re: Re: MVCSoft Persistence Manager and JBoss

2001-06-22 Thread David Castro-Diephouse
Not true - Using jboss.jcml you can point DefaultDS to whatever database you want. I guess it might be a problem if you wanted to have two distinct databases and to use CMP against both of them at once, but as long as you have only one database you should be fine. Da-Ming Duan wrote: > Thank

[JBoss-user] Re: Re: MVCSoft Persistence Manager and JBoss

2001-06-22 Thread Da-Ming Duan
Thanks Jim. It realy helps. I think there should be someway to specify different datasources with MVC PM, otherwise it is useless for any enterprise application that has its own database. Da-Ming Message: 9 > Date: Thu, 21 Jun 2001 20:22:46 -0400 > From: Jim Archer <[EMAIL PROTECTED]> > To: D