RE: Slightly off topic - Looking for the author of "Strutting you r stuff with struts"

2005-05-26 Thread Sheehan, Andrew
He frequently views this list, I'm sure he'll write something regarding it. -A -Original Message- From: eOk [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 5:19 AM To: ibatis-user-java@incubator.apache.org Subject: Slightly off topic - Looking for the author of "Strutting your stu

RE: NullPointerException coming from StandardDaoManager

2005-04-25 Thread Sheehan, Andrew
nk for the help. -Andrew -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: Monday, April 25, 2005 12:53 PM To: ibatis-user-java@incubator.apache.org Subject: Re: NullPointerException coming from StandardDaoManager please post your dao.xml and the code that calls the d

RE: NullPointerException coming from StandardDaoManager

2005-04-25 Thread Sheehan, Andrew
Yes, I do. I am using the iBATIS Developer Guide as a reference on this. Would specifying this in my config file dictate something my code should reference? Andrew ... -Original Message- From: Sheehan, Andrew Sent: Monday, April 25, 2005 11:38 AM To: 'Brandon Goodin' S

NullPointerException coming from StandardDaoManager

2005-04-25 Thread Sheehan, Andrew
Has anyone seen this issue?   I am receiving a NullPointerException within the [com.ibatis.dao.engine.impl.]StandardDaoManager class when It tries to invoke getTransaction() on my DAO.  The exception is occuring below: (source is from StandardDaoManager.java)     public DaoTransactio

RE: LIKE and Wildcards

2005-04-14 Thread Sheehan, Andrew
Hiya, Would you be able to use a CDATA section in your where clause? HTH, Andrew -Original Message- From: Nic Werner [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 8:57 PM To: ibatis-user-java@incubator.apache.org Subject: LIKE and Wildcards Hi again, Is there a way to

tying it all together.

2005-04-11 Thread Sheehan, Andrew
Where does the usage of 'SqlMapDaoTemplate' come into play with the overall iBATIS framework, from the perspective of the JPetStore4.0.5 application?   In more concrete terms, would the service class (AccountService)  [indirectly]  use this class when invoking one the Dao Interface method