]
Dan Florian updated TEIIDDES-1581:
----------------------------------
Git Pull Request:
Service Loader For Repositories Is Not Finding the S-RAMP
RepositoryProvider Impl
---------------------------------------------------------------------------------
Key: TEIIDDES-1581
URL:
https://issues.jboss.org/browse/TEIIDDES-1581
Project: Teiid Designer
Issue Type: Bug
Components: komodo-repository
Affects Versions: Komodo
Reporter: Dan Florian
Assignee: Dan Florian
Fix For: Komodo
The SoaRepositories class loads SOA repositories via the java ServiceLoader framework.
The service loader needs to know what ClassLoader(s) to use to find the
RepositoryProviders. Right now the current thread's ClassLoader is being used. This
works fine in a unit test environment but does not work when using an application server.
Change the ClassLoader to use the current class's ClassLoader.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: