You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2013/04/25 20:59:45 UTC

svn commit: r859903 - in /websites/staging/tomee/trunk: cgi-bin/ content/ content/dev/jira/patches.html content/download/tomee-1.6.0-snapshot.html content/index.html

Author: buildbot
Date: Thu Apr 25 18:59:45 2013
New Revision: 859903

Log:
Staging update by buildbot for tomee

Modified:
    websites/staging/tomee/trunk/cgi-bin/   (props changed)
    websites/staging/tomee/trunk/content/   (props changed)
    websites/staging/tomee/trunk/content/dev/jira/patches.html
    websites/staging/tomee/trunk/content/download/tomee-1.6.0-snapshot.html
    websites/staging/tomee/trunk/content/index.html

Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 25 18:59:45 2013
@@ -1 +1 @@
-1470799
+1475904

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 25 18:59:45 2013
@@ -1 +1 @@
-1470799
+1475904

Modified: websites/staging/tomee/trunk/content/dev/jira/patches.html
==============================================================================
--- websites/staging/tomee/trunk/content/dev/jira/patches.html (original)
+++ websites/staging/tomee/trunk/content/dev/jira/patches.html Thu Apr 25 18:59:45 2013
@@ -13,48 +13,11 @@
     <![endif]-->
 
     <!-- Le styles -->
-    <link href="./../../bootstrap.css" rel="stylesheet">
-    <link href="./../../prettify.css" rel="stylesheet">
-    <link href="./../../bootstrap-mods.css" rel="stylesheet">
-
-    <style type="text/css">
-        body {
-          padding-top: 60px;
-        }
-        .sprite {
-            display: inline-block;
-            height: 20px;
-            margin: 0 auto 4px;
-            outline: medium none;
-            text-indent: -999em;
-            width: 24px;
-            background-image: url('./../../images/sprites.png');
-            background-repeat: no-repeat;
-            overflow: hidden;
-            cursor: pointer;
-        }
-        .edit-page {
-            display: inline-block;
-            height: 20px;
-            margin: 0 auto 4px;
-            outline: medium none;
-            text-indent: -999em;
-            width: 24px;
-            background-image: url('./../../images/edit.png');
-            background-repeat: no-repeat;
-            overflow: hidden;
-            cursor: pointer;
-        }
-        .fb-share {
-            background-position: 0px -40px;
-        }
-        .gp-share {
-            background-position: 0px 0px;
-        }
-        .tw-share {
-            background-position: 0px -80px;
-        }
-    </style>
+    <link href="./../../resources/css/bootstrap.css" rel="stylesheet">
+    <link href="./../../resources/css/prettify.css" rel="stylesheet">
+    <link href="./../../resources/css/bootstrap-mods.css" rel="stylesheet">
+    <link href="./../../resources/css/main.css" rel="stylesheet">
+
     <script type="text/javascript">
       function fbshare () {
           window.open(
@@ -77,16 +40,16 @@
     </script>
 
     <!-- Le fav and touch icons -->
-    <link rel="shortcut icon" href="./../../images/favicon.ico">
-    <link rel="apple-touch-icon" href="./../../images/apple-touch-icon.png">
-    <link rel="apple-touch-icon" sizes="72x72" href="./../../images/apple-touch-icon-72x72.png">
-    <link rel="apple-touch-icon" sizes="114x114" href="./../../images/apple-touch-icon-114x114.png">
+    <link rel="shortcut icon" href="./../../resources/images/favicon.ico">
+    <link rel="apple-touch-icon" href="./../../resources/images/apple-touch-icon.png">
+    <link rel="apple-touch-icon" sizes="72x72" href="./../../resources/images/apple-touch-icon-72x72.png">
+    <link rel="apple-touch-icon" sizes="114x114" href="./../../resources/images/apple-touch-icon-114x114.png">
 
-    <script src="./../../javascript/prettify.js" type="text/javascript"></script>
-    <script src="./../../javascript/jquery-latest.js"></script>
+    <script src="./../../resources/js/prettify.js" type="text/javascript"></script>
+    <script src="./../../resources/js/jquery-latest.js"></script>
     <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
-    <script src="./../../javascript/common.js"></script>
-    <script src="./../../javascript/prettyprint.js"></script>
+    <script src="./../../resources/js/common.js"></script>
+    <script src="./../../resources/js/prettyprint.js"></script>
 
     <script type="text/javascript">
 
@@ -102,21 +65,36 @@
       })();
 
     </script>
