The moose likes JBoss and the fly likes Getting Error during deployment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Getting Error during deployment" Watch "Getting Error during deployment" New topic
Author

Getting Error during deployment

Bikash Paul
Ranch Hand

Joined: Dec 04, 2001
Posts: 340
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.
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 4875

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?


JBoss In Action
Bikash Paul
Ranch Hand

Joined: Dec 04, 2001
Posts: 340
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

 
 
subject: Getting Error during deployment
 
Threads others viewed
Ejb deployment issue
deployment problem in entity beans having bean manage persistence in jboss
How to get the datasource from Bean through deployment descriptor
Problem while deplying stateful session bean
JBoss 4.0 and MSSQL Server 2000
MyEclipse, The Clear Choice