Bonjour.. je débute dans le monde des ejb et j'ai un problème que je n'arrive pas à résoudre..

J'ai suivi l'excellent tutorial :
http://stessy.developpez.com/j2ee/eclipse/jonas/ejb/firstEjb/?page=page_4

mais lors de la construction et du deploiement des ejb j'ai les erreurs suivantes :

Buildfile: C:\Documents and Settings\b\workspace\FirstEjb\build.xml
init:
[mkdir] Created dir: C:\Documents and Settings\b\workspace\FirstEjb\output\ear
archive:
Trying to override old definition of task ejbjar
init:
jonasejbjar:
[ejbjar] 'mappernames' attribute ignored (deprecated)
[ejbjar] Unable to load dependency analyzer: org.apache.tools.ant.util.depend.bcel.FullAnalyzer - dependent class not found: org/apache/bcel/classfile/Visitor
[ejbjar] building HelloWorld.jar with 5 files
[ejbjar] WARNING: IOException while adding entry HelloWorld\HelloWorldEJB.class to jarfile from C:\Documents and Settings\b\workspace\FirstEjb\classes\HelloWorld\HelloWorldEJB.class java.io.FileNotFoundException-C:\Documents and Settings\b\workspace\FirstEjb\classes\HelloWorld\HelloWorldEJB.class (Le fichier spécifié est introuvable)
[ejbjar] WARNING: IOException while adding entry HelloWorld\HelloWorldHome.class to jarfile from C:\Documents and Settings\b\workspace\FirstEjb\classes\HelloWorld\HelloWorldHome.class java.io.FileNotFoundException-C:\Documents and Settings\b\workspace\FirstEjb\classes\HelloWorld\HelloWorldHome.class (Le fichier spécifié est introuvable)
[ejbjar] WARNING: IOException while adding entry HelloWorld\HelloWorld.class to jarfile from C:\Documents and Settings\b\workspace\FirstEjb\classes\HelloWorld\HelloWorld.class java.io.FileNotFoundException-C:\Documents and Settings\b\workspace\FirstEjb\classes\HelloWorld\HelloWorld.class (Le fichier spécifié est introuvable)
[genic] GenIC fatal error: Cannot read the Deployment Descriptors from C:\Documents and Settings\b\workspace\FirstEjb\output\ejbjars\HelloWorld-generic.jar: Home class not found for bean HelloWorldEJB: HelloWorld.HelloWorldHome
[genic] Exception during execution of org.objectweb.jonas_ejb.genic.GenIC : Cannot read the Deployment Descriptors from C:\Documents and Settings\b\workspace\FirstEjb\output\ejbjars\HelloWorld-generic.jar:
[genic] java.lang.RuntimeException: Cannot read the Deployment Descriptors from C:\Documents and Settings\b\workspace\FirstEjb\output\ejbjars\HelloWorld-generic.jar:
[genic] at org.objectweb.jonas_ejb.genic.GenIC.fatalError(GenIC.java:1251)
[genic] at org.objectweb.jonas_ejb.genic.GenIC.main(GenIC.java:458)
[genic] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[genic] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[genic] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[genic] at java.lang.reflect.Method.invoke(Method.java:585)
[genic] at org.objectweb.jonas.server.Bootstrap.main(Bootstrap.java:97)

BUILD FAILED
C:\Documents and Settings\b\workspace\FirstEjb\build.xml:46: The following error occurred while executing this line:
C:\Documents and Settings\b\workspace\FirstEjb\components\HelloWorld\build.xml:75: GenIC reported an error.

Total time: 4 seconds

Merci de votre aide car je bloque complétement!!



[Modéré par Didier] : ajout de tag dans le titre - Les règles du forum Java