Re: iBATIS.NET DataMapper 1.2 and DataAccess 1.6 Alpha releases!

2005-06-01 Thread Roberto R
And, here's the link to the iBATIS.NET SourceForge file listing: http://sourceforge.net/project/showfiles.php?group_id=109704 Roberto (sent the email out before the site got updated!)

iBATIS.NET DataMapper 1.2 and DataAccess 1.6 Alpha releases!

2005-06-01 Thread Roberto R
After 5 long and productive months, the new Alpha releases of the DataMapper and DataAccess frameworks are ready! We also have updated documentation and the latest source available for download. Here's a list of just some of the changes for the DataMapper framework: A new DomSqlMapBuilder con

Re: Error message when trying to access SVN wiki link

2005-02-21 Thread roberto
Sometimes it's easier for folks behind certain proxies to go through https with their SVN client. For browsing the repository over the web, I think Apache prefers folks to use ViewCVS: http://svn.apache.org/viewcvs.cgi/incubator/ibatis/ Hope this helps! Roberto Quoting Clinton Begin &l

RE: Cannot get sqlMaq

2005-02-17 Thread roberto
is misspelled in EnergencyContact.xml. Roberto > -Original Message- > From: Baker, Russ [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 17, 2005 12:28 PM > To: ibatis-user-java@incubator.apache.org > Subject: Cannot get sqlMaq > > Hello, > > I am ha

RE: N+1 with a twist?

2005-02-11 Thread roberto
If you can, post a sample of the query. If the query is based on that example you showed with tables three levels deep it should work (the child tables are the ones that can be null right?). Roberto > -Original Message- > From: Nathan Maves [mailto:[EMAIL PROTECTED] > Sen

RE: Clarification on usage of Oracle Stored function in IBatis

2005-01-27 Thread roberto
nstead: select 'f_refcur' f_refcur from dual order by pkg_refcur.f_refcur( cursor( select somecol from sometable ) ) Roberto > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 27, 2005 5:55 PM > To: ibatis-user-java@incu

RE: Re: how to disable cache?

2005-01-12 Thread roberto
What does your look like? Roberto > -Original Message- > From: Dody Rachmat Wicaksono [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 12, 2005 12:00 PM > To: [EMAIL PROTECTED] > Subject: Re: Re: how to disable cache? > > > I use ibatis v.2.0.9. >

RE: Re: how to disable cache?

2005-01-12 Thread roberto
What does your look like? Roberto > -Original Message- > From: Dody Rachmat Wicaksono [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 12, 2005 12:00 PM > To: [EMAIL PROTECTED] > Subject: Re: Re: how to disable cache? > > > I use ibatis v.2.0.9. >

Are IBatis dynamic queries cached on the server side?

2005-01-11 Thread Roberto Dorich
modified with isEqual, etc If so, where is it documented? Thank you, - Roberto

RE: how to package /sql file

2005-01-03 Thread roberto
I think you may need to put your package structure (class files) and SqlMap-related files under /WEB-INF/classes http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html Hope this helps. Roberto -Original Message- From: Dody Rachmat Wicaksono [mailto:[EMAIL PROTECTED

RE: sql fragment as parameter

2004-12-30 Thread roberto
What is ld.language?  Is that in the ‘pojos’ table with the dot notation?   Roberto     -Original Message- From: Kris Barnhoorn [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 11:54 AM To: ibatis-user-java@incubator.apache.org Subject: sql fragment as parameter