[ANNOUNCE] iBATIS.NET BETA available

2008-11-02 Thread Gilles Bayon
The iBATIS.NET team is proud to announce that the BETA release of DataAccess V1.9.2 and DataMapper V1.6.2 are now available. This release is mainly a maintenance release. We expect that there will be a vote to promote to General Availability status in two weeks. You can obtain it from:

[jira] Closed: (IBATISNET-285) flushInterval ist calculated wrong

2008-10-22 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-285. -- Resolution: Fixed Fix Version/s: DataMapper 1.6.2 Assignee: Gilles Bayon

[jira] Closed: (IBATISNET-283) Result mappings should work with interfaces when QueryForObject is passed an existing object

2008-10-11 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-283. -- Resolution: Fixed Fix Version/s: DataMapper 3.0 DataMapper 1.6.2

[jira] Created: (IBATISNET-282) Enable setting global sql command Timeout in sqlMap.config

2008-09-21 Thread Gilles Bayon (JIRA)
Feature Components: DataMapper Affects Versions: DataMapper 3.0 Reporter: Gilles Bayon Assignee: Gilles Bayon Fix For: DataMapper 3.0 ?xml version=1.0 encoding=utf-8? sqlMapConfig xmlns=http://ibatis.apache.org/dataMapper; xmlns:xsi=http://www.w3.org

[jira] Closed: (IBATISNET-274) Allow Multiple Resultset Queries to be appended to different lists

2008-09-21 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-274. -- Resolution: Fixed Fix Version/s: DataMapper 3.0 in SVN Allow Multiple Resultset

[jira] Created: (IBATISNET-281) Refactor XML discriminator configuration

2008-09-20 Thread Gilles Bayon (JIRA)
Affects Versions: DataMapper 3.0 Reporter: Gilles Bayon Fix For: DataMapper 3.0 The discriminator defnition is now as discriminator column= javaType= jdbcType= case value= resultMap=/ case value= resultMap=/ default resultMap=/ /discriminator

[jira] Closed: (IBATISNET-279) Cannot run iBatis query from timer handler

2008-07-21 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-279. -- Resolution: Invalid Fix Version/s: DataMapper 1.6.2 Assignee: Gilles Bayon

[jira] Closed: (IBATISNET-276) Add event launch when loading file resource during configuration

2008-06-28 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-276. -- Resolution: Fixed in SVN Add event launch when loading file resource during configuration

[jira] Closed: (IBATISNET-275) SessionStore gets instantiated with wrong daoManagerId during configuration.

2008-06-27 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-275. -- Resolution: Duplicate Fix Version/s: DataMapper 1.6.2 Assignee: Gilles Bayon

Re: IBATIS.NET change proposal

2008-06-17 Thread Gilles Bayon
Hi Christopher Can you give a real example of your problem, what you are expected and the patch ? -- Cheers, Gilles

Re: svn commit: r666779 - in /ibatis/trunk/cs/V3/src: Apache.Ibatis.Common/Utilities/TypesResolver/ Apache.Ibatis.DataMapper.SqlClient.Test.2005/Fixtures/Mapping/ Apache.Ibatis.DataMapper.SqlClient.Te

2008-06-12 Thread Gilles Bayon
Thanks, I appreciated. I will check that -- Cheers, Gilles

Re: svn commit: r666779 - in /ibatis/trunk/cs/V3/src: Apache.Ibatis.Common/Utilities/TypesResolver/ Apache.Ibatis.DataMapper.SqlClient.Test.2005/Fixtures/Mapping/ Apache.Ibatis.DataMapper.SqlClient.Te

2008-06-12 Thread Gilles Bayon
On Thu, Jun 12, 2008 at 12:38 AM, Ron Grabowski [EMAIL PROTECTED] wrote: When QueryForList is called and there are no results an empty IList class is returned. I think the same thing should happen when QueryForDataTable is called and there aren't any results. An IList holds a list of items. A

[jira] Commented: (IBATISNET-272) Add QueryForDataTable method on DataMapper API

2008-06-12 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604597#action_12604597 ] Gilles Bayon commented on IBATISNET-272: After Ron remarks and a refactoring

