Re: developer's guide suggestion (was: Re: GroupBy with simple properties)

2006-07-06 Thread Jeff Butler
+1.  I've made some simple changes to the site that will (hopefully) address this issue.   I've grown weary of trying to explain it too!   Jeff Butler  On 7/6/06, Vadim Grinshpun <[EMAIL PROTECTED]> wrote: > Thanks Tarek. btw which guide are you refering to?Given the above question, I have a sugges

Re: developer's guide suggestion

2006-07-06 Thread Clinton Begin
A) Why not use the Wiki. (there's already a "Not Yet Documented" section)http://opensource.atlassian.com/confluence/oss/display/IBATIS/Home B) Why not download the docs, add your improvements and contribute them back?  The documentation is open and can be edited with free tools (Open Office). http:

Re: developer's guide suggestion

2006-07-06 Thread Ben Munat
+1 Vadim Grinshpun wrote: > Thanks Tarek. btw which guide are you refering to? Given the above question, I have a suggestion to the iBATIS team (apologies in advance if this had been discussed before): Why not put an conspicuous "Documentation" section on the iBATIS webpage somewhere(e.g., o

Re: and ???

2006-07-06 Thread Chris Berry
Yes, you are right. But like I said in the original text, I am wiring Axis-generated "XMLBeans" (i.e. beans generated from the WSDL/XSD definitions of a web service) directly to iBatis SQLMaps. Thus, I can end up with almost zero code!! This is really cool. And I eventually hope to write a code g

Re: ibatis 2.1.7 not in ibiblio for maven

2006-07-06 Thread Salman Khattak
sorry i was looking in maven not maven2 -- View this message in context: http://www.nabble.com/ibatis-2.1.7-not-in-ibiblio-for-maven-tf1903493.html#a5209166 Sent from the iBATIS - User - Java forum at Nabble.com.

ibatis 2.1.7 not in ibiblio for maven

2006-07-06 Thread Salman Khattak
Am I missing something or the current release of ibatis 2.1.7 is not uploaded to maven ibiblio ? -- View this message in context: http://www.nabble.com/ibatis-2.1.7-not-in-ibiblio-for-maven-tf1903493.html#a5209094 Sent from the iBATIS - User - Java forum at Nabble.com.

Re: how can i use mutiple transction in thread?

2006-07-06 Thread rs
Was actually planning to use SqlMapClient.openSession() myself. The intent, for us at least, is to have multiple independent transactions in the same thread. For example, one doesn't want logging messages to be rolled back when main business logic fails. Hence, you need a new separate transact

developer's guide suggestion (was: Re: GroupBy with simple properties)

2006-07-06 Thread Vadim Grinshpun
> Thanks Tarek. btw which guide are you refering to? Given the above question, I have a suggestion to the iBATIS team (apologies in advance if this had been discussed before): Why not put an conspicuous "Documentation" section on the iBATIS webpage somewhere(e.g., on the sidebar)? It could simp

Re: how can i use mutiple transction in thread?

2006-07-06 Thread Jeff Butler
Hi Clinton,   Are you sure about this?  The session is stored as ThreadLocal in SqlMapClientImpl - there is no provision I can see for having more than one open session.  Was that the original intent?   Jeff Butler  On 7/6/06, Clinton Begin <[EMAIL PROTECTED]> wrote: That might be a bug then.  Ver

Re: how can i use mutiple transction in thread?

2006-07-06 Thread Clinton Begin
That might be a bug then.  Very odd.  That's the whole point of sessions...Feel free to submit a JIRA bug for it.Cheers,ClintonOn 7/6/06, Hoyoung Hwang <[EMAIL PROTECTED]> wrote: thanks, but that doesn't work. i try below code.   SqlMapSession sess1 = SqlMapClientBase.openSession();  SqlMapSession

Re: and ???

2006-07-06 Thread Jeff Butler
You're right - no way to express the handler here.  But I would submit that you don't need it here.  iBATIS will return an Integer from the insert statement and you can change it to your desired type in your DAO method.  You would right the same kind of code in a type handler.   Jeff Butler  On 7/

Re: problem with '$' in package name

2006-07-06 Thread vishakha sawant
Hi Clinton,About the sql-map-2.dtd I have some queriesWhen the next release is expected? and How we can resolve this issue using jar? because I do not know much about xml.Regards,Vishakha On 05/07/06, Clinton Begin <[EMAIL PROTECTED]> wrote: Hi Vishakha,First, please don't submit multiple JIRA tick