svn commit: r1170432 - in /river/jtsk/skunk/surrogate: ./ src/org/apache/river/container/ test/org/apache/river/container/

2011-09-13 Thread gtrasuk
Author: gtrasuk Date: Wed Sep 14 04:20:03 2011 New Revision: 1170432 URL: http://svn.apache.org/viewvc?rev=1170432view=rev Log: Continuing work on the surrogate classloading and container startup code. Modified: river/jtsk/skunk/surrogate/build.xml river/jtsk/skunk/surrogate/src/org

svn commit: r1205741 - in /river/jtsk/skunk/surrogate/src/org/apache/river/container: MessageNames.java Messages.properties codebase/ClassServer.java codebase/ClassServerCodebaseContext.java codebase/

2011-11-23 Thread gtrasuk
Author: gtrasuk Date: Thu Nov 24 07:14:36 2011 New Revision: 1205741 URL: http://svn.apache.org/viewvc?rev=1205741view=rev Log: Continuing work on classloading and codebase handling. Codebase server seems to be working, with simple path mapping. However the contained Reggie does not currently

svn commit: r1305986 - in /river/jtsk/skunk/RiverContainerTests: build.xml src/org/apache/river/container/tests/contract/TestRunner.java

2012-03-27 Thread gtrasuk
Author: gtrasuk Date: Tue Mar 27 19:44:05 2012 New Revision: 1305986 URL: http://svn.apache.org/viewvc?rev=1305986view=rev Log: Added build.xml targets and dependencies to build the module file for deployment into the River Container. Modified: river/jtsk/skunk/RiverContainerTests/build.xml

svn commit: r1306882 - in /river/jtsk/skunk/surrogate: docs/ src/org/apache/river/container/ src/org/apache/river/container/classloading/ src/org/apache/river/container/codebase/

2012-03-29 Thread gtrasuk
Author: gtrasuk Date: Thu Mar 29 14:37:14 2012 New Revision: 1306882 URL: http://svn.apache.org/viewvc?rev=1306882view=rev Log: Internationalized the ClassServer messages. Altered classpath parser to log its symbols at the FINEST level, so as to remove some noise from the startup logs. Added

svn commit: r1307115 - in /river/jtsk/skunk/surrogate: src/org/apache/river/container/ src/schemas/ test/org/apache/river/container/config/ testfiles/ testfiles/testroot/profile/default/

2012-03-29 Thread gtrasuk
Author: gtrasuk Date: Thu Mar 29 21:21:42 2012 New Revision: 1307115 URL: http://svn.apache.org/viewvc?rev=1307115view=rev Log: Continued work on the classloading hierarchy in pursuit of appropriate dynamic security capabilities. Not quite there yet, but close. Modified: river/jtsk/skunk

svn commit: r1307444 - in /river/jtsk/skunk/surrogate/src/org/apache/river/container: StarterServiceDeployer.java Utils.java classloading/ClasspathEntry.java classloading/ClasspathFilter.java classloa

2012-03-30 Thread gtrasuk
Author: gtrasuk Date: Fri Mar 30 14:29:21 2012 New Revision: 1307444 URL: http://svn.apache.org/viewvc?rev=1307444view=rev Log: Fixed a dumb classpath error (core-config.xml did not reference the JSK jars). Classloading now appears to be setup correctly to allow security manager to load. Next

svn commit: r1308236 - in /river/jtsk/skunk/surrogate: src/org/apache/river/container/ src/org/apache/river/container/classloading/ src/org/apache/river/container/liaison/ testfiles/

2012-04-01 Thread gtrasuk
Author: gtrasuk Date: Mon Apr 2 04:00:34 2012 New Revision: 1308236 URL: http://svn.apache.org/viewvc?rev=1308236view=rev Log: Implemented privileged operations in the VirtualFileSystemClassLoader. Application now has implicit permission to access its classpath. Modified: river/jtsk

svn commit: r1308672 - in /river/jtsk/skunk/surrogate: src/org/apache/river/container/ test/org/apache/river/container/security/ testfiles/testroot/profile/default/ testfiles/testroot/profile/default/

2012-04-02 Thread gtrasuk
Author: gtrasuk Date: Tue Apr 3 04:00:28 2012 New Revision: 1308672 URL: http://svn.apache.org/viewvc?rev=1308672view=rev Log: Added changes to test file for policy parser. Policy parser will be extended to parse a complete configuration for the service-starter deployer, including classpath

svn commit: r1327138 - in /river/jtsk/skunk/surrogate: ./ src/org/apache/river/container/ src/org/apache/river/container/classloading/ src/org/apache/river/container/deployer/ src/org/apache/river/con

2012-04-17 Thread gtrasuk
Author: gtrasuk Date: Tue Apr 17 15:17:52 2012 New Revision: 1327138 URL: http://svn.apache.org/viewvc?rev=1327138view=rev Log: Ongoing work on starter service deployer. Changed from properties file to a custom dialect for deployer configuration. Added ApplicationEnvironment to track deployed

svn commit: r1333597 - in /river/jtsk/skunk/surrogate: src/org/apache/river/container/deployer/StarterServiceDeployer.java testfiles/testroot/profile/default/service-starter.cfg

2012-05-03 Thread gtrasuk
Author: gtrasuk Date: Thu May 3 19:50:07 2012 New Revision: 1333597 URL: http://svn.apache.org/viewvc?rev=1333597view=rev Log: Ongoing work on starter service deployer. Tweaking the security configuration. Modified: river/jtsk/skunk/surrogate/src/org/apache/river/container/deployer

svn commit: r1333864 - in /river/jtsk/skunk/surrogate: src/org/apache/river/container/deployer/ClasspathFilterBuilder.java testfiles/testroot/profile/default/service-starter.cfg

2012-05-04 Thread gtrasuk
Author: gtrasuk Date: Fri May 4 10:31:29 2012 New Revision: 1333864 URL: http://svn.apache.org/viewvc?rev=1333864view=rev Log: Ongoing work on starter service deployer. Fixed bug in resource lookup in VirtualFileSystemClassLoader (actually in ClasspathFilterBuilder). Security system working

svn commit: r1361475 - in /river/jtsk/skunk/surrogate: src/org/apache/river/container/ src/org/apache/river/container/work/ test/org/apache/river/container/work/

2012-07-14 Thread gtrasuk
Author: gtrasuk Date: Sat Jul 14 06:44:41 2012 New Revision: 1361475 URL: http://svn.apache.org/viewvc?rev=1361475view=rev Log: Working on thread management. Need to enhance the thread management so that we can verify that a service is shut down when commanded. Added: river/jtsk/skunk

svn commit: r854293 - /websites/production/river/content/

2013-03-13 Thread gtrasuk
Author: gtrasuk Date: Wed Mar 13 16:15:24 2013 New Revision: 854293 Log: Publishing svnmucc operation to river site by gtrasuk Added: websites/production/river/content/ - copied from r854292, websites/staging/river/trunk/content/

svn commit: r1456320 - /river/site/trunk/content/people.mdtext

2013-03-13 Thread gtrasuk
Author: gtrasuk Date: Thu Mar 14 03:56:05 2013 New Revision: 1456320 URL: http://svn.apache.org/r1456320 Log: Added Dennis Reedy to committer and PMC list. Also updated Chair to Greg Trasuk Modified: river/site/trunk/content/people.mdtext Modified: river/site/trunk/content/people.mdtext

svn commit: r1464321 - in /river/jtsk/branches/2.2: ./ asm/ qa/ qa/doc/ src-doc/static/ src/com/sun/jini/resource/ src/net/jini/config/ src/net/jini/export/

2013-04-04 Thread gtrasuk
Author: gtrasuk Date: Thu Apr 4 07:32:53 2013 New Revision: 1464321 URL: http://svn.apache.org/r1464321 Log: Merging limited revisions from trunk. r1140819 - Update build documentation. r121190 - Fix RIVER-149 Modified: river/jtsk/branches/2.2/ (props changed) river/jtsk/branches

svn commit: r1471416 - /river/jtsk/branches/2.2/KEYS

2013-04-24 Thread gtrasuk
Author: gtrasuk Date: Wed Apr 24 13:52:32 2013 New Revision: 1471416 URL: http://svn.apache.org/r1471416 Log: Added public key for gtra...@apache.org to KEYS. Modified: river/jtsk/branches/2.2/KEYS Modified: river/jtsk/branches/2.2/KEYS URL: http://svn.apache.org/viewvc/river/jtsk/branches

svn commit: r1471445 - in /river/jtsk/branches/2.2: examples/hello/config/META-INF/PREFERRED.LIST examples/hello/config/jrmp-mahalo-group.config examples/hello/config/jrmp-outrigger-group.config rat_r

2013-04-24 Thread gtrasuk
Author: gtrasuk Date: Wed Apr 24 14:46:30 2013 New Revision: 1471445 URL: http://svn.apache.org/r1471445 Log: Added license headers to examples files. Updated roll_release.sh and rat_reports.sh for most recent version of rat. Also added license headers. Altered release candidate destination

svn commit: r1471473 - /river/jtsk/branches/2.2/roll_release.sh

2013-04-24 Thread gtrasuk
Author: gtrasuk Date: Wed Apr 24 15:18:35 2013 New Revision: 1471473 URL: http://svn.apache.org/r1471473 Log: Tweaked roll_release.sh Modified: river/jtsk/branches/2.2/roll_release.sh Modified: river/jtsk/branches/2.2/roll_release.sh URL: http://svn.apache.org/viewvc/river/jtsk/branches

svn commit: r1471681 - /river/jtsk/branches/2.2/src-doc/static/release-notes/index.html

2013-04-24 Thread gtrasuk
Author: gtrasuk Date: Wed Apr 24 21:11:03 2013 New Revision: 1471681 URL: http://svn.apache.org/r1471681 Log: Updated release notes prior to 2.2.1 release. Modified: river/jtsk/branches/2.2/src-doc/static/release-notes/index.html Modified: river/jtsk/branches/2.2/src-doc/static/release

svn commit: r860040 - /websites/production/river/content/

2013-04-26 Thread gtrasuk
Author: gtrasuk Date: Fri Apr 26 20:00:06 2013 New Revision: 860040 Log: Publishing svnmucc operation to river site by gtrasuk Added: websites/production/river/content/ - copied from r860039, websites/staging/river/trunk/content/

svn commit: r1476476 - /river/jtsk/branches/2.2/src-doc/static/release-notes/index.html

2013-04-26 Thread gtrasuk
Author: gtrasuk Date: Sat Apr 27 03:13:16 2013 New Revision: 1476476 URL: http://svn.apache.org/r1476476 Log: Updated release notes. RIVER-403 and RIVER-404 not fixed in this release. Modified: river/jtsk/branches/2.2/src-doc/static/release-notes/index.html Modified: river/jtsk/branches

svn commit: r1479221 - /river/jtsk/tags/2.2.1/

