This is an automated email from the ASF dual-hosted git repository. dblevins pushed a commit to branch markdown-to-asciidoc in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git
commit 2dbdc47740f4f8aa734f0080296fd38b41b56113 Author: David Jencks <[email protected]> AuthorDate: Wed Mar 4 20:58:27 2020 -0800 fix xrefs --- tomee/modules/ROOT/pages/tomcat-object-factory.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tomee/modules/ROOT/pages/tomcat-object-factory.adoc b/tomee/modules/ROOT/pages/tomcat-object-factory.adoc index 2ef673c..a017cd1 100644 --- a/tomee/modules/ROOT/pages/tomcat-object-factory.adoc +++ b/tomee/modules/ROOT/pages/tomcat-object-factory.adoc @@ -6,5 +6,5 @@ _The TomcatEjbFactory as discussed in the link:http://www.onjava.com/pub/a/onjava/2003/02/12/ejb_tomcat.html[OnJava article "OpenEJB: EJB for Tomcat"] is no longer required._ -As of OpenEJB 3.0 references from Servlets to EJBs happen automatically with usage of the xref:{examples-vc}:injection-of-other-ejbs-example.adoc[@EJB annotation] in the Servlet, Filter or Listener or with the ejb-ref or ejb-local-ref declared in the web.xml. -See the xref:tomcat.adoc[Tomcat Integration] page for the most up-to-date details on using OpenEJB inside Tomcat. +As of OpenEJB 3.0 references from Servlets to EJBs happen automatically with usage of the xref:injection-of-other-ejbs-example.adoc[@EJB annotation] in the Servlet, Filter or Listener or with the ejb-ref or ejb-local-ref declared in the web.xml. +See the xref:{common-vc}::tomcat.adoc[Tomcat Integration] page for the most up-to-date details on using OpenEJB inside Tomcat.
