[jira] Updated: (IBATIS-176) Add support for DECIMAL/NUMERIC scale on Stored Procedure Output Parameters

2005-07-28 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-176?page=all ] Jeff Butler updated IBATIS-176: --- Attachment: DecimalTest.zip This file includes a simple test case showing how to use decimal output parameters with iBATIS. The test case works with DB2 8.1.9,

[jira] Commented: (IBATIS-227) CLONE -Dynamic SQL from JavaBean property causes malformed SQL

2005-12-18 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-227?page=comments#action_12360754 ] Jeff Butler commented on IBATIS-227: Just to pitch in here, if you write your XML like this: select id=searchForStaff parameterClass=staff resultMap=staffResult select

[jira] Closed: (IBATIS-285) ABATOR SQL map generator creates incorrect XML maps using Sybase and Oracle

2006-04-06 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-285?page=all ] Jeff Butler closed IBATIS-285: -- ABATOR SQL map generator creates incorrect XML maps using Sybase and Oracle ---

[jira] Closed: (IBATIS-292) Dynamic select query picks up database date as java.sql.Date instead of java.util.Date

2006-05-02 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-292?page=all ] Jeff Butler closed IBATIS-292: -- Resolution: Invalid Please use the mailing lists for support questions. Dynamic select query picks up database date as java.sql.Date instead of

[jira] Commented: (IBATIS-281) Nested iterate tags does not work

2006-05-16 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-281?page=comments#action_12412064 ] Jeff Butler commented on IBATIS-281: I just discovered that I can resolve the class #3 errors by rewriting the SqlMaps somewhat. If I do something like this... iterate

[jira] Commented: (IBATIS-293) Fix use of list[]-notation in propertyattributes of dynamic tags

2006-05-17 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-293?page=comments#action_12412243 ] Jeff Butler commented on IBATIS-293: I've verified that this is an issue. The isPropertyAvailable, isNull, isEmpty, and their isNot... counterparts all have the same

[jira] Closed: (IBATIS-238) Property of a bean from a list can not be used in a dynamic query in elements isEquals and so on

2006-05-17 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-238?page=all ] Jeff Butler closed IBATIS-238: -- Resolution: Duplicate This issue is similar to fixes we are making in IBATIS-281 and IBATIS-293. Property of a bean from a list can not be used in a dynamic

[jira] Closed: (IBATIS-293) Fix use of list[]-notation in propertyattributes of dynamic tags

2006-05-18 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-293?page=all ] Jeff Butler closed IBATIS-293: -- Fix Version: 2.2.0 (was: 2.1.6) Resolution: Fixed Fixed in SVN. Fix use of list[]-notation in propertyattributes of dynamic tags

[jira] Closed: (IBATIS-281) Nested iterate tags does not work

2006-05-18 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-281?page=all ] Jeff Butler closed IBATIS-281: -- Fix Version: 2.2.0 Resolution: Fixed Fixed in SVN. In addition to the patches here, there were some additional changes to IterateContext and

[jira] Commented: (IBATIS-297) iBATIS doesn't remap sql fully

2006-05-25 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-297?page=comments#action_12413311 ] Jeff Butler commented on IBATIS-297: This is by design. When you use the dollar sign delimiters, iBATIS passes exactly what you specify. iBATIS has no provision for

[jira] Commented: (IBATIS-297) iBATIS doesn't remap sql fully

2006-05-25 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-297?page=comments#action_12413317 ] Jeff Butler commented on IBATIS-297: If the number of conditions is dynamic, you can also use the iterate tag like this: select # from myTable iterate prepend=where

[jira] Commented: (IBATIS-297) iBATIS doesn't remap sql fully

2006-05-25 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-297?page=comments#action_12413320 ] Jeff Butler commented on IBATIS-297: This can get complex depending on how you lay out your parameter object. But I think with the new nested iterate support you should

[jira] Closed: (IBATIS-297) iBATIS doesn't remap sql fully

2006-05-31 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-297?page=all ] Jeff Butler closed IBATIS-297: -- Resolution: Won't Fix Closing ... I'm assuming the workarounds I've outlined in the comments are sufficient. iBATIS doesn't remap sql fully

[jira] Closed: (IBATIS-205) Change access modifiers from private to protected in many classes to allow developers to create extensions and subclasses to the iBatis classes

