
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
24/Dec/05 05:00 AM
|
|
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(ResultExpressionsQueryable.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),
|
|
Description
|
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(ResultExpressionsQueryable.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),
|
Show » |
| There are no subversion log entries for this issue yet.
|
|