-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICF-Provider Tool bat script is not working as expected #1599
Comments
Can someone resolve this issue? |
Ok I realized, what was the problem. Did someone test this tool on windows before release? |
@dzatloukal Can you send a PR for this (with above suggested solution)? We warmly welcome community contributions :) |
Just downloaded SP 4.3.0 which still contains this bug. ./icf-provider.bat notation is also not available on Windows |
Description:
icf-provider.bat
script (Windows OS) is not working as expectedSuggested Labels:
Bug
Affected Product Version:
5.2.1 onwards
Steps to reproduce:
https://mvnrepository.com/artifact/org.apache.activemq/activemq-client/5.9.0
icf-provider.bat org.apache.activemq.jndi.ActiveMQInitialContextFactory /temp/activemq-client-5.9.0.jar /temp
should create the BundleActivator to jar activemq-client-5.9.0.jar which will register the user mentioned ICF implementation according to the OSGi JNDI spec (However it doesn't in Windows environment)Related Issues:
The text was updated successfully, but these errors were encountered: