Re: What is the JDK version required for iBatis latest

2010-06-04 Thread Clinton Begin
5.x and up should work. On Fri, Jun 4, 2010 at 3:42 AM, wrote: > 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 . >

Re: Moving iBatis to the Attic

2010-05-21 Thread Clinton Begin
Henri, Thanks for all of your help in preparing this. +1 Cheers, Clinton On Fri, May 21, 2010 at 7:45 PM, Henri Yandell wrote: > 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 movi

[ANNOUNCEMENT] iBATIS Project Team Moving to Google Code

2010-05-21 Thread Clinton Begin
e the development of the framework at a new home and with a new name. This includes all of the iBATIS for Java committers: * Clinton Begin * Brandon Goodin * Jeff Butler * Larry Meadors * Nathan Maves * Kai Grabfelder And all of the iBATIS.NET committers: * Michael McCurrey * Ron Grab

Re: [ANNOUNCEMENT] iBATIS Wiki Moved

2010-05-05 Thread Clinton Begin
hat 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: >> >> The iBATIS Wiki has moved. It was not moved by

[ANNOUNCEMENT] iBATIS Wiki Moved

2010-04-30 Thread Clinton Begin
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 la

Re: Wiki down?

2010-04-29 Thread Clinton Begin
Yep, it's toast. I've contacted Atlassian. Clinton On Wed, Apr 28, 2010 at 7:21 AM, wrote: > > Hi all > > Just in case you are not aware, the iBatis wiki seems to be down. Selecting > any link returns an empty page eg > http://opensource.atlassian.com/confluence/oss/display/IBATIS/How+do+I+use

Re: iBatis 3 Java, an annotation for select, with result map in XML

2010-04-20 Thread Clinton Begin
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 wrote: > Hi there, > > I recently

[VOTE] Use Sonatype Nexus for Maven Releases

2010-04-12 Thread Clinton Begin
Hi all, This vote is to determine whether we'd like our [Java] project to use the Sonatype Nexus product deployed at http://repository.apache.org to simplify our releases and perhaps enable more frequent releases such as nightly etc. More information is available here: https://issues.apache.org/j

Re: Changed Maven Artifact ID and location for iBATIS 3

2010-03-29 Thread Clinton Begin
; > Jeff Butler > > > > On Sun, Mar 28, 2010 at 7:12 PM, Clinton Begin > wrote: > > PS: This also retires the old build number system... which I will miss, > but > > in the spirit of being more consistent with Maven, I think the benefits > > outweigh the risks.

Re: Changed Maven Artifact ID and location for iBATIS 3

2010-03-28 Thread Clinton Begin
PS: This also retires the old build number system... which I will miss, but in the spirit of being more consistent with Maven, I think the benefits outweigh the risks. Clinton On Sun, Mar 28, 2010 at 6:10 PM, Clinton Begin wrote: > I hope nobody minds, but I've changed the artifac

Changed Maven Artifact ID and location for iBATIS 3

2010-03-28 Thread Clinton Begin
I hope nobody minds, but I've changed the artifact ID for iBATIS 3 to avoid the duplication of the "3" version number. Previously the maven coordinates were something like ibatis-3-core-3.0, which looked funny. With the new coordinates, it will simply be ibatis-core-3.0. Much nicer. org.apach

Re: help with ibatis 3 & objectwrapper, metaobject, etc.

2010-02-25 Thread Clinton Begin
pattern is outside of ibatis scope, it is OK. > However, I think this refactoring may benefit others, including scala > users. > > Alex > > On Wed, Feb 24, 2010 at 8:44 PM, Clinton Begin > wrote: > >> LOL... sorry I thought that was funny. :-) >> >> But

Re: help with ibatis 3 & objectwrapper, metaobject, etc.

2010-02-24 Thread Clinton Begin
mmunity? Or that they have a better designed > library? > > > -- Alex > Sent from my mobile > > On Feb 24, 2010, at 7:28 PM, Clinton Begin > wrote: > > Yes, iBATIS has a mechanism that allows you to do what you want to do. > It's called Hibernate. > &