[jira] Created: (IBATISNET-272) Add QueryForDataTable method on DataMapper API

2008-06-11 Thread Gilles Bayon (JIRA)
: DataMapper Affects Versions: DataMapper 3.0 Reporter: Gilles Bayon Assignee: Gilles Bayon Fix For: DataMapper 3.0 /// summary /// Executes a SQL SELECT statement that returns data /// to populate a DataTable

[jira] Closed: (IBATISNET-272) Add QueryForDataTable method on DataMapper API

2008-06-11 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-272. -- Resolution: Fixed In SVN DataTable object can be used as a 'generic' DTO with dynamic

[OT] Crosspost: LinkedIn iBATIS Group

2008-06-10 Thread Gilles Bayon
Hi all, Just a note to let you know that there is a LinkedIn group created for iBATIS. It should not replace the mailing list for: A) User support B) Developer discussions C) Bug reports Joining will allow you to find and contact other members on LinkedIn that used iBATIS and show your

[jira] Closed: (IBATISNET-271) Add Event to DataMapper engine

2008-06-10 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-271. -- Resolution: Fixed Change API to follow .NET event declaration as statement.PreSelect

Re: svn commit: r664536 [1/4]...EventHandler/EventArgs?

2008-06-09 Thread Gilles Bayon
The .NET event pattern cannot be used here, it follows the pattern fire and forget, and it's not what I'm searching as I want to be able to interact with the DataMapper workflow engine, you must see them as extension point where you can change the items that the engine is working on. It can be

Re: svn commit: r664536 [1/4] - in /ibatis/trunk/cs/V3/src: Apache.Ibatis.DataMapper.SqlClient.Test.2005/ Apache.Ibatis.DataMapper.SqlClient.Test.2005/Fixtures/ Apache.Ibatis.DataMapper.SqlClient.Test

2008-06-09 Thread Gilles Bayon
+1 to move it in Apache.Ibatis.DataMapper/Session +1 to changed it to internal -- Cheers, Gilles

Re: svn commit: r664536 [1/4]...EventHandler/EventArgs?

2008-06-09 Thread Gilles Bayon
I liked it too, will changed to -- Cheers, Gilles

Re: svn commit: r664536 [1/4]...EventHandler/EventArgs?

2008-06-09 Thread Gilles Bayon
I haven't had time yesterday...I will do that today -- Cheers, Gilles

[jira] Created: (IBATISNET-271) Add Event to DataMapper engine

2008-06-08 Thread Gilles Bayon (JIRA)
: DataMapper 3.0 Reporter: Gilles Bayon Assignee: Gilles Bayon Fix For: DataMapper 3.0 The event system can be used to audit, log, decorate, proxy ... on - statement (before and after statement execution) statement.PreSelectListeners = new

[jira] Closed: (IBATISNET-269) Show NVelocity Dynamic SQL syntax support

2008-06-05 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-269. -- Resolution: Fixed In SVN It's also allowed to change the iBATIS Dynamic SQL engine via

[jira] Closed: (IBATISNET-270) ParseGenericArguments IsMatch is very slow

2008-06-05 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-270. -- Resolution: Fixed Fix Version/s: DataMapper 1.6.2 Assignee: Gilles Bayon

[jira] Created: (IBATISNET-269) Show NVelocity Dynamic SQL syntax support

2008-06-03 Thread Gilles Bayon (JIRA)
: DataMapper Affects Versions: DataMapper 3.0 Reporter: Gilles Bayon Assignee: Gilles Bayon Fix For: DataMapper 3.0 Paremeters should be typeof IDictionarystring, object Samples === !-- Nvelocity dynamic source -- select id=NVelocity.Simple sqlSource

[jira] Commented: (IBATISNET-269) Show NVelocity Dynamic SQL syntax support

2008-06-03 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12602048#action_12602048 ] Gilles Bayon commented on IBATISNET-269: Used Castle NVelocity http

[jira] Closed: (IBATISNET-268) Add support to Dynamic SQL via code

2008-06-01 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-268. -- Resolution: Fixed in SVN Add support to Dynamic SQL via code

