You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (Created) (JIRA)" <ji...@apache.org> on 2011/12/14 08:20:30 UTC

[jira] [Created] (SMX4-1009) Allow locator to work without the delay when working outside of OSGi

Allow locator to work without the delay when working outside of OSGi
--------------------------------------------------------------------

                 Key: SMX4-1009
                 URL: https://issues.apache.org/jira/browse/SMX4-1009
             Project: ServiceMix 4
          Issue Type: Improvement
          Components: specs
    Affects Versions: specs-1.9.0
            Reporter: Gert Vanthienen
             Fix For: specs-2.0.0


The current implementation of the specs locator is waiting for an implementation to be installed in the OSGi framework for a while before failing back to the normal Java lookup mechanism.  We also occasionally use the same mechanism outside of the OSGi environment (e.g. for finding RejectedExecutionHandlers in the servicemix-util library).  We should make the locator aware of the type of environment (OSGi or plain java runtime) and skip the wait when we're not in an OSGi environment.

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

        

[jira] [Resolved] (SMX4-1009) Allow locator to work without the delay when working outside of OSGi

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved SMX4-1009.
----------------------------------------

    Resolution: Fixed
    
> Allow locator to work without the delay when working outside of OSGi
> --------------------------------------------------------------------
>
>                 Key: SMX4-1009
>                 URL: https://issues.apache.org/jira/browse/SMX4-1009
>             Project: ServiceMix 4
>          Issue Type: Improvement
>          Components: specs
>    Affects Versions: specs-1.9.0
>            Reporter: Gert Vanthienen
>            Assignee: Guillaume Nodet
>             Fix For: specs-2.0.0
>
>
> The current implementation of the specs locator is waiting for an implementation to be installed in the OSGi framework for a while before failing back to the normal Java lookup mechanism.  We also occasionally use the same mechanism outside of the OSGi environment (e.g. for finding RejectedExecutionHandlers in the servicemix-util library).  We should make the locator aware of the type of environment (OSGi or plain java runtime) and skip the wait when we're not in an OSGi environment.

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

       

[jira] [Assigned] (SMX4-1009) Allow locator to work without the delay when working outside of OSGi

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned SMX4-1009:
------------------------------------------

    Assignee: Guillaume Nodet

Guillaume fixed that:

http://svn.apache.org/viewvc?view=revision&revision=1310261
                
> Allow locator to work without the delay when working outside of OSGi
> --------------------------------------------------------------------
>
>                 Key: SMX4-1009
>                 URL: https://issues.apache.org/jira/browse/SMX4-1009
>             Project: ServiceMix 4
>          Issue Type: Improvement
>          Components: specs
>    Affects Versions: specs-1.9.0
>            Reporter: Gert Vanthienen
>            Assignee: Guillaume Nodet
>             Fix For: specs-2.0.0
>
>
> The current implementation of the specs locator is waiting for an implementation to be installed in the OSGi framework for a while before failing back to the normal Java lookup mechanism.  We also occasionally use the same mechanism outside of the OSGi environment (e.g. for finding RejectedExecutionHandlers in the servicemix-util library).  We should make the locator aware of the type of environment (OSGi or plain java runtime) and skip the wait when we're not in an OSGi environment.

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