[
https://issues.apache.org/jira/browse/GERONIMO-6451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13835378#comment-13835378
]
Jostein Gogstad commented on GERONIMO-6451:
-------------------------------------------
There's a comma missing in the osgi-exports in the pom. I'm sure I don't have
commit access so it would be nice if one of you would fix it. Without the comma
the export of {{javax.persistence.criteria;version=2.1}} is missing.
{code:xml|title=https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jpa_2.1_spec/pom.xml}
<Export-Package>
javax.persistence;version=1.2;jpa=2.1,
javax.persistence.criteria;version=1.2;jpa=2.1,
javax.persistence.metamodel;version=1.2;jpa=2.1,
javax.persistence.spi;version=1.2;jpa=2.1,
javax.persistence;version=2.1 <!-- COMMA MISSING -->
javax.persistence.criteria;version=2.1,
javax.persistence.metamodel;version=2.1,
javax.persistence.spi;version=2.1
</Export-Package>
{code}
> API jar for JSR 338 - JPA 2.1
> -----------------------------
>
> Key: GERONIMO-6451
> URL: https://issues.apache.org/jira/browse/GERONIMO-6451
> Project: Geronimo
> Issue Type: Sub-task
> Security Level: public(Regular issues)
> Reporter: Kevin Sutter
> Attachments: geronimo-jpa_2.1_spec-1.0-src.jar,
> geronimo-jpa_2.1_spec-1.0.jar, geronimo-jpa_2.1_spec-1.0.jar,
> jpa2.1-src.patch.txt
>
>
> Updated JPA 2.1 jar for Java EE 7.
--
This message was sent by Atlassian JIRA
(v6.1#6144)