Author: thomas.diesler(a)jboss.com
Date: 2009-11-02 09:21:11 -0500 (Mon, 02 Nov 2009)
New Revision: 95917
Modified:
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jta-service-jboss-beans.xml
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/microcontainer-service-jboss-beans.xml
Log:
more xml service docu
Modified:
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jta-service-jboss-beans.xml
===================================================================
---
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jta-service-jboss-beans.xml 2009-11-02
13:49:24 UTC (rev 95916)
+++
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jta-service-jboss-beans.xml 2009-11-02
14:21:11 UTC (rev 95917)
@@ -6,7 +6,14 @@
<deployment xmlns="urn:jboss:bean-deployer:2.0">
- <!-- Transaction Service -->
+ <!--
+ A bean that registers
+
+ javax.transaction.TransactionManager
+ javax.transaction.UserTransaction
+
+ as OSGi services. Please see the OSGi Enterprise JTA spec for details.
+ -->
<bean name="jboss.osgi:service=Transaction"
class="org.jboss.osgi.integration.jbossas.TransactionServiceBean">
<property name="bundleContext"><inject
bean="jboss.osgi:service=Framework"
property="bundleContext"/></property>
<property name="transactionManager"><inject
bean="RealTransactionManager"/></property>
Modified:
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/microcontainer-service-jboss-beans.xml
===================================================================
---
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/microcontainer-service-jboss-beans.xml 2009-11-02
13:49:24 UTC (rev 95916)
+++
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/microcontainer-service-jboss-beans.xml 2009-11-02
14:21:11 UTC (rev 95917)
@@ -6,7 +6,13 @@
<deployment xmlns="urn:jboss:bean-deployer:2.0">
- <!-- Microcontainer Service -->
+ <!--
+ A bean that registers
+
+ org.jboss.osgi.microcontainer.MicrocontainerService
+
+ as OSGi services. Please see the JBoss OSGi userguide for details.
+ -->
<bean name="jboss.osgi:service=Microcontainer"
class="org.jboss.osgi.integration.jbossas.MicrocontainerServiceBean">
<property name="bundleContext"><inject
bean="jboss.osgi:service=Framework"
property="bundleContext"/></property>
<property name="mbeanServer"><inject bean="JMXKernel"
property="mbeanServer"/></property>
Show replies by date