2013-05-04 Thread gtrasuk
Author: gtrasuk Date: Sun May 5 00:23:08 2013 New Revision: 1479221 URL: http://svn.apache.org/r1479221 Log: Released Apache River 2.2.1. Vote thread can be found at http://mail-archives.apache.org/mod_mbox/river-dev/201304.mbox/%3C1367000679.8176.107.camel%40cameron%3E and also see reminder

svn commit: r1919 - /release/river/

2013-05-05 Thread gtrasuk
Author: gtrasuk Date: Sun May 5 15:23:32 2013 New Revision: 1919 Log: Added release artifacts for Apache River 2.2.1 Added: release/river/apache-river-2.2.1-bin.tar.gz (with props) release/river/apache-river-2.2.1-bin.tar.gz.asc release/river/apache-river-2.2.1-bin.tar.gz.sha

svn commit: r1921 - /release/river/river-2.2.1/KEYS

2013-05-05 Thread gtrasuk
Author: gtrasuk Date: Mon May 6 01:51:54 2013 New Revision: 1921 Log: Added KEYS file to 2.2.1 download dir. Added: release/river/river-2.2.1/KEYS Added: release/river/river-2.2.1/KEYS == --- release/river/river

svn commit: r1482304 - /river/site/trunk/content/downloads.mdtext

2013-05-14 Thread gtrasuk
Author: gtrasuk Date: Tue May 14 11:25:55 2013 New Revision: 1482304 URL: http://svn.apache.org/r1482304 Log: Added download links for Apache River 2.2.1 Modified: river/site/trunk/content/downloads.mdtext Modified: river/site/trunk/content/downloads.mdtext URL: http://svn.apache.org

svn commit: r861957 - /websites/production/river/content/

2013-05-14 Thread gtrasuk
Author: gtrasuk Date: Tue May 14 11:27:19 2013 New Revision: 861957 Log: Publishing svnmucc operation to river site by gtrasuk Added: websites/production/river/content/ - copied from r861956, websites/staging/river/trunk/content/

svn commit: r1482306 - /river/site/trunk/content/index.mdtext

2013-05-14 Thread gtrasuk
Author: gtrasuk Date: Tue May 14 11:39:40 2013 New Revision: 1482306 URL: http://svn.apache.org/r1482306 Log: CMS commit to river by gtrasuk Modified: river/site/trunk/content/index.mdtext Modified: river/site/trunk/content/index.mdtext URL: http://svn.apache.org/viewvc/river/site/trunk

svn commit: r1482317 [1/3] - in /river/jtsk/skunk/surrogate: docs/ nbproject/ src/org/apache/river/container/ src/org/apache/river/container/deployer/ src/org/apache/river/container/hsm/ src/org/apach

2013-05-14 Thread gtrasuk
Author: gtrasuk Date: Tue May 14 12:20:38 2013 New Revision: 1482317 URL: http://svn.apache.org/r1482317 Log: Continued work on hierarchical state machine impl. Added JMX capability to StarterServiceDeployer. Added: river/jtsk/skunk/surrogate/src/org/apache/river/container/deployer

svn commit: r1482317 [3/3] - in /river/jtsk/skunk/surrogate: docs/ nbproject/ src/org/apache/river/container/ src/org/apache/river/container/deployer/ src/org/apache/river/container/hsm/ src/org/apach

2013-05-14 Thread gtrasuk
Modified: river/jtsk/skunk/surrogate/nbproject/genfiles.properties URL: http://svn.apache.org/viewvc/river/jtsk/skunk/surrogate/nbproject/genfiles.properties?rev=1482317r1=1482316r2=1482317view=diff == ---

svn commit: r1484221 - in /river/jtsk/skunk/surrogate: nbproject/ src/org/apache/river/container/ src/org/apache/river/container/deployer/ src/org/apache/river/container/hsm/ src/org/apache/river/cont

2013-05-18 Thread gtrasuk
Author: gtrasuk Date: Sun May 19 05:06:05 2013 New Revision: 1484221 URL: http://svn.apache.org/r1484221 Log: Can start the reggie module. Monitoring JMX MBeans through jconsole works. Need to continue work on service lifecycle state machine to include shutdown. Restructured and added

svn commit: r867412 - /websites/production/river/content/

2013-06-25 Thread gtrasuk
Author: gtrasuk Date: Tue Jun 25 18:41:55 2013 New Revision: 867412 Log: Publishing svnmucc operation to river site by gtrasuk Added: websites/production/river/content/ - copied from r867411, websites/staging/river/trunk/content/

svn commit: r1511579 - in /river/jtsk/skunk/qa_refactor/trunk/src/net/jini/lookup/entry: Host.java jmx/ jmx/JMXProperty.java jmx/JMXProtocolType.java

2013-08-07 Thread gtrasuk
Author: gtrasuk Date: Thu Aug 8 04:24:55 2013 New Revision: 1511579 URL: http://svn.apache.org/r1511579 Log: Fix RIVER-423. Added: net.jini.lookup.entry.Host net.jini.lookup.entry.jmx.JMXProperty net.jini.lookup.entry.jmx.JMXProtocolType Added: river/jtsk/skunk/qa_refactor/trunk/src

svn commit: r1511583 - /river/jtsk/branches/2.2/poms/deploy_river.groovy

2013-08-07 Thread gtrasuk
Author: gtrasuk Date: Thu Aug 8 04:45:39 2013 New Revision: 1511583 URL: http://svn.apache.org/r1511583 Log: Fix deploy_river.groovy to correctly refer to jsk-policy in lib-ext rather than lib. Modified: river/jtsk/branches/2.2/poms/deploy_river.groovy Modified: river/jtsk/branches/2.2

