Repository: tomee
Updated Branches:
  refs/heads/master d5fcddc9c -> 6771ef9c6


add css for tables


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/6771ef9c
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/6771ef9c
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/6771ef9c

Branch: refs/heads/master
Commit: 6771ef9c6eba3e9bdc485f939b236fe66c7b7a9f
Parents: d5fcddc
Author: dblevins <[email protected]>
Authored: Sat Dec 1 13:18:34 2018 -0800
Committer: dblevins <[email protected]>
Committed: Sat Dec 1 13:18:34 2018 -0800

----------------------------------------------------------------------
 docs/activemqresourceadapter-config.mdtext |  5 +++--
 docs/admin/cluster/index.adoc              | 25 ++++++++++++++++++++-----
 docs/advanced/client/jndi.adoc             |  4 +---
 docs/annotations,-xml-and-defaults.mdtext  |  2 +-
 docs/bmpentitycontainer-config.mdtext      |  2 +-
 docs/client-server-transports.mdtext       |  2 +-
 docs/cmpentitycontainer-config.mdtext      |  2 +-
 docs/comparison.mdtext                     |  2 +-
 docs/containers-and-resources.mdtext       | 22 +++++++++++-----------
 docs/datasource-config.mdtext              |  2 +-
 docs/datasource-password-encryption.mdtext |  2 +-
 docs/deploy-tool.mdtext                    |  2 +-
 docs/faq_openejb-jar.html.mdtext           |  2 --
 docs/initialcontext-config.mdtext          |  2 +-
 docs/javaee7-status.mdtext                 |  2 +-
 docs/javamailsession-config.mdtext         |  2 +-
 docs/jmsconnectionfactory-config.mdtext    |  2 +-
 docs/jndi-names.mdtext                     |  2 +-
 docs/managedcontainer-config.mdtext        |  2 +-
 docs/maven/build-mojo.mdtext               |  2 +-
 docs/maven/configtest-mojo.mdtext          |  2 +-
 docs/maven/debug-mojo.mdtext               |  2 +-
 docs/maven/deploy-mojo.mdtext              |  4 ++--
 docs/maven/exec-mojo.mdtext                |  2 +-
 docs/maven/help-mojo.mdtext                |  2 +-
 docs/maven/index.mdtext                    |  2 +-
 docs/maven/list-mojo.mdtext                |  2 +-
 docs/maven/run-mojo.mdtext                 |  2 +-
 docs/maven/start-mojo.mdtext               |  2 +-
 docs/maven/stop-mojo.mdtext                |  2 +-
 docs/maven/undeploy-mojo.mdtext            |  4 ++--
 docs/messagedrivencontainer-config.mdtext  |  2 +-
 docs/new-in-openejb-3.0.mdtext             |  6 +++++-
 docs/openejb.xml.mdtext                    |  5 ++++-
 docs/orb-config.mdtext                     |  2 +-
 docs/properties-listing.mdtext             |  8 ++++----
 docs/proxyfactory-config.mdtext            |  2 +-
 docs/queue-config.mdtext                   |  2 +-
 docs/security.mdtext                       |  4 ++--
 docs/securityservice-config.mdtext         |  2 +-
 docs/singletoncontainer-config.mdtext      |  2 +-
 docs/spring-and-openejb-3.0.mdtext         |  5 +++++
 docs/spring-ejb-and-jpa.mdtext             |  2 +-
 docs/spring.mdtext                         |  2 +-
 docs/statefulcontainer-config.mdtext       |  2 +-
 docs/statelesscontainer-config.mdtext      |  2 +-
 docs/tomee-embedded-maven-plugin.mdtext    |  2 +-
 docs/tomee-maven-plugin.mdtext             |  2 +-
 docs/tomee-version-policies.mdtext         |  2 +-
 docs/topic-config.mdtext                   |  2 +-
 docs/transaction-annotations.mdtext        |  2 +-
 docs/transactionmanager-config.mdtext      |  2 +-
 docs/validation-tool.mdtext                |  2 +-
 53 files changed, 100 insertions(+), 76 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/activemqresourceadapter-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/activemqresourceadapter-config.mdtext 
