Build failed in Jenkins: River-QA-ubuntu-jdk7 #81

2015-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/River-QA-ubuntu-jdk7/81/ -- [...truncated 6624 lines...] A qa/src/com/sun/jini/test/impl/servicediscovery/event/DiscardServiceDown.java A

Re: Security

2015-02-08 Thread Peter Firmstone
Thanks Dan, hopefully I don't dissapoint. ... So continuing on, another benefit of secure Serialization, if you're a lookup service, you don't need to authenticate your clients, you can deal with anyone and your not subject to DOS attacks, other than more conventional attacks unrelated to

River-examples project

2015-02-08 Thread Greg Trasuk
Hi all: This doesn’t seem to have gone through the mail system yesterday, so I’m posting again. Apologies if we eventually have a storm of similar messages. Hi all: Finally finished the examples project. Please review and comment. You can get it from svn at

Re: River-examples project

2015-02-08 Thread Patricia Shanahan
Thanks very much for getting this done. I am playing naive new user. I checked out the svn files, and viewed README.md. Note that it might be nice to provide it as a README.txt as well - a user who is getting the code from SVN may not be familiar with Github conventions. I think the

Re: Security

2015-02-08 Thread Peter Firmstone
Thanks Dan, hopefully I don't dissapoint. ... So continuing on, another benefit of secure Serialization, if you're a lookup service, you don't need to authenticate your clients, you can deal with anyone and your not subject to DOS attacks, other than more conventional attacks unrelated to

Build failed in Jenkins: River-trunk-jdk7 #151

2015-02-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/River-trunk-jdk7/151/ -- Started by an SCM change Building remotely on solaris1 (Solaris) in workspace https://builds.apache.org/job/River-trunk-jdk7/ws/ Updating http://svn.apache.org/repos/asf/river/jtsk/trunk at

Getting started with the examples

2015-02-08 Thread Patricia Shanahan
Greg, Thanks for your work on the examples. Of course, I am chomping at the bit to try them out, so I may be getting ahead of more instructions and a non-svn distribution that are coming. If so, I can wait. Remember

Please review the river-examples project

2015-02-08 Thread Greg Trasuk
(this may go through twice - not sure which source email gets through moderation) Hi all: Finally finished the examples project. Please review and comment. You can get it from svn at https://svn.apache.org/repos/asf/river/river-examples/river-examples/trunk My thinking is that a new user

Please review the river-examples project

2015-02-08 Thread Greg Trasuk
Hi all: Finally finished the examples project. Please review and comment. You can get it from svn at https://svn.apache.org/repos/asf/river/river-examples/river-examples/trunk My thinking is that a new user trying out the examples will start with the read me file at: “README.md” (formatted

Re: Please review the river-examples project

2015-02-08 Thread Dennis Reedy
On Feb 8, 2015, at 1122AM, Greg Trasuk tras...@stratuscom.com wrote: Hi Dennis: As with Pat’s comments, thanks for the input. One loses the “beginner’s eye” after working on something for a while. Anyhow, the README instructions are intended as a “bootstrap” that gets you to the

Re: Please review the river-examples project

2015-02-08 Thread Greg Trasuk
Discussion interspersed… Greg Trasuk On Feb 8, 2015, at 12:25 PM, Dennis Reedy dennis.re...@gmail.com wrote: On Feb 8, 2015, at 1122AM, Greg Trasuk tras...@stratuscom.com wrote: Hi Dennis: As with Pat’s comments, thanks for the input. One loses the “beginner’s eye” after working

Re: Please review the river-examples project

2015-02-08 Thread Greg Trasuk
Hi Dennis: As with Pat’s comments, thanks for the input. One loses the “beginner’s eye” after working on something for a while. Anyhow, the README instructions are intended as a “bootstrap” that gets you to the real instructions that are in the site that’s built when you run ‘mvn site’.

Re: Please review the river-examples project

2015-02-08 Thread Dennis Reedy
Hi Greg, Good start! How does one run anything, and although there are src/test/java directories, there are no tests. Regards Dennis On Feb 6, 2015, at 607PM, Greg Trasuk tras...@trasuk.com wrote: (this may go through twice - not sure which source email gets through moderation) Hi

Re: River-examples project

2015-02-08 Thread Greg Trasuk
Thanks for trying this out… Some answers below… Cheers, Greg Trasuk On Feb 8, 2015, at 4:33 AM, Patricia Shanahan p...@acm.org wrote: Thanks very much for getting this done. I am playing naive new user. I checked out the svn files, and viewed README.md. Note that it might be nice to

Re: River-examples project

2015-02-08 Thread Greg Trasuk
Found the problem - it isn’t Cygwin-related, it’s Windows-related. The class path separator character is different on Windows vs OSX, so the service-starter config files need to use File.pathSeparator rather than hardcode the character. I’ve committed the change, so you should be able to

Re: River-examples project

2015-02-08 Thread Greg Trasuk
By the way, the command lines are just invoking the jam, so the exact same command line should work in Windows command shell. But you’re right, we should have explicit Windows instructions in the tutorial as well. Cheers, Greg Trasuk On Feb 8, 2015, at 10:56 PM, Patricia Shanahan

Re: River-examples project

2015-02-08 Thread Patricia Shanahan
First of all, I must say I am very impressed with the tutorial chain in the examples HTML files. I am currently skimming it, in order to try out running things, but will go back and reread in much more detail. I have been running the command line operations in a Cygwin shell. I have to add an