[ 
http://jira.codehaus.org/browse/MAPPASM-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maria Odea Ching updated MAPPASM-65:
------------------------------------

    Fix Version/s:     (was: 1.0)
                   1.0-beta-2

> Appassembler-maven-plugin: extraArguments does not propagate to the 
> wrapper.conf file
> -------------------------------------------------------------------------------------
>
>                 Key: MAPPASM-65
>                 URL: http://jira.codehaus.org/browse/MAPPASM-65
>             Project: Mojo AppAssembler Plugin
>          Issue Type: Bug
>            Reporter: Erik Drolshammer
>            Assignee: Brett Porter
>            Priority: Minor
>             Fix For: 1.0-beta-2
>
>         Attachments: addSupportForExtraArguments.patch
>
>
> Context: JavaServiceWrapperDaemonGenerator
>           <defaultJvmSettings>
>             <initialMemorySize>256M</initialMemorySize>
>             <maxMemorySize>1024M</maxMemorySize>
>             <systemProperties>
>               <systemProperty>com.sun.management.jmxremote</systemProperty>
>               
> <systemProperty>com.sun.management.jmxremote.port=8999</systemProperty>
>               
> <systemProperty>com.sun.management.jmxremote.authenticate=false</systemProperty>
>               
> <systemProperty>com.sun.management.jmxremote.ssl=false</systemProperty>
>             </systemProperties>
>             <extraArguments>
>               <extraArgument>-server</extraArgument>
>             </extraArguments>
>           </defaultJvmSettings>
> should result in the following in output in wrapper.conf 
> # Java Additional Parameters
> #wrapper.java.additional.1=
> wrapper.java.additional.1=-server
> wrapper.java.additional.2=-Dcom.sun.management.jmxremote
> wrapper.java.additional.3=-Dcom.sun.management.jmxremote.port=8999
> wrapper.java.additional.4=-Dcom.sun.management.jmxremote.authenticate=false
> wrapper.java.additional.5=-Dcom.sun.management.jmxremote.ssl=false
> With the addition of an extra for-loop (see patch) it now does. 

-- 
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