Websphere自由开发人员工具

时间:2016-06-10 14:59:13

标签: websphere-liberty jca ibm-wdt

我正在Eclipse JEE(Mars)/ Websphere Liberty(8.5.5.8)/ Websphere Liberty Developer Tools插件(8.5.5)上配置JCA资源适配器。

启动服务器时启用了以下server.xml配置正确安装了资源适配器(启用了jca 1.7功能):

<resourceAdapter location="<path_to_my_rar>" />

我的问题是开发人员工具中未识别标记(未针对模式验证),因此server.xml出错。 相同的错误(在这种情况下只是一个警告)<connectionFactory>标记未被识别为配置元素。

是否有任何想法在server.xml上删除那些验证错误/警告?

感谢。

1 个答案:

答案 0 :(得分:1)

如果您在WDT之外安装了工具功能(例如使用installUtility)而不是在WDT中安装,则可能需要刷新&#34; WDT关于安装的元数据。

您可以通过以下方式执行此操作:

刷新运行时(更新架构和功能列表):

 Window -> Show View -> Other -> Server -> Runtime Explorer
 Right click on runtime in Runtime Explorer view and select Edit
 Click on Advanced options in the dialog
 Click the Refresh button

Window -> Preferences -> Server -> Runtime Environment -> SELECT YOUR RUNTIME -> CLICK Edit -> CLICK Advanced options... -> CLICK Refresh