You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Matthieu Ghilain (JIRA)" <ju...@ws.apache.org> on 2015/11/30 11:01:11 UTC

[jira] [Commented] (JUDDI-946) Incorrect annotation on JPA entity class TempKey

    [ https://issues.apache.org/jira/browse/JUDDI-946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15031600#comment-15031600 ] 

Matthieu Ghilain commented on JUDDI-946:
----------------------------------------

I uploaded a patch fixing the problem: [^patch.zip]

> Incorrect annotation on JPA entity class TempKey
> ------------------------------------------------
>
>                 Key: JUDDI-946
>                 URL: https://issues.apache.org/jira/browse/JUDDI-946
>             Project: jUDDI
>          Issue Type: Bug
>          Components: juddi-tomcat
>            Reporter: Matthieu Ghilain
>             Fix For: 3.3.2
>
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> The primary key (pk) of the entity TempKey is annotated with \@Id. This is not correct, it should be @EmbeddedId. This causes strange behaviour with EclipseLink which then tries to generate a BLOB column for the primary key.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)