b/docs/activemqresourceadapter-config.mdtext
index 8f85dc7..a0c1920 100644
--- a/docs/activemqresourceadapter-config.mdtext
+++ b/docs/activemqresourceadapter-config.mdtext
@@ -19,8 +19,9 @@ Alternatively, a ActiveMQResourceAdapter can be declared via 
properties in the `
     myActiveMQResourceAdapter.startupTimeout = 10 seconds
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared ActiveMQResourceAdapter a warning will be 
logged.  If a ActiveMQResourceAdapter is needed by the application and one is 
not declared, TomEE will create one dynamically using default settings.  
Multiple ActiveMQResourceAdapter declarations are allowed.
-# Supported Properties
-<table>
+
+## Supported Properties
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/admin/cluster/index.adoc
----------------------------------------------------------------------
diff --git a/docs/admin/cluster/index.adoc b/docs/admin/cluster/index.adoc
index 82caad7..9893c8f 100755
--- a/docs/admin/cluster/index.adoc
+++ b/docs/admin/cluster/index.adoc
@@ -1,10 +1,6 @@
-== Clustering and High Availability (HA)
-
-:jbake-date: 2016-03-16
 :jbake-type: page
 :jbake-status: published
-:jbake-tomeepdf:
-
+:jbake-title: Clustering and High Availability (HA)
 
 === Session clustering
 
@@ -55,6 +51,25 @@ The group setting can be changed to further group servers 
that may use the same
 
 IMPORTANT: for multicast to work you need to have ejbd activated as a normal 
service. This can be done setting in `conf/system.properties` the entry: 
`openejb.service.manager.class = 
org.apache.openejb.server.SimpleServiceManager`.
 
+text
+
+NOTE: for multicast to work you need to have ejbd activated as a normal 
service. This can be done setting in `conf/system.properties` the entry: 
`openejb.service.manager.class = 
org.apache.openejb.server.SimpleServiceManager`.
+
+text
+
+TIP: for multicast to work you need to have ejbd activated as a normal 
service. This can be done setting in `conf/system.properties` the entry: 
`openejb.service.manager.class = 
org.apache.openejb.server.SimpleServiceManager`.
+
+text
+
+CAUTION: for multicast to work you need to have ejbd activated as a normal 
service. This can be done setting in `conf/system.properties` the entry: 
`openejb.service.manager.class = 
org.apache.openejb.server.SimpleServiceManager`.
+
+text
+
+WARNING: for multicast to work you need to have ejbd activated as a normal 
service. This can be done setting in `conf/system.properties` the entry: 
`openejb.service.manager.class = 
org.apache.openejb.server.SimpleServiceManager`.
+
+text
+
+
 ===== Multicast Client
 
 The multicast functionality is not just for servers to find each other in a 
cluster, it can also be used for EJB clients to discover a server. A special 
multicast:// URL can be used in the InitialContext properties to signify that 
multicast should be used to seed the connection process. Such as:

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/advanced/client/jndi.adoc
----------------------------------------------------------------------
diff --git a/docs/advanced/client/jndi.adoc b/docs/advanced/client/jndi.adoc
index a6e461a..5f2e55b 100644
--- a/docs/advanced/client/jndi.adoc
+++ b/docs/advanced/client/jndi.adoc
@@ -1,8 +1,6 @@
-== Java Naming and Directory Interface (JNDI)
-:jbake-date: 2016-10-14
+:jbake-title: Java Naming and Directory Interface (JNDI)
 :jbake-type: page
 :jbake-status: published
-:jbake-tomeepdf:
 
 TomEE has several JNDI client intended for multiple usages.
 

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/annotations,-xml-and-defaults.mdtext
----------------------------------------------------------------------
diff --git a/docs/annotations,-xml-and-defaults.mdtext 
b/docs/annotations,-xml-and-defaults.mdtext
index a7d1fe1..4cef5b6 100644
--- a/docs/annotations,-xml-and-defaults.mdtext
+++ b/docs/annotations,-xml-and-defaults.mdtext
@@ -6,7 +6,7 @@ Title: Annotations, XML and Defaults
               <p>The following is a list of all annotations and their 
attributes, the xml tags that correspond to them (for overriding), and what the 
default values are when left unspecified.</p>
 
 <div >
-<table ><tbody>
+<table class="mdtable"> <tbody>
 <tr>
 <th > Annotation </th>
 <th > xml element(s) </th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/bmpentitycontainer-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/bmpentitycontainer-config.mdtext 
b/docs/bmpentitycontainer-config.mdtext
index 64d6729..7466188 100644
--- a/docs/bmpentitycontainer-config.mdtext
+++ b/docs/bmpentitycontainer-config.mdtext
@@ -14,7 +14,7 @@ Alternatively, a BmpEntityContainer can be declared via 
properties in the `<tome
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared BmpEntityContainer a warning will be 
logged.  If a BmpEntityContainer is needed by the application and one is not 
declared, TomEE will create one dynamically using default settings.  Multiple 
BmpEntityContainer declarations are allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/client-server-transports.mdtext
----------------------------------------------------------------------
diff --git a/docs/client-server-transports.mdtext 
b/docs/client-server-transports.mdtext
index 5dd8721..2799639 100644
--- a/docs/client-server-transports.mdtext
+++ b/docs/client-server-transports.mdtext
@@ -2,7 +2,7 @@ Title: Client-Server Transports
 <a name="Client-ServerTransports-Client/Servertransports"></a>
 #  Client/Server transports
 
-<table>
+<table class="mdtable">
 <tr><th> jar </th><th> transport description </th></tr>
 <tr><td> openejb-ejbd-3.0.jar </td><td> provides the 'ejbd' protocol.  A 
binary protocol
 traveling over a socket </td></tr>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/cmpentitycontainer-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/cmpentitycontainer-config.mdtext 
b/docs/cmpentitycontainer-config.mdtext
index 0947167..56c34c7 100644
--- a/docs/cmpentitycontainer-config.mdtext
+++ b/docs/cmpentitycontainer-config.mdtext
@@ -14,7 +14,7 @@ Alternatively, a CmpEntityContainer can be declared via 
properties in the `<tome
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared CmpEntityContainer a warning will be 
logged.  If a CmpEntityContainer is needed by the application and one is not 
declared, TomEE will create one dynamically using default settings.  Multiple 
CmpEntityContainer declarations are allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/comparison.mdtext
----------------------------------------------------------------------
diff --git a/docs/comparison.mdtext b/docs/comparison.mdtext
index 4f417b3..641e8fa 100644
--- a/docs/comparison.mdtext
+++ b/docs/comparison.mdtext
@@ -9,7 +9,7 @@ Effectively, TomEE is a superset of OpenEJB.  They share the 
same code and TomEE
 
 Note: this table is for TomEE 1.x, TomEE 7 comments are under it.
 
-<table>
+<table class="mdtable">
 <tr>
 <th></th>
 <th>Tomcat</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/containers-and-resources.mdtext
----------------------------------------------------------------------
diff --git a/docs/containers-and-resources.mdtext 
b/docs/containers-and-resources.mdtext
index dba4c00..a568bad 100644
--- a/docs/containers-and-resources.mdtext
+++ b/docs/containers-and-resources.mdtext
@@ -16,7 +16,7 @@ Title: Containers and Resources
 </div></div>
 <p>Supports the following properties</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody>
+<table class="mdtable"> <tbody>
 <tr>
 <th > Property Name </th>
 <th > Description </th>
@@ -38,7 +38,7 @@ Title: Containers and Resources
 </div></div>
 <p>Supports the following properties</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody>
+<table class="mdtable"> <tbody>
 <tr>
 <th > Property Name </th>
 <th > Description </th>
@@ -65,7 +65,7 @@ Title: Containers and Resources
 </div></div>
 <p>Supports the following properties</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody>
+<table class="mdtable"> <tbody>
 <tr>
 <th > Property Name </th>
 <th > Description </th>
@@ -92,7 +92,7 @@ Title: Containers and Resources
 </div></div>
 <p>Supports the following properties</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody>
+<table class="mdtable"> <tbody>
 <tr>
 <th > Property Name </th>
 <th > Description </th>
@@ -127,7 +127,7 @@ Title: Containers and Resources
 </div></div>
 <p>Supports the following properties</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody>
+<table class="mdtable"> <tbody>
 <tr>
 <th > Property Name </th>
 <th > Description </th>
@@ -166,7 +166,7 @@ Title: Containers and Resources
 </div></div>
 <p>Supports the following properties</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody>
+<table class="mdtable"> <tbody>
 <tr>
 <th > Property Name </th>
 <th > Description </th>
@@ -208,7 +208,7 @@ Title: Containers and Resources
 </div></div>
 <p>Supports the following properties</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody>
+<table class="mdtable"> <tbody>
 <tr>
 <th > Property Name </th>
 <th > Description </th>
@@ -327,7 +327,7 @@ Title: Containers and Resources
 </div></div>
 <p>Supports the following properties</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody>
+<table class="mdtable"> <tbody>
 <tr>
 <th > Property Name </th>
 <th > Description </th>
@@ -362,7 +362,7 @@ Title: Containers and Resources
 </div></div>
 <p>Supports the following properties</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody>
+<table class="mdtable"> <tbody>
 <tr>
 <th > Property Name </th>
 <th > Description </th>
@@ -409,7 +409,7 @@ Title: Containers and Resources
 </div></div>
 <p>Supports the following properties</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody>
+<table class="mdtable"> <tbody>
 <tr>
 <th > Property Name </th>
 <th > Description </th>
@@ -436,7 +436,7 @@ Title: Containers and Resources
 </div></div>
 <p>Supports the following properties</p>
 <div class="table-wrap">
-<table class="confluenceTable"><tbody>
+<table class="mdtable"> <tbody>
 <tr>
 <th > Property Name </th>
 <th > Description </th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/datasource-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/datasource-config.mdtext b/docs/datasource-config.mdtext
index 9f0cebd..4f19c9f 100644
--- a/docs/datasource-config.mdtext
+++ b/docs/datasource-config.mdtext
@@ -70,7 +70,7 @@ Properties and xml can be mixed.  Properties will override 
the xml allowing for
 See the [Common DataSource 
Configurations](common-datasource-configurations.html) page for examples of 
configuring datasources for Derby, MySQL, Oracle and other common databases.
 
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/datasource-password-encryption.mdtext
----------------------------------------------------------------------
diff --git a/docs/datasource-password-encryption.mdtext 
b/docs/datasource-password-encryption.mdtext
index 2ddc25f..cee368c 100644
--- a/docs/datasource-password-encryption.mdtext
+++ b/docs/datasource-password-encryption.mdtext
@@ -106,7 +106,7 @@ shorthand as show below.
     
 ### OPTIONS
 
-<table>
+<table class="mdtable">
 <tr><td>-h, --_help_ <td></td>Lists these options and exit.</td></tr>
 <tr><td>-c, --_cipher_ <td></td>Specifies the password cipher implementation 
to use (default is Static3DES).</td></tr>
 <tr><td>-d, --_decrypt_ <td></td>Switches command line tool to 
decrypt.</td></tr>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/deploy-tool.mdtext
----------------------------------------------------------------------
diff --git a/docs/deploy-tool.mdtext b/docs/deploy-tool.mdtext
index b3c724a..8f787b1 100644
--- a/docs/deploy-tool.mdtext
+++ b/docs/deploy-tool.mdtext
@@ -78,7 +78,7 @@ be *Application Client* archives.
 <a name="DeployTool-OPTIONS"></a>
 # OPTIONS
 
-<table>
+<table class="mdtable">
 <tr>
 <td>-d, --debug </td>
 <td>Increases the level of detail on validation errors and

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/faq_openejb-jar.html.mdtext
----------------------------------------------------------------------
diff --git a/docs/faq_openejb-jar.html.mdtext b/docs/faq_openejb-jar.html.mdtext
deleted file mode 100644
index 82b03b7..0000000
--- a/docs/faq_openejb-jar.html.mdtext
+++ /dev/null
@@ -1,2 +0,0 @@
-Title: faq_openejb-jar.html
-Need Complete stes to deploy a bean using openejb

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/initialcontext-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/initialcontext-config.mdtext 
b/docs/initialcontext-config.mdtext
index e9a1bad..a4b14b0 100644
--- a/docs/initialcontext-config.mdtext
+++ b/docs/initialcontext-config.mdtext
@@ -12,7 +12,7 @@ Alternatively, a InitialContext can be declared via 
properties in the `<tomee-ho
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared InitialContext a warning will be logged.  
If a InitialContext is needed by the application and one is not declared, TomEE 
will create one dynamically using default settings.  Multiple InitialContext 
declarations are allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/javaee7-status.mdtext
----------------------------------------------------------------------
diff --git a/docs/javaee7-status.mdtext b/docs/javaee7-status.mdtext
index bbd0504..a673849 100644
--- a/docs/javaee7-status.mdtext
+++ b/docs/javaee7-status.mdtext
@@ -2,7 +2,7 @@ Title: Java EE 7 Implementation Status
 
 This page shows the current implementation status for the Java EE 7 
specification compabitility of Apache Tomme 7.0.0-M1. Currently, we are working 
on the certification for Java EE 7.
 
-<table>
+<table class="mdtable">
     <tr>
         <th></th>
         <th>Version</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/javamailsession-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/javamailsession-config.mdtext 
b/docs/javamailsession-config.mdtext
index f4920a1..14a508f 100644
--- a/docs/javamailsession-config.mdtext
+++ b/docs/javamailsession-config.mdtext
@@ -12,7 +12,7 @@ Alternatively, a JavaMailSession can be declared via 
properties in the `<tomee-h
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared JavaMailSession a warning will be logged. 
 If a JavaMailSession is needed by the application and one is not declared, 
TomEE will create one dynamically using default settings.  Multiple 
JavaMailSession declarations are allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/jmsconnectionfactory-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/jmsconnectionfactory-config.mdtext 
b/docs/jmsconnectionfactory-config.mdtext
index 16591ca..e7b3953 100644
--- a/docs/jmsconnectionfactory-config.mdtext
+++ b/docs/jmsconnectionfactory-config.mdtext
@@ -24,7 +24,7 @@ Alternatively, a JmsConnectionFactory can be declared via 
properties in the `<to
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared JmsConnectionFactory a warning will be 
logged.  If a JmsConnectionFactory is needed by the application and one is not 
declared, TomEE will create one dynamically using default settings.  Multiple 
JmsConnectionFactory declarations are allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/jndi-names.mdtext
----------------------------------------------------------------------
diff --git a/docs/jndi-names.mdtext b/docs/jndi-names.mdtext
index 1da61af..43564dc 100644
--- a/docs/jndi-names.mdtext
+++ b/docs/jndi-names.mdtext
@@ -27,7 +27,7 @@ over the structure of the JNDI layout can institute a design 
pattern just
 right for your client apps.  See the [Service Locator](service-locator.html)
  doc for clever ways to use the JNDI name formatting functionality in
 client code.
-<table>
+<table class="mdtable">
 <tr><td>variable</td><td>       description</td></tr>
 <tr><td>moduleId</td><td>       Typically the name of the ejb-jar file<br> or 
the <ejb-jar id=""> id value if specified</td></tr>
 <tr><td>ejbType</td><td>        STATEFUL, STATELESS, BMP_ENTITY, CMP_ENTITY, 