[jira] Created: (IBATISNET-268) Add support to Dynamic SQL via code

2008-06-01 Thread Gilles Bayon (JIRA)
Affects Versions: DataMapper 3.0 Reporter: Gilles Bayon Assignee: Gilles Bayon Fix For: DataMapper 3.0 Add attribute sqlSource on statement tag, a type alias to a user class which implement interface ISqlSource Sample == select id

[jira] Created: (IBATISNET-266) Add new parameter syntax support @{property}

2008-05-31 Thread Gilles Bayon (JIRA)
: DataMapper Affects Versions: DataMapper 3.0 Reporter: Gilles Bayon Priority: Minor Fix For: DataMapper 3.0 Remarks: Old syntax are always supported. In one statement declaration, you can't mix old and new syntax. Sample insert into Accounts (Account_ID

[jira] Closed: (IBATISNET-266) Add new parameter syntax support @{property}

2008-05-31 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-266. -- Resolution: Fixed Assignee: Gilles Bayon in SVN Add new parameter syntax support

[jira] Closed: (IBATISNET-264) Add 'suffix 'and 'prefix' attribute on resultMap tag

2008-05-31 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-264. -- Resolution: Fixed Allow to reuse a resultMap definition with prefixing/suffixing column

[jira] Created: (IBATISNET-267) Support inline paramaters and dynamic element in procedure tag

2008-05-31 Thread Gilles Bayon (JIRA)
: Improvement Components: DataMapper Affects Versions: DataMapper 3.0 Reporter: Gilles Bayon Assignee: Gilles Bayon Fix For: DataMapper 3.0 Samples procedure id=SPWithInlineParameter parameterClass=int resultClass=Account

[jira] Commented: (IBATISNET-267) Support inline paramaters and dynamic element in procedure tag

2008-05-31 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12601386#action_12601386 ] Gilles Bayon commented on IBATISNET-267: This only work if you uses new inline

[jira] Closed: (IBATISNET-267) Support inline paramaters and dynamic element in procedure tag

2008-05-31 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-267. -- Resolution: Fixed in SVN Support inline paramaters and dynamic element in procedure tag

[jira] Closed: (IBATISNET-190) Add SQL execution time to debug SQL statement logging

2008-05-31 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-190. -- Resolution: Won't Fix Assignee: Gilles Bayon It has nothing to do with ibatis. Add

[jira] Closed: (IBATISNET-261) DAO objects often not working as expected

2008-05-18 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-261. -- Resolution: Cannot Reproduce Assignee: Gilles Bayon DAO objects often not working

[jira] Created: (IBATISNET-264) Add 'suffix 'and 'prefix' attribute on resultMap tag

2008-05-18 Thread Gilles Bayon (JIRA)
Components: DataMapper Affects Versions: DataMapper 3.0 Reporter: Gilles Bayon Assignee: Gilles Bayon Priority: Minor Fix For: DataMapper 3.0 To avoid typing, add 'suffix' and 'prefix' attribute in tag resultMap, will add the specidief prefix

[jira] Closed: (IBATISNET-253) N+1 issue when using sql timestamp data type

2008-04-29 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-253. -- Resolution: Fixed In SVN N+1 issue when using sql timestamp data type

Re: When will the IBatis.NET V2 be released?

2008-04-17 Thread Gilles Bayon
The .NE version is also moving to the V3 and you can even more find this next version in http://svn.apache.org/repos/asf/ibatis/trunk/cs/V2/ Don't care to the V2 directory name it will surely be changed to V3. This version only targets .NET framework = 2.* The main change are: - use

[jira] Closed: (IBATISNET-8) DevDoc Notes

2008-03-21 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-8. Resolution: Fixed Assignee: Gilles Bayon DevDoc Notes Key

[jira] Closed: (IBATISNET-220) Upgrade to Castle Proxy 2.0

2008-03-21 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-220. -- Resolution: Fixed Fix Version/s: DataMapper 2.0 Fixed in V2.0 Upgrade to Castle

[jira] Closed: (IBATISNET-17) Different bugs using Complex Properties

2008-03-21 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-17. - Resolution: Fixed Fix Version/s: DataMapper 1.6.2 Assignee: Gilles Bayon close

