Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 21183 invoked from network); 18 Oct 2005 15:56:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2005 15:56:14 -0000 Received: (qmail 22898 invoked by uid 500); 18 Oct 2005 15:56:13 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 22863 invoked by uid 99); 18 Oct 2005 15:56:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2005 08:56:11 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 0A2BF590 for ; Tue, 18 Oct 2005 17:55:50 +0200 (CEST) Message-ID: <9403751.1129650950035.JavaMail.jira@ajax.apache.org> Date: Tue, 18 Oct 2005 17:55:50 +0200 (CEST) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Assigned: (JDO-186) Attach listeners are incorrectly implemented In-Reply-To: <302936936.1129582964973.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JDO-186?page=all ] Craig Russell reassigned JDO-186: --------------------------------- Assign To: Andy Jefferson This appears to be a JPOX bug. > Attach listeners are incorrectly implemented > -------------------------------------------- > > Key: JDO-186 > URL: http://issues.apache.org/jira/browse/JDO-186 > Project: JDO > Type: Bug > Components: tck20 > Environment: JPOX > Reporter: Craig Russell > Assignee: Andy Jefferson > > The InstanceLifecycleListenerAttach test case fails with these errors. > [java] testAttach(org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach)junit.framework.AssertionFailedError: Assertion A12.15-13 (TestInstanceLifecycleListener) failed: > [java] Assertion A12.15-14 (TestInstanceLifecycleListener) failed: in postAttach, source object should be persistent. > [java] Assertion A12.15-14 (TestInstanceLifecycleListener) failed: in postAttach, target expected , actual > [java] > [java] Sequence verification failed for PRE_ATTACH_CALLBACK; expected: <2> actual: <0> > [java] > [java] Sequence verification failed for POST_ATTACH_LISTENER; expected: <3> actual: <2> > [java] > [java] at org.apache.jdo.tck.api.instancecallbacks.AbstractInstanceLifecycleListener$InstanceLifecycleListenerImpl.verifyCallbacks(AbstractInstanceLifecycleListener.java:464) > [java] at org.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerAttach.testAttach(InstanceLifecycleListenerAttach.java:111) > [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > [java] at org.apache.jdo.tck.JDO_Test.runBare(JDO_Test.java:204) > [java] at org.apache.jdo.tck.util.BatchTestRunner.start(BatchTestRunner.java:120) > [java] at org.apache.jdo.tck.util.BatchTestRunner.main(BatchTestRunner.java:95) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira