Re: Class not found

2008-10-20 Thread Vadim
Double check all the possible library conflicts. Huge amount of cryptic errors happen because of library/parent-first/parent-last issues. On Mon, Oct 20, 2008 at 4:37 PM, Helder Ribeiro <[EMAIL PROTECTED]> wrote: > Hello, > > Im using ibatis in the SAP XI Server and I got a problem. Locally it wo

Class not found

2008-10-20 Thread Helder Ribeiro
Hello, Im using ibatis in the SAP XI Server and I got a problem. Locally it works fine, but when I upload my application jar and the ibatis jars I got the problema. Bellow is our code and the exception stacktrace. I have used ibatis in other projects but I have never seen this error. Does anyone h

Re: table alias works in MySQL but not Oracle gives "Invalid column name"

2008-10-20 Thread Giovanni Cuccu
Randy, Oracle has a clever licencing options for developers; you can download their products and use for development for free. Things change a lot when you go to production but that's another story. you can download their products at http://www.oracle.com/technology/software/index.html Giovanni On

Re: table alias works in MySQL but not Oracle gives "Invalid column name"

2008-10-20 Thread Larry Meadors
That's because Oracle's jdbc driver returns it as simply "id", not "usr.id", and ibatis can't fix that. I believe that the MySQL driver's behavior in this case is non-standard, but I could be wrong. Larry PS: Sorry you're in this situation, I know how it feels - I built a prototype system with

Re: Multiple Parameters

2008-10-20 Thread Larry Meadors
If you're using log4j, set java.sql to DEBUG - that should show you the sql, the parameters, and the results. Larry On Mon, Oct 20, 2008 at 4:56 AM, Bruno Frascino <[EMAIL PROTECTED]> wrote: > I know... it seems to be right that's why is so strange! > The letter 'o' is an alias for the table..

RE: Multiple Parameters

2008-10-20 Thread Bruno Frascino
I know... it seems to be right that's why is so strange! The letter 'o' is an alias for the table.. it is ok. I don't get any exception, but my query doesn't return anything, only when I pass only one parameter and hardcode the ohter, it does. And I test this query on my database and it works

RE: 2.3.4.726 and XmlConverter

2008-10-20 Thread Niels Beekman
Hit Zsolt, That's probably a bug, iBATIS should check properties for that attribute as well. Maybe you can file an issue in JIRA for it. Niels From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sent: Saturday, October 18, 2008 10:52 PM To: user-java@ibatis.apa