Changes between Initial Version and Version 1 of Ticket #1048


Ignore:
Timestamp:
Apr 25, 2018, 8:26:24 AM (6 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1048 – Description

    initial v1  
    44Value '98' is a 'class java.lang.Long' not a 'Integer'
    55}}}
     6
     7Stack trace:
     8{{{
     9java.lang.RuntimeException: Import of '/typedefs.json' failed: Value '98' is a 'class java.lang.Long', not a 'Integer'
     10 at net.sf.basedb.relax.plugins.ReleaseImporterPlugin.doImport(ReleaseImporterPlugin.java:660)
     11 at net.sf.basedb.relax.plugins.ReleaseImporterPlugin.run(ReleaseImporterPlugin.java:323)
     12 at net.sf.basedb.core.PluginExecutionRequest.invoke(PluginExecutionRequest.java:117)
     13 at net.sf.basedb.core.InternalJobQueue$JobRunner.run(InternalJobQueue.java:573)
     14 at java.lang.Thread.run(Unknown Source)
     15Caused by: net.sf.basedb.core.InvalidDataException: Value '98' is a 'class java.lang.Long', not a 'Integer'
     16 at net.sf.basedb.core.Type.validate(Type.java:595)
     17 at net.sf.basedb.core.AnnotationType.setValues(AnnotationType.java:1230)
     18 at net.sf.basedb.relax.plugins.ReleaseImporterPlugin$AnnotationTypeImporter.update(ReleaseImporterPlugin.java:1402)
     19 at net.sf.basedb.relax.plugins.ReleaseImporterPlugin$AnnotationTypeImporter.update(ReleaseImporterPlugin.java:1357)
     20 at net.sf.basedb.relax.plugins.ReleaseImporterPlugin$ItemImporter.findOrCreateItem(ReleaseImporterPlugin.java:1085)
     21 at net.sf.basedb.relax.plugins.ReleaseImporterPlugin.importTypeDefs(ReleaseImporterPlugin.java:690)
     22 at net.sf.basedb.relax.plugins.ReleaseImporterPlugin.doImport(ReleaseImporterPlugin.java:599)
     23... 4 more
     24}}}