Re: build failed

2005-10-22 Thread Karan Malhi
Michael, Brett Porter is the guy I know of. [EMAIL PROTECTED] Regards On 10/22/05, Michael Bouschen <[EMAIL PROTECTED]> wrote: > > Hi Karan, > > >Hi Michael, > > > >I also had the same impression that once something is uploaded on > ibiblio, > >it will not be removed. So what should be done abou

[jira] Commented: (JDO-186) Attach lifecycle listeners are incorrectly implemented

2005-10-22 Thread Andy Jefferson (JIRA)
[ http://issues.apache.org/jira/browse/JDO-186?page=comments#action_12332876 ] Andy Jefferson commented on JDO-186: JPOX CVS is now updated to match Craigs' proposed spec change package javax.jdo.listener; public interface AttachLifecycleListener

[jira] Resolved: (JDO-187) Detach lifecycle listeners are incorrectly implemented

2005-10-22 Thread Andy Jefferson (JIRA)
[ http://issues.apache.org/jira/browse/JDO-187?page=all ] Andy Jefferson resolved JDO-187: Resolution: Fixed JPOX CVS is now updated to match Craigs' proposed spec change package javax.jdo.listener; public interface DetachLifecycleListener ex

Re: build failed

2005-10-22 Thread Michael Bouschen
Hi Karan, Hi Michael, I also had the same impression that once something is uploaded on ibiblio, it will not be removed. So what should be done about it? Does a request need to be sent to the maintainer of maven to upload antlr2.7.5 on ibiblio? Do you know who we need to contact? Otherwise,

Re: build failed

2005-10-22 Thread Karan Malhi
Hi Michael, I also had the same impression that once something is uploaded on ibiblio, it will not be removed. So what should be done about it? Does a request need to be sent to the maintainer of maven to upload antlr2.7.5 on ibiblio? On 10/22/05, Michael Bouschen < [EMAIL PROTECTED]> wrote: > >

[jira] Created: (JDO-192) testRetrieve : has incorrect parameter specification to PM.retrieve() in terms of the fgOnly parameter.

2005-10-22 Thread Andy Jefferson (JIRA)
testRetrieve : has incorrect parameter specification to PM.retrieve() in terms of the fgOnly parameter. --- Key: JDO-192 URL: http://issues.apache.org/jira/browse/JDO-192 Pro

[jira] Resolved: (JDO-182) SQL Exception: No authorized routine named 'LIKE' of type 'FUNCTION' having compatible arguments was found.

2005-10-22 Thread Andy Jefferson (JIRA)
[ http://issues.apache.org/jira/browse/JDO-182?page=all ] Andy Jefferson resolved JDO-182: Resolution: Fixed Assign To: Andy Jefferson (was: Erik Bengtson) TestSetCollections and TestHashSetCollections both now pass with JPOX CVS. > SQL Excep

Re: [jira] Assigned: (JDO-186) Attach lifecycle listeners are incorrectly implemented

2005-10-22 Thread Craig L Russell
Hi Andy, This is similar to the detach listener issue. All the other listeners are specified to be called "around" the corresponding callbacks. The lack of text describing the listener/callback ordering is a bug in the spec. Here's the proposed update. package javax.jdo.listener; public

Re: [jira] Commented: (JDO-187) Detach lifecycle listeners are incorrectly implemented

2005-10-22 Thread Craig L Russell
Hi Andy, Thanks for the analysis and the fix. You're right that the relevant part of the spec for the detach ordering doesn't specify the order of the callback and the listener. The intent is for all the listeners and callbacks to use the same order: the pre-listener is called; the pre-cal

Re: build failed

2005-10-22 Thread Michael Bouschen
Hi, I found the following message talink about cleaning up ibiblio: http://www.mail-archive.com/dev@maven.apache.org/msg39867.html It lists files in ibiblio that are not in the maven staging repository at codehaus. This list includes antlr-2.7.5.jar. Regards Michael Hi Karan, this is reall

Re: [jira] Assigned: (JDO-144) Incorrect value for public Collection CollectionOfDate12

2005-10-22 Thread Craig L Russell
Hi, Nice analysis, Andy. I agree that the test should be changed as you suggest. Thanks, Craig On Oct 22, 2005, at 3:01 AM, Andy Jefferson (JIRA) wrote: [ http://issues.apache.org/jira/browse/JDO-144?page=all ] Andy Jefferson reassigned JDO-144: --

Re: build failed

2005-10-22 Thread Michael Bouschen
Hi Karan, this is really strange! In August I changed the dependency from antlr-2.7.3 to antlr-2.7.5, because 2.7.5 was available on ibiblio, but not version 2.7.3. I'm surprised because I thought once a version is on ibiblio it will never be removed. I never tested with version 2.7.4, but I

[jira] Commented: (JDO-188) Add tests for static JDOHelper.getObjectIds methods

2005-10-22 Thread karan singh malhi (JIRA)
[ http://issues.apache.org/jira/browse/JDO-188?page=comments#action_12332865 ] karan singh malhi commented on JDO-188: --- The test case api.persistencemanager.GetObjectIds needs a test method per API. Should'nt the above be api.jdohelper.GetObjectIds

build failed

2005-10-22 Thread Karan Malhi
Hi, Tried to do maven jdo11.build and got the following error: BUILD FAILED File.. /home/karan/.maven/cache/maven-multiproject-plugin-1.3.1 /plugin.jelly Element... maven:reactor Line.. 217 Column 9 The build cannot continue because of the following unsatisfied dependency: antlr-2.7.

[jira] Resolved: (JDO-183) java.lang.ArrayIndexOutOfBoundsException: 0 >= 0

2005-10-22 Thread Andy Jefferson (JIRA)
[ http://issues.apache.org/jira/browse/JDO-183?page=all ] Andy Jefferson resolved JDO-183: Resolution: Fixed Test now passes with JPOX CVS > java.lang.ArrayIndexOutOfBoundsException: 0 >= 0 > > >

[jira] Assigned: (JDO-144) Incorrect value for public Collection CollectionOfDate12

2005-10-22 Thread Andy Jefferson (JIRA)
[ http://issues.apache.org/jira/browse/JDO-144?page=all ] Andy Jefferson reassigned JDO-144: -- Assign To: Michelle Caisse (was: Andy Jefferson) Thanks Michelle. Well I'll explain what the problem is, and some options. The test creates an object with ma

[jira] Resolved: (JDO-175) JPOX fails when a query calls String.indexOf

2005-10-22 Thread Andy Jefferson (JIRA)
[ http://issues.apache.org/jira/browse/JDO-175?page=all ] Andy Jefferson resolved JDO-175: Resolution: Fixed Assign To: Andy Jefferson (was: Erik Bengtson) Fixed in current JPOX CVS > JPOX fails when a query calls String.indexOf > ---

[jira] Commented: (JDO-98) TestArrayCollections: Field "ArrayOfBigDecimal13" in class "ArrayCollections" has been defined with elements that arent embedded. JPOX doesnt support this

2005-10-22 Thread Andy Jefferson (JIRA)
[ http://issues.apache.org/jira/browse/JDO-98?page=comments#action_12332759 ] Andy Jefferson commented on JDO-98: --- JPOX CVS has support for much more in the array world now (like arrays of String, Date, etc, and persisting using a join table). Things like

[jira] Assigned: (JDO-186) Attach lifecycle listeners are incorrectly implemented

2005-10-22 Thread Andy Jefferson (JIRA)
[ http://issues.apache.org/jira/browse/JDO-186?page=all ] Andy Jefferson reassigned JDO-186: -- Assign To: Craig Russell (was: Andy Jefferson) Actually was an issue in InstanceCallbacks and not InstanceLifecycleListener. JPOX CVS now uses the objects th

[jira] Assigned: (JDO-187) Detach lifecycle listeners are incorrectly implemented

2005-10-22 Thread Andy Jefferson (JIRA)
[ http://issues.apache.org/jira/browse/JDO-187?page=all ] Andy Jefferson reassigned JDO-187: -- Assign To: Craig Russell (was: Andy Jefferson) > Detach lifecycle listeners are incorrectly implemented >

[jira] Commented: (JDO-187) Detach lifecycle listeners are incorrectly implemented

2005-10-22 Thread Andy Jefferson (JIRA)
[ http://issues.apache.org/jira/browse/JDO-187?page=comments#action_12332756 ] Andy Jefferson commented on JDO-187: Actually was an issue in InstanceCallbacks and not InstanceLifecycleListener. JPOX CVS now uses the objects the other way around on the p