-
-
   </head>
 
   <body>
 
-    <div class="topbar">
+    <div class="topbar" data-dropdown="dropdown">
       <div class="fill">
         <div class="container">
           <a class="brand" href="./../../index.html">Apache TomEE</a>
           <ul class="nav">
-            <li><a href="./../../index.html">Home</a></li>
-            <li><a href="./../../downloads.html">Downloads</a></li>
-            <li><a href="./../../documentation.html">Documentation</a></li>
-            <li><a href="./../../support.html">Support</a></li>
+              <li class="dropdown">
+                  <a class="dropdown-toggle" data-toggle="dropdown" href="#">
+                  Apache
+                      <b class="caret"></b>
+                  </a>
+                  <ul class="dropdown-menu">
+                     <!-- <li><a href="./../../misc/whoweare.html">Who we are?</a></li> -->
+                     <!-- <li><a href="./../../misc/heritage.html">Heritage</a></li> -->
+                     <li><a href="http://www.apache.org">Apache Home</a></li>
+                     <!-- <li><a href="./../../misc/resources.html">Resources</a></li> -->
+                     <li><a href="./../../misc/contact.html">Contact</a></li>
+                     <li><a href="./../../misc/legal.html">Legal</a></li>
+                     <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                     <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                     <!-- <li class="divider"/> -->
+                  </ul>
+              </li>
+              <li><a href="./../../index.html">Home</a></li>
+              <li><a href="./../../downloads.html">Downloads</a></li>
+              <li><a href="./../../documentation.html">Documentation</a></li>
+              <li><a href="./../../support.html">Support</a></li>
           </ul>
 
             <!-- Google CSE Search Box Begins  -->
@@ -135,19 +113,64 @@
     
 
 <div class="page-header">
-<small><a href="./../../index.html">Home</a>&nbsp;&raquo&nbsp;<a href="./../../dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="./../../dev/jira/">Jira</a></small><br>
-<h1>Pending Patches
+    <small><a href="./../../index.html">Home</a>&nbsp;&raquo&nbsp;<a href="./../../dev/">Dev</a>&nbsp;&raquo&nbsp;<a href="./../../dev/jira/">Jira</a></small><br>
+    <h1>Pending Patches
 
-    <div style="float: right; position: relative; bottom: -10px; ">
-        <a onclick="javascript:gpshare()" class="gp-share sprite" title="share on Google+">share [gp]</a>
-        <a onclick="javascript:fbshare()" class="fb-share sprite" title="share on Facebook">share [fb]</a>
-        <a onclick="javascript:twshare()" class="tw-share sprite" title="share on Twitter">share [tw]</a>
-        <a data-toggle="modal" href="#edit" class="edit-page" title="Contribute to this Page">contribute</a>
-    </div>
-</h1>
+        <div style="float: right; position: relative; bottom: -10px; ">
+            <a onclick="javascript:gpshare()" class="gp-share sprite" title="share on Google+">share [gp]</a>
+            <a onclick="javascript:fbshare()" class="fb-share sprite" title="share on Facebook">share [fb]</a>
+            <a onclick="javascript:twshare()" class="tw-share sprite" title="share on Twitter">share [tw]</a>
+            <a data-toggle="modal" href="#edit" class="edit-page" title="Contribute to this Page">contribute</a>
+        </div>
+    </h1>
 </div>
 
+<h1>set( $url = "https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+in+%28OPENEJB%2C+TOMEE%29+AND+status+%3D+Open&amp;tempMax=1000" )</h1>
+
+<h1>set( $jirarss = $rss.fetch( $url ) )</h1>
+
+<h1>set( $issues = $jirarss.fillAttachments() )</h1>
+
+<h1>set( $void = $date.format("yyyy-MM-dd") )</h1>
+
+<h1>#</h1>
+
+<h1>foreach( $issue in $issues )</h1>
+
+<h1>set( $issue.attributes.totalAttachments = $issue.attachments.size() )</h1>
+
+<h1>end</h1>
+
+<h1>set( $issues = $issues.greater("@totalAttachments", 0) )</h1>
 
