Hi,

I have a strange Problem. I have an ejb to deploy. If I make a hot deploy, 
JBoss deploys this bean without any errors. But if the jar-File is already in 
the deploy directory when I start the server, I get following error:

11:22:39,310 WARN  [verifier] EJB spec violation:
Bean   : TestSB
Section: 16.2
Warning: The Bean Provider must specify the fully-qualified name of the Java cla
ss that implements the enterprise bean's business methods.

11:22:39,310 WARN  [EJBDeployer] Verify failed; continuing
java.lang.NoClassDefFoundError: myproject/TestSB
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:1655)
        at java.lang.Class.privateGetPublicMethods(Class.java:1778)
        at java.lang.Class.getMethods(Class.java:832)
        at 
org.jboss.verifier.strategy.EJBVerifier11.verifySessionHome(EJBVerifi...

How can it be that JBoss finds this Class during hotdeploy but not at normal 
startup???
Anyway, in my ejb-jar.xml I entered the fully qualified name:
myproject.TestSB!

Thanks in advance,
aibo

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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to