Re: RuntimeInfo

2007-01-20 Thread Jeremy Boynes
pplication may offer addressable services that are invoked when it is connected (via some async protocol). The approach I took was to have a high level abstraction in RuntimeInfo for things that applied to every environment, with specializations for each installation environment for things t

RuntimeInfo

2007-01-20 Thread Meeraj Kunnumpurath
Hi, I have been looking at adding runtime id to RuntimeInfo. I think there may be some scope for refactoring the current classes and interfaces used for realising runtime info. The core abstraction is the RuntimeInfo interface in host-api with a specialized interface StandaloneRuntimeInfo in

[jira] Closed: (TUSCANY-770) Support to set Host specific (provided) RuntimeInfo object, in LauncherImpl

2007-01-19 Thread ant elder (JIRA)
isn't what you want, so I'm closing this. If you still need a way to do this with the new design please reopen with more details about what you're trying to achieve. > Support to set Host specific (provided) RuntimeInfo objec

[jira] Updated: (TUSCANY-770) Support to set Host specific (provided) RuntimeInfo object, in LauncherImpl

2007-01-15 Thread Raymond Feng (JIRA)
fic (provided) RuntimeInfo object, in LauncherImpl > --- > > Key: TUSCANY-770 > URL: https://issues.apache.org/jira/browse/TUSCANY-770 > Project: Tuscany >

[jira] Updated: (TUSCANY-770) Support to set Host specific (provided) RuntimeInfo object, in LauncherImpl

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-770?page=all ] ant elder updated TUSCANY-770: -- Fix Version/s: Java-M2 Affects Version/s: Java-M2 > Support to set Host specific (provided) RuntimeInfo object, in LauncherI

[jira] Created: (TUSCANY-770) Support to set Host specific (provided) RuntimeInfo object, in LauncherImpl

2006-10-01 Thread Rashmi Hunt (JIRA)
Support to set Host specific (provided) RuntimeInfo object, in LauncherImpl --- Key: TUSCANY-770 URL: http://issues.apache.org/jira/browse/TUSCANY-770 Project: Tuscany

Re: RuntimeInfo, was: Loading extensions in chianti

2006-07-17 Thread Jeremy Boynes
On Jul 17, 2006, at 11:04 AM, Kenneth Tam wrote: Jeremy, can you elaborate a bit on SystemCompositeComponent.registerJavaObject()? The call to register the RuntimeInfo in Launcher is the only non-test call I can find, and the doc suggests that it's sort of a shorthand for what the builder

Re: RuntimeInfo, was: Loading extensions in chianti

2006-07-17 Thread Kenneth Tam
Jeremy, can you elaborate a bit on SystemCompositeComponent.registerJavaObject()? The call to register the RuntimeInfo in Launcher is the only non-test call I can find, and the doc suggests that it's sort of a shorthand for what the builder code might do. While I'm asking about th

RuntimeInfo, was: Loading extensions in chianti

2006-07-14 Thread Jeremy Boynes
it is installed? One technique I've used before is to have a component in the system that can provide this type of information. This means that other components can go to one place rather than try and figure it out for themselves. I added a RuntimeInfo SPI into the extension stuff