+<h1>foreach( $issue in $issues )</h1>
+
+<h1>set( $issue.attributes.firstPatch = $issue.attachments.min("created").created )</h1>
+
+<h1>end</h1>
+
+<h1>#</h1>
+
+<p><strong>${issues.size()} patches in the queue</strong></p>
+
+<p>Generated $date.as("EEEE, MMMM d, yyyy")</p>
+
+<p>(sorted oldest to newest)</p>
+
+<h1>foreach( $issue in $issues.sort("@firstPatch") )</h1>
+
+<p><a href="$issue.link">$issue.key</a> $issue.summary</p>
+
+<ul>
+<li>$date.format($issue.created)  <strong>$issue.reporter</strong> -  <em>${issue.type}</em></p>
+
+<h1>foreach ( $attachment in $issue.attachments.sort("created") )</h1></li>
+<li>$date.format($attachment.created)  $attachment.author   <a href="$attachment.url">$attachment.fileName</a></p>
+
+<h1>end</h1></li>
+</ul>
+
+<h1>end</h1>
 
 
 
@@ -174,16 +197,20 @@
                 <a href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))" class="btn">No</a>
             </div>
         </div>
-        <script src="./../../javascript/bootstrap-modal.js"></script>
+        <script src="./../../resources/js/bootstrap-modal.js"></script>
 
-      <footer>
-        <p>
-        Copyright &copy; 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
-        Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
-        </p>
-      </footer>
+        <footer>
+            <p>Copyright &copy; 2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+                Apache TomEE, TomEE, Apache, the Apache feather logo, and the Apache TomEE project logo are trademarks of The Apache Software Foundation.
+                All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
+        </footer>
 
     </div> <!-- /container -->
 
+    <!-- Javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="./../../resources/js/bootstrap-dropdown.js"></script>
+
   </body>
 </html>

Modified: websites/staging/tomee/trunk/content/download/tomee-1.6.0-snapshot.html
==============================================================================
--- websites/staging/tomee/trunk/content/download/tomee-1.6.0-snapshot.html (original)
+++ websites/staging/tomee/trunk/content/download/tomee-1.6.0-snapshot.html Thu Apr 25 18:59:45 2013
@@ -304,6 +304,7 @@
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-776">TOMEE-776</a> IllegalArgumentException when creating persistence module in eclipse</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-775">TOMEE-775</a> tomee embedded arquillian adapter doesn't set initial context in arquillian contexts</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-774">TOMEE-774</a> app resources (resources.xml) can conflict between apps</li>
+<li><a href="https://issues.apache.org/jira/browse/TOMEE-910">TOMEE-910</a> be more tolerant to @Remote calls without api sharing</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-780">TOMEE-780</a> ensure redeploy feature of tomcat (##001) can work</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-782">TOMEE-782</a> quartz timers (EjbTimerService) are not persistent</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-784">TOMEE-784</a> mutiple application for JAXRS is not supported with default configuration</li>
@@ -346,6 +347,7 @@
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-772">TOMEE-772</a> if cdi context are restarted manually through OWB api app context is no more active</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-771">TOMEE-771</a> in eclipse context is not honored by OpenEJBContextConfig when is /</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-770">TOMEE-770</a> tomee mdbs can be lost in classlaoder, we should use at least the beancontext one</li>
+<li><a href="https://issues.apache.org/jira/browse/TOMEE-911">TOMEE-911</a> when deploying a @WebService in ROOT.war the webapp context is not found</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-646">TOMEE-646</a> Commons-logging issue</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-832">TOMEE-832</a> mdb of ear only use right classloader if deployed at startup</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-833">TOMEE-833</a> server event in ear needs event in common.loader</li>

Modified: websites/staging/tomee/trunk/content/index.html
==============================================================================
--- websites/staging/tomee/trunk/content/index.html (original)
+++ websites/staging/tomee/trunk/content/index.html Thu Apr 25 18:59:45 2013
@@ -161,6 +161,11 @@
             <h3>Latest News</h3>
 
             
+            <h4><a href="https://blogs.apache.org/tomee/entry/apache_tomee_1_5_2">Apache TomEE 1.5.2 released!</a></h4>
+            <p>The Apache TomEE project is proud to announce the availability of <a href="http://tomee.apache.org/downloads.html">TomEE 1.5.2</a>, a maintenance release focused on driving stability and maturity into the 1.5.x codebase.  The 1.5.2 release does contain minor new features and improvements around tooling, such as the Arquillian adapters and TomEE Maven Plugin as well...</p>
+            <hr>
+            
+            
             <h4><a href="https://blogs.apache.org/openejb/entry/apache_tomee_1_5_1">Apache TomEE 1.5.1 released!</a></h4>
             <p>We are proud to announce <a href="http://tomee.apache.org/downloads.html">Apache TomEE 1.5.1</a> has been released!</p>