【NC报错】nc itfaccr. acccal lacccal, Detail Message: The tx component nc iff accr. acccal lacccal is not found in jndi please deploy it!, jndiname: nc itf accr. acccal lacccal meta

时间:2024-03-03 15:25:06

处理办法一:没有对应的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>

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

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

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

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