[jira] Closed: (IBATISNET-195) ISetAccessor/IGetAccessor in DomDaoManagerBuilder

2008-03-21 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-195. -- Resolution: Won't Fix Assignee: Gilles Bayon The DataAccess framework will be drop

[jira] Closed: (IBATISNET-85) Embedded resources fail to load when using VB.Net

2008-03-21 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-85. - Resolution: Fixed Embedded resources fail to load when using VB.Net

[jira] Closed: (IBATISNET-258) Read encrypted database properties from web.config

2008-03-21 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-258. -- Resolution: Won't Fix Assignee: Gilles Bayon You can always set the connection string

[jira] Closed: (IBATISNET-237) Log in a nd log out ever time the database is accessed

2008-03-21 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-237. -- Resolution: Invalid use block to delimiter your connection/transaction block such as using

[jira] Closed: (IBATISNET-200) generate works incorrectly for update

2008-03-21 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-200. -- Resolution: Won't Fix Assignee: Gilles Bayon V2 will introduce new features

[jira] Closed: (IBATISNET-250) Nested resultMaps which inner has groupBy and outer not, gives System.NullReferenceException.

2008-03-21 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-250. -- Resolution: Invalid The first mapping should have a group by Nested resultMaps which

[jira] Closed: (IBATISNET-224) lazyLoad for single object property does not work

2008-03-18 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-224. -- Resolution: Cannot Reproduce Assignee: Gilles Bayon lazyLoad for single object

[jira] Closed: (IBATISNET-255) Discontinued www.itabis.com domain crashes pages depending on dtd-scheme

2008-01-08 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-255. -- Resolution: Invalid You have open a .NET issue. Go to Java side. Discontinued

[jira] Created: (IBATISNET-254) Better support for nested result maps when using dictionary

2008-01-05 Thread Gilles Bayon (JIRA)
Components: DataMapper Affects Versions: DataMapper 1.6.1 Reporter: Gilles Bayon Assignee: Gilles Bayon Fix For: DataMapper 1.6.2 If class for result map is dictionary (or inherits dictionary) it is not possible to use nested result maps to put

[jira] Closed: (IBATISNET-254) Better support for nested result maps when using dictionary

2008-01-05 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-254. -- Resolution: Fixed In SVN Better support for nested result maps when using dictionary

[jira] Commented: (IBATISNET-252) DefaultPreparedCommand.ApplyParameterMap logging errors when multiple threads call same statement at same time.

2007-12-29 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554898 ] Gilles Bayon commented on IBATISNET-252: Already fix in IBATISNET-248 if I remenber

[jira] Closed: (IBATISNET-252) DefaultPreparedCommand.ApplyParameterMap logging errors when multiple threads call same statement at same time.

2007-12-29 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-252. -- Resolution: Duplicate Fix Version/s: DataMapper 1.6.2 Already in SVN Duplicate

[jira] Created: (IBATISNET-251) Support syntax Key1,Key2 for composite key in result mapping (old syntax)

2007-12-18 Thread Gilles Bayon (JIRA)
Issue Type: Improvement Components: DataMapper Affects Versions: DataMapper 1.6.1 Reporter: Gilles Bayon Fix For: DataMapper 1.6.2 Add syntax support ... column=Key1,Key2 ... in composite key result mapping (old syntax). As is it said

[jira] Closed: (IBATISNET-251) Support syntax Key1,Key2 for composite key in result mapping (old syntax)

2007-12-18 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-251. -- Resolution: Fixed In SVN Support syntax Key1,Key2 for composite key in result mapping

Re: Cleaning up IBatisNet.DataMapper.Test

2007-12-15 Thread Gilles Bayon
would still be the primary test environment. I also understand that it probably doesn't make a lot of sense to totally re-do the testing suite if a rewrite is on the horizon. - Original Message From: Gilles Bayon [EMAIL PROTECTED] To: dev@ibatis.apache.org Sent: Saturday, December 15

[jira] Closed: (IBATISNET-242) Cache error with QueryForObjectT

2007-12-10 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-242. -- Resolution: Fixed In SVN Cache error with QueryForObjectT

