Struts and iBatis

2005-05-28 Thread Subbiah
Hi, I have started working in Struts and planned to use Struts and iBatis. I actually studied Struts thru Reumann's site and when I was abt to use iBatis in my sample app, his site was down. I want to know - if there are any good tutorials for iBatis and Struts. - Any idea when the site might b

Re: Update / subquery

2005-05-28 Thread Brandon Goodin
I'm not sure why you posted the resultMap since you do not reference it nor can you use it with an update statement. Your update statement would function perfectly fine in ibatis assuming your paramters satisfy the database. Your database is complaining that your SQL is borked. Do you have logging

Update / subquery

2005-05-28 Thread Lieven De Keyzer
This statement returns an SQLException, saying I got an error in my SQL query. I can't seem to find one, so my question is: Is this possible in Ibatis? UPDATE account SET email= #email#, first_name = #firstName#, last_name = #lastName#, password = #password#, role_id = (SELECT role_id

Re: Support for generics

2005-05-28 Thread Gilles Bayon
See page on Wiki http://opensource.atlassian.com/confluence/oss/pages/viewpage.action?pageId=70 

Re: Stored procedures not working?

2005-05-28 Thread Brandon Goodin
Did you execute it against the database using straight JDBC with the JayBird JDBC Driver? Also, did you examine your logging output? If you have done both of these things...please post your logging output here for us to examine. Brandon On 5/28/05, Michael Glitzner <[EMAIL PROTECTED]> wrote: >

Stored procedures not working?

2005-05-28 Thread Michael Glitzner
Hello!   I am having a problem with stored procedures in iBatis. I use the FireBird (JayBird) JDBC driver connecting to an InterBase-Server.   My SqLMap.xml file looks the following:         SELECT COUNT(*) FROM WEB_KUNDEN WHERE username=#userName# AND passwort=#passwo

Re: Support for generics

2005-05-28 Thread Clinton Begin
Or if you have VirtualPC, I suppose you could use TortoiseSVN: http://tortoisesvn.tigris.org/ Clinton On 5/28/05, Clinton Begin <[EMAIL PROTECTED]> wrote: Ohmac boy.  :-)  No tortoise for you.  Here's a couple of clients for you: http://www.lachoseinteractive.net/en/community/subversion/sv

Re: Support for generics

2005-05-28 Thread Clinton Begin
Ohmac boy.  :-)  No tortoise for you.  Here's a couple of clients for you: http://www.lachoseinteractive.net/en/community/subversion/svnx/features/?tk=dhpdtufrfdifnuroa9fqd351h2 http://smartcvs.com/smartsvn/index.html Our public Subversion URL is http://svn.apache.org/repos/asf/incubator/ib

Re: Support for generics

2005-05-28 Thread Nathan Maves
Hate to be the rookie, only CVS experience, but do we have a page the explains how to get the source from subversion? On May 27, 2005, at 9:09 PM, Brandon Goodin wrote: yes, build it from the trunk. On 5/27/05, Nathan Maves <[EMAIL PROTECTED]> wrote: Of course! Do I need to build it from