• 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
  • Tim Cooke
  • Ron McLeod
  • Devaka Cooray
  • Paul Clapham
Sheriffs:
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
Bartenders:

Error in deploying stateless session bean 2.1 on Jboss 5 GA

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am receiving receiving the following error while deploying stateless session bean ejb 2.1 on JBOSS 5 GA:

[quote color=#FF0000]
2009-01-25 13:39:34,531 ERROR [org.apache.catalina.core.StandardContext] (main) Context [/jaw] startup failed due to previous errors
java.lang.RuntimeException: could not find <ejb-local-ref>'s local interface InventoryFacadeLocal in web.xml of webapp.war
at org.jboss.web.tomcat.service.injection.WebEJBRemoteHandler.ejbRefXml(WebEJBRemoteHandler.java:127)
at org.jboss.web.tomcat.service.injection.WebEJBHandler.loadEjbLocalXml(WebEJBHandler.java:81)
at org.jboss.web.tomcat.service.injection.WebEJBHandler.loadXml(WebEJBHandler.java:66)
at org.jboss.web.tomcat.service.injection.WebEJBHandler.loadXml(WebEJBHandler.java:45)



1. ejb-jar.xml




2. jboss.xml


3. web.xml



4. jboss-web.xml




Thanks in advance.

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am also getting the same error. Did you find out what was wrong? If so could you please let me know how you resolved it ?

Appreciate your help

Regards
Harikrishnan
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am stuck on this on another thread I recently created. can anyone provide some guidance on clues on how to fix this?

the program code uses ejb 2.1 but im using jboss 6.0xxx so i dont know if this is syntax error in the code or if its a versioning issue. at which point. what do we need to change to get this code to run on jboss 6.0xxx.

Thanks
 
Police line, do not cross. Well, this tiny ad can go through:
Paul Wheaton's 16th Kickstarter: Gardening playing cards for gardeners and homesteaders
https://coderanch.com/t/889615/Paul-Wheaton-Kickstarter-Gardening-playing
reply
    Bookmark Topic Watch Topic
  • New Topic