You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Yann Blazart (JIRA)" <ji...@apache.org> on 2015/08/11 15:44:45 UTC

[jira] [Created] (TOMEE-1626) Maven Tomee Exec Mojo failed when provided server.xml use env vars

Yann Blazart created TOMEE-1626:
-----------------------------------

             Summary: Maven Tomee Exec Mojo failed when provided server.xml use env vars
                 Key: TOMEE-1626
                 URL: https://issues.apache.org/jira/browse/TOMEE-1626
             Project: TomEE
          Issue Type: Bug
          Components: TomEE Maven Plugin
    Affects Versions: 7.0.0
         Environment: windows, unix
            Reporter: Yann Blazart
             Fix For: 7.0.0


When in the tomee exec we provide a server.xml that use en vars, the plugin try to convert values directly in Integer, it fail.

Exemple : 
        <Connector port="${http.port}" protocol="HTTP/1.1"
                   connectionTimeout="20000"
                   redirectPort="8443" xpoweredBy="false" server="Apache TomEE" />





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)