Opened 14 years ago

Closed 14 years ago

#1476 closed defect (fixed)

Exporting reporters in a reporter list fails if ID or Registered are selected

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 2.15
Component: web Version:
Keywords: Cc:

Description

Stack trace:

java.io.IOException
at net.sf.basedb.clients.web.plugins.SimpleExport.exportProperties(SimpleExport.java:631)
at net.sf.basedb.clients.web.plugins.SimpleExport.performExport(SimpleExport.java:331)
at net.sf.basedb.core.plugin.AbstractExporterPlugin.run(AbstractExporterPlugin.java:144)
at net.sf.basedb.core.PluginExecutionRequest.invoke(PluginExecutionRequest.java:110)
at net.sf.basedb.core.PluginExecutionRequest.run(PluginExecutionRequest.java:135)
at java.lang.Thread.run(Thread.java:619)
Caused by: net.sf.basedb.core.BaseException
at net.sf.basedb.core.Metadata.getPropertyValue(Metadata.java:548)
at net.sf.basedb.clients.web.plugins.ReporterScoreQueryWrapper.getData(ReporterScoreQueryWrapper.java:82)
at net.sf.basedb.clients.web.plugins.ReporterScoreQueryWrapper.getData(ReporterScoreQueryWrapper.java:39)
at net.sf.basedb.clients.web.plugins.SimpleExport.exportProperties(SimpleExport.java:600)
... 5 more
Caused by: java.lang.NullPointerException
at org.hibernate.tuple.entity.AbstractEntityTuplizer.getPropertyValue(AbstractEntityTuplizer.java:524)
at org.hibernate.persister.entity.AbstractEntityPersister.getPropertyValue(AbstractEntityPersister.java:3796)
at net.sf.basedb.core.Metadata.getPropertyValue(Metadata.java:541)
... 8 more

The problem is that the two columns are using an incorrect property name in their <tbl:columndef> tags.

Change History (1)

comment:1 by Nicklas Nordborg, 14 years ago

Resolution: fixed
Status: newclosed

(In [5295]) Fixes #1476: Exporting reporters in a reporter list fails if ID or Registered are selected

Note: See TracTickets for help on using tickets.