You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/04/24 08:52:57 UTC

[tomee] branch master updated: Updated Spring and Open EJB 3 page. Fixes issue TOMEE-2512

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new a4d0b1e  Updated Spring and Open EJB 3 page.  Fixes issue TOMEE-2512
     new 62bf580  Merge pull request #463 from davidsalter/TOMEE-2512
a4d0b1e is described below

commit a4d0b1e232c3579945313301d9ee64358466e05d
Author: David Salter <da...@icloud.com>
AuthorDate: Sat Apr 20 14:42:12 2019 +0100

    Updated Spring and Open EJB 3 page.  Fixes issue TOMEE-2512
---
 docs/spring-and-openejb-3.0.adoc | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/docs/spring-and-openejb-3.0.adoc b/docs/spring-and-openejb-3.0.adoc
index 19d89b3..be5b280 100644
--- a/docs/spring-and-openejb-3.0.adoc
+++ b/docs/spring-and-openejb-3.0.adoc
@@ -5,8 +5,10 @@
 :jbake-status: published
 
 
-\{note}OpenEJB 3.1 and later users should refer to the [Spring]
-page.\{note} # Bootstrapping OpenEJB in Spring
+NOTE: OpenEJB 3.1 and later users should refer to the link:spring.html[Spring]
+page.
+
+# Bootstrapping OpenEJB in Spring
 
 If you wish to use OpenEJB inside Spring you can do so pretty easily.
 Include OpenEJB and its dependencies in your classpath as you would in a
@@ -223,12 +225,14 @@ Spring bean definitions combined
 </bean>
 ----
 
-{title= Some more useful info.} Here is a bunch of links suggested
+[NOTE]
+====
+Here is a bunch of links suggested
 by a user. If anybody has time to go through them and write a doc, that
 would be great. These links explain how to make available spring
-components to openejb
-http://twasink.net/blog/archives/2007/01/using_spring_wi.html
-http://static.springframework.org/spring/docs/2.5.x/api/org/springframework/ejb/interceptor/SpringBeanAutowiringInterceptor.html
-http://wiki.netbeans.org/MavenSpringEJBsOnGlassfish
+components to openejb.
 
-\{info}
+- http://twasink.net/blog/archives/2007/01/using_spring_wi.html
+- http://static.springframework.org/spring/docs/2.5.x/api/org/springframework/ejb/interceptor/SpringBeanAutowiringInterceptor.html
+- http://wiki.netbeans.org/MavenSpringEJBsOnGlassfish
+====