[jboss-osgi-commits] JBoss-OSGI SVN: r89578 - projects/jboss-osgi/trunk/runtime/knopflerfish/src/main/resources.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Sat May 30 18:22:35 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-30 18:22:35 -0400 (Sat, 30 May 2009)
New Revision: 89578

Modified:
   projects/jboss-osgi/trunk/runtime/knopflerfish/src/main/resources/osgi-deployers-jboss-beans.xml
Log:
Fix knopflerfish AS integration

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-30 21:33:26 UTC (rev 89577)
+++ projects/jboss-osgi/trunk/runtime/knopflerfish/src/main/resources/osgi-deployers-jboss-beans.xml	2009-05-30 22:22:35 UTC (rev 89578)
@@ -52,8 +52,6 @@
             org.osgi.framework;version=1.4,
             org.osgi.service.packageadmin;version=1.2,
             org.osgi.service.startlevel;version=1.1  
-            
-            <!-- no trailing ',' -->
           </value>
         </entry>
         <!-- 
@@ -61,24 +59,13 @@
           If set to 'false' bundles must be deployed in the order that is required to start them. 
         -->
         <entry><key>org.jboss.osgi.deferred.start</key><value>true</value></entry>
-        <!--
-          Setup remote logging  
-        -->
-        <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>
     <property name="autoStart">
      <list elementClass="java.net.URL">
       <value>${jboss.server.home.url}/deploy/osgi/org.apache.felix.log.jar</value>
      </list>
     </property>
-    </property>
   </bean>
 
   <!-- The Framework Management -->




More information about the jboss-osgi-commits mailing list