You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2010/02/15 16:10:31 UTC

svn commit: r910232 - /incubator/aries/trunk/ariestrader-sample/modules/ariestrader-openjpa-provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml

Author: jbohn
Date: Mon Feb 15 15:10:30 2010
New Revision: 910232

URL: http://svn.apache.org/viewvc?rev=910232&view=rev
Log:
remove unnecessary settings on persistence provider service

Modified:
    incubator/aries/trunk/ariestrader-sample/modules/ariestrader-openjpa-provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml

Modified: incubator/aries/trunk/ariestrader-sample/modules/ariestrader-openjpa-provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/ariestrader-sample/modules/ariestrader-openjpa-provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml?rev=910232&r1=910231&r2=910232&view=diff
==============================================================================
--- incubator/aries/trunk/ariestrader-sample/modules/ariestrader-openjpa-provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml (original)
+++ incubator/aries/trunk/ariestrader-sample/modules/ariestrader-openjpa-provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml Mon Feb 15 15:10:30 2010
@@ -6,10 +6,8 @@
   <service>
       <interfaces>
           <value>javax.persistence.spi.PersistenceProvider</value>
-          <value>org.apache.openjpa.persistence.PersistenceProviderImpl</value>
       </interfaces>
       <service-properties>
-          <entry key="osgi.jpa.provider.version" value="1.0.0" />
           <entry key="javax.persistence.provider" value="org.apache.openjpa.persistence.PersistenceProviderImpl" />
       </service-properties>    
       <bean class="org.apache.openjpa.persistence.PersistenceProviderImpl" />