xmlbeans and ibatis

2007-08-30 Thread Fábio Pisaruk
Hello! I´ve got something for you that migth help in getting started with ibatis + xmlbeans. Yes, you will have to implement your own ResultObjectFactory but no big deal ´cause it´s easy and painless. The real problem is to fill xmlbeans arrays. Trust me, I haven´t found a simple way to do it. Well

XmlBeans and IBatis

2007-08-30 Thread Fábio Pisaruk
I ´ve been using ibatis altogether with xmlbeans in my last project and i was very frustrated with ibatis lack of a feature to deal with java arrays. So, after too much attempts to make it work with arrays i´ve decide on change it´s code. First of all i agree that use Collection is much more elegan

Re: problema al meter datos en oracle desde java

2007-08-30 Thread Brandon Goodin
Español de la traducción de los pescados de Babel: Esto no es una pregunta de los iBATIS. Quizás usted necesita entrar en contacto con el oráculo para esto. English: This is not an iBATIS question. Perhaps you need to contact Oracle for this. Brandon On 8/30/07, Brandon Goodin <[EMAIL PROTECTED]

Re: problema al meter datos en oracle desde java

2007-08-30 Thread Brandon Goodin
Behold, the power of BableFish... Hello I have a problem of migration of data with java yt the problem not if this in java or oracle, that is the final destiny of my data. I comment to you I have a table in SQL server whose fields that they give me problem are: COORDX float 8 1 COORDY float 8 1

problema al meter datos en oracle desde java

2007-08-30 Thread Miren Urkixo
Hola tengo un problema de migracion de datos con java yt el problema no se si esta en java o en oracle, que es el destino final de mis datos. Os comento. tengo una tabla en sql server cuyos campos que me dan problema son: COORDX float 8 1 COORDY float 8 1 el tipo de dato que tengo en sql ser

Re: isEqual compareProperty

2007-08-30 Thread Sprang
Looks like I had an error. It should be... top_vacancy = 'Y', Working great now. -- View this message in context: http://www.nabble.com/isEqual-compareProperty-tf4353239.html#a12404647 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

isEqual compareProperty

2007-08-30 Thread Sprang
I have an object that contains a Boolean property. This is either true, false or null top_vacancy = 'Y', If the value of the topVacancy property was true, I would expect the above to put a Y in top_vacancy column. This does not seem to be working. I am 100% sure that the property is true