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

        

Reply via email to