2006-05-31 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-205?page=all ] Jeff Butler closed IBATIS-205: -- Fix Version: 2.2.0 Resolution: Fixed Fixed in SVN. Change access modifiers from private to protected in many classes to allow developers to create

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

2006-06-01 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-128?page=all ] Jeff Butler closed IBATIS-128: -- Fix Version: 2.2.0 Resolution: Fixed Fixed in SVN. We will log an error if we detect overloaded setters. I really considered making it a

[jira] Commented: (IBATIS-282) truncation of date property values in the presence of dynamic sql

2006-06-01 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-282?page=comments#action_12414338 ] Jeff Butler commented on IBATIS-282: I can't get this to fail in any combination of java.util.Date and java.sql.Date. Are you actually experiencing an error, or just

[jira] Closed: (IBATIS-22) Specify Query Timeout

2006-06-04 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-22?page=all ] Jeff Butler closed IBATIS-22: - Fix Version: 2.2.0 Resolution: Fixed Fixed in SVN. This support uses the JDBC driver support (Statement.setQueryTimeout) which may not be implemented by

[jira] Commented: (IBATIS-50) Ability to override the default bean creation mechanism

2006-06-05 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=comments#action_12414801 ] Jeff Butler commented on IBATIS-50: --- Another thought for my proposed solution... Does anyone see a benefit of knowing the statement for which the object create is being

[jira] Commented: (IBATIS-50) Ability to override the default bean creation mechanism

2006-06-06 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=comments#action_12414975 ] Jeff Butler commented on IBATIS-50: --- Thanks for the feedback. Good question about lazy loading. But there is no impact because lazy loading just delays the execution of

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

2006-06-06 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-128?page=all ] Jeff Butler closed IBATIS-128: -- Resolution: Fixed Fixed in SVN - and all the tests are happy this time. Detect illegal overloaded JavaBeans properties methods (e.g. setters)

[jira] Closed: (IBATIS-50) Ability to override the default bean creation mechanism

2006-06-07 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=all ] Jeff Butler closed IBATIS-50: - Fix Version: 2.2.0 Resolution: Fixed Fixed (and documented) in SVN. Ability to override the default bean creation mechanism

[jira] Closed: (IBATIS-129) Middlegen plugin for iBatis

2006-06-07 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-129?page=all ] Jeff Butler closed IBATIS-129: -- Resolution: Invalid This isn't really a bug - its more of an announcement. Any announcement of progress on the tool is welcome on the users list, and you

[jira] Closed: (IBATIS-282) truncation of date property values in the presence of dynamic sql

2006-06-07 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-282?page=all ] Jeff Butler closed IBATIS-282: -- Resolution: Cannot Reproduce As discussed in the comments, I cannot repeat this behavior. Everything seems to work as expected. Feel free to reopen if you

[jira] Closed: (IBATIS-277) selectKey execution order attribute

2006-06-08 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-277?page=all ] Jeff Butler closed IBATIS-277: -- Fix Version: 2.2.0 Resolution: Fixed Fixed (and documented) in SVN. selectKey execution order attribute ---

[jira] Commented: (IBATIS-298) implicit commit does not work if there's an explicit commit right before

2006-06-08 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-298?page=comments#action_12415377 ] Jeff Butler commented on IBATIS-298: I'm not sure I agree that this is a bug. If you wrote code like this... try { DaoManager.startTransaction() //1. db insert 1:

[jira] Commented: (IBATIS-294) SQL with complex collection properties not executing

2006-06-08 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-294?page=comments#action_12415383 ] Jeff Butler commented on IBATIS-294: This looks like you are using iBATIS 1.x (or at least the 1.x DTD). I'd recommend upgrading to the latest version first to see if it

[jira] Closed: (IBATIS-298) implicit commit does not work if there's an explicit commit right before

2006-06-08 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-298?page=all ] Jeff Butler closed IBATIS-298: -- Resolution: Invalid Not a bug - as confirmed by the original reporter. implicit commit does not work if there's an explicit commit right before

[jira] Commented: (IBATIS-108) Declarative Implementation Factory for Interface properties

2006-06-08 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-108?page=comments#action_12415396 ] Jeff Butler commented on IBATIS-108: I believe the fix for IBATIS-50 addresses your need. Please advise. If so, I'll close this issue. Declarative Implementation

[jira] Commented: (IBATIS-225) Reuse resultmap for single bean property

