Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.9.4-SNAPSHOT
-
Labels:None
-
Environment:Solaris 10, Weblogic 10.3.1, weblogic-maven-plugin 2.9.2-SNAPSHOT
-
Patch Submitted:Yes
-
Number of attachments :
Description
With WebLogic 10.3 new features are available (e.g. appc has a new option "-clientJarOutputDir <dir>") and some API changed slightly (as already reported in #MOJO-1396).
The attached patch adds support for the aforementioned appc option. Instead creating a new mojo (the road with #MOJO-1396 did) this patch tackles the API changes by calling the changed setters via reflection. The NPE fix mentioned in #MOJO-1396 is also included.
Issue Links
- supercedes
-
MWEBLOGIC-3
In the weblogic-maven-plugin, the clientgen and clientgen9 goals do not work on Weblogic 10.3
-
Activity
David J. M. Karlsen
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Link | This issue supercedes MOJO-1396 [ MOJO-1396 ] |
David J. M. Karlsen
made changes -
| Assignee | David J. M. Karlsen [ david@davidkarlsen.com ] |
David J. M. Karlsen
made changes -
| Project | Mojo [ 11062 ] | Mojo WebLogic Plugin [ 12021 ] |
| Workflow | Maven New [ 115281 ] | jira [ 120970 ] |
| Key | MOJO-1417 |
|
| Component/s | weblogic [ 12133 ] | |
| Complexity | Intermediate |
Jon Osborn
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 2.9.4-SNAPSHOT [ 18362 ] | |
| Resolution | Fixed [ 1 ] |
Hmm, I think it would be better to save the systemproperty value "java.protocol.handler.pkgs" in a varible - and set this again (if it's not null).
I'm wondering of moving this up to the AbstractWeblogicMojo so that it's done in all cases - or is that not needed?