<?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.db.ibatis.devel">
    <title>gmane.comp.db.ibatis.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel</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.db.ibatis.devel/5041"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5040"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5039"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5038"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5037"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5036"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5035"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5034"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5033"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5032"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5031"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5030"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5029"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5028"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5027"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5026"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5025"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5024"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5023"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5022"/>
      </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.db.ibatis.devel/5041">
    <title>Re: Need help on calling stored procedure from ibatis</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5041</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

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


&lt;/pre&gt;</description>
    <dc:creator>Larry Meadors</dc:creator>
    <dc:date>2010-06-10T18:56:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5040">
    <title>Need help on calling stored procedure from ibatis</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5040</link>
    <description>&lt;pre&gt;
                As I am new to ibatis, I need your help on calling stored
procedure from ibatis.

Here is the code I am trying to call stored procedure, but it is not
working.

Stored procedure as follows:-

getRadiusData( rc  OUT SYS_REFCURSOR,ArgFromDate in varchar2,ArgEndDate in
varchar2,
rptType VARCHAR2,timeRange VARCHAR2, authStatus  VARCHAR2,userName
VARCHAR2,identityGroup VARCHAR2 ,
netwokDeviceGroup  VARCHAR2 ,netwokDevicename  VARCHAR2 ,accessService 
VARCHAR2 ,identityStore  VARCHAR2 ,
acsInstance  VARCHAR2,Failure_Reason  VARCHAR2,Calling_Station_ID 
VARCHAR2,Device_IP_Address  VARCHAR2,
Audit_Session_ID VARCHAR2,ACS_Session_ID VARCHAR2, Acct_Session_ID
VARCHAR2,isMab VARCHAR2,adDomain VARCHAR2,
CTS_Security_Group VARCHAR2,  Show_SGT_Assign VARCHAR2, Show_SGT_Environment
VARCHAR2,ID number ,
isDrillDown number)

XDEQueriesMap.xml file has entry as follows:-

    &amp;lt;procedure id="getRadiusData" parameterClass="java.util.HashMap"
resultClass="java.util.HashMap"&amp;gt;
          {call getRadiusData(?, #Fro&lt;/pre&gt;</description>
    <dc:creator>prabu p</dc:creator>
    <dc:date>2010-06-10T16:49:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5039">
    <title>Re: What is the JDK version required for iBatis latest</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5039</link>
    <description>&lt;pre&gt;5.x and up should work.

On Fri, Jun 4, 2010 at 3:42 AM, &amp;lt;shyam.kumar.mangayil&amp;lt; at &amp;gt;accenture.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Clinton Begin</dc:creator>
    <dc:date>2010-06-04T14:36:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5038">
    <title>What is the JDK version required  for iBatis latest</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5038</link>
    <description>&lt;pre&gt;Hi
  I have two queries :
-  What is the latest GA version of iBatis ? Is it 3.0.2 GA
-  What is the JDK version required for the iBatis for this version

 Would be grateful if you could answer this question .

Thanks and Regards,
Shyam


This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information.  If you have received it in error, please notify the sender immediately and delete the original.  Any other use of the email by you is prohibited.
&lt;/pre&gt;</description>
    <dc:creator>shyam.kumar.mangayil&lt; at &gt;accenture.com</dc:creator>
    <dc:date>2010-06-04T09:42:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5037">
    <title>Re: Moving iBatis to the Attic</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5037</link>
    <description>&lt;pre&gt;+1 for moving it to the attic.

On Fri, May 21, 2010 at 7:57 PM, Clinton Begin &amp;lt;clinton.begin&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

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


&lt;/pre&gt;</description>
    <dc:creator>Larry Meadors</dc:creator>
    <dc:date>2010-05-22T12:50:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5036">
    <title>Re: Moving iBatis to the Attic</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5036</link>
    <description>&lt;pre&gt;Henri,

Thanks for all of your help in preparing this.

+1

Cheers,
Clinton

On Fri, May 21, 2010 at 7:45 PM, Henri Yandell &amp;lt;hyandell&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Clinton Begin</dc:creator>
    <dc:date>2010-05-22T01:57:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5035">
    <title>Moving iBatis to the Attic</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5035</link>
    <description>&lt;pre&gt;My feeling is that the iBatis PMC wish to move to the Attic, this
would mean the project becoming read-only.

If anyone of the iBatis committers are -1 to moving it to the Attic,
please speak up on this thread in the next week (i.e. by Friday 28th
May 19:00 PST).

This is the proposed text that would be sent to the board as a
resolution at the next board meeting.

*******************************************************************************
Termination of the iBatis PMC

       WHEREAS, the Board of Directors deems it no longer in the best
       interest of the Foundation to continue the Apache iBatis project
       due to inactivity

       NOW, THEREFORE, BE IT RESOLVED, that the Apache iBatis
       project is hereby terminated; and be it further

       RESOLVED, that the Attic PMC be and hereby is tasked with
       oversight over the software developed by the Apache iBatis
       Project; and be it further

       RESOLVED, that the office of "Vice President, Apache iBatis" is
       hereby terminat&lt;/pre&gt;</description>
    <dc:creator>Henri Yandell</dc:creator>
    <dc:date>2010-05-22T01:45:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5034">
    <title>[ANNOUNCEMENT] iBATIS Project Team Moving to Google Code</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5034</link>
    <description>&lt;pre&gt;*ANNOUNCEMENT*

Eight years ago in 2002, I created the iBATIS Data Mapper and introduced SQL
Mapping as an approach to persistence layer development.  Shortly
thereafter, I donated the iBATIS name and code to the Apache Software
Foundation.  The ASF has been the home of iBATIS for the past six years.

A lot changes in six years.  By 2010 we've seen a great deal of innovation
and change in the areas of development methodology, source control, social
networking and open-source infrastructure.  As part of the ASF, iBATIS has
had only limited ability to benefit from some of these new developments --
some of which are not all that new anymore.

Our project has a committed team, a vibrant community, a great culture of
cooperation and some exciting new releases.  But we believe we can make it
even better.

Therefore, the entire core development team of iBATIS has decided to
continue the development of the framework at a new home and with a new
name.

This includes all of the iBATIS for Java committers:

  * Clinton&lt;/pre&gt;</description>
    <dc:creator>Clinton Begin</dc:creator>
    <dc:date>2010-05-21T07:54:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5033">
    <title>Created: (IBATIS-790) Wiki sign up not working</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5033</link>
    <description>&lt;pre&gt;Wiki sign up not working
------------------------

                 Key: IBATIS-790
                 URL: https://issues.apache.org/jira/browse/IBATIS-790
             Project: iBatis for Java
          Issue Type: Bug
            Reporter: Clemens Fuchslocher


The sign up form doesn't work and the CAPTCHA is broken too.

* http://www.apachebookstore.com/confluence/oss/display/IBATIS/Home
* http://www.apachebookstore.com/confluence/oss/signup.action


&lt;/pre&gt;</description>
    <dc:creator>Clemens Fuchslocher (JIRA</dc:creator>
    <dc:date>2010-05-15T13:17:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5032">
    <title>Re: License header in source files</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5032</link>
    <description>&lt;pre&gt;Because it's unneeded code bloat.

"Each source file should include the following license header..."

It "should" include it, but it does not say it "must".

We opted out.

Larry

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


&lt;/pre&gt;</description>
    <dc:creator>Larry Meadors</dc:creator>
    <dc:date>2010-05-13T12:02:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5031">
    <title>License header in source files</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5031</link>
    <description>&lt;pre&gt;Hi Devs,
I just downloaded the iBATIS 3 GA (Candidate) and peeked at the
accompanying sources.  I'm wondering why they're missing the
appropriate license headers[1]?

Thanks,
--tim

[1] - http://www.apache.org/legal/src-headers.html#headers

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


&lt;/pre&gt;</description>
    <dc:creator>Tim Williams</dc:creator>
    <dc:date>2010-05-13T11:49:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5030">
    <title>Re: [ANNOUNCEMENT] iBATIS Wiki Moved</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5030</link>
    <description>&lt;pre&gt;Oh good.  :-)

The wiki isn't run by our project.  It's Apache infrastructure.  I'll
try to find a support link later today, but you can do the same if you
want it resolved right away.

Clinton

On 2010-05-05, skroll &amp;lt;sk&amp;lt; at &amp;gt;sic-software.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Clinton Begin</dc:creator>
    <dc:date>2010-05-05T13:21:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5029">
    <title>Re: [ANNOUNCEMENT] iBATIS Wiki Moved</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5029</link>
    <description>&lt;pre&gt;
Currently there is no registration possible in that new wiki, because of the
Captcha in the registration form
(http://www.apachebookstore.com/confluence/oss/signup.action) is not getting
displayed (image is broken). please fix that


Clinton Begin wrote:

&lt;/pre&gt;</description>
    <dc:creator>skroll</dc:creator>
    <dc:date>2010-05-05T10:16:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5028">
    <title>Re: Commented: (IBATISNET-45) Unable to reference result maps defined in other xml files when useStatementNamespaces is set to true</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5028</link>
    <description>&lt;pre&gt;
I have a fix for that problem!

The order of the sqlMap element includes in the sqlMapConfig.xml is
important. If you want to use a resultMap in the namespace DATA_SEGMENT from
the namespace GRANULE you have to first declare the sqlmap1 (which declares
namespace GRANULE) and after then the sqlmap2 (which declared namespace
DATA_SEGMENT). example:

&amp;lt;sqlMapConfig&amp;gt;
&amp;lt;properties resource="database.properties"/&amp;gt;
&amp;lt;settings enhancementEnabled="true" useStatementNamespaces="true"/&amp;gt;
        &amp;lt;sqlMap resource="com/foo/sqlmap1.xml" /&amp;gt;
        &amp;lt;sqlMap resource="com/foo/sqlmap2.xml" /&amp;gt;
&amp;lt;/sqlMapConfig&amp;gt;


JIRA ibatis-dev&amp;lt; at &amp;gt;incubator.apache.org wrote:

&lt;/pre&gt;</description>
    <dc:creator>skroll</dc:creator>
    <dc:date>2010-05-05T09:54:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5027">
    <title>[ANNOUNCEMENT] iBATIS Wiki Moved</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5027</link>
    <description>&lt;pre&gt;The iBATIS Wiki has moved.  It was not moved by us, or with our
knowledge, but we apologize for the inconvenience anyway.

The new link is:

 http://www.apachebookstore.com/confluence/oss/display/IBATIS/Home

I will update the links on the website ASAP, but people.apache.org was
also unreachable last night, so I was unable to do so.

I'll respond to this message once the site links are corrected.

Cheers,
Clinton

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


&lt;/pre&gt;</description>
    <dc:creator>Clinton Begin</dc:creator>
    <dc:date>2010-04-30T20:51:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5026">
    <title>Re: Wiki down?</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5026</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Clinton Begin</dc:creator>
    <dc:date>2010-04-30T01:42:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5025">
    <title>Wiki down?</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5025</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>innes.johnston&lt; at &gt;eu.nabgroup.com</dc:creator>
    <dc:date>2010-04-28T13:21:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5024">
    <title>Re: iBatis 3 Java, an annotation for select, with result map in XML</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5024</link>
    <description>&lt;pre&gt;Yeah, I think that would be pretty simple.  The only thing I'd have to
ensure is that the XML is loaded first, which may be harder than it sounds.

File a Jira Feature Request and we'll see what we can do.

Cheers,
Clinton

On Tue, Apr 20, 2010 at 9:38 AM, Travis &amp;lt;travis62&amp;lt; at &amp;gt;travnet.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Clinton Begin</dc:creator>
    <dc:date>2010-04-20T15:53:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5023">
    <title>iBatis 3 Java,  an annotation for select, with result map in XML</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5023</link>
    <description>&lt;pre&gt;Hi there,

I recently have been upgrading my iBatis 2.x projects to now use iBatis 
3.  I really appreciate the work done to create this new Mapper 
interface. And related I have started to play with having some of the 
simpler queries live as &amp;lt; at &amp;gt;Select annotations on the mapper interface 
method now instead of in the XML.

I noticed for the &amp;lt; at &amp;gt;Select annotation, it is possible to have the results 
of the statement mapped to a java bean if I use the &amp;lt; at &amp;gt;Results annotation.

Would it be possible to create a new annotation (or does one exist 
already and I just have not found it yet),  where I can specify that 
&amp;lt; at &amp;gt;Select results should be a &amp;lt;resultMap&amp;gt;  that exists in the mapper XML 
file ?


For example,

Consider a "country" table,

[code]
CREATE TABLE COUNTRY
(
    ID bigint PRIMARY KEY NOT NULL,
    CODE varchar(2) NOT NULL,
    ISO_CODE varchar(3) NOT NULL,
    NAME varchar(2147483647),
    COUNTRY_CODE varchar(10),
    ACTIVE boolean DEFAULT TRUE NOT NULL
);
[/code]

And the java Bean,

[code]
public class Countr&lt;/pre&gt;</description>
    <dc:creator>Travis</dc:creator>
    <dc:date>2010-04-20T15:38:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5022">
    <title>Re: [VOTE] Use Sonatype Nexus for Maven Releases</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5022</link>
    <description>&lt;pre&gt;+1

On Mon, Apr 12, 2010 at 8:57 PM, Brandon Goodin
&amp;lt;brandon.goodin&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

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


&lt;/pre&gt;</description>
    <dc:creator>Nathan Maves</dc:creator>
    <dc:date>2010-04-13T16:12:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5021">
    <title>Re: [VOTE] Use Sonatype Nexus for Maven Releases</title>
    <link>http://permalink.gmane.org/gmane.comp.db.ibatis.devel/5021</link>
    <description>&lt;pre&gt;+1

Brandon

On Mon, Apr 12, 2010 at 8:44 PM, Clinton Begin &amp;lt;clinton.begin&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:

&lt;/pre&gt;</description>
    <dc:creator>Brandon Goodin</dc:creator>
    <dc:date>2010-04-13T02:57:12</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.db.ibatis.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.db.ibatis.devel</link>
  </textinput>
</rdf:RDF>
