Issue Details (XML | Word | Printable)

Key: JDO-266
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: Major Major
Assignee: Andy Jefferson
Reporter: Michelle Caisse
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

JPOX throws JDOFatalInternalException on SELECT new LongString(personid, lastname)

Created: 24/Dec/05 04:52 AM   Updated: 24/Dec/05 05:00 AM
Return to search
Component/s: tck2
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment: jpox

Resolution Date: 24/Dec/05 05:00 AM


 Description  « Hide
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),


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.