Stefan,

Stefan Schuster wrote:
Hi,

I have a stateless session bean, which uses a
class (ReplicationTriggerServiceServiceLocator).

My IDE (Eclipse) find the class and organizes the import,
the buildscript (ANT) includes in the jar, but JBoss
tells me :

13:07:27,284 WARN  [EJBDeployer] Verify failed; continuing
java.lang.NoClassDefFoundError:
de/fag/grobi/wsAdapter/replicationTrigger/Replic
ationTriggerServiceServiceLocator
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:1647)
        at java.lang.Class.privateGetPublicMethods(Class.java:1770)
        at java.lang.Class.getMethods(Class.java:824)
        at
> ..........

Can you show us command result of `jar tvf <yourejb.jar>` ?
What file includes that class?
--
-------------
YASUDA, Hiroyuki


------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to