[
https://issues.apache.org/jira/browse/ISIS-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16398746#comment-16398746
]
Andi Huber commented on ISIS-1902:
----------------------------------
DN's plugin mechanism requires a MANIFEST.MF file to have the attribute
'Bundle-SymbolicName' in order to be regarded valid.
We override Manifest files with the Automatic-Module-Name maven plugin.
By adding
{noformat}
<Bundle-SymbolicName>${jar-plugin.automaticModuleName}</Bundle-SymbolicName>{noformat}
to the maven plugin's configuration in core/pom.xml the issue seems resolved.
> Datanucles: plugging in of Isis provided JDO value types is broken
> ------------------------------------------------------------------
>
> Key: ISIS-1902
> URL: https://issues.apache.org/jira/browse/ISIS-1902
> Project: Isis
> Issue Type: Bug
> Components: Core Plugins
> Affects Versions: 2.0.0-M1
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Blocker
> Fix For: 2.0.0-M2
>
>
> After moving the 'org.apache.isis.objectstore.jdo.datanucleus.valuetypes'
> from 'runtime' into both new 'core-plugin-jdo-datanucleus', datanulces does
> no longer register these!
> This breaks Blob/Clob fetching from persistence layer.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)