[jboss-cvs] JBossAS SVN: r101674 - projects/ejb3/components/singleton/trunk/docs/reference/en.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 1 11:51:00 EST 2010


Author: jaikiran
Date: 2010-03-01 11:51:00 -0500 (Mon, 01 Mar 2010)
New Revision: 101674

Modified:
   projects/ejb3/components/singleton/trunk/docs/reference/en/ejb3deployment.xml
Log:
Minor doc update

Modified: projects/ejb3/components/singleton/trunk/docs/reference/en/ejb3deployment.xml
===================================================================
--- projects/ejb3/components/singleton/trunk/docs/reference/en/ejb3deployment.xml	2010-03-01 16:50:34 UTC (rev 101673)
+++ projects/ejb3/components/singleton/trunk/docs/reference/en/ejb3deployment.xml	2010-03-01 16:51:00 UTC (rev 101674)
@@ -3,7 +3,8 @@
 <chapter id="ejb3deployment">
                            <title>EJB3Deployment</title>
     <para>
-        <ulink url="TODO-link">EJB3Deployment</ulink> is a collection of <code>EJBContainer</code>s. Dependency resolution between
+        <ulink url="http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/container/trunk/spi/src/main/java/org/jboss/ejb3/container/spi/deployment/EJB3Deployment.java">EJB3Deployment</ulink>
+        is a collection of <code>EJBContainer</code>s. Dependency resolution between
         <code>EJBContainer</code> and other components (like a PersistenceUnit) should happen at the <code>EJB3Deployment</code> level.
         As such methods like org.jboss.ejb3.EJBContainer.processMetaData() (in the jboss-ejb3-core containers) which setup a dependency policy
         will no longer be applicable for new containers. 
@@ -14,6 +15,7 @@
         For the new containers, this will be (slowly) moved out of the containers and instead be done in a deployer which installs the container
         as a MC bean. The deployer will be responsible for setting up (with the help of appropriate handlers and EJB3Deployment) dependencies
         for the container. *After* setting up the dependencies on the container, the deployer will deploy the container as a MC bean. See
-        <ulink url="TODO-link">SingletonContainerDeployer</ulink> on how this is done.
+        <ulink url="http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/singleton/trunk/deployer/src/main/java/org/jboss/ejb3/singleton/deployer/SingletonContainerDeployer.java">SingletonContainerDeployer</ulink>
+        on how this is done.
     </para>
 </chapter>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list