svn commit: r1520020 - in /river/jtsk/branches/2.2/qa: harness/policy/defaultmahalo.policy harness/policy/defaulttest.policy src/com/sun/jini/test/resources/jinitest.policy src/com/sun/jini/test/resou

2013-09-04 Thread gtrasuk
Author: gtrasuk Date: Wed Sep 4 13:36:45 2013 New Revision: 1520020 URL: http://svn.apache.org/r1520020 Log: From JDK 7 Update 21, the RMI property java.rmi.server.useCodebaseOnly is set to true by default. In earlier releases, the default value was false. The default behavior disables rmi

svn commit: r1520131 - in /river/jtsk/trunk: ./ dep-libs/asm/ qa/ qa/doc/ qa/harness/policy/ qa/src/com/sun/jini/test/resources/ src-extra/org/apache/river/extra/discovery/ src-extra/org/apache/river/

2013-09-04 Thread gtrasuk
Author: gtrasuk Date: Wed Sep 4 20:16:27 2013 New Revision: 1520131 URL: http://svn.apache.org/r1520131 Log: Merge fix for RIVER-425 from 2.2 branch over to trunk. Modified: river/jtsk/trunk/ (props changed) river/jtsk/trunk/dep-libs/asm/asm-3.2.jar (props changed) river/jtsk

svn commit: r880943 - /websites/production/river/content/

2013-10-02 Thread gtrasuk
Author: gtrasuk Date: Wed Oct 2 20:39:40 2013 New Revision: 880943 Log: Publishing svnmucc operation to river site by gtrasuk Added: websites/production/river/content/ - copied from r880942, websites/staging/river/trunk/content/

svn commit: r880947 - /websites/production/river/content/

2013-10-02 Thread gtrasuk
Author: gtrasuk Date: Wed Oct 2 21:48:42 2013 New Revision: 880947 Log: Publishing svnmucc operation to river site by gtrasuk Added: websites/production/river/content/ - copied from r880946, websites/staging/river/trunk/content/

svn commit: r1528886 - /river/jtsk/branches/2.2/src/com/sun/jini/constants/VersionConstants.java

2013-10-03 Thread gtrasuk
Author: gtrasuk Date: Thu Oct 3 14:27:26 2013 New Revision: 1528886 URL: http://svn.apache.org/r1528886 Log: Update com.sun.jini.constants.VersionConstants to reflect the next release, 2.2.2 Modified: river/jtsk/branches/2.2/src/com/sun/jini/constants/VersionConstants.java Modified

svn commit: r1539670 - /river/jtsk/tags/2.2.2/

2013-11-07 Thread gtrasuk
Author: gtrasuk Date: Thu Nov 7 14:52:18 2013 New Revision: 1539670 URL: http://svn.apache.org/r1539670 Log: Create release tag for 2.2.2 Added: river/jtsk/tags/2.2.2/ (props changed) - copied from r1539669, river/jtsk/branches/2.2/ Propchange: river/jtsk/tags/2.2.2

svn commit: r1540528 - in /river/jtsk/branches/2.2: ./ common.xml roll_release.sh

2013-11-10 Thread gtrasuk
Author: gtrasuk Date: Sun Nov 10 19:47:49 2013 New Revision: 1540528 URL: http://svn.apache.org/r1540528 Log: Merge back changes from 2.2.2 tags. Modified: river/jtsk/branches/2.2/ (props changed) river/jtsk/branches/2.2/common.xml river/jtsk/branches/2.2/roll_release.sh

svn commit: r1540529 - /river/jtsk/tags/2.2.2/

2013-11-10 Thread gtrasuk
Author: gtrasuk Date: Sun Nov 10 19:48:53 2013 New Revision: 1540529 URL: http://svn.apache.org/r1540529 Log: Remove tag for 2.2.2 - Need to do some license header additions on the 2.2 branch. Removed: river/jtsk/tags/2.2.2/

svn commit: r1540592 - /river/jtsk/branches/2.2/poms/

2013-11-10 Thread gtrasuk
Author: gtrasuk Date: Mon Nov 11 03:38:49 2013 New Revision: 1540592 URL: http://svn.apache.org/r1540592 Log: Bump versions in pom files to 2.2.2 Modified: river/jtsk/branches/2.2/poms/deploy_river.groovy river/jtsk/branches/2.2/poms/fiddler-dl.pom river/jtsk/branches/2.2/poms

svn commit: r1540593 - /river/jtsk/tags/2.2.2/

2013-11-10 Thread gtrasuk
Author: gtrasuk Date: Mon Nov 11 03:42:44 2013 New Revision: 1540593 URL: http://svn.apache.org/r1540593 Log: Create release tag in preparation for 2.2.2 release. Added: river/jtsk/tags/2.2.2/ (props changed) - copied from r1540592, river/jtsk/branches/2.2/ Propchange: river/jtsk

svn commit: r3614 [1/3] - /release/river/river-2.2.2/

2013-11-19 Thread gtrasuk
Author: gtrasuk Date: Wed Nov 20 06:13:19 2013 New Revision: 3614 Log: Release Apache River 2.2.2 Added: release/river/river-2.2.2/ release/river/river-2.2.2/RAT_REPORT_examples.txt release/river/river-2.2.2/RAT_REPORT_examples.txt.asc release/river/river-2.2.2

svn commit: r887832 - /websites/production/river/content/

2013-11-23 Thread gtrasuk
Author: gtrasuk Date: Sat Nov 23 19:42:40 2013 New Revision: 887832 Log: Publishing svnmucc operation to river site by gtrasuk Added: websites/production/river/content/ - copied from r887831, websites/staging/river/trunk/content/

svn commit: r1544871 - /river/site/trunk/content/index.mdtext

2013-11-23 Thread gtrasuk
Author: gtrasuk Date: Sat Nov 23 19:44:27 2013 New Revision: 1544871 URL: http://svn.apache.org/r1544871 Log: CMS commit to river by gtrasuk Modified: river/site/trunk/content/index.mdtext Modified: river/site/trunk/content/index.mdtext URL: http://svn.apache.org/viewvc/river/site/trunk

svn commit: r887836 - /websites/production/river/content/

2013-11-23 Thread gtrasuk
Author: gtrasuk Date: Sat Nov 23 19:53:33 2013 New Revision: 887836 Log: Publishing svnmucc operation to river site by gtrasuk Added: websites/production/river/content/ - copied from r887835, websites/staging/river/trunk/content/

svn commit: r1544874 - /river/site/trunk/content/index.mdtext

2013-11-23 Thread gtrasuk
Author: gtrasuk Date: Sat Nov 23 19:55:18 2013 New Revision: 1544874 URL: http://svn.apache.org/r1544874 Log: CMS commit to river by gtrasuk Modified: river/site/trunk/content/index.mdtext Modified: river/site/trunk/content/index.mdtext URL: http://svn.apache.org/viewvc/river/site/trunk

svn commit: r887838 - /websites/production/river/content/

2013-11-23 Thread gtrasuk
Author: gtrasuk Date: Sat Nov 23 19:55:24 2013 New Revision: 887838 Log: Publishing svnmucc operation to river site by gtrasuk Added: websites/production/river/content/ - copied from r887836, websites/staging/river/trunk/content/

svn commit: r887839 - /websites/production/river/content/

2013-11-23 Thread gtrasuk
Author: gtrasuk Date: Sat Nov 23 19:58:29 2013 New Revision: 887839 Log: Publishing svnmucc operation to river site by gtrasuk Added: websites/production/river/content/ - copied from r887838, websites/staging/river/trunk/content/

svn commit: r887846 - /websites/production/river/content/

2013-11-23 Thread gtrasuk
Author: gtrasuk Date: Sat Nov 23 20:48:31 2013 New Revision: 887846 Log: Publishing svnmucc operation to river site by gtrasuk Added: websites/production/river/content/ - copied from r887845, websites/staging/river/trunk/content/

svn commit: r3701 - in /release/river: river-2.2.0/ river-2.2.1/

2013-11-26 Thread gtrasuk
Author: gtrasuk Date: Tue Nov 26 20:33:03 2013 New Revision: 3701 Log: Remove Apache River 2.2.1 from dist area. Removed: release/river/river-2.2.0/ release/river/river-2.2.1/

[08/40] git commit: Initial commit

2014-01-12 Thread gtrasuk
Initial commit Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/dc6791fd Tree: http://git-wip-us.apache.org/repos/asf/river-container/tree/dc6791fd Diff:

[25/40] git commit: Added property setting to components called out in config.xml Completed monitoring of deployment directory - services now auto-deploy while container is live.

2014-01-12 Thread gtrasuk
Added property setting to components called out in config.xml Completed monitoring of deployment directory - services now auto-deploy while container is live. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit:

[15/40] Ongoing work to add client profile and run browser inside it.

2014-01-12 Thread gtrasuk
http://git-wip-us.apache.org/repos/asf/river-container/blob/36463b4a/test-container/src/main/root/profile/client/service-starter.cfg -- diff --git a/test-container/src/main/root/profile/client/service-starter.cfg

[30/40] git commit: Added Maven reports - PMD, CheckStyle and Cobertura.

2014-01-12 Thread gtrasuk
Added Maven reports - PMD, CheckStyle and Cobertura. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/1295a705 Tree: http://git-wip-us.apache.org/repos/asf/river-container/tree/1295a705 Diff:

[23/40] git commit: Add transient-mahalo module. Continue work on switching to jsk 2.2.2.

2014-01-12 Thread gtrasuk
Add transient-mahalo module. Continue work on switching to jsk 2.2.2. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/e8ab8bc4 Tree: http://git-wip-us.apache.org/repos/asf/river-container/tree/e8ab8bc4

[01/40] Initial import of River Container project into git.

2014-01-12 Thread gtrasuk
Updated Branches: refs/heads/master [created] 4b3b01a61 http://git-wip-us.apache.org/repos/asf/river-container/blob/9ab01093/river-container-core/src/test/resources/org/apache/river/container/config/config-test-doc.xml -- diff

[09/40] git commit: Added .gitignore to ignore maven target folders.

2014-01-12 Thread gtrasuk
Added .gitignore to ignore maven target folders. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/5bbf0dcd Tree: http://git-wip-us.apache.org/repos/asf/river-container/tree/5bbf0dcd Diff:

[11/40] git commit: Continuing work on restructuring the River Surrogate Container skunkworks project into a Maven build.

2014-01-12 Thread gtrasuk
Continuing work on restructuring the River Surrogate Container skunkworks project into a Maven build. As of this commit, - the classes in river-container-core build OK, but the tests fail because they are still looking for files in locations that are not yet present in the Maven build. -

[13/40] git commit: Test container builds but does not yet initialize. When loading the reggie-module, it gives an exception starting up the module, because commons-vfs is not able to initialize the w

