The java ee artifacts are deployed with different names
Dear IntelliJ community,
Recently I came across a issue with the names of the deployed WL ear artifacts using the IntelliJ Run configuration support of Weblogic.
The problem is that the IntelliJ replaces the - with _ and a my-ear ear artifact gets deployed as my_ear artifact, and because of this the injection of type
@EJB(lookup="java:global.my-ear.mymodule.XxxxxImpl") fails
Is there a way to configure the IntelliJ Idea in order to use the same names as the artifacts names?
Thank you in advance.
Tony
Attachment(s):
jee artifacts deployed with different names_1.png
jee artifacts deployed with different names.png
Please sign in to leave a comment.
Hello,
I have reproduced your issue.
There is no workaround to configure it, so I've opened youtrack https://youtrack.jetbrains.com/issue/IDEA-149166.