Re: help with ibatis 3 & objectwrapper, metaobject, etc.

2010-02-24 Thread Clinton Begin
ts and maps? > > Thanks, > -- Alex > Sent from my mobile > > On Feb 24, 2010, at 6:35 PM, Clinton Begin > wrote: > > What you're trying to do with ObjectWrapper is beyond its intended use. It > was never a consideration nor an intention for the ObjectWrapper t

Re: help with ibatis 3 & objectwrapper, metaobject, etc.

2010-02-24 Thread Clinton Begin
What you're trying to do with ObjectWrapper is beyond its intended use. It was never a consideration nor an intention for the ObjectWrapper to instantiate objects. ObjectWrapper was originally implemented to support Scala types, and perhaps to support a custom property naming convention or some ot

Re: Migrator: system properties via command line.

2010-02-21 Thread Clinton Begin
This was the purpose behind the environments. Each developer could have their own environment file, perhaps by their username. You could ignore such files from your version control system. This way, no matter how many properties differ, you can just specify the environment like: migrate --env=cb

Re: IBatis2.3.4 throws : java.sql.SQLException: Invalid column type when property is not set in POJO while inserting data.

2010-02-01 Thread Clinton Begin
Using null value replacement like #id:NUMERIC:-99# doesn't act like a default value. In fact, it acts quite the opposite way. It was originally implemented to allow nullable fields in the database to be mapped to primitive Java types (non-nullable). Because it was so hard to understand, it's

Re: Small suggestion - method for checking if a DB transaction is in progress

2010-01-06 Thread Clinton Begin
In iBATIS 3, the SqlSession is the transaction. So if you have one, you're in a transaction. The one exception is if you create a SqlSession in auto-commit mode, which is not in a transaction, but also cannot be turned into a transaction. Thus it would be irrelevant. Clinton On Wed, Jan 6, 201

Re: SoftCacheTest is Failing