[jira] Closed: (IBATISNET-242) Cache error with QueryForObjectT

2007-10-24 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-242. -- Resolution: Fixed Reopen and fix after remark for Christopher DeGuise. In svn Cache error

Re: [jira] Closed: (IBATISNET-242) Cache error with QueryForObjectT

2007-10-24 Thread Gilles Bayon
Fix in SVN, I didn't remenber hy the original changes were made from the first patch -- Cheers, Gilles

[jira] Closed: (IBATISNET-222) My daomanager instance is coiming as null .

2007-09-17 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-222. -- Use mailing list My daomanager instance is coiming as null

[jira] Created: (IBATISNET-243) Lists of primitives in result maps doesn't work

2007-09-17 Thread Gilles Bayon (JIRA)
: DataMapper Affects Versions: DataMapper 1.6.1 Reporter: Gilles Bayon Assignee: Gilles Bayon Fix For: DataMapper 1.6.2 Detected by Miika Mäkinen, Nicholas Piaseck I have a Coupon class that contains an integer list of BrandIds that specifies which brands

[jira] Closed: (IBATISNET-221) InvalidCastException while getting object out of the cache

2007-09-16 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-221. -- Resolution: Duplicate Resolve in IBATISNET-242 InvalidCastException while getting object

[jira] Closed: (IBATISNET-229) Namespace problems on resultMapping when used with discriminator

2007-09-16 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-229. -- Resolution: Fixed Fix Version/s: DataMapper 1.6.2 Assignee: Gilles Bayon

[jira] Commented: (IBATISNET-230) Enumaration with Characters

2007-09-16 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527874 ] Gilles Bayon commented on IBATISNET-230: What is the database type of your column p_art ? Enumaration

[jira] Created: (IBATISNET-240) Allows a properties.config file to begin by a root element appSettings

2007-09-15 Thread Gilles Bayon (JIRA)
Issue Type: Improvement Components: DataMapper Affects Versions: DataMapper 1.6.1 Reporter: Gilles Bayon Assignee: Gilles Bayon Priority: Minor Fix For: DataMapper 1.6.2 Allows a properties.config file to begin by a root element

[jira] Closed: (IBATISNET-240) Allows a properties.config file to begin by a root element appSettings

2007-09-15 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-240. -- Resolution: Fixed In SVN Allows a properties.config file to begin by a root element

[jira] Closed: (IBATISNET-239) System.InvalidCastException when Stored Procedure out parameters are null

2007-09-15 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-239. -- Resolution: Fixed Fix Version/s: DataMapper 1.6.2 Assignee: Gilles Bayon

[jira] Created: (IBATISNET-241) Group must use pre-instantiated result objects

2007-09-15 Thread Gilles Bayon (JIRA)
: DataMapper Affects Versions: DataMapper 1.6.1 Reporter: Gilles Bayon Assignee: Gilles Bayon Priority: Minor Fix For: DataMapper 1.6.2 Example Customer result1 = new Customer(); Mapper.QueryForObject(stmt, paramObject, result1)); Detected

[jira] Closed: (IBATISNET-241) Group must use pre-instantiated result objects

2007-09-15 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-241. -- Resolution: Fixed In SVN Group must use pre-instantiated result objects

[jira] Closed: (IBATISNET-242) Cache error with QueryForObjectT

2007-09-15 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-242. -- Resolution: Fixed In SVN Cache error with QueryForObjectT

Re: PATCH: Re: Possible bug in CacheModel with QueryForObjectT

2007-09-15 Thread Gilles Bayon
Thanks for the patch. The next time it's better to open a JIRA ticket. Fix in SVN -- Cheers, Gilles a href=http://www.amazon.com/gp/registry/6JCP7AORB0LE;Wish List/a

[jira] Closed: (IBATISNET-232) Nested left joins with group by cause NPE when two subsequent levels have null values

2007-09-15 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-232. -- Resolution: Fixed Fix Version/s: DataMapper 1.6.2 Assignee: Gilles Bayon

[jira] Closed: (IBATISNET-233) SQLite Provider node uses abandoned library. Updated node included

