Patch for Additional deployment parameters, notably -noExit
-----------------------------------------------------------

                 Key: MOJO-995
                 URL: http://jira.codehaus.org/browse/MOJO-995
             Project: Mojo
          Issue Type: Improvement
          Components: weblogic
         Environment: You name it!
            Reporter: Peter Ineson
         Attachments: patch_extraDeploymentParameters.txt

Attached is a patch that adds support for passing some of the extra parameters 
to the Weblogic deployer 
(http://e-docs.bea.com/wls/docs92/deployment/wldeployer.html#wp1010461). All 
the new parameters are common arguments which effect all the deployment tasks 
(deploy, undeploy, stop start etc). The extra parameters are;
1) -noExit (-Dweblogic.noExit).
2) -debug (-Dweblogic.debug).
3) -verbose (-Dweblogic.verbose).
4) -timeout (-Dweblogic.timeout).

The -noExit parameter is of particular note for Weblogic 9.2 users (probably 
other versions too). The deployer performs a System.exit() even if the 
deployment was successful (not as per documentation ), as a result the maven 
build never completes. It was of particular annoyance to me as the application 
I am building is made up of 4 deployments, each one was having to be deployed 
individually as separate builds, rather than as a group in a single build.

Cheers
Peter

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to