Freeman Fang created CXF-5148:
---------------------------------

             Summary: can't use property place holder in 
http:server|http:client with blueprint
                 Key: CXF-5148
                 URL: https://issues.apache.org/jira/browse/CXF-5148
             Project: CXF
          Issue Type: Bug
            Reporter: Freeman Fang


some configuration like
{code}
    <cm:property-placeholder persistent-id="org.apache.servicemix.examples">
        <cm:default-properties>
            <cm:property name="ReceiveTimeout" value="1"/>
            <cm:property name="contentType" value="my-content"/>
        </cm:default-properties>
    </cm:property-placeholder>

    <http-conf:destination
            name="*.http-destination">
        <http-conf:server ReceiveTimeout="${ReceiveTimeout}"
                      ContentType="${contentType}"/>
    </http-conf:destination>

{code}

or 
{code}
<http:conduit id="identificationConduit" name="*">
    <http:client ConnectionTimeout="${connect-timeout}"
       ReceiveTimeout="${read-timeout}" />
</http:conduit>
{code}
The placeholder here never get replaced.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to