From dev-return-20867-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Thu Aug 16 22:13:39 2012 Return-Path: X-Original-To: apmail-openjpa-dev-archive@www.apache.org Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DEEEBD1F1 for ; Thu, 16 Aug 2012 22:13:39 +0000 (UTC) Received: (qmail 42728 invoked by uid 500); 16 Aug 2012 22:13:39 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 42655 invoked by uid 500); 16 Aug 2012 22:13:39 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 42616 invoked by uid 99); 16 Aug 2012 22:13:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2012 22:13:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5825E2C5BE1 for ; Thu, 16 Aug 2012 22:13:38 +0000 (UTC) Date: Fri, 17 Aug 2012 09:13:37 +1100 (NCT) From: "Heath Thomann (JIRA)" To: dev@openjpa.apache.org Message-ID: <1890438506.21287.1345155218362.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (OPENJPA-1682) TestSimpleXmlEntity.testId failed with invalid DB2 create table SQL statement MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENJPA-1682?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heath Thomann resolved OPENJPA-1682. ------------------------------------ Resolution: Fixed Fix Version/s: 2.0.2 1.2.3 =20 > TestSimpleXmlEntity.testId failed with invalid DB2 create table SQL state= ment > -------------------------------------------------------------------------= ---- > > Key: OPENJPA-1682 > URL: https://issues.apache.org/jira/browse/OPENJPA-1682 > Project: OpenJPA > Issue Type: Bug > Components: sql > Affects Versions: 2.1.0 > Reporter: Albert Lee > Assignee: Pinaki Poddar > Fix For: 1.2.3, 2.0.2, 2.1.0 > > Attachments: OPENJPA-1682.01.txt > > > TestSimpleXmlEntity.testId starts failing with the following exception ag= ainst DB2: > TestSimpleXmlEntity.testId View test details (org.apache.openjpa.persi= stence.xml) > org.ap= ache.openjpa.persistence.PersistenceException: DB2 SQL Error: SQLCODE=3D-54= 2, SQLSTATE=3D42831, SQLERRMC=3DNICKNAME_XML, DRIVER=3D3.50.152 {stmnt 6540= 5926 CREATE TABLE NickNames_xml (A_ID_xml INTEGER NOT NULL, nickName_xml VA= RCHAR(20), CONSTRAINT U_NCKNXML_A_ID_XML UNIQUE (A_ID_xml, nickName_xml))} = [code=3D-542, state=3D42831] > at org.apache.openjpa.jdbc.meta.MappingTool.record(MappingTool.java:5= 56) > at org.apache.openjpa.jdbc.meta.MappingTool.record(MappingTool.java:4= 56) > Please wait... Show details =C2=BB > =C2=AB Hide details > org.ap= ache.openjpa.persistence.PersistenceException: DB2 SQL Error: SQLCODE=3D-54= 2, SQLSTATE=3D42831, SQLERRMC=3DNICKNAME_XML, DRIVER=3D3.50.152 {stmnt 6540= 5926 CREATE TABLE NickNames_xml (A_ID_xml INTEGER NOT NULL, nickName_xml VA= RCHAR(20), CONSTRAINT U_NCKNXML_A_ID_XML UNIQUE (A_ID_xml, nickName_xml))} = [code=3D-542, state=3D42831] > at org.apache.openjpa.jdbc.meta.MappingTool.record(MappingTool.java:5= 56) > at org.apache.openjpa.jdbc.meta.MappingTool.record(MappingTool.java:4= 56) > at org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory.synchronizeMappin= gs(JDBCBrokerFactory.java:155) > at org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory.synchronizeMappin= gs(JDBCBrokerFactory.java:159) > at org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory.newBrokerImpl(JDB= CBrokerFactory.java:117) > at org.apache.openjpa.kernel.AbstractBrokerFactory.newBroker(Abstract= BrokerFactory.java:199) > at org.apache.openjpa.kernel.DelegatingBrokerFactory.newBroker(Delega= tingBrokerFactory.java:156) > at org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEnti= tyManager(EntityManagerFactoryImpl.java:213) > at org.apache.openjpa.persistence.EntityManagerFactoryImpl.createEnti= tyManager(EntityManagerFactoryImpl.java:151) > at org.apache.openjpa.persistence.test.SingleEMTestCase.setUp(SingleE= MTestCase.java:47) > at org.apache.openjpa.persistence.xml.TestSimpleXmlEntity.setUp(TestS= impleXmlEntity.java:28) > at junit.framework.TestCase.runBare(TestCase.java:125) > at org.apache.openjpa.persistence.test.AbstractPersistenceTestCase.ru= nBare(AbstractPersistenceTestCase.java:503) > at org.apache.openjpa.persistence.test.AbstractPersistenceTestCase.ru= nBare(AbstractPersistenceTestCase.java:479) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at org.apache.openjpa.persistence.test.AbstractPersistenceTestCase.ru= n(AbstractPersistenceTestCase.java:179) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc= cessorImpl.java:37) > at java.lang.reflect.Method.invoke(Method.java:600) > at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.= java:213) > at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute= TestSet(AbstractDirectoryTestSuite.java:140) > at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute= (AbstractDirectoryTestSuite.java:127) > at org.apache.maven.surefire.Surefire.run(Surefire.java:177) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorIm= pl.java:48) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAc= cessorImpl.java:37) > at java.lang.reflect.Method.invoke(Method.java:600) > at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess= (SurefireBooter.java:345) > at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBoote= r.java:1009) > Caused by: org.apache.openjpa.lib.jdbc.ReportingSQLException: DB2 SQL= Error: SQLCODE=3D-542, SQLSTATE=3D42831, SQLERRMC=3DNICKNAME_XML, DRIVER= =3D3.50.152 {stmnt 65405926 CREATE TABLE NickNames_xml (A_ID_xml INTEGER NO= T NULL, nickName_xml VARCHAR(20), CONSTRAINT U_NCKNXML_A_ID_XML UNIQUE (A_I= D_xml, nickName_xml))} [code=3D-542, state=3D42831] > at org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.wrap(Loggin= gConnectionDecorator.java:257) > at org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.wrap(Loggin= gConnectionDecorator.java:241) > at org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.access$700(= LoggingConnectionDecorator.java:70) > at org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator$LoggingConn= ection$LoggingStatement.executeUpdate(LoggingConnectionDecorator.java:951) > at org.apache.openjpa.lib.jdbc.DelegatingStatement.executeUpdate(Dele= gatingStatement.java:136) > at org.apache.openjpa.jdbc.schema.SchemaTool.executeSQL(SchemaTool.ja= va:1200) > at org.apache.openjpa.jdbc.schema.SchemaTool.createTable(SchemaTool.j= ava:956) > at org.apache.openjpa.jdbc.schema.SchemaTool.add(SchemaTool.java:533) > at org.apache.openjpa.jdbc.schema.SchemaTool.add(SchemaTool.java:348) > at org.apache.openjpa.jdbc.schema.SchemaTool.run(SchemaTool.java:325) > at org.apache.openjpa.jdbc.meta.MappingTool.record(MappingTool.java:5= 04) > ... 33 more > The create table constraint requires nickName_xml be "NOT NULL" > Albert Lee -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira