mySQLAdapter部署失败并最终出现错误"适配器部署失败:Adapter' mySQLadapter'包含错误"

时间:2014-03-29 03:13:45

标签: mysql ibm-mobilefirst worklight-adapters

过去几天我一直在研究worklight,现在我正在尝试创建连接到数据库的应用程序。以下是:

的屏幕截图

1)Worklight \ server \ conf \ worklight.properties

enter image description here

2)mySQLAdapter-impl.js

enter image description here

3)mySQLAdapter.xml!

enter image description here

每当我尝试部署mySQLAdpater文件时,它说“适配器部署失败:适配器'mySQLadapter'包含错误”。我对此一无所知。

1 个答案:

答案 0 :(得分:0)

还没有尝试过,但是在worklight.properties中你可能会改变以下内容以便它们匹配吗?

 -    training-jndi-name=${custom-db.1.jndi-name}
 -    custom-db.1.relative-jndi-name=jdbc/worklight-training

 +    training-jndi-name=${custom-db.1.relative-jndi-name}
 +    custom-db.1.relative-jndi-name=jdbc/worklight-training