gishac / db4o-om

Automatically exported from code.google.com/p/db4o-om
0 stars 0 forks source link

Abstract class fields not shown, queries fail #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Original issue: http://tracker.db4o.com/browse/OMR-74
Created: 26/Feb/07 09:03 PM   Updated: 26/Feb/07 09:03 PM
Assignee: Travis Reeder  
Reporter: Brett Maruyama 
Component/s: Swing GUI
Environment:  .NET 2.0 classes, J2SE 5.0 Update 1
Participants: Brett Maruyama and Travis Reeder

The fields for an abstract class are not shown in the Stored Classes pane.
In addition, when querying using an abstract class in the FROM clause an
error is shown in red at the bottom of the Results pane:

Error executing query! Class not stored: My.Namespace.Myclass, Assembly.

Since the fields in the abstract class are not shown in the query results
for derived classes, there is no way to view the contents of these fields.

Original issue reported on code.google.com by germanvi...@gmail.com on 22 Apr 2008 at 7:39

GoogleCodeExporter commented 9 years ago
This exception is raised from sqloj.jar

com.spaceprogram.db4o.sql.Sql4oException: Class not stored: propertyOfSuperClass
    at com.spaceprogram.db4o.sql.SqlToSoda.execute(SqlToSoda.java:40)

This should be reported in the jira of JPOX?

Original comment by gis...@gmail.com on 24 Apr 2008 at 3:38

Attachments:

GoogleCodeExporter commented 9 years ago
Yes, it should be reported in JPOX's tracker (JPOX is now called DataNucleus)

Original comment by germanvi...@gmail.com on 29 Apr 2008 at 7:20

GoogleCodeExporter commented 9 years ago

Original comment by gis...@gmail.com on 13 Jun 2008 at 12:46