+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
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:
+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
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
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.
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.
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
> 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
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
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
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/
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
12 matches
Mail list logo