HR fix for #151485: Exception when I run Enterprise App. on WebLogic 10
Petr Hejl <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'd like to ask for review for mentioned issue. Description: Exception is thrown when user runs EE5 EAR app on Weblogic or (in certain cases) EAR app on WebSphere. Justification: Highly visible confusing message while developing enterprise application with these servers. Fix: Weblogic - deployment mechanism was not prepared for EE5 (without deployment descriptor) - fixed. WebSphere - code handling the WS incomplete TargetModuleID implementation was extended to cover missing case. This is low risk as the fix is only limited to areas not covered so far. The old code remains unchanged in fact. Trunk changesets: http://hg.netbeans.org/main/rev/5ef0ffdff342 http://hg.netbeans.org/main/rev/9140fab9fd36 Thanks, P.