RE: RE: RE: abator problem

2007-03-07 Thread Yee, Richard K CTR DMDC
What version of iBATIS are you running? What database are you running against? It appears to be caused by an exception thrown by the JDBC driver. You should turn on Debugging as Vadim suggested and find out what exact SQL statement is being excecuted. -Richard -Original Message- From: [

Re: Rif: RE: RE: abator problem

2007-03-07 Thread Vadim Grinshpun
Have you tried turning on logging? (see here for details: http://opensource.atlassian.com/confluence/oss/display/IBATIS/How+do+I+get+SqlMapClient+to+log+SQL+statements ) This would allow you to see both the actual PreparedStatement that is being used, as well as the parameters that are being p

Rif: RE: RE: abator problem

2007-03-07 Thread v . viggiani
values are ok the question is: in jdeveloper (embedded oc4j) the queries (all) are ok in production oc4j no "Yee, Richard K CTR DMDC" <[EMAIL PROTECTED]> 07/03/2007 18.06 Per favore, rispondere a user-java@ibatis.apache.org Per "'user-java@ibatis.apache.org'" CC Oggetto RE: RE: a

RE: RE: abator problem

2007-03-07 Thread Yee, Richard K CTR DMDC
Christian, What are the values in your EsamiIscrSbf object when the exception occurs? -Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07, 2007 8:27 AM To: user-java@ibatis.apache.org Subject: Rif: RE: abator problem the problem is:

Re: Rif: RE: abator problem

2007-03-07 Thread ayan . m . afridi
Can you provide your sql map "SIDA_ESAMI_ISCR_SBF.abatorgenerated_updateByPrimaryKeySelective"? [EMAIL PROTECTED] 03/07/2007 11:27 AM Please respond to user-java@ibatis.apache.org To user-java@ibatis.apache.org cc Subject Rif: RE: abator problem the problem is: in jdeveloper (i

RE: RE: abator problem

2007-03-07 Thread Armeanu, Christian
Well, that leads to a similar conclusion: Verify that the naming conventions for your production environment RDBMS are the same as for dev. Tripple check that the production environment is using the correct versions of packages and, obviously, that all needed packages are in the classpath. M

Rif: RE: abator problem

2007-03-07 Thread v . viggiani
the problem is: in jdeveloper (in embedded oc4j) run well in production enviroment throw exception "Armeanu, Christian" <[EMAIL PROTECTED]> 07/03/2007 17.24 Per favore, rispondere a user-java@ibatis.apache.org Per CC Oggetto RE: abator problem Your problem is not with abator, bu

RE: abator problem

2007-03-07 Thread Armeanu, Christian
Your problem is not with abator, but rather with the statements you try to execute (as stated by the exceptions). Anyway, check your map for illegal characters in field and table names as well as for correct syntax. Chris From: [EMAIL PROTECTED] [mailto

In: abator problem

2007-03-07 Thread v . viggiani
hello, i have a problem with abator my code run ok in jdeveloper (10.1.3.1) and throws an exception in production (oc4j version 9.0.4.1) i write this code: // EsamiIscrSbf esbf = new EsamiIscrSbf(); ... EsamiIscrSbfDAO esbfDAO = ...; esbfDAO.updateByPr