2009-12-23 Thread Clinton Begin
Those are a bit environment specific. I've had that one fail the odd time, and I believe one of the other memory tests is ignored because it's very difficult to make work consistently. It's not the best way to test, but it's better than no test at all (and this one rarely fails, and I run it on 3

Re: Small error in v3 manual : conditional "&&" is not allowed

2009-12-14 Thread Clinton Begin
Good news... you can use "and". OGNL seems to support 'and' and 'or'. I'll update the manual to avoid the crap syntax. :-) Cheers, Clinton On Mon, Dec 14, 2009 at 3:27 AM, stefcl wrote: > > Please note that my corrected form doesn't show correctly on Nabble because > HTML entities are not p

Re: 1st level cache control

2009-12-10 Thread Clinton Begin
It's not an oversight, and is definitely by design. It's built on the premise that it's a very bad idea to keep sessions open for any length of time. Cheers, Clinton On Thu, Dec 10, 2009 at 9:07 AM, -dk- wrote: > > Hi All, > Sorry, if anybody got this twice, I just decided that iBatis - Dev is

Re: Programmatically add a statement

2009-09-28 Thread Clinton Begin
You should probably post this to the user list, rather than the dev list. There's more people on it, and it will also make it clear which version you're using. Scanning this thread I see references to both Java and .NET... Clinton On Mon, Sep 28, 2009 at 2:01 AM, Joseph Piron wrote: > No one kno

Re: DB portability for iBatis 3 Mappers

2009-09-22 Thread Clinton Begin
Best thing to do for this is create a Jira feature request ticket. Clinton On Tue, Sep 22, 2009 at 10:34 AM, wrote: > Hey iBatis team, > > > > The feature in iBatis 3 to use getMapper() to obtain a dynamic > implementation of the DAO interface is extremely cool. However, there is > one serious

Re: Ibatis Migrator using a JNDI based connection

2009-09-14 Thread Clinton Begin
Nope, hadn't thought of that. Can you create a JIRA Feature Request so that we don't forget about it? Cheers, Clinton On Mon, Sep 14, 2009 at 7:23 AM, Leandro Sales wrote: > Hi, > I was wondering if wasn't possible to get the connection used by Ibatis > Migrator from a JNDI resource. > > I'm usin

[jira] Closed: (IBATIS-438) SqlMapClient don't release connection in a clustered ejb based application

2009-08-15 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-438. Resolution: Won't Fix > SqlMapClient don't release connection in a clustered ejb base

[jira] Closed: (IBATIS-360) iterate a property of array of objects and using isEqual tag to compare an attribute ex:(id) of this object with a value. ex: "list[].id"

2009-08-15 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-360. Resolution: Fixed Fix Version/s: 2.3.4 > iterate a property of array of objects and us

[jira] Closed: (IBATIS-299) Add a type mapper callback for java.net.URL

2009-08-15 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-299. Resolution: Won't Fix > Add a type mapper callback for java

[jira] Closed: (IBATIS-588) Please add Abator JARs to Maven repository

2009-08-15 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-588. Resolution: Fixed > Please add Abator JARs to Maven reposit

[jira] Closed: (IBATIS-247) Triage Wish List TXT file from old doc directory

2009-08-15 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-247. Resolution: Fixed > Triage Wish List TXT file from old doc direct

[jira] Closed: (IBATIS-449) Is there a way to specify a timeout for Pool.PingQuery when using a jdbc SimpleDataSource?

2009-08-15 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-449. Resolution: Invalid > Is there a way to specify a timeout for Pool.PingQuery when using a j

[jira] Closed: (IBATIS-533) Thread blocking on AutoResultMap

2009-08-15 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-533. Resolution: Fixed > Thread blocking on AutoResult

[jira] Closed: (IBATIS-585) Expose transaction state as public API

2009-08-15 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-585. Resolution: Fixed Fix Version/s: 3.0 Beta 2 > Expose transaction state as public

[jira] Closed: (IBATIS-506) Latest beta won't run on JDK 1.4

2009-08-15 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-506. Resolution: Won't Fix > Latest beta won't r

[jira] Closed: (IBATIS-581) Drive-by foot-shooting on petstore.html page

2009-08-15 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-581. Resolution: Won't Fix > Drive-by foot-shooting on petstore.h

[jira] Closed: (IBATIS-122) Upload jars to ibiblio

2009-08-15 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-122. Resolution: Fixed > Upload jars to ibiblio > -- > >

[jira] Closed: (IBATIS-621) Improper cache create mechanism

2009-08-15 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-621. Resolution: Fixed Fix Version/s: (was: 3.next) 3.0 Beta 2

[jira] Closed: (IBATIS-619) "select" can not work with a "include" tag in sql mapping file.

2009-08-14 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-619. Resolution: Cannot Reproduce Assignee: Clinton Begin Cannot reproduce this. We have unit

[jira] Closed: (IBATIS-624) Setter is expected if column name is same as property name

2009-08-14 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-624. Resolution: Fixed Fix Version/s: 3.0 Beta 2 Assignee: Clinton Begin Fixed

[jira] Closed: (IBATIS-625) Mapper interfaces cannot have the class name as the XML file mapped to them

2009-08-14 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-625. Resolution: Fixed Fix Version/s: 3.0 Beta 2 Assignee: Clinton Begin Fixed. Class

[jira] Closed: (IBATIS-622) Nested Results for Association

2009-08-14 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-622. Resolution: Won't Fix iBATIS reserves the decision whether to create a new instance or reus

[jira] Closed: (IBATIS-620) "select count(*) from table" return BigDecimal value in Oracle

2009-08-14 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-620. Resolution: Invalid This is normal behavior for Oracle. If you specify the resultClass, it will

[jira] Commented: (IBATIS-623) Generated migration scripts are not valid for MySQL

2009-08-12 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742703#action_12742703 ] Clinton Begin commented on IBATIS-623: -- BTW: Do NOT change the --// lines manu

[jira] Closed: (IBATIS-623) Generated migration scripts are not valid for MySQL

2009-08-12 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-623. Resolution: Fixed Fix Version/s: (was: 3.0 GA) 3.0 Beta 2

[jira] Commented: (IBATIS-623) Generated migration scripts are not valid for MySQL

2009-08-12 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742690#action_12742690 ] Clinton Begin commented on IBATIS-623: -- Oh, nm... I get it. You mean with

[jira] Commented: (IBATIS-623) Generated migration scripts are not valid for MySQL

2009-08-12 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742689#action_12742689 ] Clinton Begin commented on IBATIS-623: -- PS: I'm running against MySql fine

[jira] Commented: (IBATIS-623) Generated migration scripts are not valid for MySQL

2009-08-12 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742687#action_12742687 ] Clinton Begin commented on IBATIS-623: -- I'll make it so that this li

How would you design a unified =/is operator for SQL?

2009-08-09 Thread Clinton Begin
Hi all, One of the most annoying things about SQL is the difference between comparing a value vs. comparing a null. ...WHERE MIDDLE_INITIAL = 'R' vs. ...WHERE MIDDLE_INITIAL IS NULL There's really no good reason for this... but I won't get into that debate because it's beyond our control. I'l

Re: [VOTE] Release iBATIS 3.0 for Java Beta 1

2009-08-06 Thread Clinton Begin
; But +1, thats for sure ;-) > > cheers > > Kai > > > --- Original Nachricht --- > Absender: Clinton Begin > Datum: 04.08.2009 19:32 >> Yes, >> >> In fact, I really owe Jeff a lot of thanks, as he put in a lot of time >> submitting unit tests and f

