Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 81580 invoked from network); 22 Apr 2006 20:09:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Apr 2006 20:09:37 -0000 Received: (qmail 21733 invoked by uid 500); 22 Apr 2006 20:09:37 -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 21704 invoked by uid 99); 22 Apr 2006 20:09:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Apr 2006 13:09:36 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Apr 2006 13:09:35 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 948057142E0 for ; Sat, 22 Apr 2006 20:08:17 +0000 (GMT) Message-ID: <7807279.1145736497605.JavaMail.jira@brutus> Date: Sat, 22 Apr 2006 20:08:17 +0000 (GMT+00:00) From: "Michael Bouschen (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Reopened: (JDO-182) SQL Exception: No authorized routine named 'LIKE' of type 'FUNCTION' having compatible arguments was found. In-Reply-To: <1093160544.1128977928297.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-182?page=all ] Michael Bouschen reopened JDO-182: ---------------------------------- > SQL Exception: No authorized routine named 'LIKE' of type 'FUNCTION' having compatible arguments was found. > ----------------------------------------------------------------------------------------------------------- > > Key: JDO-182 > URL: http://issues.apache.org/jira/browse/JDO-182 > Project: JDO > Type: Bug > Components: tck20 > Reporter: Michelle Caisse > Assignee: AJSoft > > Affects tests TestSetCollections and TestHashSetCollections > [java] ERROR 42884: No authorized routine named 'LIKE' of type 'FUNCTION' having compatible arguments was found. > [java] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) > [java] at org.apache.derby.impl.sql.compile.LikeEscapeOperatorNode.bindExpression(Unknown Source) > [java] at org.apache.derby.impl.sql.compile.BinaryOperatorNode.bindExpression(Unknown Source) > [java] at org.apache.derby.impl.sql.compile.BinaryLogicalOperatorNode.bindExpression(Unknown Source) > [java] at org.apache.derby.impl.sql.compile.AndNode.bindExpression(Unknown Source) > [java] at org.apache.derby.impl.sql.compile.SelectNode.bindExpressions(Unknown Source) > [java] at org.apache.derby.impl.sql.compile.DMLStatementNode.bindExpressions(Unknown Source) > [java] at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source) > [java] at org.apache.derby.impl.sql.compile.ReadCursorNode.bind(Unknown Source) > [java] at org.apache.derby.impl.sql.compile.CursorNode.bind(Unknown Source) > [java] at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source) > [java] at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source) > [java] at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source) > [java] at org.apache.derby.impl.jdbc.EmbedPreparedStatement.(Unknown Source) > [java] at org.apache.derby.impl.jdbc.EmbedPreparedStatement20.(Unknown Source) > [java] at org.apache.derby.impl.jdbc.EmbedPreparedStatement30.(Unknown Source) > [java] at org.apache.derby.jdbc.Driver30.newEmbedPreparedStatement(Unknown Source) > [java] at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source) > [java] at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source) > [java] at com.mchange.v2.c3p0.impl.NewProxyConnection.prepareStatement(NewProxyConnection.java:190) > [java] at org.jpox.store.rdbms.scostore.AbstractCollectionStore.contains(AbstractCollectionStore.java:271) > [java] at org.jpox.store.rdbms.scostore.AbstractSetStore.remove(AbstractSetStore.java:386) > [java] at org.jpox.sco.SCOUtils.updateStoreWithCollection(SCOUtils.java:459) > [java] at org.jpox.store.mapping.container.CollectionMapping.postUpdate(CollectionMapping.java:291) > [java] at org.jpox.store.rdbms.request.UpdateRequest.execute(UpdateRequest.java:266) > [java] at org.jpox.store.rdbms.table.ClassTable.update(ClassTable.java:1893) > [java] at org.jpox.store.StoreManager.update(StoreManager.java:781) > [java] at org.jpox.state.StateManagerImpl.flush(StateManagerImpl.java:4338) > [java] at org.jpox.AbstractPersistenceManager.flush(AbstractPersistenceManager.java:3057) > [java] at org.jpox.NonmanagedTransaction.commit(NonmanagedTransaction.java:436) > [java] at org.apache.jdo.tck.models.fieldtypes.TestHashSetCollections.runTest(TestHashSetCollections.java:106) > [java] at org.apache.jdo.tck.models.fieldtypes.TestHashSetCollections.test(TestHashSetCollections.java:73) > [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