Progress

2018-08-08 Thread Peter Firmstone
I've been a little quiet, but have been busy testing, testing, testing. Will get back to work on River's modular build in the near future. AtomicILFactory, is a JERI invocation layer factory alternative to BasicILFactory, which uses atomic input validation during deserialization. Unlike B

Recent Progress

2017-04-20 Thread Peter
  I've recently reached a milestone regarding testing of the jgdms modular maven build (in OSGi bundle format based on River 3.0,) where 99.6% of the qa test suite is now passing. I haven't run the jtreg test suite against it yet, but will do so in coming weeks. Note that at this stage it has

Testing progress

2018-09-29 Thread Peter Firmstone
ificates (services act as a client when making a remote callback). Basically we need our users to be able to utilise secure endpoints, almost as easily as TCP endpoints, with simple configuration changes, we don't want them having to debug. Anyway, so you know work is happening, I'm maki

River Progress

2013-05-31 Thread Peter Firmstone
After what seems like a marathon, I've just finished converting remaining service implementations to the new com.sun.jini.start.Starter interface, no longer is 'this' allowed to escape during construction. The only remaining instances I'm aware of are the examples, I looked at fixing them, but

License header progress

2015-12-11 Thread Patricia Shanahan
As you may have seen, I have updated many of the files that lacked license headers. The remaining files present various problems, such as appearing to be in formats that either lack comments or for which I don't know the comment format. Here is the list of remaining problem files. I would welc

Re: Recent Progress

2017-04-21 Thread Peter
ion for jtreg tests. Maven modules certainly simplify River , it organises the code into understandable digestible bites. Cheers, Peter. Sent from my Samsung device.     Include original message Original message From: Peter Sent: 21/04/2017 12:37:09 pm To: dev@river.apache.or

progress on websites

2011-02-11 Thread Sim IJskes - QCG
As you might have noticed, still a small hickup on the production website. No CMS updates for now. Gr. Sim

Update on progress

2011-08-28 Thread Peter Firmstone
I noticed the list is rather quiet lately. I've been making progress with my security work, most of it is low level work, most app developers won't need to concern themselves with it. One of the problems with usability River is you can't totally ignore security, you still

Windows progress update

2012-07-18 Thread Peter Firmstone
Getting much closer to passing all tests on Windows without cigwin. - - # of tests started = 1412 # of tests started = 1412 # of tests completed = 1412 # of tests completed = 1412 # of tests skipped = 46 # of

Development Progress update.

2013-03-07 Thread Peter Firmstone
There are issues with some builds on Hudson, preventing test execution. Windows: a file can't be deleted in preparation for checkout, preventing build from executing. Solaris: BindException socket in use causes numerous test failures FreeBSD: BindException socket in use, prevents build from exe

Thoughts, progress and plans.

2018-04-19 Thread Peter
What I’ve been up to: 1. Moved atomic serialization and support for OSGi into AtomicILFactory, so BasicILFactory functionality effectively remains unchanged. Taking advantage of the Extensible part of JERI. Note we can also support other protocols by taking advantage of JERI's extensibility. 2

Re: progress on websites

2011-02-11 Thread Sim IJskes - QCG
On 11-02-11 12:38, Sim IJskes - QCG wrote: As you might have noticed, still a small hickup on the production website. No CMS updates for now. All is ok now. Only content fixes and missing links. Gr. Sim -- QCG, Software voor het MKB, 071-5890970, http://www.qcg.nl Quality Consultancy Group b

Concurrent DynamicPolicy progress update.

2011-08-05 Thread Peter Firmstone
Good news, I've merged the current trunk and refactored my previous Concurrent Policy work on skunk, all qa tests are passing and all new junit tests are passing. Previously I'd defined an SPI provider for the DynamicPolicy so I could swap out implementations. However now since we're not sup

Re: Development Progress update.

2013-03-08 Thread Dan Creswell
I'm headed back to the UK so can test OS X in a couple of days if that's still useful... On 7 March 2013 05:25, Peter Firmstone wrote: > There are issues with some builds on Hudson, preventing test execution. > > Windows: a file can't be deleted in preparation for checkout, preventing > build fro

Re: Development Progress update.