Re: Does ibatis 2.x OSGi ready?

2009-08-06 Thread Clinton Begin
4 PM, Argan wrote: >> >> 1. find which the jar "com.ibatis.common.resources.Resources" is in >> 2. load the resource "xxx.dtd" from the jar use the ClassLoader which load >> the "com.ibatis.common.resources.Resources" class >> >> this maybe work, and is in

Re: Does ibatis 2.x OSGi ready?

2009-08-05 Thread Clinton Begin
And how do you propose to do that? On 2009-08-05, Argan wrote: > > We found a problem when use ibatis 2.3.4 in spring dm,ibatis can't find > sql-map2.dtd,and try to resolve it by network. > > By digging the source > code(com.ibatis.sqlmap.engine.builder.xml.SqlMapClasspathEntityResolver and > co

Re: [VOTE] Release iBATIS 3.0 for Java Beta 1

2009-08-04 Thread Clinton Begin
rote: > +1 for me.  I've given it a fair shakedown with Ibator. > > One thing I was hoping for that I forgot to ask about - how about > support for multiple parameter objects?  Seems like it would be fairly > simple. > > Jeff > > On Tue, Aug 4, 2009 at 9:39 AM, Cli

Re: [VOTE] Release iBATIS 3.0 for Java Beta 1

2009-08-04 Thread Clinton Begin
4, 2009 at 6:28 AM, Larry Meadors > wrote: >> >> Why are we voting on a beta? :-) >> >> Larry >> >> >> On Mon, Aug 3, 2009 at 11:52 PM, swaroop belur >> wrote: >> > >> > >> > Big +1 >> > >> > Thanks >

[VOTE] Release iBATIS 3.0 for Java Beta 1

2009-08-03 Thread Clinton Begin
Hello all, It's time.  iBATIS 3.0 for Java Beta 1 is ready, along with the first draft of the user guide. Vote to Release to Beta 1. This vote will remain open for 24 hours. +1  Yes 0 Yes -1  No Cheers, Clinton - To unsubscri

New iBATIS Website

2009-07-01 Thread Clinton Begin
Hi all, I've uploaded and committed a new iBATIS website. I'm not totally hung up on the theme, but one of my goals was to make it easier to maintain and re-skin if we like. The new site is drastically simpler and smaller. It's pretty much just 5 pages: Home, Java, .NET, Team and About, with a

