简体   繁体   English

WSO2 类中介器无法使用 wso2 集成工作室 8.0.0 添加到 pom.xml

[英]WSO2 Class Mediator can't able to add in pom.xml using wso2 integration studio 8.0.0

I really fed up when working with Integation studio 8.0.0.使用 Integation Studio 8.0.0 时我真的受够了。 Because of Class Mediator implementation.因为类中介器的实现。 Project is deployed and works fine without Class Mediator.项目已部署并在没有 Class Mediator 的情况下正常工作。 When i include this in coding and edit pom.xml by selecting Mediator, can't able to add this.当我在编码中包含它并通过选择 Mediator 编辑 pom.xml 时,无法添加它。

It shows ERROR like below.它显示如下错误。

错误

If i tried to save and deploy it into remote server which is running in my local getting below ERROR in Integration Studio.如果我尝试将其保存并部署到在我本地运行的远程服务器中,则在 Integration Studio 中出现错误。 保存错误后

IntegrationStudio- ERROR DialogueBox: IntegrationStudio- 错误对话框:

集成工作室错误

Integration Studio ERROR:LOG:集成工作室错误:日志:

java.lang.Exception: Can't find export handler for bundle
    at org.wso2.integrationstudio.platform.core.project.export.util.ExportUtil.buildProject(ExportUtil.java:89)
    at org.wso2.integrationstudio.distribution.project.export.DefaultArtifactExportHandler.exportArtifact(DefaultArtifactExportHandler.java:37)
    at org.wso2.integrationstudio.distribution.project.export.CarExportHandler.exportArtifactHelper(CarExportHandler.java:130)
    at org.wso2.integrationstudio.distribution.project.export.CarExportHandler.exportArtifact(CarExportHandler.java:67)
    at org.wso2.integrationstudio.distribution.project.publisher.CAppProjectRemotePublisher.publish(CAppProjectRemotePublisher.java:48)
    at org.wso2.integrationstudio.carbonserver.remote.operations.ServiceModuleOperations.publishServiceModule(ServiceModuleOperations.java:152)
    at org.wso2.integrationstudio.carbonserver.remote.internal.RemoteCarbonServerBehavior.publishModule(RemoteCarbonServerBehavior.java:120)
    at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1093)
    at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1185)
    at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:989)
    at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:776)
    at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3184)
    at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:357)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

I am damn sure that it can be easiest thing when working with WSO2 Developer Studio.我敢肯定,在使用 WSO2 Developer Studio 时,这可能是最简单的事情。

Is this integration studio tool bug?这是集成工作室工具错误吗? or Am I missing anything?或者我错过了什么?

Add one line of code to the Mediumor project's pom.xml file: <CApp.type>lib/synapse/mediator</CApp.type> The results are as follows:在Mediumor项目的pom.xml文件中添加一行代码: <CApp.type>lib/synapse/mediator</CApp.type> 结果如下:

<name>demomediator</name>
<properties><CApp.type>lib/synapse/mediator</CApp.type></properties>
<description>demomediator</description>
......

I try with https://www.fixes.pub/program/836665.html ,It's work fine.我尝试使用https://www.fixes.pub/program/836665.html ,它工作正常。

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

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