【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


處理辦法一:沒有對應的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目錄相關模塊打補丁。

處理方法五:引用接口的類所屬的類放置到了錯誤的模塊。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM