TOMEE-2316 Convert Markdown files to Asciidoc in the docs folder - 5
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/54346fb9 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/54346fb9 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/54346fb9 Branch: refs/heads/master Commit: 54346fb9e5d273dc94fc01bc0ea5ce7525017d15 Parents: 6bbcdc1 Author: Carlos Chacin <[email protected]> Authored: Wed Dec 5 23:06:54 2018 -0800 Committer: Carlos Chacin <[email protected]> Committed: Wed Dec 5 23:06:54 2018 -0800 ---------------------------------------------------------------------- docs/ejb-failover.adoc | 5 ++--- docs/embedded-and-remotable.adoc | 2 +- docs/failover-logging.adoc | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/54346fb9/docs/ejb-failover.adoc ---------------------------------------------------------------------- diff --git a/docs/ejb-failover.adoc b/docs/ejb-failover.adoc index 04f0ee3..de4cd50 100644 --- a/docs/ejb-failover.adoc +++ b/docs/ejb-failover.adoc @@ -1,9 +1,8 @@ -:index-group: Discovery -and Failover +# EJB Client/Server Failover +:index-group: Discovery and Failover :jbake-date: 2018-12-05 :jbake-type: page :jbake-status: published -:jbake-title: EJB Client/Server Failover OpenEJB supports stateless failover. Specifically, the ability for an http://git-wip-us.apache.org/repos/asf/tomee/blob/54346fb9/docs/embedded-and-remotable.adoc ---------------------------------------------------------------------- diff --git a/docs/embedded-and-remotable.adoc b/docs/embedded-and-remotable.adoc index ee6cc5e..aa22bf5 100644 --- a/docs/embedded-and-remotable.adoc +++ b/docs/embedded-and-remotable.adoc @@ -66,7 +66,7 @@ you call _listen_ to get your answer. \{snippet:id=code|url=openejb3/examples/telephone-stateful/src/main/java/org/superbiz/telephone/Telephone.java|lang=java} -:jbake-title: EJB3 Notes} The bean class uses the annotation _@Remote_ but +{title= EJB3 Notes} The bean class uses the annotation _@Remote_ but does not specify a list of interfaces as is normally required. Per EJB3 rules, if the bean implements exactly _one business interface_ it may use @Remote with no other values and that business interface is then http://git-wip-us.apache.org/repos/asf/tomee/blob/54346fb9/docs/failover-logging.adoc ---------------------------------------------------------------------- diff --git a/docs/failover-logging.adoc b/docs/failover-logging.adoc index 76c23a9..84c4045 100644 --- a/docs/failover-logging.adoc +++ b/docs/failover-logging.adoc @@ -1,5 +1,4 @@ -:index-group: Discovery -and Failover +:index-group: Discovery and Failover :jbake-date: 2018-12-05 :jbake-type: page :jbake-status: published
