IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Wildfly/JBoss Java Discussion :

EJB jamais chargé dans JBoss


Sujet :

Wildfly/JBoss Java

  1. #1
    Membre chevronné

    Homme Profil pro
    développeur
    Inscrit en
    Octobre 2013
    Messages
    1 576
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Oise (Picardie)

    Informations professionnelles :
    Activité : développeur

    Informations forums :
    Inscription : Octobre 2013
    Messages : 1 576
    Points : 1 989
    Points
    1 989
    Par défaut EJB jamais chargé dans JBoss
    Bonjour à tous j'ai un problème pourriez-vous m'aider,quand j'ai un projet web sur eclipse avec un fichier ear pour liée tous sa à mon serveur les ejb ne sont jamais chargé,sa me le fait sur deux projets donc je pense qu'il y a un problème de configuration ,dans la console mon projet ejb et bien déployé mais les ejb qui la compose ne sont jamais charger :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    21:48:00,488 Infos [org.jboss.modules] JBoss Modules version 1.1.1.GA
    21:48:00,721 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA
    21:48:00,782 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
    21:48:01,769 INFO  [org.xnio] XNIO Version 3.0.3.GA
    21:48:01,770 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
    21:48:01,790 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
    21:48:01,811 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
    21:48:01,817 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
    21:48:01,847 INFO  [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
    21:48:01,902 INFO  [org.jboss.as.connector] (MSC service thread 1-7) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
    21:48:01,905 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
    21:48:01,916 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
    21:48:01,941 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
    21:48:01,944 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
    21:48:01,945 INFO  [org.jboss.as.security] (MSC service thread 1-8) JBAS013100: Current PicketBox version=4.0.7.Final
    21:48:01,960 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
    21:48:02,002 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
    21:48:02,115 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-5) JBoss Web Services - Stack CXF Server 4.0.2.GA
    21:48:02,185 INFO  [org.jboss.as.naming] (MSC service thread 1-6) JBAS011802: Starting Naming Service
    21:48:02,203 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
    21:48:02,595 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-7) JBAS015012: Started FileSystemDeploymentService for directory C:\serveur\jboss-as-7.1.1.Final\standalone\deployments
    21:48:02,605 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found ProjetBanqueEAR.ear in deployment directory. To trigger deployment create a file called ProjetBanqueEAR.ear.dodeploy
    21:48:02,654 INFO  [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on localhost/127.0.0.1:4447
    21:48:02,656 INFO  [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100: Listening on /127.0.0.1:9999
    21:48:02,670 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) Démarrage de Coyote HTTP/1.1 sur http-localhost-127.0.0.1-8080
    21:48:02,797 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) JBAS010400: Bound data source [java:jboss/datasources/agendaDS]
    21:48:02,797 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010400: Bound data source [java:jboss/datasources/testDS]
    21:48:02,832 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "ProjetBanqueEAR.ear"
    21:48:02,874 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "ProjetBanqueWeb.war"
    21:48:02,874 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "ProjetBanqueEjb.jar"
    21:48:03,213 INFO  [org.jboss.web] (MSC service thread 1-1) JBAS018210: Registering web context: /ProjetBanqueWeb
    21:48:03,216 INFO  [org.jboss.as] (MSC service thread 1-3) JBAS015951: Admin console listening on http://127.0.0.1:9990
    21:48:03,218 INFO  [org.jboss.as] (MSC service thread 1-3) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 3040ms - Started 205 of 287 services (80 services are passive or on-demand)
    21:48:03,
    308 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "ProjetBanqueEAR.ear"

    je vais vous donnez le plus d'information possible,quand je m'est un projet ejb sans passer par un ear cela fonctionne,pour l'ear j'ai suivit des tutoriels différents sa ne fonctionne pas,j'ai vérifié le build path j'ai vérifié le contenu du projet pour voir si il manque pas quelque chose ,si vous avez des questions ou des conseils sa serait sympa bonne soirée

  2. #2
    Modérateur
    Avatar de OButterlin
    Homme Profil pro
    Inscrit en
    Novembre 2006
    Messages
    7 313
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Novembre 2006
    Messages : 7 313
    Points : 9 529
    Points
    9 529
    Billets dans le blog
    1
    Par défaut
    Peux-tu montrer le fichier application.xml (dans le projet EAR -> EarContent -> META-INF) ?
    N'oubliez pas de consulter les FAQ Java et les cours et tutoriels Java

  3. #3
    Membre chevronné

    Homme Profil pro
    développeur
    Inscrit en
    Octobre 2013
    Messages
    1 576
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Oise (Picardie)

    Informations professionnelles :
    Activité : développeur

    Informations forums :
    Inscription : Octobre 2013
    Messages : 1 576
    Points : 1 989
    Points
    1 989
    Par défaut
    Merci de votre réponse voici mon application.xml :

    Code xml : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" version="5">
      <display-name>Contact web application</display-name>
      <module>
        <ejb>ProjetBanqueEjb.jar</ejb>
      </module>
      <module>
        <web>
          <web-uri>ProjetBanqueWeb.war</web-uri>
          <context-root>ProjetBanqueWeb</context-root>
        </web>
      </module>
    </application>

  4. #4
    Modérateur
    Avatar de OButterlin
    Homme Profil pro
    Inscrit en
    Novembre 2006
    Messages
    7 313
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Novembre 2006
    Messages : 7 313
    Points : 9 529
    Points
    9 529
    Billets dans le blog
    1
    Par défaut
    C'est curieux, tu utilises une version 5 de l'EAR plutôt qu'une 6 avec JBoss 7.1
    Ce n'est pas le problème mais juste une remarque

    Ton problème vient du fait que tu n'as pas de fichier ProjetBanqueEAR.ear.dodeploy dans le répertoire deployments du serveur JBoss 7.1

    Tu n'as plus qu'à créer ce fichier (vide) et ça devrait fonctionner
    N'oubliez pas de consulter les FAQ Java et les cours et tutoriels Java

  5. #5
    Membre chevronné

    Homme Profil pro
    développeur
    Inscrit en
    Octobre 2013
    Messages
    1 576
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Oise (Picardie)

    Informations professionnelles :
    Activité : développeur

    Informations forums :
    Inscription : Octobre 2013
    Messages : 1 576
    Points : 1 989
    Points
    1 989
    Par défaut
    Citation Envoyé par OButterlin Voir le message
    C'est curieux, tu utilises une version 5 de l'EAR plutôt qu'une 6 avec JBoss 7.1
    Ce n'est pas le problème mais juste une remarque

    Ton problème vient du fait que tu n'as pas de fichier ProjetBanqueEAR.ear.dodeploy dans le répertoire deployments du serveur JBoss 7.1

    Tu n'as plus qu'à créer ce fichier (vide) et ça devrait fonctionner
    Merci de votre réponse ,j'aurais quelque question si sa ne vous dérange pas,cela veut dire que à chaque fois je crée un projet celui-ci n'ai pas crée car j'avais le même problème avec un autre projet esque c'est un problème de configuration, le fichier que je dois crée quel est sont utilité je vous remercie bonne soirée à vous cordialement

  6. #6
    Membre chevronné

    Homme Profil pro
    développeur
    Inscrit en
    Octobre 2013
    Messages
    1 576
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Oise (Picardie)

    Informations professionnelles :
    Activité : développeur

    Informations forums :
    Inscription : Octobre 2013
    Messages : 1 576
    Points : 1 989
    Points
    1 989
    Par défaut
    J'ai fais comme vous m'avez dit mais je ne voix aucun ejb déployé voici mon retour console :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    23:54:47,097 Infos [org.jboss.modules] JBoss Modules version 1.1.1.GA
    23:54:47,350 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA
    23:54:47,417 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
    23:54:53,157 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
    23:54:53,235 INFO  [org.xnio] XNIO Version 3.0.3.GA
    23:54:53,370 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
    23:54:53,400 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
    23:54:53,638 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
    23:54:53,659 INFO  [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
    23:54:53,733 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
    23:54:53,755 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
    23:54:53,925 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
    23:54:53,934 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
    23:54:54,016 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
    23:54:54,296 INFO  [org.jboss.as.connector] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
    23:54:54,548 INFO  [org.jboss.as.security] (MSC service thread 1-7) JBAS013100: Current PicketBox version=4.0.7.Final
    23:54:56,342 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
    23:54:56,347 INFO  [org.jboss.as.naming] (MSC service thread 1-3) JBAS011802: Starting Naming Service
    23:54:56,364 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) JBAS015400: Bound mail session [java:jboss/mail/Default]
    23:54:56,950 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Démarrage de Coyote HTTP/1.1 sur http-localhost-127.0.0.1-8080
    23:55:01,698 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-6) JBoss Web Services - Stack CXF Server 4.0.2.GA
    23:55:02,083 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010400: Bound data source [java:jboss/datasources/agendaDS]
    23:55:02,084 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) JBAS010400: Bound data source [java:jboss/datasources/testDS]
    23:55:03,120 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) JBAS015012: Started FileSystemDeploymentService for directory C:\serveur\jboss-as-7.1.1.Final\standalone\deployments
    23:55:03,223 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found ProjetBanqueEAR.ear in deployment directory. To trigger deployment create a file called ProjetBanqueEAR.ear.dodeploy
    23:55:03,373 INFO  [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100: Listening on localhost/127.0.0.1:4447
    23:55:03,373 INFO  [org.jboss.as.remoting] (MSC service thread 1-7) JBAS017100: Listening on /127.0.0.1:9999
    23:55:04,567 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "ProjetBanqueEAR.ear"
    23:55:04,924 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "ProjetBanqueWeb.war"
    23:55:04,925 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "ProjetBanqueEjb.jar"
    23:55:06,488 INFO  [org.jboss.web] (MSC service thread 1-5) JBAS018210: Registering web context: /ProjetBanqueWeb
    23:55:06,490 INFO  [org.jboss.as] (MSC service thread 1-5) JBAS015951: Admin console listening on http://127.0.0.1:9990
    23:55:06,492 INFO  [org.jboss.as] (MSC service thread 1-5) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 19746ms - Started 205 of 287 services (80 services are passive or on-demand)
    23:55:06,587 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "ProjetBanqueEAR.ear"

    Nom : serveur.PNG
Affichages : 233
Taille : 27,2 Ko

    j'ai bien crée le fichier vide mais ne manque t'il pas des fichier qui sont censé être déployait ? merci de votre aide

  7. #7
    Modérateur
    Avatar de OButterlin
    Homme Profil pro
    Inscrit en
    Novembre 2006
    Messages
    7 313
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Novembre 2006
    Messages : 7 313
    Points : 9 529
    Points
    9 529
    Billets dans le blog
    1
    Par défaut
    C'est bizarre ce qui t'arrive...
    Je te conseille d'installer JBoss Tools dans Eclipse, tu le trouveras dans le Marketplace (à choisir en fonction de la version d'eclipse)
    N'oubliez pas de consulter les FAQ Java et les cours et tutoriels Java

  8. #8
    Membre chevronné

    Homme Profil pro
    développeur
    Inscrit en
    Octobre 2013
    Messages
    1 576
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Oise (Picardie)

    Informations professionnelles :
    Activité : développeur

    Informations forums :
    Inscription : Octobre 2013
    Messages : 1 576
    Points : 1 989
    Points
    1 989
    Par défaut
    Je suis allez dans market place il me propose seulement de désinstaller je pense que j'ai déjà du l'installer :

    Nom : Capture.PNG
Affichages : 258
Taille : 42,4 Ko

  9. #9
    Membre chevronné

    Homme Profil pro
    développeur
    Inscrit en
    Octobre 2013
    Messages
    1 576
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Oise (Picardie)

    Informations professionnelles :
    Activité : développeur

    Informations forums :
    Inscription : Octobre 2013
    Messages : 1 576
    Points : 1 989
    Points
    1 989
    Par défaut
    J'ai crée un nouveau serveur pour tester voilà ce que sa me renvoit sa vous semble correct ?

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    19:38:06,882 Infos [org.jboss.modules] JBoss Modules version 1.1.1.GA
    19:38:07,141 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA
    19:38:07,201 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
    19:38:08,313 INFO  [org.xnio] XNIO Version 3.0.3.GA
    19:38:08,314 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
    19:38:08,324 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
    19:38:08,337 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
    19:38:08,383 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
    19:38:08,424 INFO  [org.jboss.as.connector] (MSC service thread 1-6) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
    19:38:08,426 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
    19:38:08,436 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
    19:38:08,476 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
    19:38:08,480 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
    19:38:08,497 INFO  [org.jboss.as.security] (MSC service thread 1-3) JBAS013100: Current PicketBox version=4.0.7.Final
    19:38:08,508 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
    19:38:08,528 INFO  [org.jboss.as.naming] (MSC service thread 1-6) JBAS011802: Starting Naming Service
    19:38:08,531 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
    19:38:08,533 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-6) JBAS015400: Bound mail session [java:jboss/mail/Default]
    19:38:08,549 INFO  [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
    19:38:08,780 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-2) JBoss Web Services - Stack CXF Server 4.0.2.GA
    19:38:08,985 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Démarrage de Coyote HTTP/1.1 sur http-localhost-127.0.0.1-8080
    19:38:09,209 INFO  [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on localhost/127.0.0.1:4447
    19:38:09,216 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory C:\serveur\jboss-as-7.1.1.Final\standalone\deployments
    19:38:09,233 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found ProjetBanqueEAR.ear in deployment directory. To trigger deployment create a file called ProjetBanqueEAR.ear.dodeploy
    19:38:09,236 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found ProjetContactEAR.ear in deployment directory. To trigger deployment create a file called ProjetContactEAR.ear.dodeploy
    19:38:09,398 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010400: Bound data source [java:jboss/datasources/agendaDS]
    19:38:09,400 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010400: Bound data source [java:jboss/datasources/testDS]
    19:38:09,470 INFO  [org.jboss.as.remoting] (MSC service thread 1-7) JBAS017100: Listening on /127.0.0.1:9999
    19:38:09,625 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "ProjetContactEAR.ear"
    19:38:09,625 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "ProjetContactEJBClient.jar"
    19:38:09,625 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "ProjetBanqueEAR.ear"
    19:38:09,675 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "ProjetBanqueEjb.jar"
    19:38:09,677 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "ProjetBanqueWeb.war"
    19:38:09,680 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "ProjetContactWeb.war"
    19:38:09,681 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "ProjetContactEJB.jar"
    19:38:09,688 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry ProjetContactEJBClient.jar in "/C:/serveur/jboss-as-7.1.1.Final/standalone/deployments/ProjetContactEAR.ear/ProjetContactEJB.jar"  does not point to a valid jar for a Class-Path reference.
    19:38:09,787 INFO  [org.jboss.as.jpa] (MSC service thread 1-7) JBAS011401: Read persistence.xml for contactUnit
    19:38:10,071 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-4) JNDI bindings for session bean named ContactManager in deployment unit subdeployment "ProjetContactEJB.jar" of deployment "ProjetContactEAR.ear" are as follows:
     
    	java:global/ProjetContactEAR/ProjetContactEJB/ContactManager!ejbAgenda.ContactManager
    	java:app/ProjetContactEJB/ContactManager!ejbAgenda.ContactManager
    	java:module/ContactManager!ejbAgenda.ContactManager
    	java:global/ProjetContactEAR/ProjetContactEJB/ContactManager!ejbAgenda.ContactManagerRemote
    	java:app/ProjetContactEJB/ContactManager!ejbAgenda.ContactManagerRemote
    	java:module/ContactManager!ejbAgenda.ContactManagerRemote
    	java:jboss/exported/ProjetContactEAR/ProjetContactEJB/ContactManager!ejbAgenda.ContactManagerRemote
     
    19:38:10,182 INFO  [org.jboss.web] (MSC service thread 1-2) JBAS018210: Registering web context: /ProjetContactWeb
    19:38:10,182 INFO  [org.jboss.web] (MSC service thread 1-6) JBAS018210: Registering web context: /ProjetBanqueWeb
    19:38:10,217 INFO  [org.jboss.as.jpa] (MSC service thread 1-6) JBAS011402: Starting Persistence Unit Service 'ProjetContactEAR.ear/ProjetContactEJB.jar#contactUnit'
    19:38:10,345 INFO  [org.hibernate.annotations.common.Version] (MSC service thread 1-6) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
    19:38:10,359 INFO  [org.hibernate.Version] (MSC service thread 1-6) HHH000412: Hibernate Core {4.0.1.Final}
    19:38:10,361 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) HHH000206: hibernate.properties not found
    19:38:10,363 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-6) HHH000021: Bytecode provider name : javassist
    19:38:10,383 INFO  [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-6) HHH000204: Processing PersistenceUnitInfo [
    	name: contactUnit
    	...]
    19:38:10,525 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (MSC service thread 1-6) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
    19:38:11,282 INFO  [org.hibernate.dialect.Dialect] (MSC service thread 1-6) HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
    19:38:11,307 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-6) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
    19:38:11,312 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-6) HHH000397: Using ASTQueryTranslatorFactory
    19:38:11,368 INFO  [org.hibernate.validator.util.Version] (MSC service thread 1-6) Hibernate Validator 4.2.0.Final
    19:38:11,664 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-6) HHH000228: Running hbm2ddl schema update
    19:38:11,665 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-6) HHH000102: Fetching database metadata
    19:38:11,681 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-6) HHH000396: Updating schema
    19:38:11,685 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Contact
    19:38:11,688 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: Contact
    19:38:11,692 INFO  [java.sql.DatabaseMetaData] (MSC service thread 1-6) HHH000262: Table not found: hibernate_sequence
    19:38:11,828 INFO  [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-6) HHH000232: Schema update complete
    19:38:11,988 INFO  [org.jboss.as] (MSC service thread 1-5) JBAS015951: Admin console listening on http://127.0.0.1:9990
    19:38:11,990 INFO  [org.jboss.as] (MSC service thread 1-5) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 5376ms - Started 322 of 412 services (88 services are passive or on-demand)
    19:38:12,070 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "ProjetContactEJBClient.jar"
    19:38:12,072 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "ProjetContactEAR.ear"
    19:38:12,073 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "ProjetBanqueEAR.ear"
    J'aurais une question également,ou est stocké mon deuxième serveur car je ne le voit pas dans serveur merci à vous bonne soirée.

  10. #10
    Modérateur
    Avatar de OButterlin
    Homme Profil pro
    Inscrit en
    Novembre 2006
    Messages
    7 313
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Novembre 2006
    Messages : 7 313
    Points : 9 529
    Points
    9 529
    Billets dans le blog
    1
    Par défaut
    Ah, là, ça semble ok (à part la table Contact non trouvée mais elle n'existe peut-être pas encore)
    L'application fonctionne maintenant ?
    N'oubliez pas de consulter les FAQ Java et les cours et tutoriels Java

  11. #11
    Membre chevronné

    Homme Profil pro
    développeur
    Inscrit en
    Octobre 2013
    Messages
    1 576
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Oise (Picardie)

    Informations professionnelles :
    Activité : développeur

    Informations forums :
    Inscription : Octobre 2013
    Messages : 1 576
    Points : 1 989
    Points
    1 989
    Par défaut
    Apparemment les mystères de l'informatique merci encore pour vos réponses

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Hot deploy EJB avec Spring dans JBoss
    Par Fladnag dans le forum Wildfly/JBoss
    Réponses: 7
    Dernier message: 10/08/2010, 17h08
  2. Problème déploiement EJB Entity dans JBoss
    Par anismouali dans le forum Java EE
    Réponses: 3
    Dernier message: 12/02/2010, 14h23
  3. Réponses: 3
    Dernier message: 02/05/2009, 23h00
  4. Réponses: 6
    Dernier message: 30/01/2009, 11h26
  5. Weblogic --> Jboss (paramétrage des ejb dans jboss.xml)
    Par Tronic dans le forum Wildfly/JBoss
    Réponses: 1
    Dernier message: 18/02/2008, 09h47

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo