| Michelle Caisse (JIRA) 2005-12-23, 5:45 pm |
| JPOX throws JDOFatalInternalException on SELECT new LongString(personid, lastname)
----------------------------------------------------------------------------------
Key: JDO-266
URL: http://issues.apache.org/jira/browse/JDO-266
Project: JDO
Type: Bug
Components: tck20
Environment: jpox
Reporter: Michelle Caisse
Assigned to: Andy Jefferson
testConstructor(org.apache.jdo.tck.query.result.ResultClassRequirements)javax.jdo.JDOFatalInternalException: The expression NewObjectExpression "" is not supported in results.
at org.jpox.store.query.ResultExpressionsQueryable. newResultObjectFactory(ResultExpressions
Queryable.java:251)
at org.jpox.store.query.JDOQLQuery.performExecute(JDOQLQuery.java:644)
at org.jpox.store.query.Query.executeWithMap(Query.java:966)
at org.jpox.store.query.Query.executeWithArray(Query.java:939)
at org.jpox.store.query.Query.execute(Query.java:862)
at org.apache.jdo.tck.query.QueryTest.execute(QueryTest.java:1153)
at org.apache.jdo.tck.query.QueryTest.execute(QueryTest.java:1031)
at org.apache.jdo.tck.query.QueryTest.executeAPIQuery(QueryTest.java:968)
at org.apache.jdo.tck.query.QueryTest.executeAPIQuery(QueryTest.java:948)
at org.apache.jdo.tck.query.result.ResultClassRequirements.executeQuery(ResultClassRequirements.java:464)
at org.apache.jdo.tck.query.result.ResultClassRequirements.testConstructor(ResultClassRequirements.java:436)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at org.apache.jdo.tck.JDO_Test.runBare(JDO_Test.java:204)
at org.apache.jdo.tck.util.BatchTestRunner.start(BatchTestRunner.java:120)
at org.apache.jdo.tck.util.BatchTestRunner.main(BatchTestRunner.java:95)
The query is:
// constructor
new QueryElementHolder(
/*UNIQUE*/ null,
/*RESULT*/ "new LongString(personid, lastname)",
/*INTO*/ null,
/*FROM*/ FullTimeEmployee.class,
/*EXCLUDE*/ null,
/*WHERE*/ null,
/*VARIABLES*/ null,
/*PARAMETERS*/ null,
/*IMPORTS*/ "import org.apache.jdo.tck.query.result.classes.LongStri
ng;",
/*GROUP BY*/ null,
/*ORDER BY*/ null,
/*FROM*/ null,
/*TO*/ null),
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|