• 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

Getting Error during deployment

 
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm getting below error during deployment of my ear file.



The entry in ejb-jar.xml file:


Could you please give me some clue why JBOSS is complaining.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The error says that it cannot find this class: com.retek.rsm.external.service.SecurityDisplayableReferenceServiceEjb
Did you spell it correctly? If so, where does that class exist? And where is the JAR containing that class?
 
Bikash Paul
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have verified that I spelled it correctly. Our application jar contains this class in same package structure how it's mentioned in the ejb-jar.xml file.

I have also verified in the C:\jboss-3.2.7\server\default\deploy\rpm11.ear\rpm11.jar\com\retek\rsm\external\service folder

and the SecurityDisplayableReferenceServiceEjb.class exits in that location.

Thanks,
-Bikash

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic