message-derreur-the-module-has-not-been-deployed
Bonjour tout le monde,
j'ai développé une petite Appli JMS avec serveur glassfish et NetBeans IDE 7.3, cependant en debuggant j'ai ce message d'erreur suivant:
Code:
1 2 3 4
| Erreur lors du déploiement*: Exception lors du déploiement de l'application [TpJms-ejb] : Erreur de référencement : cet ensemble ne comporte aucun bean nommé [CommandeEjb]. Pour plus d'informations, consultez le fichier server.log.
C:\Users\omzo7\Documents\NetBeansProjects\eamosse_repository\TpJms-ejb\nbproject\build-impl.xml:944: The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 1 second) |
*et quand je clique dessus voici l'endroit ou ça pointe
Code:
1 2 3 4 5 6 7 8 9 10 11
|
(917) <target depends="init,-init-cos,-init-deploy,compile,library-inclusion-in-archive,dist-directory-deploy,pre-run-deploy,-pre-nbmodule-run-deploy,-run-deploy-nb,-init-deploy-ant,-deploy-ant,-run-deploy-am,-post-nbmodule-run-deploy,post-run-deploy,-do-update-breakpoints" name="run-deploy"/>
(918) <target if="netbeans.home" name="-run-deploy-nb">
(919) <nbdeploy debugmode="false" forceRedeploy="${forceRedeploy}"/>
(920) </target>
(921) <target name="-init-deploy-ant" unless="netbeans.home">
(922) <property name="deploy.ant.archive" value="${dist.jar}"/>
(923) <property name="deploy.ant.resource.dir" value="${resource.dir}"/>
(924) <property name="deploy.ant.enabled" value="true"/>
(925)
</target> |
Je vous serai gré et reconnaissant de votre aide en vous remerciant d'avance.
Cordialement