当前位置: 代码迷 >> 综合 >> 【NC报错】nc itfaccr. acccal lacccal, Detail Message: The tx component nc iff accr. acccal lacccal is no
  详细解决方案

【NC报错】nc itfaccr. acccal lacccal, Detail Message: The tx component nc iff accr. acccal lacccal is no

热度:22   发布时间:2023-10-23 05:48:46.0

【NC报错】nc itfaccr. acccal lacccal, Detail Message: The tx component nc iff accr. acccal lacccal is no

 处理办法一:没有对应的upm文件,添加接口与实现类对应关系的upm文件。

<?xml version="1.0" encoding="gbk"?>   
<module name="accr">        
    <public>                   
         <!-- 接口 -->                  
        <component priority="0" singleton="true" remote="true" tx="CMT" supportAlias="true">         
            <interface>nc.itf.accr.IProjectinfoMaintain</interface>   
            <implementation>nc.impl.accr.ProjectinfoMaintainImpl</implementation>           
        </component>         
     </public>   
</module>

处理方法二:模块未部署,重新部署模块(如果是开发环境,不需要部署,此方法不适用)。

【NC报错】nc itfaccr. acccal lacccal, Detail Message: The tx component nc iff accr. acccal lacccal is no

 

处理方法三:如果是开发环境,不需要部署。在home里删除文件夹ejb、ejbXMLs,temp、histoy。

处理方法四:向自己的HOME目录相关模块打补丁。

处理方法五:引用接口的类所属的类放置到了错误的模块。

  相关解决方案