Mule ESB,启动项目在项目重命名后遇到问题

时间:2014-11-05 23:32:38

标签: eclipse mule project esb

我在名为' dm'的项目中运行了一个流程。那是别人创造的。 这种方法很有效。

我右键单击并按下"复制",然后点击"粘贴",然后选择项目名称' dm_1'。一切顺利

所以我尝试运行新项目,我右键点击流程并点击" Run As - Mule Application"

我立即收到以下错误:

Launching dm_1 has encountered a problem.

Studio has encountered a problem.  In order to get assistance with this issue, either contact MuleSoft or post a message in the MuleSoft Community Forums (http:/forum.mulesoft.org) with a detailed description of how you encountered the problem

DETAILS:

Studio has encountered a problem. In order to get assistance with this issue, either contact MuleSoft Support or post a message on the MuleSoft community forums (http://forum.mulesoft.org) with a detailed description of how you encountered the problem.

Project referenced by launch does not exist.

那么我该如何解决这个问题。

我没有在xml中看到任何表明需要更改项目名称的内容,可能除了以下行:

<mulexml:schema-validation-filter schemaLocations="C:\Users\xxx\AnypointStudio\workspace\dm\src\main\resources\p.xsd" returnResult="false" doc:name="Schema Validation"/>

我希望在哪里更改项目名称

1 个答案:

答案 0 :(得分:1)

尝试向同一个项目添加新流程。然后右键单击新流并运行它。这将导致整个项目运行。