Re: Vote your favourite iBATIS community member onto the Contributors list

2005-05-11 Thread Ron Grabowski
Brandon is already a committer. If he wasn't, I'd vote for him and Larry. Whenever I need an answer to something right away I hop on the IRC channel and they answer it for me :) --- Brice Ruth [EMAIL PROTECTED] wrote: Are we supposed to be voting for someone already on the list? It sounds like

Re: Vote your favourite iBATIS community member onto the Contributors list

2005-05-11 Thread Vic Cekvenich (netsql)
My vote is for sale! I prefer silent auction, send me a private email as to an entitlment, or pay pal wire transfers. No donations is to small or to large. I have sway w/ many others and we will make you popular, it's almost a gurantee. You don't want us to vote the other way. For a little

New FAQ Posted

2005-05-11 Thread Nathan Maves
I have created a new FAQ about the classic invalid column type error. Check it out and let me know if I have missed anything. http://opensource.atlassian.com/confluence/oss/display/IBATIS/ What+causes+an+Invalid+column+type+error+with+Oracle%3F Nathan

Oracle OC4J and signon

2005-05-11 Thread Trussell David N
Title: Oracle OC4J and signon I've just deployed JPetStore to Oracle OC4J 10.1.2 (I've also tried 9.0.4) on Win XP and when I click Sign-in or Enter the Store an authentication window pops-up asking for my userid and password. I can't get past it. Where can I disable this? Thank you.

Re: Oracle OC4J and signon

2005-05-11 Thread Brice Ruth
Is your DB connection authenticating properly to Oracle? I get this with DB2 if my password has expired or the account has been locked out. Brice On 5/11/05, Trussell David N [EMAIL PROTECTED] wrote: I've just deployed JPetStore to Oracle OC4J 10.1.2 (I've also tried 9.0.4) on Win XP and

RE: Oracle OC4J and signon

2005-05-11 Thread Trussell David N
Title: RE: Oracle OC4J and signon It's the same database.properties file that's under Tomcat and that works just fine. I thought maybe the JDBC driver had to be in /WEB-INF/lib under jpetstore so I tried both classes12.jar and ojdbc14.jar. Nope. I also put something totally bogus for the

Re: Oracle OC4J and signon

2005-05-11 Thread Brice Ruth
Well, if you Tomcat has a DataSource w/ JNDI ... why don't you just use that in iBATIS? That's what I do ... On 5/11/05, Trussell David N [EMAIL PROTECTED] wrote: It's the same database.properties file that's under Tomcat and that works just fine. I thought maybe the JDBC driver had

Re: Referencing a select statement or resultmap in another config file

2005-05-11 Thread Eric T. Blue
Argh, nevermind. It helps if I actually check my select statement spelling between configs before I post to the mailing list. ;) All is well. Eric T. Blue wrote: Hi, I have a number of objects/tables that require mapping, and in many instances there are 1-many relationships. In order to

Trouble shooting mapped statements

2005-05-11 Thread Larry Meadors
Ok, does anybody out there have good tricks for troubleshooting mapped statements? Like for example, when you have a mapped statement that gets an unusual datatype out of the database - I have mapped statements to Maps, then looped through the entries logging the field names and types to see what