contributing! Feel free to add a permanent link on
> the WIKI here:
>
> http://opensource.atlassian.com/confluence/oss/display/IBATIS/Articles+and+other+coverage+of+iBATIS
>
> Jeff Butler
>
>
> On 1/26/07, Torsten Michelmann <[EMAIL PROTECTED]> wrote:
> >
&g
Hi,
just wanted to inform you that the German Java print magazine Java Spektrum
contains an article about iBatis in the latest issue (1/07). The article was
written by me and is at entry level.
Link: http://www.sigs-datacom.de/sd/publications/js/2007/01/index.htm
--
Greetings
Torsten
Hi,
we are running an app on WAS 6 using iBatis 2.1.7 that accesses a database on
iSeries.
We use the toolbox driver
(com.ibm.as400.access.AS400JDBCConnectionPoolDataSource) to perform the access
to the database.
In general there is no problem, but in the morning (there is a DB backup during
t
Hi,
I have a problem with iBatis 2.1.7 running against DB2 for AS400 and calling a
stored procedure defined as stproc(IN, OUT).
The code below is supposed to return me a CompanyPriceList instance where the
priceListKey.id is set once the call returns. But actually I just get null (no
stacktrac
Hi,
have a look at
http://opensource.atlassian.com/confluence/oss/display/IBATIS/How+do+I+pass+in+a+dynamic+table+name+-+or+other+uncommon+parameters
Basically use $tableName$. This will change the SQL statement before the
prepared Statement is created.
Original-Nachricht
Da
not desperately searching for it).
Original-Nachricht
Datum: Tue, 27 Jun 2006 16:56:27 +0200
Von: Torsten Michelmann <[EMAIL PROTECTED]>
An: user-java@ibatis.apache.org
Betreff: Re: Re: RE: Problem populating a List using groupBy
> Hi Chris,
>
> thank you ve
ion cache.
> > How to solve this problem? I want to disable cache in unit testint
> > mode. And enable it during web application page.
> >
> > --
> >
> > Anthony Hong
> >
> >
> > --
> >
> > Anthony Hong
> >
>
>
> -
> RowHandler instance, and other objects can find them there.
>
> Of course, if you're dealing with large data sets, putting everything
> into a List wouldn't scale all that well. However, for large data sets
> the RowHandler is very useful because you can process on
2.1.7 with nested columns in a resultMap, which I
> think I hit...
>
> Anyway, when I wrote to this list about my saga, I was directed at
> RowHandler and it made my year.
>
> Cheers,
> Chris
>
>
> -Original Message-
> From: Torsten Michelmann [mailto
27;ll see if anything else is
> broken.
>
> Jeff Butler
>
>
> On 6/23/06, Torsten Michelmann <[EMAIL PROTECTED]> wrote:
> >
> > Hi folks,
> >
> > again me (seems that I am touching all the rather complicated topics of
> > iBatis during my ve
()]);
setCustomerOrderItems(coi);
}
}
public List getCustomerOrderItemsList() {
if(getCustomerOrderItems()==null)
{
return new ArrayList();
}
else
{
return Arrays.asList(getCustomerOrderItems());
}
}
}
not available inside .
Is there an explanation for this behaviour?
Or should I have done something different?
Thanks a lot for the insight
Original-Nachricht
Datum: Wed, 21 Jun 2006 08:46:01 +0200
Von: Torsten Michelmann <[EMAIL PROTECTED]>
An: user-java@ibatis.apache.org,
Hi Jeremy,
you would also need something like
##SQL here##
in the sqlmap.
Torsten
Original-Nachricht
Datum: Wed, 21 Jun 2006 11:30:31 +0200
Von: jeremy jardin <[EMAIL PROTECTED]>
An: user-java@ibatis.apache.org
Betreff: RE : sql-map-config pb
> Thx all right !
>
> But now,
k with other inserts.
> If the other inserts does not work, then you might have the problem your
> are talking about.
>
> Also take note that code line
> myConnection.endTransaction();
> must not be commented.
>
> Hope that helps.
> Christian
>
> -Original Messa
Hi,
I have a problem with insert statements on DB2 8.1 using the current iBatis
release.
The problem is that they are executed without error but when I query the DB I
don't see any of the entries.
I strongly assume that it is a configuration problem, but I have spend a couple
of hours staring
gt; > Serafín Orillán Chaparro
> > Isotrol S.A.
> > Avda. de la Innovación 1, 3ª planta
> > +34 955 036 800
> > e-mail: [EMAIL PROTECTED]
> >
> >
> >
--
Gruß
Torsten Michelmann
"Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
lic void setProperty(Object o) {
> this.property = o;
> }
> public Object getProperty() {
> return this.property;
> }
>
>
> -Original Message-
> From: Torsten Michelmann [mailto:[EMAIL PROTECTED]
> Sent: Monday, 08 May 2006 10:39
> To: user-java@ibatis
eff: AW: Problem with complex properties mapping
> Datum: Mon, 8 May 2006 12:12:06 +0200
>
> Hi Torsten,
>
> i thnk you're missing a parameterMap or parameterClass attribute in
> getColorForArticle statement.
>
> gruss
> michal
>
>
> -Ursprüngliche
missing a parameterMap or parameterClass attribute in
> > getColorForArticle statement.
> >
> > gruss
> > michal
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Torsten Michelmann [mailto:[EMAIL PROTECTED]
> > Gesendet: Montag, 8. Mai 2006 11:55
&
Hi,
I am new to DataMapper and it might be that my problem is rather easy to
spot so please bear with me if the problem is trivial but I was not able to
solve it for a few days now and I would be glad for any help.
I am running queries against an AS/400 using
com.ibm.as400.access.AS400JDBCDriver
20 matches
Mail list logo