You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2010/06/02 06:42:06 UTC

svn commit: r950369 - /geronimo/server/trunk/plugins/client/client/src/main/resources/OSGI-INF/blueprint/naming-providers.xml

Author: gawor
Date: Wed Jun  2 04:42:05 2010
New Revision: 950369

URL: http://svn.apache.org/viewvc?rev=950369&view=rev
Log:
expose RemoteInitialContextFactory service with two classes as defined by the OSGi JNDI spec

Modified:
    geronimo/server/trunk/plugins/client/client/src/main/resources/OSGI-INF/blueprint/naming-providers.xml

Modified: geronimo/server/trunk/plugins/client/client/src/main/resources/OSGI-INF/blueprint/naming-providers.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/client/client/src/main/resources/OSGI-INF/blueprint/naming-providers.xml?rev=950369&r1=950368&r2=950369&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/client/client/src/main/resources/OSGI-INF/blueprint/naming-providers.xml (original)
+++ geronimo/server/trunk/plugins/client/client/src/main/resources/OSGI-INF/blueprint/naming-providers.xml Wed Jun  2 04:42:05 2010
@@ -72,8 +72,11 @@ limitations under the License.
         <bean class="com.sun.jndi.url.rmi.rmiURLContextFactory"/>
     </service>
 
-    <service id="OpenEJBInitialContextFactory"
-             interface="org.apache.openejb.client.RemoteInitialContextFactory">
+    <service id="OpenEJBInitialContextFactory">
+        <interfaces>
+             <value>javax.naming.spi.InitialContextFactory</value>
+             <value>org.apache.openejb.client.RemoteInitialContextFactory</value>
+        </interfaces>
         <bean class="org.apache.openejb.client.RemoteInitialContextFactory"/>
     </service>