That's too bad. One more thing to do in the code. I thought that JSON and
XML support would be really good to implement RESTful web services. Is there
a specific reason for taking it out?
Fred
On Thu, Jul 2, 2009 at 21:34, Larry Meadors wrote:
> FYI: XML parameters and results are on the way ou
Then I'm looking forward to iBatis 3 :)
Doesnt depend on setDelimiter(), it looks as if the newline character is
trimmed from input script in any case. Patched the file and it works now.
Thank you!
Paule
Original-Nachricht
> Datum: Sat, 27 Jun 2009 13:52:38 -0600
> Von: Clint
FYI: XML parameters and results are on the way out with ibatis 3.
Larry
On Thu, Jul 2, 2009 at 2:06 AM, meindert wrote:
> Hi Fred,
>
>
>
> The XML parameter object is quite interesting, it doesn’t look like ibatis
> can handle a ‘XML object’ the same way as it can return a XML string object;
>
>
Hi,
We are having issues with the "prefetchSize" property that is available at
the "procedure" element (of ibatis sqlmap). Even though we set the prefetch
size to a value, say 100, ibatis ignores this and always defaults to 10
(jdbc driver default). Also our application is a weblogic based J2EE a
Hi everyone,
I am facing some performance issue with IBatis procedure for retrieving
large data (having more than 6000 records)from database. i am unable to Set
Fetch Size For ResultSet with Ibatis,
I tested with simple JDBC and datasource with Set Fetch Size For ResultSet
it improved pe
Hi Fred,
The XML parameter object is quite interesting, it doesn't look like ibatis
can handle a 'XML object' the same way as it can return a XML string object;
http://www.mail-archive.com/user-java@ibatis.apache.org/msg13636
Just a note, the XML returned from ibatis is quite limited, I p
Thanks. It seems though that there are more facets to it, like XML which is
particularly interesting for RESTful services.
Fred
On Thu, Jul 2, 2009 at 14:49, meindert wrote:
> You can only have one input *Object. *For simple parameters I use a Map
> object;
>
> As larry said, the GRD (Get R'