• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

could not find <ejb-local-ref>'s local interface

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Folks, Im attempting to deploy ch06 code from jbossatwork book using jboss 6.0

I was able to make the program compile but I receive a 'could not find <ejb-local-ref>'s local interface' error when deploying the app. Help me out, im a beginner.

02:58:26,187 ERROR [org.apache.catalina.core.StandardContext] Context [/jaw] startup failed due to previous errors: java.lang.RuntimeException: could not find <ejb-loc
al-ref>'s local interface InventoryFacadeLocal in web.xml of webapp.war




my xdoclet in the session bean InventoryFacadeBean:



ejb-jar.xml output



jboss.xml output



InventoryFacadeLocalHome.java


InventoryFacadeRemoteHome.java


xdoclet code in ControllerServlet.java


web.xml output


jboss-web.xml output



<ejb-local-ref>'s local interface InventoryFacadeLocal as ypu can see is in web.xml and after expanding webapp.war, I do see the web.xml and the code in webapp.war\WEB-INF

so whats missing or wrong here.

Thanks for your help

 
reply
    Bookmark Topic Watch Topic
  • New Topic