[jboss-user] [EJB/JBoss] - must specify the fully-qualified name of the Java class erro

jquintanam do-not-reply at jboss.com
Mon Jun 16 14:48:35 EDT 2008


hi everybody, 

I'm trying to deploy my project using the project archives utility of JBoss IDE, and an error is shown for all my EJB's. 

WARN [verifier] EJB spec violation: 
Bean : Facade 
Section: 22.2 
Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the <ejb-class> element. 
Info : Class not found on 'java.pblu.integration.ejb.FacadeBean': No ClassLoaders found for: java.pblu.integration.ejb.FacadeBean 

The path is correct, the .ear is build correctly and this is the corresponding ejb-jar section: 


<ejb-name>Facade</ejb-name> 
java.pblu.integration.ejb.interfaces.FacadeHome 
java.pblu.integration.ejb.interfaces.Facade 
<local-home>java.pblu.integration.ejb.interfaces.FacadeLocalHome</local-home> 
java.pblu.integration.ejb.interfaces.FacadeLocal 
<ejb-class>java.pblu.integration.ejb.FacadeBean</ejb-class> 
<session-type>Stateless</session-type> 
<transaction-type>Container</transaction-type> 


I think everything seems to be right, so I can't find the problem. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158473#4158473

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158473



More information about the jboss-user mailing list