or MESSAGE_DRIVEN</td></tr>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/managedcontainer-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/managedcontainer-config.mdtext 
b/docs/managedcontainer-config.mdtext
index 5c32014..a41651e 100644
--- a/docs/managedcontainer-config.mdtext
+++ b/docs/managedcontainer-config.mdtext
@@ -12,7 +12,7 @@ Alternatively, a ManagedContainer can be declared via 
properties in the `<tomee-
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared ManagedContainer a warning will be 
logged.  If a ManagedContainer is needed by the application and one is not 
declared, TomEE will create one dynamically using default settings.  Multiple 
ManagedContainer declarations are allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/maven/build-mojo.mdtext
----------------------------------------------------------------------
diff --git a/docs/maven/build-mojo.mdtext b/docs/maven/build-mojo.mdtext
index a2e02d3..d666cc9 100644
--- a/docs/maven/build-mojo.mdtext
+++ b/docs/maven/build-mojo.mdtext
@@ -23,7 +23,7 @@
 <div class="section">
 <h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
         
-<table class="bodyTable" border="0">
+<table class="mdtable">
           
 <tr class="a">
             

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/maven/configtest-mojo.mdtext
----------------------------------------------------------------------
diff --git a/docs/maven/configtest-mojo.mdtext 
b/docs/maven/configtest-mojo.mdtext
index f5402b7..a904349 100644
--- a/docs/maven/configtest-mojo.mdtext
+++ b/docs/maven/configtest-mojo.mdtext
@@ -23,7 +23,7 @@
 <div class="section">
 <h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
         
-<table class="bodyTable" border="0">
+<table class="mdtable">
           
 <tr class="a">
             

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/maven/debug-mojo.mdtext
----------------------------------------------------------------------
diff --git a/docs/maven/debug-mojo.mdtext b/docs/maven/debug-mojo.mdtext
index 68f6e65..f89c271 100644
--- a/docs/maven/debug-mojo.mdtext
+++ b/docs/maven/debug-mojo.mdtext
@@ -23,7 +23,7 @@
 <div class="section">
 <h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
         
-<table class="bodyTable" border="0">
+<table class="mdtable">
           
 <tr class="a">
             

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/maven/deploy-mojo.mdtext
----------------------------------------------------------------------
diff --git a/docs/maven/deploy-mojo.mdtext b/docs/maven/deploy-mojo.mdtext
index 2c5393c..76ea8d4 100644
--- a/docs/maven/deploy-mojo.mdtext
+++ b/docs/maven/deploy-mojo.mdtext
@@ -23,7 +23,7 @@
 <div class="section">
 <h3>Required Parameters<a name="Required_Parameters"></a></h3>
         
-<table class="bodyTable" border="0">
+<table class="mdtable">
           
 <tr class="a">
             
@@ -52,7 +52,7 @@
 <div class="section">
 <h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
         
-<table class="bodyTable" border="0">
+<table class="mdtable">
           
 <tr class="a">
             

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/maven/exec-mojo.mdtext
----------------------------------------------------------------------
diff --git a/docs/maven/exec-mojo.mdtext b/docs/maven/exec-mojo.mdtext
index 6dccd6e..db1c600 100644
--- a/docs/maven/exec-mojo.mdtext
+++ b/docs/maven/exec-mojo.mdtext
@@ -23,7 +23,7 @@
 <div class="section">
 <h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
         
-<table class="bodyTable" border="0">
+<table class="mdtable">
           
 <tr class="a">
             

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/maven/help-mojo.mdtext
----------------------------------------------------------------------
diff --git a/docs/maven/help-mojo.mdtext b/docs/maven/help-mojo.mdtext
index 9a8cb9a..f6251af 100644
--- a/docs/maven/help-mojo.mdtext
+++ b/docs/maven/help-mojo.mdtext
@@ -21,7 +21,7 @@ Call <tt>mvn tomee:help -Ddetail=true
 <div class="section">
 <h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
         
-<table class="bodyTable" border="0">
+<table class="mdtable">
           
 <tr class="a">
             

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/maven/index.mdtext
----------------------------------------------------------------------
diff --git a/docs/maven/index.mdtext b/docs/maven/index.mdtext
index 5586232..cb534c2 100644
--- a/docs/maven/index.mdtext
+++ b/docs/maven/index.mdtext
@@ -22,7 +22,7 @@ Simply add the following to the <plugins>, and optionally the 
<pluginManagement>
     </plugins>
 
 ###Plugin Goals
-<table border="0" class="bodyTable">
+<table class="mdtable">
 <tr class="a">
 <th>Goal</th>
 <th>Description</th></tr>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/maven/list-mojo.mdtext
----------------------------------------------------------------------
diff --git a/docs/maven/list-mojo.mdtext b/docs/maven/list-mojo.mdtext
index 53a8c5c..269cc90 100644
--- a/docs/maven/list-mojo.mdtext
+++ b/docs/maven/list-mojo.mdtext
@@ -24,7 +24,7 @@ data. List deployed EJB in a running TomEE.</div>
 <div class="section">
 <h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
         
-<table class="bodyTable" border="0">
+<table class="mdtable">
           
 <tr class="a">
             

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/maven/run-mojo.mdtext
----------------------------------------------------------------------
diff --git a/docs/maven/run-mojo.mdtext b/docs/maven/run-mojo.mdtext
index 4e160ee..d93aa12 100644
--- a/docs/maven/run-mojo.mdtext
+++ b/docs/maven/run-mojo.mdtext
@@ -23,7 +23,7 @@
 <div class="section">
 <h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
         
-<table class="bodyTable" border="0">
+<table class="mdtable">
           
 <tr class="a">
             

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/maven/start-mojo.mdtext
----------------------------------------------------------------------
diff --git a/docs/maven/start-mojo.mdtext b/docs/maven/start-mojo.mdtext
index 0d9fac8..13589bf 100644
--- a/docs/maven/start-mojo.mdtext
+++ b/docs/maven/start-mojo.mdtext
@@ -23,7 +23,7 @@
 <div class="section">
 <h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
         
-<table class="bodyTable" border="0">
+<table class="mdtable">
           
 <tr class="a">
             

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/maven/stop-mojo.mdtext
----------------------------------------------------------------------
diff --git a/docs/maven/stop-mojo.mdtext b/docs/maven/stop-mojo.mdtext
index 2df7721..989e0d1 100644
--- a/docs/maven/stop-mojo.mdtext
+++ b/docs/maven/stop-mojo.mdtext
@@ -23,7 +23,7 @@
 <div class="section">
 <h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
         
-<table class="bodyTable" border="0">
+<table class="mdtable">
           
 <tr class="a">
             

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/maven/undeploy-mojo.mdtext
----------------------------------------------------------------------
diff --git a/docs/maven/undeploy-mojo.mdtext b/docs/maven/undeploy-mojo.mdtext
index f73ec20..1c385a6 100644
--- a/docs/maven/undeploy-mojo.mdtext
+++ b/docs/maven/undeploy-mojo.mdtext
@@ -23,7 +23,7 @@
 <div class="section">
 <h3>Required Parameters<a name="Required_Parameters"></a></h3>
         
-<table class="bodyTable" border="0">
+<table class="mdtable">
           
 <tr class="a">
             
@@ -52,7 +52,7 @@
 <div class="section">
 <h3>Optional Parameters<a name="Optional_Parameters"></a></h3>
         
-<table class="bodyTable" border="0">
+<table class="mdtable">
           
 <tr class="a">
             

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/messagedrivencontainer-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/messagedrivencontainer-config.mdtext 
b/docs/messagedrivencontainer-config.mdtext
index 4ebe454..2448957 100644
--- a/docs/messagedrivencontainer-config.mdtext
+++ b/docs/messagedrivencontainer-config.mdtext
@@ -20,7 +20,7 @@ Alternatively, a MessageDrivenContainer can be declared via 
properties in the `<
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared MessageDrivenContainer a warning will be 
logged.  If a MessageDrivenContainer is needed by the application and one is 
not declared, TomEE will create one dynamically using default settings.  
Multiple MessageDrivenContainer declarations are allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/new-in-openejb-3.0.mdtext
----------------------------------------------------------------------
diff --git a/docs/new-in-openejb-3.0.mdtext b/docs/new-in-openejb-3.0.mdtext
index 7c593f7..3c568ab 100644
--- a/docs/new-in-openejb-3.0.mdtext
+++ b/docs/new-in-openejb-3.0.mdtext
@@ -1,4 +1,8 @@
-Title: New in OpenEJB 3.0
+title= New in OpenEJB 3.0
+type=page
+status=published
+~~~~~~
+
 <a name="NewinOpenEJB3.0-EJB3.0"></a>
 # EJB 3.0
 

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/openejb.xml.mdtext
----------------------------------------------------------------------
diff --git a/docs/openejb.xml.mdtext b/docs/openejb.xml.mdtext
index 52a3104..1836d35 100644
--- a/docs/openejb.xml.mdtext
+++ b/docs/openejb.xml.mdtext
@@ -1,4 +1,7 @@
-Title: openejb.xml
+title=openejb.xml
+type=page
+status=published
+~~~~~~
 
 <a name="openejb.xml-Overview"></a>
 # Overview

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/orb-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/orb-config.mdtext b/docs/orb-config.mdtext
index 0ec436f..c719cc8 100644
--- a/docs/orb-config.mdtext
+++ b/docs/orb-config.mdtext
@@ -12,7 +12,7 @@ Alternatively, a ORB can be declared via properties in the 
`<tomee-home>/conf/sy
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared ORB a warning will be logged.  If a ORB 
is needed by the application and one is not declared, TomEE will create one 
dynamically using default settings.  Multiple ORB declarations are allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/properties-listing.mdtext
----------------------------------------------------------------------
diff --git a/docs/properties-listing.mdtext b/docs/properties-listing.mdtext
index 43fe9ce..5b719e3 100644
--- a/docs/properties-listing.mdtext
+++ b/docs/properties-listing.mdtext
@@ -1,7 +1,7 @@
 Title: System Properties Listing
 
 # OpenEJB system properties
-<table>
+<table class="mdtable">
 <tr><td><b>Name</b></td><td><b>Value</b></td><td><b>Description</b></td></tr>
 <tr><td>openejb.embedded.remotable</td><td> bool </td><td> activate or not the 
remote services when available </td></tr>
 <tr><td><service prefix>.bind, &lt;service prefix&gt;.port, &lt;service 
prefix&gt;.disabled, &lt;service prefix&gt;.threads</td><td> host or IP, port, 
bool</td><td> override the host. Available for ejbd and httpejbd services (used 
by jaxws and jaxrs), number of thread to maneg requests  </td><tr>
@@ -58,7 +58,7 @@ Note: all resources can be configured by properties, see 
http://tomee.apache.org
 
 
 # OpenEJB client
-<table>
+<table class="mdtable">
 <tr><td><b>Name</b></td><td><b>Value</b></td><td><b>Description</b></td></tr>
 <tr><td>openejb.client.identityResolver </td><td> implementation of 
org.apache.openejb.client.IdentityResolver  </td><td> default 
org.apache.openejb.client.JaasIdentityResolver. The class to get the client 
identity.</td></tr>
 <tr><td>openejb.client.connection.pool.timeout or 
openejb.client.connectionpool.timeout </td><td> int (ms) </td><td> the timeout 
of the client</td></tr>
@@ -68,7 +68,7 @@ Note: all resources can be configured by properties, see 
http://tomee.apache.org
 </table>
 
 # TomEE specific system properties
-<table>
+<table class="mdtable">
 <tr><td><b>Name</b></td><td><b>Value</b></td><td><b>Description</b></td></tr>
 <tr><td>openejb.crosscontext </td><td> bool </td><td> set the cross context 
property on tomcat context (can be done in the traditionnal way if the 
deployment is don through the webapp discovery and not the OpenEJB Deployer 
EJB)</td></tr>
 <tr><td>openejb.jsessionid-support </td><td> bool </td><td> remove URL from 
session tracking modes for this context (see 
javax.servlet.SessionTrackingMode)</td></tr>
@@ -82,7 +82,7 @@ Note: all resources can be configured by properties, see 
http://tomee.apache.org
 </table>
 
 # TomEE Arquillian adaptor
-<table>
+<table class="mdtable">
 <tr><td><b>Name</b></td><td><b>Value</b></td><td><b>Description</b></td></tr>
 <tr><td>tomee.ejbcontainer.http.port </td><td> int </td><td> tomee port, -1 
means random. When using a random port you can retreive it getting this 
property too.</td></tr>
 <tr><td>tomee.arquillian.http </td><td> int </td><td> http port used by the 
embedded arquillian adaptor</td></tr>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/proxyfactory-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/proxyfactory-config.mdtext b/docs/proxyfactory-config.mdtext
index e73d983..552950a 100644
--- a/docs/proxyfactory-config.mdtext
+++ b/docs/proxyfactory-config.mdtext
@@ -12,7 +12,7 @@ Alternatively, a ProxyFactory can be declared via properties 
in the `<tomee-home
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared ProxyFactory a warning will be logged.  
If a ProxyFactory is needed by the application and one is not declared, TomEE 
will create one dynamically using default settings.  Multiple ProxyFactory 
declarations are allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/queue-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/queue-config.mdtext b/docs/queue-config.mdtext
index ca8b354..434b403 100644
--- a/docs/queue-config.mdtext
+++ b/docs/queue-config.mdtext
@@ -14,7 +14,7 @@ Alternatively, a Queue can be declared via properties in the 
`<tomee-home>/conf/
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared Queue a warning will be logged.  If a 
Queue is needed by the application and one is not declared, TomEE will create 
one dynamically using default settings.  Multiple Queue declarations are 
allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/security.mdtext
----------------------------------------------------------------------
diff --git a/docs/security.mdtext b/docs/security.mdtext
index 95fee1c..cfe223b 100644
--- a/docs/security.mdtext
+++ b/docs/security.mdtext
@@ -40,7 +40,7 @@ For examples and more information on JAAS configuration, see 
the [JAAS Reference
 ## PropertiesLoginModule
 
 Supported options:
-<table>
+<table class="mdtable">
 <tr><th>Option</th><th>Description</th><th>Required</th></tr>
 <tr><td>UsersFile</td><td>name of the properties file that contains the users 
and their
 passwords</td><td>*yes*</td></tr>
@@ -78,7 +78,7 @@ The *groupSelect* query must return a two-column list of user 
names and
 their groups (or "roles" in the EJB world).
 
 Supported options:
-<table>
+<table class="mdtable">
 <tr><th>Option</th><th>Description</th><th>Required</th></tr>
 <tr><td>dataSourceName</td><td>the name of a data source</td><td>*yes* 
(alternative 1)</td></tr>
 <tr><td>jdbcURL</td><td>a standard JDBC URL</td><td>*yes* (alternative 
2)</td></tr>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/securityservice-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/securityservice-config.mdtext 
b/docs/securityservice-config.mdtext
index 84c354c..5f5c1f7 100644
--- a/docs/securityservice-config.mdtext
+++ b/docs/securityservice-config.mdtext
@@ -14,7 +14,7 @@ Alternatively, a SecurityService can be declared via 
properties in the `<tomee-h
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared SecurityService a warning will be logged. 
 If a SecurityService is needed by the application and one is not declared, 
TomEE will create one dynamically using default settings.  Multiple 
SecurityService declarations are allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/singletoncontainer-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/singletoncontainer-config.mdtext 
b/docs/singletoncontainer-config.mdtext
index 162ad2c..c6350df 100644
--- a/docs/singletoncontainer-config.mdtext
+++ b/docs/singletoncontainer-config.mdtext
@@ -14,7 +14,7 @@ Alternatively, a SingletonContainer can be declared via 
properties in the `<tome
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared SingletonContainer a warning will be 
logged.  If a SingletonContainer is needed by the application and one is not 
declared, TomEE will create one dynamically using default settings.  Multiple 
SingletonContainer declarations are allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/spring-and-openejb-3.0.mdtext
----------------------------------------------------------------------
diff --git a/docs/spring-and-openejb-3.0.mdtext 
b/docs/spring-and-openejb-3.0.mdtext
index 6251937..7ac4cce 100644
--- a/docs/spring-and-openejb-3.0.mdtext
+++ b/docs/spring-and-openejb-3.0.mdtext
@@ -1,3 +1,8 @@
+title=Spring and OpenEJB 3.0
+type=page
+status=published
+~~~~~~
+
 {note}OpenEJB 3.1 and later users should refer to the [Spring] page.{note}
 # Bootstrapping OpenEJB in Spring
 

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/spring-ejb-and-jpa.mdtext
----------------------------------------------------------------------
diff --git a/docs/spring-ejb-and-jpa.mdtext b/docs/spring-ejb-and-jpa.mdtext
index eeb27e4..7cb9200 100644
--- a/docs/spring-ejb-and-jpa.mdtext
+++ b/docs/spring-ejb-and-jpa.mdtext
@@ -11,7 +11,7 @@ objects in one application.  The premise of the example is a 
Cineplex that
 has a number of Theaters (viewing screens), each playing a number of
 Movies.  The basic object layout is as follows:
 
-<table>
+<table class="mdtable">
 <tr><th> Object </th><th> Type </th><th> Description </th></tr>
 <tr><td> 
[CineplexImpl](http://svn.apache.org/repos/asf/tomee/tomee/trunk/examples/spring-integration/src/main/java/org/superbiz/spring/CineplexImpl.java)
  </td><td> @Stateless </td><td> Shows the use of @Resource to have Spring 
beans injected.

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/spring.mdtext
----------------------------------------------------------------------
diff --git a/docs/spring.mdtext b/docs/spring.mdtext
index e6bc4c7..a24d8e7 100644
--- a/docs/spring.mdtext
+++ b/docs/spring.mdtext
@@ -40,7 +40,7 @@ deployment of standard Java EE packages within a Spring 
context, including:
 
 The following beans are usable in any spring xml file.
 
-<table>
+<table class="mdtable">
 <tr><th> Class </th><th> Description </th></tr>
 <tr><td> org.apache.openejb.spring.ClassPathApplication </td><td> Scrapes the 
classpath
 for all EJB, RAR, and Persistence applications, deploys them, and imports

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/statefulcontainer-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/statefulcontainer-config.mdtext 
b/docs/statefulcontainer-config.mdtext
index d823619..dce7bb4 100644
--- a/docs/statefulcontainer-config.mdtext
+++ b/docs/statefulcontainer-config.mdtext
@@ -26,7 +26,7 @@ Alternatively, a StatefulContainer can be declared via 
properties in the `<tomee
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared StatefulContainer a warning will be 
logged.  If a StatefulContainer is needed by the application and one is not 
declared, TomEE will create one dynamically using default settings.  Multiple 
StatefulContainer declarations are allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/statelesscontainer-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/statelesscontainer-config.mdtext 
b/docs/statelesscontainer-config.mdtext
index 460bbc4..33cd88a 100644
--- a/docs/statelesscontainer-config.mdtext
+++ b/docs/statelesscontainer-config.mdtext
@@ -38,7 +38,7 @@ Alternatively, a StatelessContainer can be declared via 
properties in the `<tome
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared StatelessContainer a warning will be 
logged.  If a StatelessContainer is needed by the application and one is not 
declared, TomEE will create one dynamically using default settings.  Multiple 
StatelessContainer declarations are allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/tomee-embedded-maven-plugin.mdtext
----------------------------------------------------------------------
diff --git a/docs/tomee-embedded-maven-plugin.mdtext 
b/docs/tomee-embedded-maven-plugin.mdtext
index 8461402..cee779f 100644
--- a/docs/tomee-embedded-maven-plugin.mdtext
+++ b/docs/tomee-embedded-maven-plugin.mdtext
@@ -31,7 +31,7 @@ It also allows to use a flat classpath deployment which is 
often use with micros
 <div class="section">
 <h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
         
-<table class="bodyTable" border="0">
+<table class="mdtable">
           
 <tr class="a">
             

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/tomee-maven-plugin.mdtext
----------------------------------------------------------------------
diff --git a/docs/tomee-maven-plugin.mdtext b/docs/tomee-maven-plugin.mdtext
index 27be754..b95809f 100644
--- a/docs/tomee-maven-plugin.mdtext
+++ b/docs/tomee-maven-plugin.mdtext
@@ -22,7 +22,7 @@ Simply add the following to the <plugins>, and optionally the 
<pluginManagement>
     </plugins>
 
 ###Plugin Goals
-<table border="0" class="bodyTable">
+<table class="mdtable">
 <tr class="a">
 <th>Goal</th>
 <th>Description</th></tr>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/tomee-version-policies.mdtext
----------------------------------------------------------------------
diff --git a/docs/tomee-version-policies.mdtext 
b/docs/tomee-version-policies.mdtext
index c2cc5eb..577603e 100644
--- a/docs/tomee-version-policies.mdtext
+++ b/docs/tomee-version-policies.mdtext
@@ -15,7 +15,7 @@ Important: being JavaEE certified means the server passed the 
Test Compatibility
 
 To make it more explicit here is a small table showing the targetted JavaEE 
version and the related certification state by version:
 
-<table>
+<table class="mdtable">
 <tr><td>TomEE Version</td><td>JavaEE Version</td><td>Certified</td></tr>
 <tr><td>1.x</td><td>6</td><td>Yes</td></tr>
 <tr><td>7.x</td><td>7</td><td>No</td></tr>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/topic-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/topic-config.mdtext b/docs/topic-config.mdtext
index ca534cd..c764a9c 100644
--- a/docs/topic-config.mdtext
+++ b/docs/topic-config.mdtext
@@ -14,7 +14,7 @@ Alternatively, a Topic can be declared via properties in the 
`<tomee-home>/conf/
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared Topic a warning will be logged.  If a 
Topic is needed by the application and one is not declared, TomEE will create 
one dynamically using default settings.  Multiple Topic declarations are 
allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/transaction-annotations.mdtext
----------------------------------------------------------------------
diff --git a/docs/transaction-annotations.mdtext 
b/docs/transaction-annotations.mdtext
index af7a02e..26d2089 100644
--- a/docs/transaction-annotations.mdtext
+++ b/docs/transaction-annotations.mdtext
@@ -27,7 +27,7 @@ applications also use *REQUIRED* as the default.
 
 A simplistic way to visualize the transaction attributes is as follows.
 