2006-06-08 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-225?page=comments#action_12415427 ] Jeff Butler commented on IBATIS-225: I propose to fix this using Paul's last suggestion - meaning that if the specified property is not a collection, then we'll just

[jira] Closed: (IBATIS-225) Reuse resultmap for single bean property

2006-06-09 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-225?page=all ] Jeff Butler closed IBATIS-225: -- Fix Version: 2.2.0 Resolution: Fixed Fixed and documented in SVN. Reuse resultmap for single bean property

[jira] Commented: (IBATIS-159) Sql batch execution returns only one int with the total row count. Change it to int array, like it is made in java.sql.Statement.executeBatch()

2006-06-09 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-159?page=comments#action_12415591 ] Jeff Butler commented on IBATIS-159: Part of the problem here is that iBATIS does more than JDBC does. Meaning that the iBATIS executeBatch method will (potentially)

[jira] Closed: (IBATIS-242) Add property getters for ParameterSetter index and ResultGetter name and index

2006-06-10 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-242?page=all ] Jeff Butler closed IBATIS-242: -- Fix Version: 2.2.0 Resolution: Fixed Fixed in SVN (with different method names, but the same idea) Add property getters for ParameterSetter index and

[jira] Commented: (IBATIS-305) Cannot get log output for com.ibatis classes

2006-06-12 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-305?page=comments#action_12415881 ] Jeff Butler commented on IBATIS-305: I do think we need to add some information to the documentation about logging. Just to verify, you are seeing log statements on the

[jira] Closed: (IBATIS-176) Add support for DECIMAL/NUMERIC scale on Stored Procedure Output Parameters

2006-06-12 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-176?page=all ] Jeff Butler closed IBATIS-176: -- Fix Version: 2.2.0 Resolution: Fixed Fixed in SVN Add support for DECIMAL/NUMERIC scale on Stored Procedure Output Parameters

[jira] Commented: (IBATIS-283) Oracle Objects support in iBatis using TypeHandler

2006-06-13 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-283?page=comments#action_12416083 ] Jeff Butler commented on IBATIS-283: This does not look like a bug report to me - rather it is a request for help. Please use the mailing list for help. IBATIS-145 and

[jira] Closed: (IBATIS-108) Declarative Implementation Factory for Interface properties

2006-06-14 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-108?page=all ] Jeff Butler closed IBATIS-108: -- Resolution: Duplicate Duplicate of IBATIS-50 Declarative Implementation Factory for Interface properties

[jira] Closed: (IBATIS-307) Pluggable object factory

2006-06-15 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-307?page=all ] Jeff Butler closed IBATIS-307: -- Resolution: Duplicate Duplicate of IBATIS-50. (Please at least try to search before creating new JIRA issues). Pluggable object factory

[jira] Commented: (IBATIS-214) Make parameter maps work like inline parameters, no matter count and/or order

2006-06-15 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-214?page=comments#action_12416428 ] Jeff Butler commented on IBATIS-214: This seems unnecessary to me. There's a simple workaround - use inline parameters. They give you exactly what you need. The only

[jira] Created: (IBATIS-311) Allow removeFirstPrepend to fire repeatedly in an iterate tag

2006-06-20 Thread Jeff Butler (JIRA)
Allow removeFirstPrepend to fire repeatedly in an iterate tag --- Key: IBATIS-311 URL: http://issues.apache.org/jira/browse/IBATIS-311 Project: iBatis for Java Type: Improvement Components: SQL Maps

[jira] Closed: (IBATIS-310) DateTypeHandler throws NullPointerException on null Timestamps for some drivers

2006-06-20 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-310?page=all ] Jeff Butler closed IBATIS-310: -- Resolution: Invalid Not a bug - as explained in the comments. DateTypeHandler throws NullPointerException on null Timestamps for some drivers

[jira] Closed: (IBATIS-311) Allow removeFirstPrepend to fire repeatedly in an iterate tag

2006-06-20 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-311?page=all ] Jeff Butler closed IBATIS-311: -- Fix Version: 2.2.0 Resolution: Fixed Fixed in SVN. Allow removeFirstPrepend to fire repeatedly in an iterate tag

[jira] Commented: (IBATIS-22) Specify Query Timeout

2006-06-29 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-22?page=comments#action_12418488 ] Jeff Butler commented on IBATIS-22: --- You are correct that we don't support a dynamic timeout. I'm not sure how we would do it except to add overloaded SqlMapClient methods

[jira] Closed: (IBATIS-314) the first dynamic prepend seems to be required

2006-07-03 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-314?page=all ] Jeff Butler closed IBATIS-314: -- Fix Version: (was: 2.2.0) Resolution: Invalid the first dynamic prepend seems to be required --

[jira] Closed: (IBATIS-315) the first dynamic prepend seems to be required

2006-07-03 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-315?page=all ] Jeff Butler closed IBATIS-315: -- Resolution: Invalid This is functioing as designed. Please use the mailing lists for support questions. the first dynamic prepend seems to be required

[jira] Closed: (IBATIS-318) Transaction demarcated accross multiple threads...

2006-07-06 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-318?page=all ] Jeff Butler closed IBATIS-318: -- Resolution: Invalid This is working as designed. You cannot have a transaction that spans threads. If you want to do something like this you'll have to

[jira] Commented: (IBATIS-321) Logging of SQL statements happen after execution

2006-07-10 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-321?page=comments#action_12420132 ] Jeff Butler commented on IBATIS-321: Actually, logging happens after the prepare, and before the execute. So if there's an error in the prepare, you can't see the SQL

[jira] Closed: (IBATIS-321) Logging of SQL statements happen after execution

2006-07-10 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-321?page=all ] Jeff Butler closed IBATIS-321: -- Fixed in SVN Logging of SQL statements happen after execution Key: IBATIS-321 URL:

[jira] Commented: (IBATIS-322) Classloader problems in some environments.

2006-07-11 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-322?page=comments#action_12420447 ] Jeff Butler commented on IBATIS-322: After I wrote my previous comment, I got to wondering - why isn't iBATIS totally consistent about creating objects? Turns out we're

[jira] Commented: (IBATIS-323) JDBC driver properties not added to driver/connection when using DBCP

2006-07-14 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-323?page=comments#action_12421142 ] Jeff Butler commented on IBATIS-323: Good catch. This is mis-documented, and mis-coded (sigh). Turns out that, with the current implementation, the Driver.

[jira] Commented: (IBATIS-331) Nested Result Mappings are Not Propogated to Extended Result Maps

2006-08-08 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-331?page=comments#action_1242 ] Jeff Butler commented on IBATIS-331: I propose to fix this by adding code to the SqlMapParser when processing an /sqlMap/resultMap node in the

[jira] Closed: (IBATIS-331) Nested Result Mappings are Not Propogated to Extended Result Maps

2006-08-14 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-331?page=all ] Jeff Butler closed IBATIS-331. -- Fix Version/s: 2.2.0 Resolution: Fixed Fixed as described in SVN. Nested Result Mappings are Not Propogated to Extended Result Maps

[jira] Closed: (IBATIS-328) Add Ability to Generate a Flat Domain Model to Abator

2006-08-15 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-328?page=all ] Jeff Butler closed IBATIS-328. -- Resolution: Fixed Fixed in SVN Add Ability to Generate a Flat Domain Model to Abator -

[jira] Commented: (IBATIS-334) a nullpointexception when using the resultmap's extends and select at 2.2.0 but works good at 2.1.7

2006-08-19 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-334?page=comments#action_12429192 ] Jeff Butler commented on IBATIS-334: Please attach a stack trace, and the relevant parts of the SqlMap. a nullpointexception when using the resultmap's

[jira] Created: (IBATIS-335) Don't call setQueryTimeout if no value was configured

2006-08-19 Thread Jeff Butler (JIRA)
Don't call setQueryTimeout if no value was configured - Key: IBATIS-335 URL: http://issues.apache.org/jira/browse/IBATIS-335 Project: iBatis for Java Issue Type: Bug Affects Versions:

[jira] Closed: (IBATIS-335) Don't call setQueryTimeout if no value was configured

2006-08-19 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-335?page=all ] Jeff Butler closed IBATIS-335. -- Fix Version/s: 2.2.1 Resolution: Fixed Fixed in SVN Don't call setQueryTimeout if no value was configured

[jira] Closed: (IBATIS-336) Link to Java Tutorial broken on http://ibatis.apache.org/index.html

2006-08-23 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-336?page=all ] Jeff Butler closed IBATIS-336. -- Resolution: Fixed Thanks for letting us know about this! Fixed in SVN and uploaded to the site - will be public as soon as the site refreshes. Link to Java

