composite.xml of project is generating warnings in jdeveloper 12c

时间:2016-03-02 11:01:36

标签: xml jdeveloper oracle12c

I developed a SOA project in JDeveloper 12cin which I am just producing a message in a JMS queue through JMS Adapter. Now the composite.xml of the project is not able to find the endpoint client of the BPEL Process. Also, it is giving warning that there is incorrect namespace definition for the jca of JMS adapter.

Please tell me how to resolve this. Attached are the screenshots.

Screenshot1

Screenshot2

1 个答案:

答案 0 :(得分:0)

JMS适配器的jca的不正确的命名空间定义可以通过以下方式修复:

“../适配器/ jmsReference_jms.jca”

它似乎无法在路径中找到该文件。在我搞清楚之前,我摔了几个小时。