Skip to content
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

Allow multiple version of singleton feature with featureUtility installFeature command #17299

Closed
jjiwooLim opened this issue May 25, 2021 · 0 comments · Fixed by #17319
Closed
Assignees
Labels
release bug This bug is present in a released version of Open Liberty release:21007

Comments

@jjiwooLim
Copy link
Contributor

Describe the bug
Both scenarios fail:

  • /bin/featureUtility installFeature javaee-7.0 javaee-8.0 servlet-3.1
  • /bin/featureUtility installFeature baseBundle

Initializing ...
<---------------------> 0.00%
Resolving remote features. This process might take several minutes to complete.
<====-----------------> 15.00%
CWWKF1405E: The javaee-7.0 and javaee-8.0 singleton features are incompatible with each other and they cannot be installed at the same time.

Steps to Reproduce

  • /bin/featureUtility installFeature javaee-7.0 javaee-8.0 servlet-3.1

Expected behavior
When using a installFeature, featureUtility should allow installation of features with multiple versions.
This will also allow bundle feautres installation for closed liberty.

Diagnostic information:

  • OpenLiberty Version: 21.x Liberty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release bug This bug is present in a released version of Open Liberty release:21007
Projects
None yet
2 participants