Re: [ibatis2] changes to lazy loading

2009-06-07 Thread Clinton Begin
The unit test coverage in ib2 isn't stellar, but it should cover those areas well enough. iB3 fixes both issues. IMHO, 595 shouldn't add an option, it should just always be null. but unfortunately the only way to do that is to proxy the parent object. clinton On Sun, Jun 7, 2009 at 12:01 PM, Ka

Re: JPA Annotations + iBatis

2009-06-07 Thread Clinton Begin
As Kai stated, we still have annotation support, just not join mapping in the annotation syntax -- 100% a Java Annotation limitation (and it works with a loophole in Java 5) That said, I think it would be possible for someone to do something with JPA annotations. I just don't think it would be an

Re: Re: [iBATIS3] SQL Parsing Question

2009-06-02 Thread Clinton Begin
s colon) for prepared statement parameters would be in order. It > matches how prepared statement parameters are identified in most host > environments. > > I suspect the #{} usage may be a nod to Cold Fusion but that's the only > other environment I know that uses # rather tha

Re: [iBATIS3] parameterMap Removed (please)?

2009-06-02 Thread Clinton Begin
I think so. At the very least, we could just remove it from the DTD... I'm having a hard time letting go of one of those "just in case" moments. :-) Interestingly, the code is kind of a mess in the area of parameter maps, as it's different if you specify a parameter map vs. an inline map, due to

Re: [iBATIS3] SQL Parsing Question

2009-06-02 Thread Clinton Begin
That was a challenge i had... Unfortunately, it will be parsed at statement execution time as a string replacement, not at map build time with the passed in properties. It's an inconsistency... :-/ In Statements: #{} == Prepared Statement Parameter ${} == String replacement at execution

[iBATIS 3] Nested Result Mappings

2009-05-30 Thread Clinton Begin
I just committed the last feature I wanted to get in before recommending that we release an iBATIS 3 beta. We have some documentation to do, but otherwise, I consider iBATIS 3 feature complete. This last feature allows for nested mapping of join results in a single mapped statement. This avoids

[jira] Commented: (IBATIS-427) Bidirectional associations support

2009-05-20 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711415#action_12711415 ] Clinton Begin commented on IBATIS-427: -- Yeah, so where's your patch? You c

Re: iBATIS + HTTP Connector

2009-05-15 Thread Clinton Begin
The best way to do it is to create a Jira ticket and attach a ZIP file with the source and documentation. Interestingly, I demoed something similar (or so it sounds) a couple years ago. iBATIS does map very well to REST or any web services and/or AJAX apps. I had a thought a while back of creatin

Re: iBATIS 2.3.x : fix for IBATIS-249 available in which version?

2009-03-31 Thread Clinton Begin
and fixed in 2.2.0, so doing a diff between these 2 versions > would > > show what was modified. But the problem reappeared in *2.3.0.677* which > is > > our current version and was fixed in a later version, but I'm not sure in > > which later version because it's not

Re: iBATIS 2.3.x : fix for IBATIS-249 available in which version?

2009-03-31 Thread Clinton Begin
ut I'm not sure in > which later version because it's not indicated in the issue. > > Best regards, > Davy Toch > > On Tue, Mar 31, 2009 at 5:25 PM, Clinton Begin > wrote: > >> >> 1) Is this fix available in iBATIS 2.3.1.710 which can be downloaded >> f

Re: iBATIS 2.3.x : fix for IBATIS-249 available in which version?

