IBM Worklight:在Worklight Console中无法上载适配器

时间:2013-09-09 07:07:19

标签: ibm-mobilefirst

我正在尝试在Worklight Console中上传Worklight Adapter,但是在上传适配器时出现了一些错误,

错误消息

Failed to deploy adapter 'Sample.adapter'. : cvc-complex-type.3.2.2: Attribute 'platformVersion' is not allowed to appear in element 'ns2:adapter'.

Adapter.xml

<displayName>getRFQ</displayName>
<description>getRFQ</description>
<connectivity>
    <connectionPolicy xsi:type="http:HTTPConnectionPolicyType">
        <protocol>http</protocol>
        <domain>my server IP</domain>
        <port>8009</port>
        <!-- Following properties used by adapter's key manager for choosing specific certificate from key store  
        <sslCertificateAlias></sslCertificateAlias> 
        <sslCertificatePassword></sslCertificatePassword>
        -->     
    </connectionPolicy>
    <loadConstraints maxConcurrentConnectionsPerNode="2" />
</connectivity>

<procedure name="proc1"/>

<procedure name="proc2"/>

<procedure name="proc3"/>

如何解决此问题。

感谢任何帮助。

1 个答案:

答案 0 :(得分:1)

这意味着您正在使用较新的WL Studio和较旧的WL服务器。