当前位置: 代码迷 >> Weblogic >> weblogic里支配lifera4.2.2出错
  详细解决方案

weblogic里支配lifera4.2.2出错

热度:9651   发布时间:2013-02-26 00:00:00.0
weblogic里部署lifera4.2.2出错
在Weblogic10里部署lifera4.2.2时,出现如下错误:
The module eip in application liferay_eip uses ejb-links but no EJB modules were found for this application.

请各位大哥帮忙解决!
感谢!
------解决方案--------------------------------------------------------
我遇到的问题是因为Web.xml里配置了:
<ejb-ref>
  <ejb-ref-name>
    com_ext_portlet_reports_service_ejb_ReportsEntryServiceEJB
  </ejb-ref-name>
  <ejb-ref-type>Session</ejb-ref-type>
</ejb-ref>
的EJB测试了,直接去年后,就好了!
------解决方案--------------------------------------------------------
如楼上的解决了!
  相关解决方案