Dennis Reedy

Results 7 issues of Dennis Reedy

It would be great to be able to specify to pull the `top-left`

The Rio UI now has much improved service notification for system oriented events. This was done as part of the addition of the Event service, and a general improvement. What...

New Feature

Allow a service to provide a probe that the monitor will send to the cybernode to test whether the cybernode's environment meets the requirements of the service. This extends the...

New Feature

The current FDH declaration was based on the XML parsing of an opstring. Now that we create the opstring from Groovy we can improve on this and make it more...

Improvement

When starting a Cybernode and/or Monitor artifact resolution is happening, causing slower startup times.

Improvement

Consider I deploy the following (pseudo) opstring (for argument's sake, file-based deployment in the Rio deployments directory): deployment(name:'My Deployment') { service(name: 'Service A') { interfaces { classes 'com.my.A' artifact ref:...

ServiceBeanConfig needs to be refactored, changing the use of the internal collection configParms and use properties with corresponding getter/setter methods. This will make the use and construction of the class...