2009-03-31 Thread Clinton Begin
.ThrottledPool.pop(ThrottledPool.java:57) > at > com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.popSession(SqlMapExecutorDelegate.java:933) > at > com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.(SqlMapSessionImpl.java:51) > at > com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.openSession(SqlMapClientImpl

[jira] Commented: (IBATIS-142) JDBC 3 Generated Keys Support

2009-03-24 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688679#action_12688679 ] Clinton Begin commented on IBATIS-142: -- iBATIS 3 has proper support for gener

[jira] Commented: (IBATIS-508) Lock occurs when heavy traffic

2009-03-20 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12685362#action_12685362 ] Clinton Begin commented on IBATIS-508: -- Kai, you have made it through... I

[jira] Closed: (IBATIS-580) SQLExecutor plug-ins for iBATIS2

2009-03-12 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-580. Resolution: Fixed Assignee: Clinton Begin Fixed. Mostly as described, with some

[jira] Commented: (IBATIS-580) SQLExecutor plug-ins for iBATIS2

2009-02-19 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675273#action_12675273 ] Clinton Begin commented on IBATIS-580: -- I should be able to look at this in the

[jira] Commented: (IBATIS-572) configure ibatis programmaticaly and not by an XML

2008-12-26 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659311#action_12659311 ] Clinton Begin commented on IBATIS-572: -- Yes, it's something like that. As

[jira] Closed: (IBATIS-572) configure ibatis programmaticaly and not by an XML

2008-12-26 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-572. Resolution: Fixed Fix Version/s: 3.0.0 Assignee: Clinton Begin This is a feature

[jira] Closed: (IBATIS-573) configuring ibatis programmaticaly

2008-12-26 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-573. Resolution: Duplicate > configuring ibatis programmatic

[jira] Commented: (IBATIS-537) Multiple external RowHandler support

2008-09-23 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633788#action_12633788 ] Clinton Begin commented on IBATIS-537: -- Or just attach the whole file... it'

Re: [VOTE] Promote iBATIS 2.3.4 to General Availability

2008-09-18 Thread Clinton Begin
I like hearing votes from everyone. While they aren't counted officially by Apache, they are certainly counted by me and the other members as votes of confidence in the release. Keep voting. Cheers, Clinton On Thu, Sep 18, 2008 at 2:25 PM, Kai Grabfelder <[EMAIL PROTECTED]> wrote: > I think on

Re: [VOTE] Promote iBATIS 2.3.4 to General Availability

2008-09-18 Thread Clinton Begin
+1 On Thu, Sep 18, 2008 at 2:00 PM, Nathan Maves <[EMAIL PROTECTED]>wrote: > +1 > > > On Thu, Sep 18, 2008 at 1:28 PM, RInaldo <[EMAIL PROTECTED]> wrote: > >> +1 >> Rinaldo >> >> Brandon Goodin ha scritto: >> >> This is a vote to promote iBATIS 2.3.4 to General Availability. >>> >>> Brandon >>>

Re: proposal: announce 2.3.4 as GA

2008-09-18 Thread Clinton Begin
2.3.4 was a bit of an emergency fix, so the vote was indeed deferred for the GA stamp. I think we should proceed exactly as you suggest, vote for GA anytime. Clinton On Thu, Sep 18, 2008 at 9:33 AM, Brandon Goodin <[EMAIL PROTECTED]>wrote: > Also, here is our policy: > > > http://opensource.atl

Re: New iBATIS builds on Maven central repository

2008-09-09 Thread Clinton Begin
uld you also deploy a -sources.jar? I really like > when > > projects are including this as it makes live so much easier... > > > > Regards > > > > Kai > > > > --- Original Nachricht --- > > Absender: Clinton Begin > > Datum: 09.09.2008 16:45

Re: New iBATIS builds on Maven central repository

2008-09-09 Thread Clinton Begin
.3 out to maven now sorry for the > delay... things have been crazy busy > > Brandon > > On Thu, Sep 4, 2008 at 9:19 AM, Clinton Begin <[EMAIL PROTECTED]> > wrote: > > I've asked one of our Maven experts to take care of it. We have 3 of > them, > >

Re: iBATIS 3 vs. java 6 / add iBATIS 3 to JIRA

2008-09-08 Thread Clinton Begin
it needs to compile with > Java 6 anyway. But if only a few methods needs to be added and it still > compiles with Java 5 I don't think it does any harm. > > Regards > > Kai > > --- Original Nachricht --- > Absender: Clinton Begin > Datum: 07.09.2008 23:17 >

Re: AutoResultMap not threadsafe if remapResults=true (patch included in IBATIS-519)

2008-09-07 Thread Clinton Begin
This is fixed and the continuous build server should pick it up soon and the build will be available from there until we get a release out. Clinton On Sun, Sep 7, 2008 at 8:41 PM, Clinton Begin <[EMAIL PROTECTED]>wrote: > Thanks Kai... > > This is a really weird bug. The old

[jira] Closed: (IBATIS-519) Probably, remapResults is thread-unsafe

2008-09-07 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-519. Resolution: Fixed Fix Version/s: 2.3.4 As described by Kai. > Probably, remapResults

Re: AutoResultMap not threadsafe if remapResults=true (patch included in IBATIS-519)

2008-09-07 Thread Clinton Begin
Thanks Kai... This is a really weird bug. The old implementation used to build the remapped resultmap in the session scope, but perhaps it got lost somehow and ended up modifying the shared result map. Very strange. I'll likely end up putting the sync block in there as the solution for now. It

Re: iBATIS 3 vs. java 6 / add iBATIS 3 to JIRA

2008-09-07 Thread Clinton Begin
I'll add the version, but please understand: iBATIS 3 should not be compiled under Java 6. It will be a Java 5 based framework. That said, much of the incompatibilities are due to implementations of various JDBC interfaces. I'm considering making them all dynamic proxies so that you can compile

Re: New iBATIS builds on Maven central repository

2008-09-04 Thread Clinton Begin
And yes, 'proving' is spelled with one 'o'. :-) On Thu, Sep 4, 2008 at 8:19 AM, Clinton Begin <[EMAIL PROTECTED]>wrote: > I've asked one of our Maven experts to take care of it. We have 3 of them, > all busy, but one should be able to get to it soon. >

