[jboss-cvs] JBossAS SVN: r89457 - in projects/jboss-osgi/trunk/runtime: knopflerfish/src/main/resources and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 27 03:22:02 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-27 03:22:02 -0400 (Wed, 27 May 2009)
New Revision: 89457

Modified:
   projects/jboss-osgi/trunk/runtime/equinox/src/main/resources/osgi-deployers-jboss-beans.xml
   projects/jboss-osgi/trunk/runtime/knopflerfish/src/main/resources/osgi-deployers-jboss-beans.xml
Log:
Add husky testing to equinox and knopflerfish

Modified: projects/jboss-osgi/trunk/runtime/equinox/src/main/resources/osgi-deployers-jboss-beans.xml
===================================================================
--- projects/jboss-osgi/trunk/runtime/equinox/src/main/resources/osgi-deployers-jboss-beans.xml	2009-05-27 06:56:42 UTC (rev 89456)
+++ projects/jboss-osgi/trunk/runtime/equinox/src/main/resources/osgi-deployers-jboss-beans.xml	2009-05-27 07:22:02 UTC (rev 89457)
@@ -31,6 +31,7 @@
             org.jboss.logging,
             org.jboss.osgi.spi.service,
             org.jboss.osgi.spi.management,
+            org.jboss.osgi.spi.testing,
             org.osgi.framework; version=1.4,
             org.osgi.service.packageadmin; version=1.2,
             org.osgi.service.startlevel; version=1.1,
@@ -48,6 +49,11 @@
         <entry><key>org.jboss.osgi.service.remote.log.sender</key><value>true</value></entry>
         <entry><key>org.jboss.osgi.service.remote.log.host</key><value>localhost</value></entry>
         <entry><key>org.jboss.osgi.service.remote.log.port</key><value>5400</value></entry>
+        <!-- 
+          Husky socket connector properties
+        -->
+        <entry><key>org.jboss.osgi.husky.runtime.connector.host</key><value>${jboss.bind.address}</value></entry>
+        <entry><key>org.jboss.osgi.husky.runtime.connector.port</key><value>5401</value></entry>
       </map>
     </property>
   </bean>

Modified: projects/jboss-osgi/trunk/runtime/knopflerfish/src/main/resources/osgi-deployers-jboss-beans.xml
===================================================================
--- projects/jboss-osgi/trunk/runtime/knopflerfish/src/main/resources/osgi-deployers-jboss-beans.xml	2009-05-27 06:56:42 UTC (rev 89456)
+++ projects/jboss-osgi/trunk/runtime/knopflerfish/src/main/resources/osgi-deployers-jboss-beans.xml	2009-05-27 07:22:02 UTC (rev 89457)
@@ -30,6 +30,7 @@
             org.jboss.logging,
             org.jboss.osgi.spi.service,
             org.jboss.osgi.spi.management,
+            org.jboss.osgi.spi.testing,
             org.osgi.framework; version=1.4,
             org.osgi.service.packageadmin; version=1.2,
             org.osgi.service.startlevel; version=1.1,
@@ -47,6 +48,11 @@
         <entry><key>org.jboss.osgi.service.remote.log.sender</key><value>true</value></entry>
         <entry><key>org.jboss.osgi.service.remote.log.host</key><value>localhost</value></entry>
         <entry><key>org.jboss.osgi.service.remote.log.port</key><value>5400</value></entry>
+        <!-- 
+          Husky socket connector properties
+        -->
+        <entry><key>org.jboss.osgi.husky.runtime.connector.host</key><value>${jboss.bind.address}</value></entry>
+        <entry><key>org.jboss.osgi.husky.runtime.connector.port</key><value>5401</value></entry>
       </map>
     </property>
   </bean>




More information about the jboss-cvs-commits mailing list