Return-Path: X-Original-To: apmail-onami-commits-archive@minotaur.apache.org Delivered-To: apmail-onami-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8FA610955 for ; Mon, 3 Mar 2014 11:46:19 +0000 (UTC) Received: (qmail 27448 invoked by uid 500); 3 Mar 2014 11:46:14 -0000 Delivered-To: apmail-onami-commits-archive@onami.apache.org Received: (qmail 27139 invoked by uid 500); 3 Mar 2014 11:46:09 -0000 Mailing-List: contact commits-help@onami.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@onami.apache.org Delivered-To: mailing list commits@onami.apache.org Received: (qmail 26669 invoked by uid 99); 3 Mar 2014 11:46:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2014 11:46:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2014 11:45:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C1C702388C9E; Mon, 3 Mar 2014 11:44:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1573529 [23/32] - in /onami/site/persist: ./ apidocs/ apidocs/assets/ apidocs/assets/images/ apidocs/reference/ apidocs/reference/org/ apidocs/reference/org/apache/ apidocs/reference/org/apache/onami/ apidocs/reference/org/apache/onami/per... Date: Mon, 03 Mar 2014 11:44:40 -0000 To: commits@onami.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140303114448.C1C702388C9E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: onami/site/persist/source-repository.html URL: http://svn.apache.org/viewvc/onami/site/persist/source-repository.html?rev=1573529&view=auto ============================================================================== --- onami/site/persist/source-repository.html (added) +++ onami/site/persist/source-repository.html Mon Mar 3 11:44:35 2014 @@ -0,0 +1,330 @@ + + + + + + + + + Apache Onami Persistence - Source Repository + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Overview

This project uses Subversion to manage its source code. Instructions on Subversion use can be found at http://svnbook.red-bean.com/.

Web Access

The following is a link to the online source repository.

Anonymous access

The source can be checked out anonymously from SVN with this command:

$ svn checkout https://svn.apach
 e.org/repos/asf/onami/trunk/sandbox/persist onami-persist

Developer access

Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.

$ svn checkout https://svn.apache.org/repos/asf/onami/trunk/sandbox/persist onami-persist

To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)

$ svn commit --username your-username -m "A message"

Access from behind a firewall

For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:

$ svn checkout https://svn.apache.org/repos/asf/onami/trunk/sandbox/persist onami-persist

Access through a proxy

The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)

There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.

Example: Edit the 'servers' file and add something like:

[global]
+http-proxy-host = your.proxy.name
+http-proxy-port = 3128
+
+
+
+
+ +
+ +
+
+
Copyright © 2013-2014 + The Apache Software Foundation. + All Rights Reserved. + +
+ + +
Apache Onami, Apache Onami Persist, Apache, the Apache feather logo, and the Apache Onami project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+ + +
+
+ + \ No newline at end of file Propchange: onami/site/persist/source-repository.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: onami/site/persist/surefire-report.html URL: http://svn.apache.org/viewvc/onami/site/persist/surefire-report.html?rev=1573529&view=auto ============================================================================== --- onami/site/persist/surefire-report.html (added) +++ onami/site/persist/surefire-report.html Mon Mar 3 11:44:35 2014 @@ -0,0 +1,308 @@ + + + + + + + + + Apache Onami Persistence - Surefire Report + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


TestsErrors FailuresSkippedSuccess RateTime
13000100%5.893

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


PackageTestsErrors FailuresSkippedSuccess RateTime
org.apache.onami.persist13000100%5.893

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.apache.onami.persist

ClassTestsErrors FailuresSkippedSuccess RateTime
NestedTransactionTest1000100%5.657
SingleTransactionTest12000100%0.236

Test Cases

[Summary] [Package List] [Test Cases]

NestedTransactionTest

testNestedTransactions5.657

SingleTransactionTest

testTaskRollingBackOnAnyThrowingNone0.001
testTaskRollingBackOnAnyThrowingRuntimeTestException0.019
testTaskRollingBackOnAnyThrowingTestException0.02
testTaskRollingBackOnNoneThrowingNone0.02
testTaskRollingBackOnNoneThrowingRuntimeTestException0.019
testTaskRollingBackOnNoneThrowingTestException0.027
testTaskRollingBackOnRuntime TestExceptionThrowingNone0.022
testTaskRollingBackOnRuntimeTestExceptionThrowingRuntimeTestException0.023
testTaskRollingBackOnRuntimeTestExceptionThrowingTestException0.027
testTaskRollingBackOnTestExceptionThrowingNone0.019
testTaskRollingBackOnTestExceptionThrowingRuntimeTestException0.021
testTaskRollingBackOnTestExceptionThrowingTestException0.018

+
+
+
+ +
+ +
+
+
Copyright © 2013-2014 + The Apache Software Foundation. + All Rights Reserved. + +
+ + +
Apache Onami, Apache Onami Persist, Apache, the Apache feather logo, and the Apache Onami project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+ + +
+
+ + \ No newline at end of file Propchange: onami/site/persist/surefire-report.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: onami/site/persist/taglist.html URL: http://svn.apache.org/viewvc/onami/site/persist/taglist.html?rev=1573529&view=auto ============================================================================== --- onami/site/persist/taglist.html (added) +++ onami/site/persist/taglist.html Mon Mar 3 11:44:35 2014 @@ -0,0 +1,292 @@ + + + + + + + + + Apache Onami Persistence - Tag List report + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag ClassTotal number of occurrencesTag strings used by tag class
Todo Work0TODO, FIXME

