Re: maven issue of iBatis 2.3

2007-05-19 Thread Daigo Kobayashi
shing. Jeff Butler On 5/18/07, *Daigo Kobayashi* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I understand why this issue is not closed. I overlook following part of this issue: "Every library i can think of is in ibiblio except ibatis, it would

Re: maven issue of iBatis 2.3

2007-05-18 Thread Daigo Kobayashi
icial file that uploaded to ibiblio iBatis 2.3.0? If so, I'll report issue to Spring team to modify pom file. Brandon On 5/16/07, * Daigo Kobayashi* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Thank you for replying. Any progress about agreement? This issu

Re: maven issue of iBatis 2.3

2007-05-16 Thread Daigo Kobayashi
y. See the last comment: "iBATIS 2.3.0 has been pushed to iBiblio for Maven 2. I'm going to leave this issue open until we get a plan of action in place that we all agree on for getting this to ibiblio when we release." ~ Brandon Goodin Clinton On 5/15/07, *Daigo Koba

maven issue of iBatis 2.3

2007-05-15 Thread Daigo Kobayashi
I found jira about maven. http://issues.apache.org/jira/browse/IBATIS-122 iBatis 2.3 is already uploaded to maven central repository. However IBATIS-122 is not closed yet. Which status of this issue is correct?

Re: Lazy load and serializable

2007-04-12 Thread Daigo Kobayashi
I've created. http://issues.apache.org/jira/browse/IBATIS-419 MCCORMICK, Paul wrote: Yes, create the JIRA please. -Original Message- From: Daigo Kobayashi [mailto:[EMAIL PROTECTED] Sent: Wednesday, 11 April 2007 10:41 PM To: [EMAIL PROTECTED] Subject: Re: Lazy loa

Re: Lazy load and serializable

2007-04-11 Thread Daigo Kobayashi
code to set the ExtendedSqlMapClient client field on deSerialization. I've attached my version of LazyResultLoader.java Hope this helps, Paul -Original Message- From: Daigo Kobayashi [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 April 2007 10:11 PM To: user-java@ibatis.apache.org Subject: Lazy load a

Lazy load and serializable

2007-04-10 Thread Daigo Kobayashi
I'm using 1:N mapping with lazy load option. iBatis create not serializable object, so it can't store in some conditions. (I'm using Spring Web Flow and iBatis, serializable object is required by Spring Web Flow.) Is there any good way to resolve this?

Re: Is it possible to create 1:N + 1:M object.

2007-03-18 Thread Daigo Kobayashi
Thank you for replying. I'll wait for iBatis team fix this. Not possible now. See this: http://issues.apache.org/jira/browse/IBATIS-396 Jeff Butler On 3/15/07, *Daigo Kobayashi* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi, Is it possible to

Is it possible to create 1:N + 1:M object.

2007-03-15 Thread Daigo Kobayashi
Hi, Is it possible to create 1:N + 1:M object. I think iBatis can create 1:N object, if I use groupBy. So it is possible to create 1:N + 1:M object? For example; ... ... ... If I create sqlmap file like this, can iBatis handle 1:N + 1:M?