2014-01-12 Thread gtrasuk
Test container builds but does not yet initialize. When loading the reggie-module, it gives an exception starting up the module, because commons-vfs is not able to initialize the working directory. Yet to be investigated. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo

[22/40] git commit: Add product module for production of final product deliverable (bin). Use Maven properties and filters to reduce hand-coding for jsk version.

2014-01-12 Thread gtrasuk
Add product module for production of final product deliverable (bin). Use Maven properties and filters to reduce hand-coding for jsk version. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/63112350 Tree:

[40/40] git commit: river-container-core no longer has a dependency on OpenWebBeans.

2014-01-12 Thread gtrasuk
river-container-core no longer has a dependency on OpenWebBeans. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/4b3b01a6 Tree: http://git-wip-us.apache.org/repos/asf/river-container/tree/4b3b01a6 Diff:

[21/40] git commit: Added product container that contains the set of files that forms the container for general use.

2014-01-12 Thread gtrasuk
Added product container that contains the set of files that forms the container for general use. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/67992683 Tree:

[27/40] git commit: Add some quick instructions to the README.md file.

2014-01-12 Thread gtrasuk
Add some quick instructions to the README.md file. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/457ae74b Tree: http://git-wip-us.apache.org/repos/asf/river-container/tree/457ae74b Diff:

[24/40] git commit: transient-mahalo module now starts up transaction manager, which is then visible in the browser client.

2014-01-12 Thread gtrasuk
transient-mahalo module now starts up transaction manager, which is then visible in the browser client. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/42f2ef2a Tree:

[36/40] Hierarchical State Machine is now broken out to its own module (river-hsm) and clears almost all findbugs/pmd/etc checks.

2014-01-12 Thread gtrasuk
http://git-wip-us.apache.org/repos/asf/river-container/blob/3e29cd2d/river-hsm/src/test/java/org/apache/river/container/hsm/ReturnTypeTest.java -- diff --git

[17/40] git commit: Ongoing work to add client profile and run browser inside it.

2014-01-12 Thread gtrasuk
Ongoing work to add client profile and run browser inside it. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/b8f2c0c0 Tree: http://git-wip-us.apache.org/repos/asf/river-container/tree/b8f2c0c0 Diff:

[29/40] git commit: Added transient-outrigger module to river-container project. Added outrigger profile to the 'product' container.

2014-01-12 Thread gtrasuk
Added transient-outrigger module to river-container project. Added outrigger profile to the 'product' container. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/b63e6d47 Tree:

[32/40] Add Apache License headers and one or two Rat exclusions.

2014-01-12 Thread gtrasuk
http://git-wip-us.apache.org/repos/asf/river-container/blob/f17fe38e/user-docs/src/docbkx/resources/xsl/html.xsl -- diff --git a/user-docs/src/docbkx/resources/xsl/html.xsl b/user-docs/src/docbkx/resources/xsl/html.xsl new file

[6/7] git commit: ContextualWorkManager has been changed over to present a ScheduledExecutorService for applications to use, rather than a WorkManager.

2014-02-17 Thread gtrasuk
ContextualWorkManager has been changed over to present a ScheduledExecutorService for applications to use, rather than a WorkManager. Starting up the Admin service now works. AdminService is not yet fully implemented. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo

[2/7] git commit: There is now an Ideas page in river-container that describes the concepts of the plugin. The river-container-maven-plugin project has a 'listApps' goal that one can install and then

2014-02-17 Thread gtrasuk
There is now an Ideas page in river-container that describes the concepts of the plugin. The river-container-maven-plugin project has a 'listApps' goal that one can install and then print out the configured container home. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo

[3/7] git commit: Client-profile command line admin app now exists. Files in product/root/bin now have correct file modes on Unix. 'run.sh' is renamed to 'run'. river-container-core 'core-config.xml'

2014-02-17 Thread gtrasuk
Client-profile command line admin app now exists. Files in product/root/bin now have correct file modes on Unix. 'run.sh' is renamed to 'run'. river-container-core 'core-config.xml' is updated to include the river-hsm jar in runtime classpath. Project:

[5/8] git commit: ContextualWorkManager has been changed over to present a ScheduledExecutorService for applications to use, rather than a WorkManager.

2014-02-18 Thread gtrasuk
ContextualWorkManager has been changed over to present a ScheduledExecutorService for applications to use, rather than a WorkManager. Starting up the Admin service now works. AdminService is not yet fully implemented. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo

[2/8] git commit: Client-profile command line admin app now exists. Files in product/root/bin now have correct file modes on Unix. 'run.sh' is renamed to 'run'. river-container-core 'core-config.xml'

2014-02-18 Thread gtrasuk
Client-profile command line admin app now exists. Files in product/root/bin now have correct file modes on Unix. 'run.sh' is renamed to 'run'. river-container-core 'core-config.xml' is updated to include the river-hsm jar in runtime classpath. Project:

[3/8] git commit: Admin client requires extended permissions (i.e. java.security.AllPermission) so it's now in a separate profile that includes AllPermission in the client-deploy.config.

2014-02-18 Thread gtrasuk
Admin client requires extended permissions (i.e. java.security.AllPermission) so it's now in a separate profile that includes AllPermission in the client-deploy.config. Client app deployer now has the ability to use a preset app name rather than reading the app name from the command line

[7/8] git commit: Readme.md now contains a First Fifteen Minutes guide to building and running the container and a 'hello-world' example.

2014-02-18 Thread gtrasuk
Readme.md now contains a First Fifteen Minutes guide to building and running the container and a 'hello-world' example. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/496e36fc Tree:

