You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Michelle Caisse (JIRA)" <ji...@apache.org> on 2005/12/23 20:54:30 UTC

[jira] Created: (JDO-266) JPOX throws JDOFatalInternalException on SELECT new LongString(personid, lastname)

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(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),


-- 
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


[jira] Resolved: (JDO-266) JPOX throws JDOFatalInternalException on SELECT new LongString(personid, lastname)

Posted by "Andy Jefferson (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JDO-266?page=all ]
     
Andy Jefferson resolved JDO-266:
--------------------------------

    Resolution: Duplicate

Dup of JDO-249

> 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
>     Assignee: 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(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),

-- 
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