aspose file tools
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: 342
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: 5543

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: 342
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

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Getting Error during deployment
 
Similar Threads
Ejb deployment issue
JBoss 4.0 and MSSQL Server 2000
deployment problem in entity beans having bean manage persistence in jboss
Problem while deplying stateful session bean
How to get the datasource from Bean through deployment descriptor