[8/8] git commit: Readme.md now contains a First Fifteen Minutes guide to building and running the container and a 'hello-world' example.

2014-02-18 Thread gtrasuk
Readme.md now contains a First Fifteen Minutes guide to building and running the container and a 'hello-world' example. Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/496e36fc Tree:

svn commit: r1583441 - /river/site/trunk/content/source-code.mdtext

2014-03-31 Thread gtrasuk
Author: gtrasuk Date: Mon Mar 31 20:20:22 2014 New Revision: 1583441 URL: http://svn.apache.org/r1583441 Log: Add svn command for release (2.2) branch. Modified: river/site/trunk/content/source-code.mdtext Modified: river/site/trunk/content/source-code.mdtext URL: http://svn.apache.org

svn commit: r904444 - /websites/production/river/content/

2014-03-31 Thread gtrasuk
Author: gtrasuk Date: Mon Mar 31 20:20:50 2014 New Revision: 90 Log: Publishing svnmucc operation to river site by gtrasuk Added: websites/production/river/content/ - copied from r904443, websites/staging/river/trunk/content/

svn commit: r1583447 - /river/jtsk/branches/2.2/qa/src/com/sun/jini/test/spec/loader/pref/loader.policy

2014-03-31 Thread gtrasuk
Author: gtrasuk Date: Mon Mar 31 20:32:16 2014 New Revision: 1583447 URL: http://svn.apache.org/r1583447 Log: As of JDK 7u51, setting up a service on ports outside the ephemeral range requires explicit SocketPermission. This patch updates the 'loader.policy' file to include this permission

svn commit: r1583672 - in /river/jtsk/branches/2.2/qa/src/com/sun/jini/test/spec: loader/pref/ policyprovider/ policyprovider/dynamicPolicyProvider/ policyprovider/grantPermission/ policyprovider/poli

2014-04-01 Thread gtrasuk
Author: gtrasuk Date: Tue Apr 1 13:52:48 2014 New Revision: 1583672 URL: http://svn.apache.org/r1583672 Log: Added SocketPermissions to qa tests, to accomodate JDK7u51 and greater. As of that JDK release, opening a server port requires explicit permission. Modified: river/jtsk/branches

svn commit: r1584041 - in /river/jtsk/branches/2.2/qa/src/com/sun/jini/test/spec/config: configurationfile/configurationfile.policy configurationprovider/configurationProviderGetClassLoaderDeny.policy

2014-04-02 Thread gtrasuk
Author: gtrasuk Date: Wed Apr 2 14:09:37 2014 New Revision: 1584041 URL: http://svn.apache.org/r1584041 Log: Added SocketPermissions to qa tests, to accomodate JDK7u51 and greater. As of that JDK release, opening a server port requires explicit permission. Modified: river/jtsk/branches

svn commit: r1612853 - /river/site/trunk/content/resources.mdtext

2014-07-23 Thread gtrasuk
Author: gtrasuk Date: Wed Jul 23 15:34:20 2014 New Revision: 1612853 URL: http://svn.apache.org/r1612853 Log: Fix River-442. Broken link to Jan Newmarch's Jini page. Modified: river/site/trunk/content/resources.mdtext Modified: river/site/trunk/content/resources.mdtext URL: http

svn commit: r917215 - /websites/production/river/content/

2014-07-23 Thread gtrasuk
Author: gtrasuk Date: Wed Jul 23 15:36:02 2014 New Revision: 917215 Log: Fix River-442, broken link. Added: websites/production/river/content/ - copied from r917214, websites/staging/river/trunk/content/

svn commit: r1644545 - in /river/river-rt-tools: ./ trunk/

2014-12-10 Thread gtrasuk
Author: gtrasuk Date: Thu Dec 11 03:55:22 2014 New Revision: 1644545 URL: http://svn.apache.org/r1644545 Log: Creating a repository for river runtime tools, like Starter and ClassServer. Added: river/river-rt-tools/ river/river-rt-tools/trunk/

svn commit: r1644548 - /river/river-rt-tools/trunk/class-server/src/main/java/org/apache/river/tools/rt/classserver/ClassServer.java

2014-12-10 Thread gtrasuk
Author: gtrasuk Date: Thu Dec 11 03:58:35 2014 New Revision: 1644548 URL: http://svn.apache.org/r1644548 Log: ClassServer is now included in the runtime tools project. Added: river/river-rt-tools/trunk/class-server/src/main/java/org/apache/river/tools/rt/classserver/ClassServer.java

svn commit: r1644555 - in /river/river-rt-tools/trunk: class-server/ pom.xml

2014-12-10 Thread gtrasuk
Author: gtrasuk Date: Thu Dec 11 05:00:56 2014 New Revision: 1644555 URL: http://svn.apache.org/r1644555 Log: There is no longer a separate class-server project. There is simply a tools project that contains the runtime tools. Removed: river/river-rt-tools/trunk/class-server/ Modified

svn commit: r1644761 - in /river/river-rt-tools/trunk/start: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/river/ src/main/java/org/apache/rive

2014-12-11 Thread gtrasuk
Author: gtrasuk Date: Thu Dec 11 20:51:15 2014 New Revision: 1644761 URL: http://svn.apache.org/r1644761 Log: The 'Start' module in river-rt-tools now builds its JavaDoc without error. I never would have guessed there could be so many fatal errors in comments! Added: river/river-rt-tools

