Re: Websphere config

2006-03-28 Thread Jeff Butler
From: Jeff Butler [mailto: [EMAIL PROTECTED]] Sent: 28 March 2006 14:15To: user-java@ibatis.apache.org Subject: Re: Websphere config   Are you using EJB with container managed transactions?  The configurations are different depending on the answer to that question.  Let me know and I'll send bac

RE: Websphere config

2006-03-28 Thread Paul Carr
se with BaseVO / BaseDAO yet ?)   Best Regards Paul.       -Original Message- From: Jeff Butler [mailto:[EMAIL PROTECTED] Sent: 28 March 2006 14:15 To: user-java@ibatis.apache.org Subject: Re: Websphere config   Are you using EJB with container managed transactions?  The configurations are different

Re: Websphere config

2006-03-28 Thread Jeff Butler
Are you using EJB with container managed transactions?  The configurations are different depending on the answer to that question.  Let me know and I'll send back a sample config.   Jeff Butler  On 3/28/06, Paul Carr <[EMAIL PROTECTED]> wrote: I've got the dao.xml Reader bit working ( copied the wr

RE: Websphere config

2006-03-28 Thread Paul Carr
lto:[EMAIL PROTECTED] Sent: 28 March 2006 11:17 To: user-java@ibatis.apache.org Subject: Websphere config Is anyone running ibatis under Websphere ( 5.0) ? I'm porting a standalone app into WAS and I have a couple of questions. (1) How do you configure the Reader to read dao.xml, and where in the

Websphere config

2006-03-28 Thread Paul Carr
Is anyone running ibatis under Websphere ( 5.0) ? I'm porting a standalone app into WAS and I have a couple of questions. (1) How do you configure the Reader to read dao.xml, and where in the war do you put dao.xml / SqlMapConfig.xml ? "Reader reader = new FileReader("dao.xml");" ? (2) Ho