2016-04-22 12 views
0

私のすべての設定が中央のリポジトリに保存され、実行時に設定をダウンロードしてデプロイするミュールプロジェクトに取り組んでいます。Muleのホットデプロイメント

<script:component doc:name="Script"> 
     <script:script engine="groovy"> 
      <![CDATA[ 
      String endpnt = reqUrl.prepareFile(requestUrl); 
      message.setProperty('endpnt', endpnt,org.mule.api.transport.PropertyScope.INVOCATION); 
      message.setProperty('port', reqUrl.getPort(),org.mule.api.transport.PropertyScope.INVOCATION);  
      ]]> 
     </script:script> 
    </script:component> 

上記のスクリプトは、ファイルをダウンロードし、config.resourcesに対するmule-deploy.propertiesにエントリを作成します。私はすでにredeployment.enabled=trueを設定していますが、エンドポイントは使用できません。

+1

mulesoftの.properties、.resources、および.javaクラスファイルのホットリロードは機能しません。 – Thirumal

答えて

1

再導入はmule-deploy.propertiesでは機能しません。hereは私が報告したチケットです。

関連する問題