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
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
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
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
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..
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
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