-<table>
+<table class="mdtable">
 <tr><td> </th><th> Failing </th><th> Correcting </th><th> No Change </th></tr>
 <tr><th> Transacted </td><td> MANDATORY </td><td> REQUIRED, REQUIRES_NEW 
</td><td> SUPPORTS </td></tr>
 <tr><th> Not Transacted </td><td> NEVER </td><td> NOT_SUPPORTED </td><td> 
SUPPORTS </td></tr>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/transactionmanager-config.mdtext
----------------------------------------------------------------------
diff --git a/docs/transactionmanager-config.mdtext 
b/docs/transactionmanager-config.mdtext
index 7258edb..400ea6e 100644
--- a/docs/transactionmanager-config.mdtext
+++ b/docs/transactionmanager-config.mdtext
@@ -40,7 +40,7 @@ Alternatively, a TransactionManager can be declared via 
properties in the `<tome
 
 Properties and xml can be mixed.  Properties will override the xml allowing 
for easy configuration change without the need for ${} style variable 
substitution.  Properties are not case sensitive.  If a property is specified 
that is not supported by the declared TransactionManager a warning will be 
logged.  If a TransactionManager is needed by the application and one is not 
declared, TomEE will create one dynamically using default settings.  Multiple 
TransactionManager declarations are allowed.
 # Supported Properties
-<table>
+<table class="mdtable">
 <tr>
 <th>Property</th>
 <th>Type</th>

http://git-wip-us.apache.org/repos/asf/tomee/blob/6771ef9c/docs/validation-tool.mdtext
----------------------------------------------------------------------
diff --git a/docs/validation-tool.mdtext b/docs/validation-tool.mdtext
index ab59e5b..d49fb22 100644
--- a/docs/validation-tool.mdtext
+++ b/docs/validation-tool.mdtext
@@ -79,7 +79,7 @@ More checks will be added in the future.
 # OPTIONS
 
 
-<table>
+<table class="mdtable">
 <tr><td>-v</td><td>Sets the output level to 1. This will output just the 
minumum details
 on each failure.</td></tr>
 <tr><td>-vv</td><td>Default. Sets the output level to 2. Outputs one line 
summaries of

Reply via email to