You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <tu...@ws.apache.org> on 2007/01/19 09:12:30 UTC

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

     [ https://issues.apache.org/jira/browse/TUSCANY-770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder closed TUSCANY-770.
-----------------------------

    Resolution: Invalid

It looks like LauncherImpl is only used by the testing code now so I suspect this 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 object, in LauncherImpl
> ---------------------------------------------------------------------------
>
>                 Key: TUSCANY-770
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-770
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core
>    Affects Versions: Java-M2
>            Reporter: Rashmi Hunt
>             Fix For: Java-SCA-M3
>
>
> Currently there is no API or any way in LauncherImpl to set Host specific (provided) RuntimeInfo object, while bootstrapping the runtime.
> This support is needed for the host to supply its own implementation of RuntimeInfo so that it can be later accessed in binding extensions
> by autowiring in the builder.  Such support will provide a way for binding extensions to access any host specific information.
> LauncherImpl needs an API like, 
> 	public void setHostRuntimeInfo(Class runtimeInfoClass, Object runtimeInfo) {
> 		systemCompositeComponent.registerJavaObject(runtimeInfoClass.getName(), runtimeInfoClass,
> 				runtimeInfo);		
> 	}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org