Each tag is detailed below:

+
+
+
+ +
+ +
+
+
Copyright © 2013-2014 + The Apache Software Foundation. + All Rights Reserved. + +
+ + +
Apache Onami, Apache Onami Persist, Apache, the Apache feather logo, and the Apache Onami project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+ + +
+
+ + \ No newline at end of file Propchange: onami/site/persist/taglist.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: onami/site/persist/team-list.html URL: http://svn.apache.org/viewvc/onami/site/persist/team-list.html?rev=1573529&view=auto ============================================================================== --- onami/site/persist/team-list.html (added) +++ onami/site/persist/team-list.html Mon Mar 3 11:44:35 2014 @@ -0,0 +1,355 @@ + + + + + + + + + Apache Onami Persistence - Team list + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +

The Team

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

Members

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

< th>Roles
ImageIdNameEmailURLTime ZoneActual Time (GMT)
ash2kMikhail Mazurskyash2k@apache.orghttps://www.linkedin.com/in/ash2kCommitter+6+6
codyarayCody Raycodyaray@apache.orghttp://people.apache.org/~codyray/Committer, PPMC Member+1+1
danielmanzkeDaniel Manzkedanielmanzke@apache.orghttp://people.apache.org/~danielmanzke/Committer, PPMC Member+1+1
dpalmisanoDavide Palmisanodpalmisano@apache.orghttp://people.apache.org/~dpalmisano/Committer, PPMC Member+1+1
ericEric Charleseric@apache.orghttp://people.apache.org/~eric/Committer+1+1
grobmeierChristian Grobmeiergrobmeier@apache.orghttp://people.apache.org/~grobmeier/Committer, PPMC Member, Mentor+1+1
iocanelIoannis Canellosiocanel@apache.orghttp://people.apache.org/~iocanel/Committer, PPMC Member--
jordiJordi Geronajordi@apache.orghttp://people.apache.org/~jordi/Committer, PPMC Member+1+1
mcculls Stuart McCullochmcculls@apache.orghttp://people.apache.org/~mcculls/Committer, PPMC Member+1+1
mnourMohammad Nour El-Dinmnour@apache.orghttp://people.apache.org/~mnour/Committer, PPMC Member, Mentor+1+1
marcosperanzaMarco Speranzamarcosperanza@apache.orghttp://people.apache.org/~marcosperanza/Committer, PPMC Member+1+1
nmwaelNino Martinez Waelnmwael@apache.orghttp://people.apache.org/~nmwael/Committer, PPMC Member--
olamyOlivier Lamyolamy@apache.orghttp://people.apache.org/~olamy/Committer, PPMC Member, Mentor+1+1
randgaltJordan Zimmermanrandgalt@apache.orghttp://people.apache.org/~randgaltCommitter-8-8
simonetripodiSimone Tripodisimonetripodi@apache.orghttp://people.apache.org/~simonetripodi/Committer, PPMC Member, Champion+1+1

Contributors

The following additional people have contributed to this project through the way of suggestions, patches or documentation.

ImageNameEmailRoles
Frank David Martinezmnesarco@gmail.comApache Onami logo designer
+
+
+
+ +
+ +
+
+
Copyright © 2013-2014 + The Apache Software Foundation. + All Rights Reserved. + +
+ + +
Apache Onami, Apache Onami Persist, Apache, the Apache feather logo, and the Apache Onami project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+ + +
+
+ + \ No newline at end of file Propchange: onami/site/persist/team-list.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: onami/site/persist/xref-test/allclasses-frame.html URL: http://svn.apache.org/viewvc/onami/site/persist/xref-test/allclasses-frame.html?rev=1573529&view=auto ============================================================================== --- onami/site/persist/xref-test/allclasses-frame.html (added) +++ onami/site/persist/xref-test/allclasses-frame.html Mon Mar 3 11:44:35 2014 @@ -0,0 +1,80 @@ + + + + + + All Classes + + + + +

All Classes

+ + + + + \ No newline at end of file Propchange: onami/site/persist/xref-test/allclasses-frame.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: onami/site/persist/xref-test/index.html URL: http://svn.apache.org/viewvc/onami/site/persist/xref-test/index.html?rev=1573529&view=auto ============================================================================== --- onami/site/persist/xref-test/index.html (added) +++ onami/site/persist/xref-test/index.html Mon Mar 3 11:44:35 2014 @@ -0,0 +1,23 @@ + + + + + + Apache Onami Persistence 1.0.0-SNAPSHOT Reference + + + + + + + + + <body> + <h1>Frame Alert</h1> + <p> + You don't have frames. Go <a href="overview-summary.html">here</a> + </p> + </body> + + + Propchange: onami/site/persist/xref-test/index.html ------------------------------------------------------------------------------ svn:mime-type = text/html