[jira] Commented: (IBATIS-344) iterate tag does not work for list containing strings

2006-09-18 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-344?page=comments#action_12435545 ] Jeff Butler commented on IBATIS-344: We need some more information. Please attach the full select statement, a description of your parameter and result

[jira] Commented: (IBATIS-345) Internal DTD is not loaded if external DTD URL is not reachable

2006-09-18 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-345?page=comments#action_12435576 ] Jeff Butler commented on IBATIS-345: This is almost certainly an issue of mismatching the iBATIS version and the DOCTYPEs. Please verify that you are using

[jira] Closed: (IBATIS-346) Abator - without queries by example generation

2006-09-20 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-346?page=all ] Jeff Butler closed IBATIS-346. -- Resolution: Invalid Abator already supports this feature... table enableDeleteByExample=false enableSelectByExample=false.../ See the Abator documentation here

[jira] Closed: (IBATIS-334) a nullpointexception when using the resultmap's extends and select at 2.2.0 but works good at 2.1.7

2006-09-25 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-334?page=all ] Jeff Butler closed IBATIS-334. -- Resolution: Invalid I think this is an issue related to spring wiring your DAOs. Please see this thread for (I think) the same issue, and a resolution:

[jira] Closed: (IBATIS-348) Abator generated Java classes with Special character

2006-10-02 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-348?page=all ] Jeff Butler closed IBATIS-348. -- Resolution: Fixed Fixed in SVN - for Abator 1.0.1 Abator generated Java classes with Special character

[jira] Commented: (IBATIS-352) Problems with Complex Properties + Sets enums

2006-10-05 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-352?page=comments#action_12440152 ] Jeff Butler commented on IBATIS-352: If I understand correctly, you are trying to report three different issues: 1. Something changed regarding Lists in

[jira] Closed: (IBATIS-354) Bug when resultClass is a map in dynamic statement

2006-10-06 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-354?page=all ] Jeff Butler closed IBATIS-354. -- Resolution: Invalid Not a bug - specify remapResults=true on your select. Please use the mailing lists for support questions. Bug when resultClass is a map in

[jira] Created: (IBATIS-357) Nested Result Maps Fail if no Simple Properties Specified

2006-10-18 Thread Jeff Butler (JIRA)
Nested Result Maps Fail if no Simple Properties Specified - Key: IBATIS-357 URL: http://issues.apache.org/jira/browse/IBATIS-357 Project: iBatis for Java Issue Type: Bug

[jira] Closed: (IBATIS-364) Abator: Add DatabaseDialect for Sybase

2006-11-07 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-364?page=all ] Jeff Butler closed IBATIS-364. -- Resolution: Fixed Fixed in SVN. Thanks for the information! Abator: Add DatabaseDialect for Sybase --

[jira] Closed: (IBATIS-370) no WRITABLE property with camel case properties

2006-11-22 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-370?page=all ] Jeff Butler closed IBATIS-370. -- Resolution: Invalid This isn't a bug - it is a peculiarity in the Javabeans spec. It turns out that it is impossible to have a property with only the first

[jira] Closed: (IBATIS-28) Support multiple results from Stored Procedures

2006-11-27 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-28?page=all ] Jeff Butler closed IBATIS-28. - Fix Version/s: 2.2.0 Resolution: Fixed Support multiple results from Stored Procedures --- Key:

[jira] Closed: (IBATIS-366) Child property creation not using Factory

2006-11-27 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-366?page=all ] Jeff Butler closed IBATIS-366. -- Fix Version/s: 2.3.0 Resolution: Fixed Fixed in SVN. Child property creation not using Factory -

[jira] Commented: (IBATIS-349) NodeletParser ignore XML encoding.

2006-11-27 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-349?page=comments#action_12453670 ] Jeff Butler commented on IBATIS-349: Would it work for you if we added methods to Resources like this: Resources.getResourceAsReader(String resource, String

[jira] Commented: (IBATIS-372) Flow diagram on page 3 still names XML as valid input/output objects

2006-11-27 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-372?page=comments#action_12453722 ] Jeff Butler commented on IBATIS-372: I don't think anything was deprecated/removed in regards to XML. As far as I know, there are still varying opinions

[jira] Closed: (IBATIS-372) Flow diagram on page 3 still names XML as valid input/output objects

