<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user">
    <title>gmane.comp.java.ibatisdb.user</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19242"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19241"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19240"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19239"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19238"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19237"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19236"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19235"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19234"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19233"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19232"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19231"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19230"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19229"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19228"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19227"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19226"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19225"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19224"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19223"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19242">
    <title>Re: Transaction Rollback not working with iBatis + Spring</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19242</link>
    <description>&lt;pre&gt;

My SqlMapConfig.xml wasn't ok, i was using an EXTERNAL transaction manager
instead of a JDBC... (sorry for that)
Next time i'll post on the new list.

Larry and Vinaya Thanks for your help !

Bruno
&lt;/pre&gt;</description>
    <dc:creator>Bruno Issenmann</dc:creator>
    <dc:date>2010-07-22T15:18:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19241">
    <title>Re: Transaction Rollback not working with iBatis + Spring</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19241</link>
    <description>&lt;pre&gt;Wait - I'm REALLY confused. Can you post a stack trace?

Doh, I just noticed - this conversation should be on the new list.
Maybe it's time to start this as a new thread and give us the stack
trace and the relevant code anew. :)

The ibatis project has moved and been renamed.

It is no longer being maintained as an Apache project, but has moved
(along with the development team) here:

http://www.mybatis.org/

Please join us at the new location by joining the mailing list here:

http://groups.google.com/group/mybatis-user

Larry
&lt;/pre&gt;</description>
    <dc:creator>Larry Meadors</dc:creator>
    <dc:date>2010-07-22T14:47:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19240">
    <title>Re: Transaction Rollback not working with iBatis + Spring</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19240</link>
    <description>&lt;pre&gt;Both tables are linked by constraints on primary keys, so i can't make only one
insert.

I must have missed something with the ibatis config or the doa manager.

Thanks for your time.

Bruno
&lt;/pre&gt;</description>
    <dc:creator>Bruno Issenmann</dc:creator>
    <dc:date>2010-07-22T09:11:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19239">
    <title>RE: Transaction Rollback not working with iBatis + Spring</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19239</link>
    <description>&lt;pre&gt;Does just the insert work on the table which is giving the issue without
the insert into the history?
 


-----Original Message-----
From: Bruno Issenmann [mailto:b.issenmann&amp;lt; at &amp;gt;labsoft.fr] 
Sent: Wednesday, July 21, 2010 2:03 PM
To: user-java&amp;lt; at &amp;gt;ibatis.apache.org
Subject: Re: Transaction Rollback not working with iBatis + Spring

Vinaya Tirikkovalluru &amp;lt;vinaya.tirikkovalluru &amp;lt;at&amp;gt; converge.com&amp;gt; writes:

runtime

I have a runtime exception, transaction is rolled back. When i run the
SQL
manually on oracle it's ok.
But with the dao i got a constraint integrity violation. It's like the
inserts
go in the wrong order (complains about the first table id missing).
Or i'm wrong with the dao.

Here is my code

public class LotTest extends DAOManagerTest {

    &amp;lt; at &amp;gt;Test
    public void testInsert(){
    
    DAOFactory.daoMgr.startTransaction();
    try {
        LotDAO dao =
(LotDAO)DAOFactory.daoMgr.getDao(LotDAO.class);
        Lot lot = new Lot();
        lot.setIdlot("201000000008");
        //lot.setNumhistolot(new&lt;/pre&gt;</description>
    <dc:creator>Vinaya Tirikkovalluru</dc:creator>
    <dc:date>2010-07-21T18:07:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19238">
    <title>Re: Transaction Rollback not working with iBatis + Spring</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19238</link>
    <description>&lt;pre&gt;

I have a runtime exception, transaction is rolled back. When i run the SQL
manually on oracle it's ok.
But with the dao i got a constraint integrity violation. It's like the inserts
go in the wrong order (complains about the first table id missing).
Or i'm wrong with the dao.

Here is my code

public class LotTest extends DAOManagerTest {

    &amp;lt; at &amp;gt;Test
    public void testInsert(){
    
    DAOFactory.daoMgr.startTransaction();
    try {
        LotDAO dao = (LotDAO)DAOFactory.daoMgr.getDao(LotDAO.class);
        Lot lot = new Lot();
        lot.setIdlot("201000000008");
        //lot.setNumhistolot(new Short("1"));
        lot.setIdlotamm("20char");
        dao.insert(lot);
        
        HistoLotDAO dao2 =
(HistoLotDAO)DAOFactory.daoMgr.getDao(HistoLotDAO.class);
        HistoLot histo = new HistoLot();
        histo.setIdlot("201000000008");
        histo.setNumhistolot(new Short("1"));
        histo.setIdetatlot("EC");
        histo.setDateetatlot(new Date());
        histo.setInfoetatl&lt;/pre&gt;</description>
    <dc:creator>Bruno Issenmann</dc:creator>
    <dc:date>2010-07-21T18:02:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19237">
    <title>RE: Transaction Rollback not working with iBatis + Spring</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19237</link>
    <description>&lt;pre&gt;Sorry!! I missed the thread.
Does it give you a runtime exception? Only if the code throws a runtime
exception the transaction will be rolled back

Vinaya


-----Original Message-----
From: Bruno Issenmann [mailto:b.issenmann&amp;lt; at &amp;gt;labsoft.fr] 
Sent: Wednesday, July 21, 2010 1:07 PM
To: user-java&amp;lt; at &amp;gt;ibatis.apache.org
Subject: Re: Transaction Rollback not working with iBatis + Spring

Thanks for ansering.

I do not use the batch.
I'm just doing two inserts then i commit. I still have an integrity
contraint
violation.



---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscribe&amp;lt; at &amp;gt;ibatis.apache.org
For additional commands, e-mail: user-java-help&amp;lt; at &amp;gt;ibatis.apache.org



This electronic message is intended only for the use of the individual(s) or entity(ies) named above and may contain information which is privileged and/or confidential.  If you are not the intended recipient, be aware that any disclosure, copying, distribution, dissemination or use of the contents of t&lt;/pre&gt;</description>
    <dc:creator>Vinaya Tirikkovalluru</dc:creator>
    <dc:date>2010-07-21T17:24:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19236">
    <title>Re: Transaction Rollback not working with iBatis + Spring</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19236</link>
    <description>&lt;pre&gt;Thanks for ansering.

I do not use the batch.
I'm just doing two inserts then i commit. I still have an integrity contraint
violation.
&lt;/pre&gt;</description>
    <dc:creator>Bruno Issenmann</dc:creator>
    <dc:date>2010-07-21T17:07:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19235">
    <title>Re: Transaction Rollback not working with iBatis + Spring</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19235</link>
    <description>&lt;pre&gt;You don't need the batch, and I'm pretty sure it won't ever work with
the batch because the inserts don't happen when you call them (they
happen when you call executeBatch()) so your ids don't get set when
you expect them to.

Remove the lines related to the batch, and I think it'll work.

Larry


On Wed, Jul 21, 2010 at 10:19 AM, Bruno Issenmann
&amp;lt;b.issenmann&amp;lt; at &amp;gt;labsoft.fr&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Larry Meadors</dc:creator>
    <dc:date>2010-07-21T16:43:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19234">
    <title>Re: Transaction Rollback not working with iBatis + Spring</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19234</link>
    <description>&lt;pre&gt;Hi,

I'm facing the same problem. Did you solved it ?
Thanks
&lt;/pre&gt;</description>
    <dc:creator>Bruno Issenmann</dc:creator>
    <dc:date>2010-07-21T16:19:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19233">
    <title>RE: Dynamic table names in DELETE</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19233</link>
    <description>&lt;pre&gt;Ibatis project moved to Google. If I am not mistaking, the developers of iBATIS are not registered to this list anymore.
Please, post your questions to the new list at mybatis-user&amp;lt; at &amp;gt;googlegroups.com

Christian 

-----Original Message-----
From: droidin.net [mailto:droid&amp;lt; at &amp;gt;droidin.net] 
Sent: Sunday, July 18, 2010 11:07 PM
To: user-java&amp;lt; at &amp;gt;ibatis.apache.org
Subject: Dynamic table names in DELETE


iBatis 3 has wonderful ability in SELECT statements to provide dynamic substitution before statement is prepared. For example this will work

&amp;lt;select id="foo"&amp;gt;SELECT * FROM $db$.MY_TABLE&amp;lt;/select&amp;gt;

However I can't make it work when trying to empty table

XML code:

&amp;lt;delete id="del" parameterType="String"&amp;gt;DELETE FROM $db$.MY_TABLE&amp;lt;/delete&amp;gt;
&amp;lt;!-- and I also tried --&amp;gt;
&amp;lt;delete id="del" parameterType="String"&amp;gt;DELETE FROM $0$.MY_TABLE&amp;lt;/delete&amp;gt;

Java code:

// method defined as
del(String db);
// and executed as
mapper.del("MY_DB");

I get message complaining that Database '$db$' does not exist

Anyone can suggest the solution? I'&lt;/pre&gt;</description>
    <dc:creator>Poitras Christian</dc:creator>
    <dc:date>2010-07-19T12:33:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19232">
    <title>Dynamic table names in DELETE</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19232</link>
    <description>&lt;pre&gt;
iBatis 3 has wonderful ability in SELECT statements to provide dynamic
substitution before statement is prepared. For example this will work

&amp;lt;select id="foo"&amp;gt;SELECT * FROM $db$.MY_TABLE&amp;lt;/select&amp;gt;

However I can't make it work when trying to empty table

XML code:

&amp;lt;delete id="del" parameterType="String"&amp;gt;DELETE FROM $db$.MY_TABLE&amp;lt;/delete&amp;gt;
&amp;lt;!-- and I also tried --&amp;gt;
&amp;lt;delete id="del" parameterType="String"&amp;gt;DELETE FROM $0$.MY_TABLE&amp;lt;/delete&amp;gt;

Java code:

// method defined as
del(String db);
// and executed as
mapper.del("MY_DB");

I get message complaining that Database '$db$' does not exist

Anyone can suggest the solution? I'm on Teradata db and it is setup in the
way that I need provide db names in query or else I get Object not found

&lt;/pre&gt;</description>
    <dc:creator>droidin.net</dc:creator>
    <dc:date>2010-07-19T03:06:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19231">
    <title>RE: Ibator 1.2.2</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19231</link>
    <description>&lt;pre&gt;Ibatis project moved to Google. If I am not mistaking, the developers of iBATIS are not registered to this list anymore.
Please, post your questions to the new list at mybatis-user&amp;lt; at &amp;gt;googlegroups.com

Christian

-----Original Message-----
From: Panciz [mailto:dav.poletti&amp;lt; at &amp;gt;gmail.com] 
Sent: Saturday, July 10, 2010 2:25 AM
To: user-java&amp;lt; at &amp;gt;ibatis.apache.org
Subject: Ibator 1.2.2

Hi,

I built ibator 1.2.2 from sources downloaded from http://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/
and create the JAR file.
The problem is that when I run the tool on a configuration file, which worked with the previous version, I get  

$ java -jar ibator-1.2.2.jar -configfile ../conf/ibatorConfig.xml java.net.MalformedURLException at java.net.URL.&amp;lt;init&amp;gt;(URL.java:601) at java.net.URL.&amp;lt;init&amp;gt;(URL.java:464) at java.net.URL.&amp;lt;init&amp;gt;(URL.java:413) at com.sun.org.apache.xerces.internal.impl.XMLEntityManager
  .setupCurrentEntity(XMLEntityManager.java:650)
at com.sun.org.apache.xerces.internal.impl
  .XMLEntityManager.startEntity&lt;/pre&gt;</description>
    <dc:creator>Poitras Christian</dc:creator>
    <dc:date>2010-07-12T12:23:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19230">
    <title>Ibator 1.2.2</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19230</link>
    <description>&lt;pre&gt;Hi,

I built ibator 1.2.2 from sources downloaded from 
http://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/
and create the JAR file.
The problem is that when I run the tool on a configuration file,
which worked with the previous version, I get  

$ java -jar ibator-1.2.2.jar -configfile ../conf/ibatorConfig.xml 
java.net.MalformedURLException
at java.net.URL.&amp;lt;init&amp;gt;(URL.java:601)
at java.net.URL.&amp;lt;init&amp;gt;(URL.java:464)
at java.net.URL.&amp;lt;init&amp;gt;(URL.java:413)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager
  .setupCurrentEntity(XMLEntityManager.java:650)
at com.sun.org.apache.xerces.internal.impl
  .XMLEntityManager.startEntity(XMLEntityManager.java:1315)
at com.sun.org.apache.xerces.internal.impl
.XMLEntityManager.startDTDEntity(XMLEntityManager.java:1282)
at com.sun.org.apache.xerces.internal.impl
  .XMLDTDScannerImpl.setInputSource(XMLDTDScannerImpl.java:283)
at com.sun.org.apache.xerces.internal.impl
  .XMLDocumentScannerImpl$DTDDriver.dispatch(XMLDocumentScannerImpl.java:1193)
at com.sun.&lt;/pre&gt;</description>
    <dc:creator>Panciz</dc:creator>
    <dc:date>2010-07-10T06:24:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19229">
    <title>RE: Ibatis 3  and null values</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19229</link>
    <description>&lt;pre&gt;Ibatis project moved to Google. If I am not mistaking, the developers of iBATIS are not registered to this list anymore.
Please, post your questions to the new list at mybatis-user&amp;lt; at &amp;gt;googlegroups.com

Christian

-----Original Message-----
From: Laurent MANNS [mailto:laurent.manns&amp;lt; at &amp;gt;gmail.com] 
Sent: Monday, July 05, 2010 4:58 AM
To: user-java&amp;lt; at &amp;gt;ibatis.apache.org
Subject: Ibatis 3 and null values

Hello,

I'm facing a weird problem when resultType is a Map : 


&amp;lt;select id="test" resultType="java.util.LinkedHashMap"&amp;gt;
  select 
    getDate() "Timestamp", 
    null      "Test"
&amp;lt;/select&amp;gt;


List&amp;lt;LinkedHashMap&amp;lt;Object, Object&amp;gt;&amp;gt; lignes = session.selectList("test");
                
for (Iterator it = ((LinkedHashMap&amp;lt;Object, Object&amp;gt;)    
lignes.get(0)).keySet().iterator(); it.hasNext();) 
                  System.out.println(it.next());
                
                  
The result is : 

   TIMESTAMP
   Timestamp
   1

Why is first column duplicated when the alias is in lowercase ? And why can't i get the second column &lt;/pre&gt;</description>
    <dc:creator>Poitras Christian</dc:creator>
    <dc:date>2010-07-05T12:23:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19228">
    <title>Ibatis 3  and null values</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19228</link>
    <description>&lt;pre&gt;Hello,

I'm facing a weird problem when resultType is a Map : 


&amp;lt;select id="test" resultType="java.util.LinkedHashMap"&amp;gt;
  select 
    getDate() "Timestamp", 
    null      "Test"
&amp;lt;/select&amp;gt;


List&amp;lt;LinkedHashMap&amp;lt;Object, Object&amp;gt;&amp;gt; lignes = session.selectList("test");
                
for (Iterator it = ((LinkedHashMap&amp;lt;Object, Object&amp;gt;)    
lignes.get(0)).keySet().iterator(); it.hasNext();) 
                  System.out.println(it.next());
                
                  
The result is : 

   TIMESTAMP
   Timestamp
   1

Why is first column duplicated when the alias is in lowercase ? And why can't i
get the second column header when it contains null values ? 

Any help would be appreciated. 

Thx.
&lt;/pre&gt;</description>
    <dc:creator>Laurent MANNS</dc:creator>
    <dc:date>2010-07-05T08:58:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19227">
    <title>Re: ibatis 3 and calling stored procedure</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19227</link>
    <description>&lt;pre&gt;The ibatis project has moved and been renamed.

It is no longer being maintained as an Apache project, but has moved
(along with the development team) here:

http://www.mybatis.org/

Please join us at the new location by joining the mailing list here:

http://groups.google.com/group/mybatis-user

Larry
&lt;/pre&gt;</description>
    <dc:creator>Larry Meadors</dc:creator>
    <dc:date>2010-06-28T17:19:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19226">
    <title>ibatis 3 and calling stored procedure</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19226</link>
    <description>&lt;pre&gt;Hi
Is there any place where it has updated information about calling stored
procedure from ibatis 3.0, i checked google and could not find any,
I was reading user guide and it says parameterMap is not used,

I tried the code below and seems it is working, but i would like to do this
using some methods from ibatis 3.0

&amp;lt;parameterMap id="swapParameters" type="java.util.HashMap" &amp;gt;
    &amp;lt;parameter property="id" jdbcType="VARCHAR" javaType="java.lang.String"
mode="INOUT"/&amp;gt;
    &amp;lt;parameter property="message" jdbcType="VARCHAR"
javaType="java.lang.String" mode="INOUT"/&amp;gt;
 &amp;lt;/parameterMap&amp;gt;

&amp;lt;select id="getValidPayment" statementType="CALLABLE"
resultType="java.lang.String" parameterMap="swapParameters"&amp;gt;
call SCHEMA.PROCEDURE (?,?)
&amp;lt;/select&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Ashish Kulkarni</dc:creator>
    <dc:date>2010-06-28T16:03:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19225">
    <title>Re: Inheritanc</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19225</link>
    <description>&lt;pre&gt;The ibatis project has moved and been renamed.

It is no longer being maintained as an Apache project, but has moved
(along with the development team) here:

http://www.mybatis.org/

Please join us at the new location by joining the mailing list here:

http://groups.google.com/group/mybatis-user

On Thu, Jun 24, 2010 at 1:05 PM, karthik085 &amp;lt;karthik085&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Nathan Maves</dc:creator>
    <dc:date>2010-06-24T19:06:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19224">
    <title>Inheritanc</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19224</link>
    <description>&lt;pre&gt;
Hi,
I am using iBatis 3.0 beta-9
How can inheritance or has-a relationship be specified for the following
case?

class A
   name: String

class B extends A
   id: Integer

 
Currently, I was trying to use "has-a" relationship - association to do it -
but, it is not working!
    &amp;lt;resultMap id="A" type="org.XXX.A"&amp;gt;       
        &amp;lt;result property="name" column="name" /&amp;gt;
        &amp;lt;association property="B" column="a_b_id" javaType="org.XXX.B"/&amp;gt;
    &amp;lt;/resultMap&amp;gt;

     &amp;lt;association property="B" column="a_b_id" javaType="org.XXX.B"&amp;gt;
        &amp;lt;id property="id" column="id" /&amp;gt;
    &amp;lt;/association&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>karthik085</dc:creator>
    <dc:date>2010-06-24T19:05:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19223">
    <title>Re: Passing Oracle Table Types (Is it possible?)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19223</link>
    <description>&lt;pre&gt;The ibatis project has moved and been renamed.

It is no longer being maintained as an Apache project, but has moved
(along with the development team) here:

http://www.mybatis.org/

Please join us at the new location by joining the mailing list here:

http://groups.google.com/group/mybatis-user
&lt;/pre&gt;</description>
    <dc:creator>Larry Meadors</dc:creator>
    <dc:date>2010-06-20T04:06:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19222">
    <title>Passing Oracle Table Types (Is it possible?)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.ibatisdb.user/19222</link>
    <description>&lt;pre&gt;
Hi, 
I have folloiwng types defines in Oracle:

create or replace type position_obj as object
(
POSITION_ID  NUMBER,
PROD_TYPE  VARCHAR2(50),
);

create or replace type position_tab as table of position_obj;
create or replace type error_logs_obj is object
( 
MODULE_NAME   VARCHAR2(30),
DATABASE_UNIT VARCHAR2(30),
TABLE_NAME    VARCHAR2(30),
ERROR_MESS    VARCHAR2(4000),
CREATE_TIME   DATE,
USER_NAME     VARCHAR2(30)
);
create or replace type error_logs_tab is table of error_logs_obj;

And my Oracle SP is:
  PROCEDURE insert_position(p_position_tab  position_tab
                           ,o_error_msg_tab OUT error_logs_tab)

How do i call above SP using iBatis 2.3.4 ? Please let me know if its
possible or not. 

Thanks &amp;amp; Regards,
Deepak
&lt;/pre&gt;</description>
    <dc:creator>deepak123</dc:creator>
    <dc:date>2010-06-18T10:11:58</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.ibatisdb.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.ibatisdb.user</link>
  </textinput>
</rdf:RDF>