2007-09-11 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-233. -- Resolution: Fixed Fix Version/s: DataMapper 1.6.2 Assignee: Gilles Bayon

[VOTE SUCCEEDED] Promote iBATIS.NET DataMapper 1.6.1 and DataAccess 1.9.1 to General Availability

2007-04-05 Thread Gilles Bayon
iBATIS.NET DataMapper 1.6.1 and DataAccess 1.9.1 has been successfully promoted to General Availability Binding Gilles +1 Ted +1 Ron +1 The site will be updated to reflect this vote. --- Cheers, Gilles

[VOTE] Promote DataAccess V1.9.1 and DataMapper V1.6.1 to General Availability

2007-03-21 Thread Gilles Bayon
Hi All, Sorry for the delay in calling the vote - lot of works ... preparing to changing job :) Since there have been no major issues reported , I propose that we promote DataAccess V1.9.1 and DataMapper V1.6.1 to GA status. I'm +1. Cheers, - Gilles

[jira] Closed: (IBATISNET-218) NHibernate extensions broken

2007-03-17 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-218. -- Resolution: Won't Fix Assignee: Gilles Bayon The NHibernate extensions is no more

[jira] Created: (IBATISNET-215) Improve TypeResolver by ignoring space in type definition

2007-03-07 Thread Gilles Bayon (JIRA)
Components: DataMapper Affects Versions: DataMapper 1.5.1 Reporter: Gilles Bayon Assigned To: Gilles Bayon Priority: Minor Fix For: DataMapper 1.6.2 Reported by Rogelio Baucells -- This message is automatically generated by JIRA. - You can

[jira] Closed: (IBATISNET-215) Improve TypeResolver by ignoring space in type definition

2007-03-07 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-215. -- Resolution: Fixed In SVN Improve TypeResolver by ignoring space in type definition

Re: Site design...wow

2007-03-05 Thread Gilles Bayon
+1 for logo context The site design can be redo à la ActiveMQ, once a new logo is chosen. On 3/5/07, Clinton Begin [EMAIL PROTECTED] wrote: Or we could run a mascot contest. Free signed copies of iIA for the winner to sell on ebay. ;-) I was actually thinking of suggesting a change to the

[ANNOUNCE] iBATIS.NET DataMapper DataAccess new BETA release

2007-03-01 Thread Gilles Bayon
Hello, The iBATIS.NET team is pleased to announce that the BETA release of DataAccess V1.9.1 and DataMapper V1.6.1 are now available. This release includes mainly bug fixes and enhancements. I expect that there will be a vote to promote to General Availability status in two weeks. Thanks once

[jira] Closed: (IBATISNET-212) Add the ability to track Open Transactions via IDalSession

2007-02-28 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-212. -- Resolution: Fixed Fix Version/s: DataMapper 1.6.1 Assignee: Gilles Bayon

[jira] Closed: (IBATISNET-210) Finding properties on interfaces which inherites other interfaces

2007-02-25 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-210. -- Resolution: Fixed Fix Version/s: DataMapper 1.6.1 Assignee: Gilles Bayon

[jira] Commented: (IBATISNET-210) Finding properties on interfaces which inherites other interfaces

2007-02-20 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474470 ] Gilles Bayon commented on IBATISNET-210: As you made some fix, could you share them so that I could

[jira] Closed: (IBATISNET-209) Improved verification on groupBy process configuration

2007-02-19 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-209. -- Resolution: Fixed In SVN Improved verification on groupBy process configuration

[jira] Closed: (IBATISNET-206) groupBy incorrectly handles left outer join results where right part is empty

2007-02-15 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-206. -- Resolution: Fixed Fix Version/s: DataMapper 1.6.1 Assignee: Gilles Bayon

[jira] Closed: (IBATISNET-204) DataMapper SqlMap.xsd SqlMap elements order

2007-01-20 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-204. -- Resolution: Fixed Fix Version/s: DataMapper 1.6 Assignee: Gilles Bayon

[jira] Closed: (IBATISNET-182) Lazy load support for Items