2013-03-08 Thread Peter Firmstone
Yes definitely, the more testing before release the better. Are you able to run the jtreg tests as well? They've only been tested on Solaris 10 sparc, I'm not aware of anyone else running jtreg tests for some time. Dan Creswell wrote: I'm headed back to the UK so can test OS X in a couple o

Re: Development Progress update.

2013-03-09 Thread Peter Firmstone
Recent test failures: Solaris sparc: com/sun/jini/test/impl/outrigger/matching/StressTestWithShutdown.td Ubuntu JDK7 com/sun/jini/test/impl/outrigger/leasing/UseTxnMgrSpaceLeaseTestRenewCancel.td com/sun/jini/test/spec/jrmp/jrmpexporter/Unexport_BehaviorTest2.td com/sun/jini/test/

Re: Development Progress update.

2013-03-10 Thread Dan Creswell
How do I run 'em? (I know about jtreg itself, just want the appropriate ant/command-line incantations to save me time). On 8 March 2013 22:32, Peter Firmstone wrote: > Yes definitely, the more testing before release the better. > > Are you able to run the jtreg tests as well? They've only been t

Re: Development Progress update.

2013-03-10 Thread Peter Firmstone
$ cd qa $ ant jtreg If something goes wrong: $ ant jtreg-teardown to move files back. Cheers, Peter. Dan Creswell wrote: How do I run 'em? (I know about jtreg itself, just want the appropriate ant/command-line incantations to save me time). On 8 March 2013 22:32, Peter Firmstone wrote:

Re: Development Progress update.

2013-03-10 Thread Dennis Reedy
I ran: ant qa.run [java] - [java] GENERAL HARNESS CONFIGURATION INFORMATION: [java] [java]Date started: [java] Sat Mar 09 08:19:09 EST 2013 [java]Installation directory of the JSK: [java] com.sun.jini.jsk.home=/Users/dreedy/dev/src/pro

Re: Development Progress update.

2013-03-10 Thread Dan Creswell
I'm currently running this and jtreg, I'll report back when it's done. JDK 7 on OS X 10.8.2... On 10 March 2013 13:17, Dennis Reedy wrote: > I ran: > > ant qa.run > > [java] - > [java] GENERAL HARNESS CONFIGURATION INFORMATION: > [java] > [java]Date s

Re: Development Progress update.

2013-03-11 Thread Dan Creswell
1412 passed, 46 skipped, 0 failures in about 58000 seconds. On 10 March 2013 13:26, Dan Creswell wrote: > I'm currently running this and jtreg, I'll report back when it's done. > > JDK 7 on OS X 10.8.2... > > > On 10 March 2013 13:17, Dennis Reedy wrote: >> I ran: >> >> ant qa.run >> >> [java] -

Re: Development Progress update.

2013-03-11 Thread Peter Firmstone
Cool, Thanks Dennis, Dan & Bryan, we're getting there! Bryan experienced two test failures on OSX: com/sun/jini/test/impl/start/CodebaseTest.td caused by: [java] CodebaseTest.run FINE: expected codebase for test service 1 proxy: http://Bryan-Thompson-MacBook-Air.local:9082/qa1-start-testse

Re: Development Progress update.

2013-03-11 Thread Peter Firmstone
Cool, Thanks Dennis, Dan & Bryan, we're getting there! Bryan experienced two test failures on OSX: com/sun/jini/test/impl/start/CodebaseTest.td caused by: [java] CodebaseTest.run FINE: expected codebase for test service 1 proxy: http://Bryan-Thompson-MacBook-Air.local:9082/qa1-start-testse

Re: Thoughts, progress and plans.

2018-04-19 Thread Bryan Thompson
Peter, That sounds like a quite a bit of interesting progress! Maybe we could brainstorm some examples of secure services on the list, implement some examples, and publish the services and their code? Bryan On Thu, Apr 19, 2018 at 5:19 AM, Peter wrote: > What I’ve been up to: > >

Re: Thoughts, progress and plans.

2018-04-19 Thread Peter
registered there to perform a far wider global search. Then we have delayed unmarshalling to allow local filtering to occur using logical operations before provisioning code. Cheers, Peter. On 20/04/2018 12:09 AM, Bryan Thompson wrote: Peter, That sounds like a quite a bit of interesting p