Re: New iBATIS builds on Maven central repository

2008-09-04 Thread Clinton Begin
I've asked one of our Maven experts to take care of it. We have 3 of them, all busy, but one should be able to get to it soon. The delay was intentional, but we're past the point of prooving 2.3.3 is stable. So now is the time. Cheers, Clinton On Thu, Sep 4, 2008 at 7:41 AM, Jeff Butler <[EMAI

[jira] Closed: (IBATIS-531) ClassInfo gets overly excited about generics methods and calls them overloaded

2008-08-31 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Begin closed IBATIS-531. Resolution: Fixed Fix Version/s: 2.3.4 Fixed as described. > ClassInfo gets overly exci

[jira] Commented: (IBATIS-128) Detect illegal overloaded JavaBeans properties methods (e.g. setters)

2008-08-31 Thread Clinton Begin (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627325#action_12627325 ] Clinton Begin commented on IBATIS-128: -- If this was still an issue for anyone, it

Re: iBATIS 3 XML SQL Map Decisions...

2008-08-15 Thread Clinton Begin
d even the elements need not be repeated if used. Clinton On Fri, Aug 15, 2008 at 10:57 PM, Larry Meadors <[EMAIL PROTECTED]>wrote: > On Wed, Aug 13, 2008 at 4:27 PM, Clinton Begin <[EMAIL PROTECTED]> > wrote: > > 3. : The thought here is to allow for specifying the > &g

Re: iBATIS 3 XML SQL Map Decisions...

2008-08-15 Thread Clinton Begin
at fails. All you need is iBATIS and HSQLDB to run it. > > Jeff Butler > > > > > On Thu, Aug 14, 2008 at 12:07 AM, Clinton Begin <[EMAIL PROTECTED]>wrote: > >> Couple of notes... >> >> * The top level call was for a list of categories (not just

Re: iBATIS 3 XML SQL Map Decisions...

2008-08-13 Thread Clinton Begin
, but I'd have to dream up quite a model to even come up with one. :-) Category - Items - Products or Category - Products - Items Clinton On Wed, Aug 13, 2008 at 11:04 PM, Clinton Begin <[EMAIL PROTECTED]>wrote: > I just wrote a little unit test for tha

Re: iBATIS 3 XML SQL Map Decisions...

2008-08-13 Thread Clinton Begin
PM, Larry Meadors <[EMAIL PROTECTED]>wrote: > On Wed, Aug 13, 2008 at 4:27 PM, Clinton Begin <[EMAIL PROTECTED]> > wrote: > > 4. groupBy is gone completely. The element combined with > the > > ID element now work together to achieve this. I agree the old > >

Re: iBATIS 3 XML SQL Map Decisions...

2008-08-13 Thread Clinton Begin
I get very lost in the current result set handing. > > Jeff Butler > > On Wed, Aug 13, 2008 at 12:50 AM, Clinton Begin <[EMAIL PROTECTED]>wrote: > >> Hey all, >> >> I'd like to get some feedback on the things you like and dislike about the >> cu

Re: iBATIS 3 XML SQL Map Decisions...

2008-08-13 Thread Clinton Begin
BTW: It's probably best to copy and paste that XML into an editor, it doesn't read very well in an email window On Tue, Aug 12, 2008 at 11:50 PM, Clinton Begin <[EMAIL PROTECTED]>wrote: > Hey all, > > I'd like to get some feedback on the things you like and d

iBATIS 3 XML SQL Map Decisions...

2008-08-12 Thread Clinton Begin
Hey all, I'd like to get some feedback on the things you like and dislike about the current XML, and also show you some of the new XML. Without too much talk... here's what I've started out with for the new iBATIS 3 mappings Note that while this XML may look similarly verbose, realize that a lot

Re: EL for iB3 Dynamic SQL tags

2008-08-11 Thread Clinton Begin
guess I would just include the jar, kiss. I know depedency, etc. but my 2 > c. > > Also I hope we no longer need commons-logging, that was pita in 2.0. > > .V > > Clinton Begin wrote: > >> I've decided to go with a repackaged version of OGNL 2.6.9 >> (org.apache.ibatis.ognl). >> Comments welcome. >> Clinton >> > >

EL for iB3 Dynamic SQL tags

2008-08-10 Thread Clinton Begin
I spent last evening comparing EL options for the iB3 dynamic (and otherwise actually) SQL tags. I've decided to go with a repackaged version of OGNL 2.6.9 (org.apache.ibatis.ognl). My reasoning is as follows: * It uses an Apache like license that allows the flexibility for us to repackage it

Re: SVN Directory Structure Cleanup

2008-08-08 Thread Clinton Begin
27;t be an ibator2 and an ibator3 - there will only be > configuration options that specify the target runtime environment. In fact, > even now ibator has no dependancies on ibatis at all - ibatis only comes > into play with the ibator tests. > > Jeff Butler > > > > O

Re: SVN Directory Structure Cleanup

2008-08-08 Thread Clinton Begin
And by abator, I mean ibator :-) On Fri, Aug 8, 2008 at 4:09 PM, Clinton Begin <[EMAIL PROTECTED]>wrote: > Hi all, > > I've moved the iBATIS SVN directory structure around. The structure is > now: > > https://svn.apache.org/repos/asf/ibatis/trunk/java/ >

SVN Directory Structure Cleanup

2008-08-08 Thread Clinton Begin
Hi all, I've moved the iBATIS SVN directory structure around. The structure is now: https://svn.apache.org/repos/asf/ibatis/trunk/java/ ibatis-2 ibatis-2-core ibatis-2-docs jpetstore-5 ibatis-3 ibatis-3-core ibatis-3-compat tools abator

Re: iBATIS 3 Maven Project Layout Discussion

2008-08-08 Thread Clinton Begin
Everybody would always prefer to use the defaults. But it's important to know when not to. To clarify, for the purposes of the ibatis 3 source code, this only impacts the unit tests. When it comes time to include XML schemas (or DTDs), we'll likley put them in a separate resources folder. What

  1   2   3   4   5   6   >