2007-01-04 Thread Gilles Bayon (JIRA)
[ https://issues.apache.org/jira/browse/IBATISNET-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Bayon closed IBATISNET-182. -- Resolution: Fixed Fix Version/s: DataMapper 1.6 Assignee: Gilles Bayon

[jira] Created: (IBATISNET-199) Add support for QueryForObject and GroupBy

2006-12-23 Thread Gilles Bayon (JIRA)
: DataMapper Affects Versions: DataMapper 1.6 Reporter: Gilles Bayon Assigned To: Gilles Bayon Priority: Minor Fix For: DataMapper 1.6 Request from Bruno Silva, see user-cs@ibatis.apache.org -- This message is automatically generated by JIRA. - If you

[jira] Closed: (IBATISNET-104) QueryForXXX do not check cache before opening/closing connection

2006-11-15 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-104?page=all ] Gilles Bayon closed IBATISNET-104. -- Fix Version/s: DataMapper 1.6 Resolution: Fixed Assignee: Gilles Bayon In SVN QueryForXXX do not check cache before opening/closing

[jira] Closed: (IBATISNET-189) Missing Typehandler for nullable timespan

2006-11-14 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-189?page=all ] Gilles Bayon closed IBATISNET-189. -- Fix Version/s: DataMapper 1.6 Resolution: Fixed Assignee: Gilles Bayon In SVN, thanks Missing Typehandler for nullable timespan

[jira] Closed: (IBATISNET-116) Add support for iBATIS for Java's include tag in sql map files.

2006-11-13 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-116?page=all ] Gilles Bayon closed IBATISNET-116. -- Fix Version/s: DataMapper 1.6 Resolution: Fixed Assignee: Gilles Bayon (was: Ron Grabowski) in SVN Add support for iBATIS for Java's

[jira] Closed: (IBATISNET-193) N+1 Select resolution

2006-11-09 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-193?page=all ] Gilles Bayon closed IBATISNET-193. -- Resolution: Fixed In SVN N+1 Select resolution - Key: IBATISNET-193 URL: http

Re: Per User Datasources

2006-11-08 Thread Gilles Bayon
You can place them in the web.config/app.config appSettingsadd key=database value=first connection string /add key=databaseTest value=2nd connection string //appSettings and initialize a session variable ConnectionString that is init with the choice of the user and used in the per user

Re: Per User Datasources

2006-11-07 Thread Gilles Bayon
-1 I think the configuration file must remain simple as possible. iBATIS main core is not here to fill 100% of your need but must be extensible to allow you deal with your custom requirement. Ihave try to design things so that you can extends it, indeed I hope :-)-- Cheers,Gillesa href=""

Re: Mutiple database

2006-11-04 Thread Gilles Bayon
See http://opensource.atlassian.com/confluence/oss/display/IBATIS/How+do+I+set+the+connection+string+per+user+in+Web+context -- Cheers,Gillesa href="" href="http://www.amazon.com/gp/registry/6JCP7AORB0LE">http://www.amazon.com/gp/registry/6JCP7AORB0LEWish List/a

[jira] Commented: (IBATISNET-194) Support for non-public constructors

2006-11-03 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-194?page=comments#action_12447125 ] Gilles Bayon commented on IBATISNET-194: By read-only entities, what do you mean. If it is, an entity does that only have private fields and get access

[jira] Created: (IBATISNET-193) N+1 Select resolution

2006-11-02 Thread Gilles Bayon (JIRA)
Reporter: Gilles Bayon Assigned To: Gilles Bayon Fix For: DataMapper 1.6 Add groupBy attribute on resultMap tag -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http

[jira] Closed: (IBATISNET-192) Add support for IDictionaryK, V QueryForDictionaryK, V(...)

2006-10-31 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-192?page=all ] Gilles Bayon closed IBATISNET-192. -- Resolution: Fixed In SVN Add support for IDictionaryK, V QueryForDictionaryK, V

[jira] Closed: (IBATISNET-181) Allow mapping of multiple result sets

2006-10-30 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-181?page=all ] Gilles Bayon closed IBATISNET-181. -- Fix Version/s: DataMapper 1.6 Resolution: Fixed In SVN Allow mapping of multiple result sets

  1   2   >