svn commit: r1644763 - in /river/river-rt-tools/trunk: ./ pom.xml src/ src/site/ src/site/markdown/ src/site/markdown/index.md

2014-12-11 Thread gtrasuk
Author: gtrasuk Date: Thu Dec 11 20:53:56 2014 New Revision: 1644763 URL: http://svn.apache.org/r1644763 Log: The basic underpinnings are in place to build a site using Maven's site plugin. Added: river/river-rt-tools/trunk/src/ river/river-rt-tools/trunk/src/site/ river/river-rt

svn commit: r1644771 - in /river/river-rt-tools/trunk/tools/src/main/java/org/apache/river/tools/rt: CheckConfigurationFile.java ClassServer.java ComputeDigest.java ComputeHttpmdCodebase.java Config.j

2014-12-11 Thread gtrasuk
Author: gtrasuk Date: Thu Dec 11 21:22:46 2014 New Revision: 1644771 URL: http://svn.apache.org/r1644771 Log: The 'tools' module under the river-rt-tools project now successfully builds its JavaDoc. Modified: river/river-rt-tools/trunk/tools/src/main/java/org/apache/river/tools/rt

svn commit: r1644835 - in /river/river-rt-tools/trunk: pom.xml src/site/markdown/index.md

2014-12-11 Thread gtrasuk
Author: gtrasuk Date: Fri Dec 12 05:48:57 2014 New Revision: 1644835 URL: http://svn.apache.org/r1644835 Log: Parent pom now includes 'pmd', 'findbugs' and 'RAT' reports. All pass without incident (although the pmd and findbugs reports show warnings). Modified: river/river-rt-tools/trunk

svn commit: r1645096 - in /river/river-rt-tools/trunk/start: ./ src/main/java/org/apache/river/tools/rt/start/ src/main/resources/ src/main/resources/META-INF/ src/main/resources/org/ src/main/resourc

2014-12-12 Thread gtrasuk
Author: gtrasuk Date: Fri Dec 12 23:52:22 2014 New Revision: 1645096 URL: http://svn.apache.org/r1645096 Log: Usage of 'com.sun.jini.start' text has been removed from strings and comments. ServiceStarter.java log messages are now localized. pom.xml specifies the start class and classpath

svn commit: r1645106 - in /river/river-examples: ./ river-examples/ river-examples/trunk/

2014-12-12 Thread gtrasuk
Author: gtrasuk Date: Sat Dec 13 04:47:45 2014 New Revision: 1645106 URL: http://svn.apache.org/r1645106 Log: Initial import of river examples. Added: river/river-examples/ river/river-examples/river-examples/ river/river-examples/river-examples/trunk/

svn commit: r1645108 - in /river/river-examples/river-examples/trunk: pom.xml src/ src/site/ src/site/markdown/ src/site/markdown/index.md

2014-12-12 Thread gtrasuk
Author: gtrasuk Date: Sat Dec 13 04:48:32 2014 New Revision: 1645108 URL: http://svn.apache.org/r1645108 Log: Initial import of river examples. Added: river/river-examples/river-examples/trunk/pom.xml river/river-examples/river-examples/trunk/src/ river/river-examples/river-examples

svn commit: r1645729 - in /river/river-examples/river-examples/trunk/home: ./ src/ src/assembly/ src/main/ src/main/home/

2014-12-15 Thread gtrasuk
Author: gtrasuk Date: Mon Dec 15 19:35:00 2014 New Revision: 1645729 URL: http://svn.apache.org/r1645729 Log: River-examples is able to run the browser successfully. Added: river/river-examples/river-examples/trunk/home/ (with props) river/river-examples/river-examples/trunk/home

svn commit: r1645728 - in /river/river-examples/river-examples/trunk/browser: ./ src/main/java/org/apache/river/examples/browser/ src/test/java/ src/test/java/org/ src/test/java/org/apache/ src/test/j

2014-12-15 Thread gtrasuk
Author: gtrasuk Date: Mon Dec 15 19:34:49 2014 New Revision: 1645728 URL: http://svn.apache.org/r1645728 Log: River-examples is able to run the browser successfully. Added: river/river-examples/river-examples/trunk/browser/src/main/java/org/apache/river/examples/browser

svn commit: r1645730 - in /river/river-rt-tools/trunk/start: pom.xml src/main/resources/org/apache/river/tools/rt/start/Messages.properties src/main/resources/org/apache/river/tools/rt/start/service.p

2014-12-15 Thread gtrasuk
Author: gtrasuk Date: Mon Dec 15 19:35:58 2014 New Revision: 1645730 URL: http://svn.apache.org/r1645730 Log: Start package now references the correct message bundle, and can start the browser example successfully. Added: river/river-rt-tools/trunk/start/src/main/resources/org/apache/river

svn commit: r1646381 - /river/site/trunk/content/maven-artifacts.mdtext

2014-12-17 Thread gtrasuk
Author: gtrasuk Date: Thu Dec 18 05:10:10 2014 New Revision: 1646381 URL: http://svn.apache.org/r1646381 Log: CMS commit to river by gtrasuk Modified: river/site/trunk/content/maven-artifacts.mdtext Modified: river/site/trunk/content/maven-artifacts.mdtext URL: http://svn.apache.org/viewvc

svn commit: r933195 - /websites/production/river/content/

2014-12-17 Thread gtrasuk
Author: gtrasuk Date: Thu Dec 18 05:12:22 2014 New Revision: 933195 Log: Publishing svnmucc operation to river site by gtrasuk Added: websites/production/river/content/ - copied from r933194, websites/staging/river/trunk/content/

  1   2   >