I think you should rather look into the JDBC drivers for XML data sources,
e.g., http://www.csv-jdbc.com/stels_xml_jdbc.htm
This way you could use iBatis (as almost any ORM and ORM like tools).
> -Original Message-
> From: Larry Meadors [mailto:larry.mead...@gmail.com]
> Sent: Thursday, M
Hi All,
I've noticed that as of iBatis 2.5.x there were no optimistic locking
support (as per Google search :)) in iBatis.
Has anything changed since then?
Thanks.
n 5, 2010 at 9:31 AM, OBender wrote:
It's a feature not a bug but pretty important one I think.
It's a feature not a bug but pretty important one I think.
You have to use javaType="_int" not javaType="int" in the XML to map the
primitive type.
I submitted this as an issue and Clinton kindly fixed it in B6 or B5 I
believe :).
From: Clinton Begin [mailto:clinton.be...@gmail.com]
Sent: Tuesday, January 05, 2010 10:06 AM
To: user-java@ibatis.apach
M
To: user-java@ibatis.apache.org
Subject: Re: Enjoy the power of iBatis3 + google-guice2
Hi guys,
thanks for your kind replies!!!
@OBender: yes, the intention is absolutely realizing it, do you have
already some idea how should it work? Not in terms of APIs that's
clear, but in terms of
Hi Simon,
Are you guys planning on supporting something like @Transaction attribute via
Guice AOP and iBatis TX manager?
Thanks,
OBender
-Original Message-
From: Simone Tripodi [mailto:simone.trip...@gmail.com]
Sent: Monday, December 21, 2009 11:33 AM
To: user-java@ibatis.apache.org
Can you create a jira ticket for this? It might actually already
work, if we allow it in the DTD.
Clinton
On 2009-12-16, OBender wrote:
> Hi All,
>
>
>
> I guess this is a corner case but it is pretty important one for projects
> with legacy data models.
>
> Let say the
Hi All,
I guess this is a corner case but it is pretty important one for projects
with legacy data models.
Let say there is a table in DB that contains:
ColumnType
idint
s1string
s2string
Hi All,
I'm a bit puzzled on how to explicitly manage the transaction demarcation in
iBatis 3.0.
Before we had SqlMapClient with transaction lifecycle methods, now it looks
like SqlSession is responsible for this task but there is no explicit
control over the transaction demarcation.
Am I
Hi All,
There is one very strange issue. If there is a constructor with primitive
argument, say long and you have a mapping with:
---
public class T1
{
final private long xxx;
public T1( long xxx ) {
Hi All,
There is one very strange issue. If there is a constructor with primitive
argument, say long and you have a mapping with:
---
public class T1
{
final private long xxx;
public T1( long xxx ) {
Hi All,
Is there any work done anywhere to make integration of iBatis (v3?) with
Google Guice easier?
I'm interested in @Transaction support in particular.
Any info/pointers/ideas?
Thanks,
OBender
Hi All,
I'm wondering if there is any info when iBatis 3.0 is coming out of beta?
Thanks.
14 matches
Mail list logo