2006-11-27 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-372?page=all ] Jeff Butler closed IBATIS-372. -- Resolution: Invalid Invalid as above. Flow diagram on page 3 still names XML as valid input/output objects

[jira] Commented: (IBATIS-349) NodeletParser ignore XML encoding.

2006-11-27 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-349?page=comments#action_12453773 ] Jeff Butler commented on IBATIS-349: Well, my first comment works for the SqlMapConfig file, but doesn't provide any help for the SqlMap files. Take a look

[jira] Closed: (IBATIS-340) Loading Resources With Different Charsets

2006-11-27 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-340?page=all ] Jeff Butler closed IBATIS-340. -- Fix Version/s: 2.3.0 Resolution: Fixed Fixed in SVN. I took a little different approach... added a setCharset(Charset charset) method, but the idea is

[jira] Closed: (IBATIS-192) Hibernate3 support

2006-11-28 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-192?page=all ] Jeff Butler closed IBATIS-192. -- Resolution: Won't Fix The DAO framework is now deprecated. We suggest using Spring instead. Hibernate3 support -- Key:

[jira] Closed: (IBATIS-296) Adding isolation level support at the DAO framework level ...

2006-11-28 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-296?page=all ] Jeff Butler closed IBATIS-296. -- Resolution: Won't Fix The DAO framework is now deprecated. We suggest using Spring instead. Adding isolation level support at the DAO framework level ...

[jira] Closed: (IBATIS-358) Wrong description of how inline parameters are handled

2006-11-28 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-358?page=all ] Jeff Butler closed IBATIS-358. -- Resolution: Fixed I added a section to the PDF regarding substitution strings, and reworded some of the sections on inline parameter maps. Hopefully, this helps.

[jira] Closed: (IBATIS-355) Incorrect cacheModel example code

2006-11-28 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-355?page=all ] Jeff Butler closed IBATIS-355. -- Resolution: Fixed Fixed in SVN. Good catch! Incorrect cacheModel example code - Key: IBATIS-355

[jira] Closed: (IBATIS-339) TypeHandlerCallback . valueOf excepions declarations

2006-11-28 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-339?page=all ] Jeff Butler closed IBATIS-339. -- Resolution: Fixed Fixed in SVN. Good catch! TypeHandlerCallback . valueOf excepions declarations

[jira] Commented: (IBATIS-349) NodeletParser ignore XML encoding.

2006-11-28 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-349?page=comments#action_12454071 ] Jeff Butler commented on IBATIS-349: This is a complex issue. The real problem is that iBATIS ignores the encoding issue altogether in parsing - because we

[jira] Created: (IBATIS-373) Allow iBATIS to Build SqlMapClient from InputStream

2006-11-28 Thread Jeff Butler (JIRA)
Allow iBATIS to Build SqlMapClient from InputStream --- Key: IBATIS-373 URL: http://issues.apache.org/jira/browse/IBATIS-373 Project: iBatis for Java Issue Type: Improvement

[jira] Closed: (IBATIS-373) Allow iBATIS to Build SqlMapClient from InputStream

2006-11-28 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-373?page=all ] Jeff Butler closed IBATIS-373. -- Fix Version/s: 2.3.0 Resolution: Fixed Fixed in SVN. Allow iBATIS to Build SqlMapClient from InputStream

[jira] Commented: (IBATIS-365) Problem with a Long data type

2006-11-28 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-365?page=comments#action_12454141 ] Jeff Butler commented on IBATIS-365: Please use the mailing lists for support questions. I don't see evidence of a bug. It looks like there's no record in

[jira] Closed: (IBATIS-367) Inner class type handler is not handled correctly within maps

2006-11-28 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-367?page=all ] Jeff Butler closed IBATIS-367. -- Fix Version/s: 2.3.0 Resolution: Fixed Fixed in SVN. Thanks for the test case! The problem was that the Java5/PreJava5 test in the static initializer was

[jira] Commented: (IBATIS-349) NodeletParser ignore XML encoding.

2006-11-28 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-349?page=comments#action_12454155 ] Jeff Butler commented on IBATIS-349: I've committed some changes for IBATIS-373 that allow iBATIS to build the SqlMapClient from an InputStream rather than a

[jira] Closed: (IBATIS-356) NPE generated w/type handlers for enclosed enums

