耳部部署weblogic12c

时间:2018-06-27 08:46:16

标签: ejb weblogic weblogic12c

我在迁移到webapp的weblogic12c时遇到问题 我的EAR enter image description here

在我的战争之内 web_caisses.war
我有一个web.xml文件,其中以这种方式引用我的EJB

 <ejb-local-ref>
    <description>DossierBC EJB</description>
    <ejb-ref-name>ejb/DossierBCBean</ejb-ref-name>
    <ejb-ref-type>Session</ejb-ref-type>
    <local-home>be.fgov.minfin.ccff.caisses.ejb.DossierBCIF</local-home>
    <local>be.fgov.minfin.ccff.caisses.ejb.DossierBCIF</local>
    <ejb-link>CCFF_SP10B_Ejb-6.5.29-SNAPSHOT.jar#DossierBCBean</ejb-link>
</ejb-local-ref>

这里的问题是,如果我没有在jar名称中指定 CCFF_SP10B_Ejb-6.5.29-SNAPSHOT.jar#,我就有一个歧义异常。抱怨不知道在哪个罐子或战争中找到此类 这太糟糕了,还有其他方法吗?

0 个答案:

没有答案