简体   繁体   English

JCAPS构建错误

[英]JCAPS Build Error

I am new to JCAPS and trying to build a sample project where I will read a file and write the content to the file system. 我是JCAPS的新手,正在尝试构建一个示例项目,在该项目中,我将读取文件并将内容写入文件系统。

I have created the JCD, connectivity map and deployment profile using edesigner 5.1.3. 我已经使用edesigner 5.1.3创建了JCD,连接图和部署配置文件。

However when I am building the project, I am getting the error: 但是,当我构建项目时,出现错误:

There are uncommitted source code changes, please commit the changes before activation 有未提交的源代码更改,请在激活之前提交更改

Even though I don't have any code checked-out. 即使我没有签出任何代码。

Could you please let me know why I am getting this error? 您能否让我知道为什么我会收到此错误?

JCAPS is notoriously cryptic. JCAPS众所周知是神秘的。 In this instance, it is trying to tell you that you've changed your JCD, but not hit the green commit button in the JCD editor (bottom left). 在这种情况下,它试图告诉您您已经更改了JCD,但是没有点击JCD编辑器中的绿色提交按钮(左下)。 To fix this, open the JCD, hit the commit button, hit the validate button (top middle) then save it. 要解决此问题,请打开JCD,单击“提交”按钮,单击“验证”按钮(中间居中),然后保存它。 For good measure, I would also commit the JCD file itself. 出于良好的考虑,我还将提交JCD文件本身。

jcd未提交的更改

As an aside, if you can avoid using JCAPS altogether, I'd suggest Mirth for light weight integration projects and camel for everything else. 顺便说一句,如果您可以完全避免使用JCAPS,我建议将Mirth用于轻量级集成项目,将骆驼用于其他所有项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM