Re: [appfuse-user] Switch database from mySQL to Db/2 using JNDI datasources

2007-05-01 Thread Jonathan Tse
Bajaj, We use INT for role column in DB2. I am using appfuse 1.9.3 but i doubt there is a permission column in 2.0. Btw, regarding generation of DDL, i suggest that you should setup your own db2 development environment, make sure everything is working fine first. After that, you can use d

Re: [appfuse-user] Switch database from mySQL to Db/2 using JNDI datasources

2007-05-01 Thread Michael Horwitz
M To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Switch database from mySQL to Db/2 using JNDI datasources You need too change your dataSource bean in the applicationContext-resources.xml file. Have this point too a jndi context factory. Example: On 4/30/07, Bajju <[EMAIL PROTECTED]> wr

RE: [appfuse-user] Switch database from mySQL to Db/2 using JNDI datasources

2007-04-30 Thread Bajaj, Deepak
witch database from mySQL to Db/2 using JNDI datasources You need too change your dataSource bean in the applicationContext-resources.xml file. Have this point too a jndi context factory. Example: On 4/30/07, Bajju <[EMAIL PROTECTED]> wrote: > > Any idea how I wuld

Re: [appfuse-user] Switch database from mySQL to Db/2 using JNDI datasources

2007-04-30 Thread Christopher Love
You need too change your dataSource bean in the applicationContext-resources.xml file. Have this point too a jndi context factory. Example: On 4/30/07, Bajju <[EMAIL PROTECTED]> wrote: Any idea how I wuld accompalish above? basically, we wish to do following. (1) Use JNDI datasourc

RE: [appfuse-user] Switch database from mySQL to Db/2 using JNDI datasources

2007-04-30 Thread Bajaj, Deepak
2.0_M4 From: Michael Horwitz [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 1:49 PM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] Switch database from mySQL to Db/2 using JNDI datasources Which version of AppFuse are you using? Mike On

Re: [appfuse-user] Switch database from mySQL to Db/2 using JNDI datasources

2007-04-30 Thread Michael Horwitz
Which version of AppFuse are you using? Mike On 4/30/07, Bajju <[EMAIL PROTECTED]> wrote: Any idea how I wuld accompalish above? basically, we wish to do following. (1) Use JNDI datasources (on websphere 6.1.x), instead of spring managed. (2) Use DB/2 instead of MySQL Rgds, Deepak BAJAJ -

[appfuse-user] Switch database from mySQL to Db/2 using JNDI datasources

2007-04-30 Thread Bajju
Any idea how I wuld accompalish above? basically, we wish to do following. (1) Use JNDI datasources (on websphere 6.1.x), instead of spring managed. (2) Use DB/2 instead of MySQL Rgds, Deepak BAJAJ -- View this message in context: http://www.nabble.com/Switch-database-from-mySQL-to-Db-2-us