2006-11-28 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-356?page=all ] Jeff Butler closed IBATIS-356. -- Resolution: Duplicate Duplicate of IBATIS-367 NPE generated w/type handlers for enclosed enums

[jira] Commented: (IBATIS-349) NodeletParser ignore XML encoding.

2006-11-29 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-349?page=comments#action_12454403 ] Jeff Butler commented on IBATIS-349: Great! I'm glad this fix worked. I think you should open the enhancement request with the Spring team. You could

[jira] Commented: (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

2006-11-29 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-360?page=comments#action_12454413 ] Jeff Butler commented on IBATIS-360: Could you verify the version of iBATIS you are using? There were a lot of changes in this area of the code for release

[jira] Closed: (IBATIS-338) NestedSqlException stack overflow

2006-11-29 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-338?page=all ] Jeff Butler closed IBATIS-338. -- Fix Version/s: 2.3.0 Resolution: Fixed Fixed in SVN. Changed the exception to use the JDK 1.4 exception chaining mechanism. NestedSqlException stack

[jira] Created: (IBATIS-374) Allow resultMap Without Any result SubElements

2006-11-30 Thread Jeff Butler (JIRA)
Allow resultMap Without Any result SubElements -- Key: IBATIS-374 URL: http://issues.apache.org/jira/browse/IBATIS-374 Project: iBatis for Java Issue Type: Improvement Components:

[jira] Closed: (IBATIS-374) Allow resultMap Without Any result SubElements

2006-11-30 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-374?page=all ] Jeff Butler closed IBATIS-374. -- Fix Version/s: 2.3.0 Resolution: Fixed In SVN. We'll throw a RuntimeException if the resultMap doesn't extend another resultMap - there must be at least

[jira] Closed: (IBATIS-343) Japanese Translation of iBatis Tutorial

2006-11-30 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-343?page=all ] Jeff Butler closed IBATIS-343. -- Fix Version/s: 2.3.0 Resolution: Fixed In SVN. I'll publish it to the website shortly. Thanks for the contribution! Japanese Translation of iBatis

[jira] Closed: (IBATIS-337) Add documentation item to left nav in Get help section to improve usability of the webpage

2006-12-01 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-337?page=all ] Jeff Butler closed IBATIS-337. -- Resolution: Fixed Assignee: Jeff Butler In SVN. Will be in the next refresh of the site. Add documentation item to left nav in Get help section to

[jira] Closed: (IBATIS-383) IBATIS - SYBASE Stored Procedure NULL POINTER EXCEPTION

2007-01-18 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-383. -- Resolution: Invalid Not a bug - this was related to intermediate result sets in the SP. Use the

[jira] Created: (IBATIS-396) Improve groupBy Support to Handle Multiple Independant Lists

2007-02-20 Thread Jeff Butler (JIRA)
Improve groupBy Support to Handle Multiple Independant Lists Key: IBATIS-396 URL: https://issues.apache.org/jira/browse/IBATIS-396 Project: iBatis for Java Issue Type: Improvement

[jira] Closed: (IBATIS-403) Abator fails to generate proper insert queries for MySQL

2007-03-03 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-403. -- Abator fails to generate proper insert queries for MySQL

[jira] Commented: (IBATIS-401) Maven 2 build for Abator

2007-03-03 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477691 ] Jeff Butler commented on IBATIS-401: I'm open to a Maven build for Abator, but it's not as simple as this POM

[jira] Commented: (IBATIS-402) New Wizards to Abator for Eclipse using the DTP packages ...

2007-03-06 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478443 ] Jeff Butler commented on IBATIS-402: I think this is a very interesting idea and I like the general concept.

[jira] Commented: (IBATIS-402) New Wizards to Abator for Eclipse using the DTP packages ...

2007-03-12 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480100 ] Jeff Butler commented on IBATIS-402: No - just moving at open source speed (slow sometimes). As for DTP

[jira] Closed: (IBATIS-415) Obey column order in resultMap

2007-04-04 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Butler closed IBATIS-415. -- Resolution: Invalid iBATIS already retrieves columns in the order they are specified in a result map.

[jira] Commented: (IBATIS-434) Abator cannot map mysql tinyint data type!

2007-06-04 Thread Jeff Butler (JIRA)
[ https://issues.apache.org/jira/browse/IBATIS-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501199 ] Jeff Butler commented on IBATIS-434: I don't believe this is a bug - the JDBC driver probably reports this field

  1   2   >