You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/04/25 14:42:00 UTC

svn commit: r1590010 - in /tomee/site/trunk/content: dev/openejb-release-process.mdtext documentation.mdtext download/tomee-1.6.0.html jndi-names.mdtext local-client-injection.mdtext security/tomee.mdtext spring-ejb-and-jpa.mdtext spring.mdtext

Author: andygumbrecht
Date: Fri Apr 25 12:42:00 2014
New Revision: 1590010

URL: http://svn.apache.org/r1590010
Log:
Broken links

Modified:
    tomee/site/trunk/content/dev/openejb-release-process.mdtext
    tomee/site/trunk/content/documentation.mdtext
    tomee/site/trunk/content/download/tomee-1.6.0.html
    tomee/site/trunk/content/jndi-names.mdtext
    tomee/site/trunk/content/local-client-injection.mdtext
    tomee/site/trunk/content/security/tomee.mdtext
    tomee/site/trunk/content/spring-ejb-and-jpa.mdtext
    tomee/site/trunk/content/spring.mdtext

Modified: tomee/site/trunk/content/dev/openejb-release-process.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/dev/openejb-release-process.mdtext?rev=1590010&r1=1590009&r2=1590010&view=diff
==============================================================================
--- tomee/site/trunk/content/dev/openejb-release-process.mdtext (original)
+++ tomee/site/trunk/content/dev/openejb-release-process.mdtext Fri Apr 25 12:42:00 2014
@@ -1,4 +1,7 @@
 Title: OpenEJB Release Process
+
+	Note: This information is largely obsolete and remains here for reference only.
+
 {code:none}
 mvn release:prepare -Dusername=dblevins -Dassemble
 
@@ -270,6 +273,6 @@ href="http://openejb.apache.org/">http:/
 
 
 {code:none}
-[dblevins@minotaur ~/public_html/stage](dblevins@minotaur-~/public_html/stage.html)
+
 $ mv 3.0 /www/www.apache.org/dist/openejb/
 

Modified: tomee/site/trunk/content/documentation.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/documentation.mdtext?rev=1590010&r1=1590009&r2=1590010&view=diff
==============================================================================
--- tomee/site/trunk/content/documentation.mdtext (original)
+++ tomee/site/trunk/content/documentation.mdtext Fri Apr 25 12:42:00 2014
@@ -105,7 +105,7 @@ See also the [examples page](examples-tr
 ### TomEE Maven Plugin
 - [Getting started](tomee-mp-getting-started.html)
 - [tomee-maven-plugin reference documentation](tomee-maven-plugin.html)
-- [TomEE simple webapp archetype documentation](tomee-webapp-archetype.html)
+- [TomEE simple webapp archetype documentation](tomee-mp-getting-started.mdtext.html)
 }
 
 }
\ No newline at end of file

Modified: tomee/site/trunk/content/download/tomee-1.6.0.html
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/download/tomee-1.6.0.html?rev=1590010&r1=1590009&r2=1590010&view=diff
==============================================================================
--- tomee/site/trunk/content/download/tomee-1.6.0.html (original)
+++ tomee/site/trunk/content/download/tomee-1.6.0.html Fri Apr 25 12:42:00 2014
@@ -183,7 +183,7 @@
         <div class="span12">
             <h3>&nbsp;</h3>
             <ul>
-                <li><a href="examples-trunk">Browse Online</a></li>
+                <li><a href="../examples-trunk">Browse Online</a></li>
                 <li><a href="http://archive.apache.org/dist/tomee/tomee-1.6.0/examples-4.6.0-src.tar.gz">examples-4.6.0-src.tar.gz</a> (<a
                         href="http://archive.apache.org/dist/tomee/tomee-1.6.0/examples-4.6.0-src.tar.gz.asc">asc</a> <a
                         href="http://archive.apache.org/dist/tomee/tomee-1.6.0/examples-4.6.0-src.tar.gz.md5">md5</a>)

Modified: tomee/site/trunk/content/jndi-names.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/jndi-names.mdtext?rev=1590010&r1=1590009&r2=1590010&view=diff
==============================================================================
--- tomee/site/trunk/content/jndi-names.mdtext (original)
+++ tomee/site/trunk/content/jndi-names.mdtext Fri Apr 25 12:42:00 2014
@@ -334,7 +334,7 @@ read further.  Go have fun.
 
 If you do not implement your business interfaces it may not be possible for
 us to implement all your business interfaces in a single interface. 
-Conflicts in the throws clauses and the return values can occur as detailed [here](openejb:multiple-business-interface-hazzards.html)
+Conflicts in the throws clauses and the return values can occur as detailed [here](multiple-business-interface-hazzards.html)
 .  When creating a proxy for an interface we will detect and remove any
 other business interfaces that would conflict with the main interface.
 

Modified: tomee/site/trunk/content/local-client-injection.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/local-client-injection.mdtext?rev=1590010&r1=1590009&r2=1590010&view=diff
==============================================================================
--- tomee/site/trunk/content/local-client-injection.mdtext (original)
+++ tomee/site/trunk/content/local-client-injection.mdtext Fri Apr 25 12:42:00 2014
@@ -60,7 +60,7 @@ in the instantiated local client object:
 #  Discovery
 
 All EJB modules are scanned for @LocalClient classes, even if those EJB
-Modules are inside .war files as with the [OPENEJB:Collapsed EAR](openejb:collapsed-ear.html)
+Modules are inside .war files as with the [Collapsed EAR](collapsed-ear.html)
 .  As well any modules that contain a META-INF/application-client.xml file
 will be scanned for @LocalClient classes.
 

Modified: tomee/site/trunk/content/security/tomee.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/security/tomee.mdtext?rev=1590010&r1=1590009&r2=1590010&view=diff
==============================================================================
--- tomee/site/trunk/content/security/tomee.mdtext (original)
+++ tomee/site/trunk/content/security/tomee.mdtext Fri Apr 25 12:42:00 2014
@@ -12,10 +12,10 @@ Note: Vulnerabilities that are not TomEE
 TomEE or where TomEE provides a workaround are listed bellow in the section "Not a vulnerability".
 
 Please note that binary patches are never provided. If you need to apply a source code patch, use the building
-instructions for the Apache TomEE version that you are using. For TomEE 1.x those are [Building TomEE 1.x](dev/building-tomee-1.html).
+instructions for the Apache TomEE version that you are using. For TomEE 1.x those are [Building TomEE 1.x](../dev/building-tomee-1.html).
 
 If you need help on building or configuring TomEE or other help on following the instructions to mitigate the
-known vulnerabilities listed here, please send your questions to the public [Users mailing list](support.html)
+known vulnerabilities listed here, please send your questions to the public [Users mailing list](../support.html)
 
 If you have encountered an unlisted security vulnerability or other unexpected behaviour that has security impact,
 or if the descriptions here are incomplete, please report them privately to

Modified: tomee/site/trunk/content/spring-ejb-and-jpa.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/spring-ejb-and-jpa.mdtext?rev=1590010&r1=1590009&r2=1590010&view=diff
==============================================================================
--- tomee/site/trunk/content/spring-ejb-and-jpa.mdtext (original)
+++ tomee/site/trunk/content/spring-ejb-and-jpa.mdtext Fri Apr 25 12:42:00 2014
@@ -45,7 +45,7 @@ To setup the integration you'll need:
 In Maven2 this can be done by adding the following dependencies to your
 pom.xml
 {snippet:id=required|url=openejb3/examples/spring-integration/pom.xml|lang=xml}
-For other environments, you can simply [download an openejb-3.1.zip](openejb:download.html)
+For other environments, you can simply [download an openejb-3.1.zip](downloads.html)
  or later and include all the jars under the lib/ directory in your
 classpath.  Then download and add the [openejb-spring-3.1.jar|http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/openejb/openejb-spring/3.1/openejb-spring-3.1.jar]
  along with your Spring jars.

Modified: tomee/site/trunk/content/spring.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/spring.mdtext?rev=1590010&r1=1590009&r2=1590010&view=diff
==============================================================================
--- tomee/site/trunk/content/spring.mdtext (original)
+++ tomee/site/trunk/content/spring.mdtext Fri Apr 25 12:42:00 2014
@@ -95,7 +95,7 @@ See the [Spring EJB and JPA](spring-ejb-
 # {anchor:problems} Problems?
 
 If you are having problems with the installation, please send a message to
-the OpenEJB users [mailing list](openejb:mailing-lists.html)
+the OpenEJB users [mailing list](mailing-lists.html)
  containing any error message(s) and the following information:
 
 * OpenEJB Version