Bug 2002: Classpath error when loading neutron northbound api 32/12132/1
authorSam Hague <shague@redhat.com>
Wed, 22 Oct 2014 01:51:27 +0000 (21:51 -0400)
committerSam Hague <shague@redhat.com>
Wed, 22 Oct 2014 01:51:27 +0000 (21:51 -0400)
Add the org.eclipse.persistence.antlr to the odl-pseristence feture. There are weird timing issues where if the antlr bundle is not loaded before core and moxy then the classes in antlr cannot be found.

Change-Id: I8fd30b5fb215b8a25512deac45e80099c91c539e
Signed-off-by: Sam Hague <shague@redhat.com>
features/base/src/main/resources/features.xml

index b527b221ff1b19b582e97855a873a9a9c3e75412..53cc36d6d688e5f9b338f822e207a78f7b793a9a 100644 (file)
@@ -80,6 +80,7 @@
    <feature name="odl-base-eclipselink-persistence" description="EclipseLink Persistence API" version="2.0.4.v201112161009">
       <bundle start="true">mvn:eclipselink/javax.persistence/2.0.4.v201112161009</bundle>
       <bundle start="true">mvn:eclipselink/javax.resource/1.5.0.v200906010428</bundle>
+      <bundle start="true">mvn:org.eclipse.persistence/org.eclipse.persistence.antlr/2.5.0</bundle>
       <bundle start="true">mvn:org.eclipse.persistence/org.eclipse.persistence.moxy/2.5.0</bundle>
       <bundle start="true">mvn:org.eclipse.persistence/org.eclipse.persistence.core/2.5.0</bundle>
    </feature>