Return-Path: X-Original-To: apmail-deltaspike-commits-archive@www.apache.org Delivered-To: apmail-deltaspike-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C99418CE8 for ; Fri, 5 Jun 2015 18:41:23 +0000 (UTC) Received: (qmail 89252 invoked by uid 500); 5 Jun 2015 18:41:23 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 89214 invoked by uid 500); 5 Jun 2015 18:41:23 -0000 Mailing-List: contact commits-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltaspike.apache.org Delivered-To: mailing list commits@deltaspike.apache.org Received: (qmail 89205 invoked by uid 99); 5 Jun 2015 18:41:23 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jun 2015 18:41:23 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id E53DCAC00B4 for ; Fri, 5 Jun 2015 18:41:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r953937 - in /websites/staging/deltaspike/trunk/content: ./ staging/documentation/build.html staging/documentation/configure.html staging/documentation/data.html staging/documentation/scheduler.html staging/documentation/snapshots.html Date: Fri, 05 Jun 2015 18:41:22 -0000 To: commits@deltaspike.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150605184122.E53DCAC00B4@hades.apache.org> Author: buildbot Date: Fri Jun 5 18:41:22 2015 New Revision: 953937 Log: Staging update by buildbot for deltaspike Modified: websites/staging/deltaspike/trunk/content/ (props changed) websites/staging/deltaspike/trunk/content/staging/documentation/build.html websites/staging/deltaspike/trunk/content/staging/documentation/configure.html websites/staging/deltaspike/trunk/content/staging/documentation/data.html websites/staging/deltaspike/trunk/content/staging/documentation/scheduler.html websites/staging/deltaspike/trunk/content/staging/documentation/snapshots.html Propchange: websites/staging/deltaspike/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Fri Jun 5 18:41:22 2015 @@ -1 +1 @@ -1682853 +1683835 Modified: websites/staging/deltaspike/trunk/content/staging/documentation/build.html ============================================================================== --- websites/staging/deltaspike/trunk/content/staging/documentation/build.html (original) +++ websites/staging/deltaspike/trunk/content/staging/documentation/build.html Fri Jun 5 18:41:22 2015 @@ -278,7 +278,7 @@ table.CodeRay td.code>pre{padding:0}

The DeltaSpike source (modules and examples) is provided for inspection, contribution and testing purposes. The source must be built with Maven, which has been used to automate the compilation, testing and packaging processes. Arquillian tests are included with the source and a CDI implementation or container can be specified with which to carry out the tests.

-

In all cases, to obtain the DeltaSpike source, download deltaspike-project-1.3.0-source-release.zip and extract the contents.

+

In all cases, to obtain the DeltaSpike source, download deltaspike-project-1.4.0-source-release.zip and extract the contents.

@@ -302,7 +302,7 @@ You can also obtain the DeltaSpike sourc
-
$ cd /path/to/deltaspike-project-1.3.0/
+
$ cd /path/to/deltaspike-project-1.4.0/
 $ mvn clean install
@@ -459,6 +459,40 @@ Set WLS_HOME so that
+

Build and Debug with a Java EE6+ application servers

+
+
+

Tests can be debugged through Java EE 6+ application servers. Configurations are currently provided as details in the table here.

+
+
+ ++++ + + + + + + + + + + + + +
Table 3. Integration Tests with debug
ContainerCommand to Execute Arquillian Tests with remote debugging

Apache TomEE

+

Use remote debuggig at port 5005

+
+
+
+
mvn test -Ptomee-build-managed -Dtest=UnitTestName -Dopenejb.server.debug=true
+
+
+
+ +

Next

Modified: websites/staging/deltaspike/trunk/content/staging/documentation/configure.html ============================================================================== --- websites/staging/deltaspike/trunk/content/staging/documentation/configure.html (original) +++ websites/staging/deltaspike/trunk/content/staging/documentation/configure.html Fri Jun 5 18:41:22 2015 @@ -310,7 +310,7 @@ You can also opt to use the lastest Delt
<properties>
-    <deltaspike.version>1.3.0</deltaspike.version>
+    <deltaspike.version>1.4.0</deltaspike.version>
 </properties>
Modified: websites/staging/deltaspike/trunk/content/staging/documentation/data.html ============================================================================== --- websites/staging/deltaspike/trunk/content/staging/documentation/data.html (original) +++ websites/staging/deltaspike/trunk/content/staging/documentation/data.html Fri Jun 5 18:41:22 2015 @@ -1261,19 +1261,6 @@ think about providing an acceptable solu
-
- - - - - -
- - -Annotating Repository methods with @Transactional is not yet -supported, but will follow. -
-

If you need to open a transaction on a concrete repository method, we currently recommend creating an extension (see next chapter) which uses Modified: websites/staging/deltaspike/trunk/content/staging/documentation/scheduler.html ============================================================================== --- websites/staging/deltaspike/trunk/content/staging/documentation/scheduler.html (original) +++ websites/staging/deltaspike/trunk/content/staging/documentation/scheduler.html Fri Jun 5 18:41:22 2015 @@ -477,7 +477,7 @@ start a job once (without registering it

It is possible to replace the default integration with Quartz. Any scheduler that supports cron-expressions for job-classes can be used. -For more information, see Scheduler javadoc.

+For more information, see Scheduler javadoc.

Modified: websites/staging/deltaspike/trunk/content/staging/documentation/snapshots.html ============================================================================== --- websites/staging/deltaspike/trunk/content/staging/documentation/snapshots.html (original) +++ websites/staging/deltaspike/trunk/content/staging/documentation/snapshots.html Fri Jun 5 18:41:22 2015 @@ -344,7 +344,7 @@ Snapshots provide previews of DeltaSpike
<properties>
-    <deltaspike.version>1.3.1-SNAPSHOT</deltaspike.version>
+    <deltaspike.version>1.4.1-SNAPSHOT</deltaspike.version>
 </properties>