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

Hibernate Java Discussion :

No ClassLoaders found for: com.mysql.jdbc.Driver


Sujet :

Hibernate Java

  1. #1
    Membre à l'essai
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2007
    Messages : 33
    Points : 15
    Points
    15
    Par défaut No ClassLoaders found for: com.mysql.jdbc.Driver
    Bonjour,

    Je développe actuellement une application utilisant un web service qui utilise hibernate pour cherche un objet dans ma base de données mysql en lui passant l'id en paramètre (à priori rien de complqué)

    Mon webservice tourne sur un serveur JBoss 4.0

    Mais quand je lance mon client pour invoquer mon webservice, j'ai l'erreur suivante:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
     
    12:13:54,327 FATAL [C3P0ConnectionProvider] JDBC Driver class not found: com.mysql.jdbc.Driver
    java.lang.ClassNotFoundException: No ClassLoaders found for: com.mysql.jdbc.Driver
    	at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
    	at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:511)
    	at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:405)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    	at java.lang.Class.forName0(Native Method)
    Y-a-t-il un problème pour utiliser hibernate depuis un webservice

    Pour info, voici mon fichier hibernate.cfg.xml utilisé par mon webservice

    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
     
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
     
    <hibernate-configuration> 
      <session-factory> 
        <property name="hibernate.c3p0.autoReconnect">false</property>
        <property name="hibernate.c3p0.autoReconnectForPool">false</property>
        <property name="hibernate.c3p0.max_size">100</property>
        <property name="hibernate.c3p0.max_statements">50</property>
        <property name="hibernate.c3p0.min_size">2</property>
        <property name="hibernate.c3p0.timeout">120</property>
        <property name="hibernate.connection.autocommit">true</property>
        <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
        <property name="hibernate.connection.release_mode">auto</property>
    	<property name="hibernate.connection.username">root</property>
        <property name="hibernate.connection.password"></property>
        <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/dmexmanageratlas</property>
    	<!-- <property name="hibernate.connection.username">dmex_data</property>
        <property name="hibernate.connection.password">dmex</property>
        <property name="hibernate.connection.url">jdbc:mysql://localhost:3319/dmexmanageratlastest</property>-->
        <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
        <property name="hibernate.show_sql">true</property>
        <property name="hibernate.transaction.auto_close_session">false</property>
        <property name="hibernate.use_sql_comments">true</property>
    Ce fichier vient d'un configuration faite sur une application tournant sur un serveur Apache Tomcat 5.0, peut être la configuration est-elle différente pour un serveur JBoss 4.0

    Quelqu'un a-t-il une idée?

  2. #2
    Membre expérimenté Avatar de maxf1
    Profil pro
    Inscrit en
    Novembre 2006
    Messages
    1 229
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France, Moselle (Lorraine)

    Informations forums :
    Inscription : Novembre 2006
    Messages : 1 229
    Points : 1 371
    Points
    1 371
    Par défaut
    La réponse a la premiere ligne de l'erreur, faut pas etre devin pour deviner:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    JDBC Driver class not found
    A-t-on avis que veux tu que je te dise de plus? Qu'il ne trouve pas le driver jdbc (ooops ca tu le sais deja vu que c'est ce qu'il y a marqué).
    Qu'il faut que tu le rajoutes dans le path ? (ca doit etre ca qu'il te manqué comme info)
    Une solution a été apporté pour résoudre votre problème alors vous aussi faites en profitez les autres grâce au tag qui se trouve tout en bas de la page....

    Merci de ne pas utiliser les messages privés pour un problème sauf si je vous l'ai explicitement demandé.

    -- Maxf1 --

  3. #3
    Membre à l'essai
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2007
    Messages : 33
    Points : 15
    Points
    15
    Par défaut
    Si c'était aussi simple je pense pas que j'aurai posté

    Non justement le driver est bien dans le classpath, c'est bien ca le problème

  4. #4
    Membre expérimenté Avatar de maxf1
    Profil pro
    Inscrit en
    Novembre 2006
    Messages
    1 229
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France, Moselle (Lorraine)

    Informations forums :
    Inscription : Novembre 2006
    Messages : 1 229
    Points : 1 371
    Points
    1 371
    Par défaut
    Et bien pourtant pas d'autre cause d'erreur possible. Du moins je n'en vois pas du tout. Toutes mes configs marche sous tomcat, websphere, weblogic et rien ne change. Donc c'est pas pour JBoss qu'il faut changer quelque chose. En tout cas l'erreur est clair il ne trouve pas ton pilote donc ton jar. A toi de vérifier de ton coté ou est ton jar car moi je ne peux rien pour toi...

    Mais si tu es sur qu'il est dans la classpath (et pas SEULEUMENT dans le BUILDPATH). Alors je ne vois rien.
    Une solution a été apporté pour résoudre votre problème alors vous aussi faites en profitez les autres grâce au tag qui se trouve tout en bas de la page....

    Merci de ne pas utiliser les messages privés pour un problème sauf si je vous l'ai explicitement demandé.

    -- Maxf1 --

  5. #5
    Membre à l'essai
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2007
    Messages : 33
    Points : 15
    Points
    15
    Par défaut
    Humm, petite question idiote:

    Comment le .jar peut-il être présent dans le BUILDPATH et pas dans le CLASSPATH?

    Je pensais que c'était la même chose mais aparemment non. Ca vient peut être de la alors

  6. #6
    Membre à l'essai
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2007
    Messages : 33
    Points : 15
    Points
    15
    Par défaut
    Si quelqu'un avait une réponse ca m'arrangerait beaucoup parceque la je ne vois vraiment pas comment il peut ne pas trouver une classe qui est dans le Build Path

  7. #7
    Membre confirmé
    Profil pro
    Inscrit en
    Janvier 2006
    Messages
    365
    Détails du profil
    Informations personnelles :
    Localisation : Maroc

    Informations forums :
    Inscription : Janvier 2006
    Messages : 365
    Points : 495
    Points
    495
    Par défaut
    salut,
    Tu devrais copier le jar de ton driver jdbc dans le répertoire :
    <JBOSS_HOME>/server/default/lib
    Là tu l'auras bien dans le CLASSPATH
    Bon courage !
    SCJP 5 / SCBCD 1.3 Certified

  8. #8
    Membre régulier
    Inscrit en
    Mars 2002
    Messages
    84
    Détails du profil
    Informations forums :
    Inscription : Mars 2002
    Messages : 84
    Points : 98
    Points
    98
    Par défaut
    Citation Envoyé par manblaizo
    salut,
    Tu devrais copier le jar de ton driver jdbc dans le répertoire :
    <JBOSS_HOME>/server/default/lib
    Là tu l'auras bien dans le CLASSPATH
    Je confirme

  9. #9
    Membre à l'essai
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2007
    Messages : 33
    Points : 15
    Points
    15
    Par défaut
    Ok apparemment ca marche!

    J'ai une autre erreur après

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    [Fatal Error] :-1:-1: Premature end of file.
    mais je pense que ça n'a aucun rapport

  10. #10
    Membre expérimenté Avatar de maxf1
    Profil pro
    Inscrit en
    Novembre 2006
    Messages
    1 229
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France, Moselle (Lorraine)

    Informations forums :
    Inscription : Novembre 2006
    Messages : 1 229
    Points : 1 371
    Points
    1 371
    Par défaut
    Hummm bizarre ton erreur tu n'aurais pas repris des fichiers douteux de quelque part?

    Vu l'erreur je ne peux t'en dire plus.

    Désolé de pas t'avoir répondu avant mais un long week-end sans pc,
    Une solution a été apporté pour résoudre votre problème alors vous aussi faites en profitez les autres grâce au tag qui se trouve tout en bas de la page....

    Merci de ne pas utiliser les messages privés pour un problème sauf si je vous l'ai explicitement demandé.

    -- Maxf1 --

  11. #11
    Membre à l'essai
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2007
    Messages : 33
    Points : 15
    Points
    15
    Par défaut
    Pas de problème j'étais moi aussi en weekend de toute façon

    Et bien le fichier de mapping que j'utilise est celui généré par JBossWS , je l'ai vérifié et je ne vois rien de douteux dedans (si l'erreur viens de la)

    Par acquis de conscience, voici son contenu, si quelqu'un voit quelque chose de suspect

    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
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
     
    <?xml version='1.0' encoding='UTF-8'?><java-wsdl-mapping version='1.1' xmlns='http://java.sun.com/xml/ns/j2ee' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
     <package-mapping>
      <package-type>bsa.ws.test</package-type>
      <namespaceURI>urn:bsa.ws.test</namespaceURI>
     </package-mapping>
     <java-xml-type-mapping>
      <java-type>bsa.ws.test.Dmex</java-type>
      <root-type-qname xmlns:typeNS='urn:bsa.ws.test.types'>typeNS:Dmex</root-type-qname>
      <qname-scope>complexType</qname-scope>
      <variable-mapping>
       <java-variable-name>application</java-variable-name>
       <xml-element-name>application</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>client</java-variable-name>
       <xml-element-name>client</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>consigne</java-variable-name>
       <xml-element-name>consigne</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>dateCreation</java-variable-name>
       <xml-element-name>dateCreation</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>description</java-variable-name>
       <xml-element-name>description</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>dmexClientId</java-variable-name>
       <xml-element-name>dmexClientId</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>dmexId</java-variable-name>
       <xml-element-name>dmexId</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>dmexInstanceId</java-variable-name>
       <xml-element-name>dmexInstanceId</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>dmexModuleSapId</java-variable-name>
       <xml-element-name>dmexModuleSapId</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>dmexProjetId</java-variable-name>
       <xml-element-name>dmexProjetId</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>dmexTypeConsigneId</java-variable-name>
       <xml-element-name>dmexTypeConsigneId</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>instance</java-variable-name>
       <xml-element-name>instance</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>interlocuteurSysExt</java-variable-name>
       <xml-element-name>interlocuteurSysExt</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>moduleSap</java-variable-name>
       <xml-element-name>moduleSap</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>processus</java-variable-name>
       <xml-element-name>processus</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>projet</java-variable-name>
       <xml-element-name>projet</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>referenceAris</java-variable-name>
       <xml-element-name>referenceAris</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>schemaSyn</java-variable-name>
       <xml-element-name>schemaSyn</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>siteControlM</java-variable-name>
       <xml-element-name>siteControlM</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>supportApplicatif</java-variable-name>
       <xml-element-name>supportApplicatif</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>timestamp</java-variable-name>
       <xml-element-name>timestamp</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>typeConsigne</java-variable-name>
       <xml-element-name>typeConsigne</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>version</java-variable-name>
       <xml-element-name>version</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>versionControl</java-variable-name>
       <xml-element-name>versionControl</xml-element-name>
      </variable-mapping>
     </java-xml-type-mapping>
     <java-xml-type-mapping>
      <java-type>bsa.ws.test.Client</java-type>
      <root-type-qname xmlns:typeNS='http://model.dmex.bsa/jaws'>typeNS:Client</root-type-qname>
      <qname-scope>complexType</qname-scope>
      <variable-mapping>
       <java-variable-name>clientCode</java-variable-name>
       <xml-element-name>clientCode</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>clientId</java-variable-name>
       <xml-element-name>clientId</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>clientNom</java-variable-name>
       <xml-element-name>clientNom</xml-element-name>
      </variable-mapping>
     </java-xml-type-mapping>
     <java-xml-type-mapping>
      <java-type>bsa.ws.test.Instance</java-type>
      <root-type-qname xmlns:typeNS='http://model.dmex.bsa/jaws'>typeNS:Instance</root-type-qname>
      <qname-scope>complexType</qname-scope>
      <variable-mapping>
       <java-variable-name>instanceCode</java-variable-name>
       <xml-element-name>instanceCode</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>instanceId</java-variable-name>
       <xml-element-name>instanceId</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>instanceNom</java-variable-name>
       <xml-element-name>instanceNom</xml-element-name>
      </variable-mapping>
     </java-xml-type-mapping>
     <java-xml-type-mapping>
      <java-type>bsa.ws.test.ModuleSap</java-type>
      <root-type-qname xmlns:typeNS='http://model.dmex.bsa/jaws'>typeNS:ModuleSap</root-type-qname>
      <qname-scope>complexType</qname-scope>
      <variable-mapping>
       <java-variable-name>moduleSapCode</java-variable-name>
       <xml-element-name>moduleSapCode</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>moduleSapId</java-variable-name>
       <xml-element-name>moduleSapId</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>moduleSapNom</java-variable-name>
       <xml-element-name>moduleSapNom</xml-element-name>
      </variable-mapping>
     </java-xml-type-mapping>
     <java-xml-type-mapping>
      <java-type>bsa.ws.test.Projet</java-type>
      <root-type-qname xmlns:typeNS='http://model.dmex.bsa/jaws'>typeNS:Projet</root-type-qname>
      <qname-scope>complexType</qname-scope>
      <variable-mapping>
       <java-variable-name>projetCode</java-variable-name>
       <xml-element-name>projetCode</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>projetId</java-variable-name>
       <xml-element-name>projetId</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>projetNom</java-variable-name>
       <xml-element-name>projetNom</xml-element-name>
      </variable-mapping>
     </java-xml-type-mapping>
     <java-xml-type-mapping>
      <java-type>bsa.ws.test.TypeConsigne</java-type>
      <root-type-qname xmlns:typeNS='http://model.dmex.bsa/jaws'>typeNS:TypeConsigne</root-type-qname>
      <qname-scope>complexType</qname-scope>
      <variable-mapping>
       <java-variable-name>typeConsigneDescription</java-variable-name>
       <xml-element-name>typeConsigneDescription</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>typeConsigneId</java-variable-name>
       <xml-element-name>typeConsigneId</xml-element-name>
      </variable-mapping>
      <variable-mapping>
       <java-variable-name>typeConsigneNom</java-variable-name>
       <xml-element-name>typeConsigneNom</xml-element-name>
      </variable-mapping>
     </java-xml-type-mapping>
     <service-interface-mapping>
      <service-interface>bsa.ws.test.DmexWs</service-interface>
      <wsdl-service-name xmlns:serviceNS='urn:bsa.ws.test'>serviceNS:DmexWs</wsdl-service-name>
      <port-mapping>
       <port-name>IDmexWsPort</port-name>
       <java-port-name>IDmexWsPort</java-port-name>
      </port-mapping>
     </service-interface-mapping>
     <service-endpoint-interface-mapping>
      <service-endpoint-interface>bsa.ws.test.IDmexWs</service-endpoint-interface>
      <wsdl-port-type xmlns:portTypeNS='urn:bsa.ws.test'>portTypeNS:IDmexWs</wsdl-port-type>
      <wsdl-binding xmlns:bindingNS='urn:bsa.ws.test'>bindingNS:IDmexWsBinding</wsdl-binding>
      <service-endpoint-method-mapping>
       <java-method-name>getDmex</java-method-name>
       <wsdl-operation>getDmex</wsdl-operation>
       <method-param-parts-mapping>
        <param-position>0</param-position>
        <param-type>int</param-type>
        <wsdl-message-mapping>
         <wsdl-message xmlns:wsdlMsgNS='urn:bsa.ws.test'>wsdlMsgNS:IDmexWs_getDmex</wsdl-message>
         <wsdl-message-part-name>int_1</wsdl-message-part-name>
         <parameter-mode>IN</parameter-mode>
        </wsdl-message-mapping>
       </method-param-parts-mapping>
       <wsdl-return-value-mapping>
        <method-return-value>bsa.ws.test.Dmex</method-return-value>
        <wsdl-message xmlns:wsdlMsgNS='urn:bsa.ws.test'>wsdlMsgNS:IDmexWs_getDmexResponse</wsdl-message>
        <wsdl-message-part-name>result</wsdl-message-part-name>
       </wsdl-return-value-mapping>
      </service-endpoint-method-mapping>
     </service-endpoint-interface-mapping>
    </java-wsdl-mapping>
    Sinon l'erreur vient peut être des fichiers XML/SOAP envoyés mais je ne sais pas comment les consulter

    (Je sais on s'éloigne un peu du sujet du forum mais comme il n'y a que la qu'on me répond pour l'instant )

  12. #12
    Membre expérimenté Avatar de maxf1
    Profil pro
    Inscrit en
    Novembre 2006
    Messages
    1 229
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France, Moselle (Lorraine)

    Informations forums :
    Inscription : Novembre 2006
    Messages : 1 229
    Points : 1 371
    Points
    1 371
    Par défaut
    Après une petite recherche de ton erreur sur google


    il plante toujours sur le demarrage de ton appli?
    As-tu des fichiers xml de configuration que tu lis?

    S'il n'y a que le fichier que tu as posté, essayé de copier tout son contenu est de crée un autre fichier avec le contenu. Il se peut que le fichier généré ne soit pas bon, et qu'il y ait des caracteres non UTF-8.

    Sinon met ceci :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    <?xml version="1.0" encoding="ISO-8859-1"?>
    Une solution a été apporté pour résoudre votre problème alors vous aussi faites en profitez les autres grâce au tag qui se trouve tout en bas de la page....

    Merci de ne pas utiliser les messages privés pour un problème sauf si je vous l'ai explicitement demandé.

    -- Maxf1 --

  13. #13
    Membre à l'essai
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2007
    Messages : 33
    Points : 15
    Points
    15
    Par défaut
    J'ai essayé la manipulation mais çà n'a rien donné.

    Sinon je lis aussi le fichier wsdl qui contient la définition du webservice

    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
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
     
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name='DmexWs' targetNamespace='urn:bsa.ws.test' xmlns='http://schemas.xmlsoap.org/wsdl/' xmlns:ns1='urn:bsa.ws.test.types' xmlns:ns2='http://model.dmex.bsa/jaws' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:tns='urn:bsa.ws.test' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
     <types>
      <schema targetNamespace='urn:bsa.ws.test.types' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns2='http://model.dmex.bsa/jaws' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='urn:bsa.ws.test.types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
       <import namespace='http://model.dmex.bsa/jaws'/>
       <complexType name='Dmex'>
        <sequence>
         <element name='application' nillable='true' type='string'/>
         <element name='client' nillable='true' type='ns2:Client'/>
         <element name='consigne' nillable='true' type='string'/>
         <element name='dateCreation' nillable='true' type='dateTime'/>
         <element name='description' nillable='true' type='string'/>
         <element name='dmexClientId' nillable='true' type='int'/>
         <element name='dmexId' type='int'/>
         <element name='dmexInstanceId' nillable='true' type='int'/>
         <element name='dmexModuleSapId' nillable='true' type='int'/>
         <element name='dmexProjetId' nillable='true' type='int'/>
         <element name='dmexTypeConsigneId' nillable='true' type='int'/>
         <element name='instance' nillable='true' type='ns2:Instance'/>
         <element name='interlocuteurSysExt' nillable='true' type='string'/>
         <element name='moduleSap' nillable='true' type='ns2:ModuleSap'/>
         <element name='processus' nillable='true' type='string'/>
         <element name='projet' nillable='true' type='ns2:Projet'/>
         <element name='referenceAris' nillable='true' type='string'/>
         <element name='schemaSyn' nillable='true' type='string'/>
         <element name='siteControlM' nillable='true' type='string'/>
         <element name='supportApplicatif' nillable='true' type='string'/>
         <element name='timestamp' nillable='true' type='dateTime'/>
         <element name='typeConsigne' nillable='true' type='ns2:TypeConsigne'/>
         <element name='version' type='int'/>
         <element name='versionControl' type='int'/>
        </sequence>
       </complexType>
      </schema>
      <schema targetNamespace='http://model.dmex.bsa/jaws' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:ns1='urn:bsa.ws.test.types' xmlns:soap11-enc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://model.dmex.bsa/jaws' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
       <import namespace='urn:bsa.ws.test.types'/>
       <complexType name='Client'>
        <sequence>
         <element name='clientCode' nillable='true' type='string'/>
         <element name='clientId' type='int'/>
         <element name='clientNom' nillable='true' type='string'/>
        </sequence>
       </complexType>
       <complexType name='Instance'>
        <sequence>
         <element name='instanceCode' nillable='true' type='string'/>
         <element name='instanceId' type='int'/>
         <element name='instanceNom' nillable='true' type='string'/>
        </sequence>
       </complexType>
       <complexType name='ModuleSap'>
        <sequence>
         <element name='moduleSapCode' nillable='true' type='string'/>
         <element name='moduleSapId' type='int'/>
         <element name='moduleSapNom' nillable='true' type='string'/>
        </sequence>
       </complexType>
       <complexType name='Projet'>
        <sequence>
         <element name='projetCode' nillable='true' type='string'/>
         <element name='projetId' type='int'/>
         <element name='projetNom' nillable='true' type='string'/>
        </sequence>
       </complexType>
       <complexType name='TypeConsigne'>
        <sequence>
         <element name='typeConsigneDescription' nillable='true' type='string'/>
         <element name='typeConsigneId' type='int'/>
         <element name='typeConsigneNom' nillable='true' type='string'/>
        </sequence>
       </complexType>
      </schema>
     </types>
     <message name='IDmexWs_getDmex'>
      <part name='int_1' type='xsd:int'/>
     </message>
     <message name='IDmexWs_getDmexResponse'>
      <part name='result' type='ns1:Dmex'/>
     </message>
     <portType name='IDmexWs'>
      <operation name='getDmex' parameterOrder='int_1'>
       <input message='tns:IDmexWs_getDmex'/>
       <output message='tns:IDmexWs_getDmexResponse'/>
      </operation>
     </portType>
     <binding name='IDmexWsBinding' type='tns:IDmexWs'>
      <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
      <operation name='getDmex'>
       <soap:operation soapAction=''/>
       <input>
        <soap:body namespace='urn:bsa.ws.test' use='literal'/>
       </input>
       <output>
        <soap:body namespace='urn:bsa.ws.test' use='literal'/>
       </output>
      </operation>
     </binding>
     <service name='DmexWs'>
      <port binding='tns:IDmexWsBinding' name='IDmexWsPort'>
       <soap:address location='REPLACE_WITH_ACTUAL_URL'/>
      </port>
     </service>
    </definitions>
    Et comme je le disais, cela peut aussi venir des fichier XML/SOAP échangés mais je ne sais pas comment les intercepter pour voir leur contenu

  14. #14
    Membre expérimenté Avatar de maxf1
    Profil pro
    Inscrit en
    Novembre 2006
    Messages
    1 229
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France, Moselle (Lorraine)

    Informations forums :
    Inscription : Novembre 2006
    Messages : 1 229
    Points : 1 371
    Points
    1 371
    Par défaut
    Sinon l'erreur vient peut être des fichiers XML/SOAP envoyés mais je ne sais pas comment les consulter
    Tu ne peux pas essayer de couper l'envoi de ces fichiers?

    Sinon je ne sais que te dire. Tu as forcement un fichier pourri quelque part mais lequel. Pour t'en dire plus pas possible avec le peu d'information que l'on ait. Peut-etre que le mieux serait de prendre tous les fichiers xml qui sont appelés d'une source sur.
    Une solution a été apporté pour résoudre votre problème alors vous aussi faites en profitez les autres grâce au tag qui se trouve tout en bas de la page....

    Merci de ne pas utiliser les messages privés pour un problème sauf si je vous l'ai explicitement demandé.

    -- Maxf1 --

  15. #15
    Membre à l'essai
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2007
    Messages : 33
    Points : 15
    Points
    15
    Par défaut
    Je vais essayer de voir comment faire ça et je te tiens au courant!

  16. #16
    Membre à l'essai
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2007
    Messages : 33
    Points : 15
    Points
    15
    Par défaut
    Nouvelle info! Je viens de réussir à capturer les logs générés par le serveur (et plus seulement ceux du client ) et voila ce que ca donne quand mon web service appel ma base de données

    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
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
     
    11:58:31,859 INFO  [Configuration] configuring from resource: /hibernate.cfg.xml
    11:58:31,859 INFO  [Configuration] Configuration resource: /hibernate.cfg.xml
    11:58:31,859 INFO  [Configuration] Reading mappings from resource: bsa/common/model/Equipe.hbm.xml
    11:58:31,875 INFO  [HbmBinder] Mapping class: bsa.common.model.Equipe -> equipe
    11:58:31,875 INFO  [Configuration] Reading mappings from resource: bsa/common/model/SavedDefaultMenuValues.hbm.xml
    11:58:31,875 INFO  [HbmBinder] Mapping class: bsa.common.model.SavedDefaultMenuValues -> saved_default_menu_values
    11:58:31,875 INFO  [Configuration] Reading mappings from resource: bsa/common/model/User.hbm.xml
    11:58:31,891 INFO  [HbmBinder] Mapping class: bsa.common.model.User -> user
    11:58:31,891 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/Cr.hbm.xml
    11:58:31,906 INFO  [HbmBinder] Mapping class: bsa.cr.model.Cr -> cr
    11:58:31,906 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/CrBalDest.hbm.xml
    11:58:31,922 INFO  [HbmBinder] Mapping class: bsa.cr.model.CrBalDest -> cr_bal_dest
    11:58:31,922 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/CrShort.hbm.xml
    11:58:31,938 INFO  [HbmBinder] Mapping class: bsa.cr.model.CrShort -> cr
    11:58:31,938 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/DateHisto.hbm.xml
    11:58:31,938 INFO  [HbmBinder] Mapping class: bsa.cr.model.DateHisto -> date_histo
    11:58:31,938 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/Domaine.hbm.xml
    11:58:31,953 INFO  [HbmBinder] Mapping class: bsa.cr.model.Domaine -> domaine
    11:58:31,953 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/HistoVersionCr.hbm.xml
    11:58:31,953 INFO  [HbmBinder] Mapping class: bsa.cr.model.HistoVersionCr -> histo_version_cr
    11:58:31,969 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/ProjetCr.hbm.xml
    11:58:31,969 INFO  [HbmBinder] Mapping class: bsa.cr.model.ProjetCr -> projet_cr
    11:58:31,969 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/ReportPerf.hbm.xml
    11:58:31,984 INFO  [HbmBinder] Mapping class: bsa.cr.model.ReportPerf -> report_perf
    11:58:31,984 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/Site.hbm.xml
    11:58:31,984 INFO  [HbmBinder] Mapping class: bsa.cr.model.Site -> site
    11:58:31,984 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/StatutHisto.hbm.xml
    11:58:32,031 INFO  [HbmBinder] Mapping class: bsa.cr.model.StatutHisto -> statut_histo
    11:58:32,031 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/StatutRef.hbm.xml
    11:58:32,047 INFO  [HbmBinder] Mapping class: bsa.cr.model.StatutRef -> statut_ref
    11:58:32,047 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/TableauBordCr.hbm.xml
    11:58:32,063 INFO  [HbmBinder] Mapping class: bsa.cr.model.TableauBordCr -> tableau_bord_cr
    11:58:32,063 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/TableauBordStatut.hbm.xml
    11:58:32,078 INFO  [HbmBinder] Mapping class: bsa.cr.model.TableauBordStatut -> tableau_bord_statut
    11:58:32,078 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/TypeJustif.hbm.xml
    11:58:32,078 INFO  [HbmBinder] Mapping class: bsa.cr.model.TypeJustif -> type_justif
    11:58:32,078 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/Chaine.hbm.xml
    11:58:32,094 INFO  [HbmBinder] Mapping class: bsa.dmex.model.Chaine -> chaine
    11:58:32,094 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/Client.hbm.xml
    11:58:32,109 INFO  [HbmBinder] Mapping class: bsa.dmex.model.Client -> client
    11:58:32,109 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/DmexLong.hbm.xml
    11:58:32,109 INFO  [HbmBinder] Mapping class: bsa.dmex.model.DmexLong -> dmex
    11:58:32,125 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/DmexShort.hbm.xml
    11:58:32,125 INFO  [HbmBinder] Mapping class: bsa.dmex.model.DmexShort -> dmex
    11:58:32,125 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/Instance.hbm.xml
    11:58:32,141 INFO  [HbmBinder] Mapping class: bsa.dmex.model.Instance -> instance
    11:58:32,141 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/ModuleSap.hbm.xml
    11:58:32,141 INFO  [HbmBinder] Mapping class: bsa.dmex.model.ModuleSap -> module_sap
    11:58:32,141 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/Planification.hbm.xml
    11:58:32,156 INFO  [HbmBinder] Mapping class: bsa.dmex.model.Planification -> planification
    11:58:32,156 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/Projet.hbm.xml
    11:58:32,172 INFO  [HbmBinder] Mapping class: bsa.dmex.model.Projet -> projet
    11:58:32,172 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/Step.hbm.xml
    11:58:32,172 INFO  [HbmBinder] Mapping class: bsa.dmex.model.Step -> step
    11:58:32,188 INFO  [HbmBinder] Mapping collection: bsa.dmex.model.Step.stepPredList -> step_predecesseur
    11:58:32,188 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/StepDependance.hbm.xml
    11:58:32,203 INFO  [HbmBinder] Mapping class: bsa.dmex.model.StepDependance -> step_predecesseur
    11:58:32,203 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/TransfertLink.hbm.xml
    11:58:32,203 INFO  [HbmBinder] Mapping class: bsa.dmex.model.TransfertLink -> transfert_link
    11:58:32,203 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/TypeConsigne.hbm.xml
    11:58:32,219 INFO  [HbmBinder] Mapping class: bsa.dmex.model.TypeConsigne -> type_consigne
    11:58:32,219 INFO  [Configuration] Configured SessionFactory: null
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.cr.model.Cr.statutHistoValideList -> statut_histo
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.cr.model.Cr.statutHistoRefuseList -> statut_histo
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.cr.model.Cr.dateHistoProdList -> date_histo
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.cr.model.Cr.dateHistoPreProdList -> date_histo
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.dmex.model.Chaine.stepList -> step
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.dmex.model.DmexLong.workingChaineList -> chaine
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.dmex.model.DmexLong.activeChaineList -> chaine
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.dmex.model.Step.transfertLinkSet -> transfert_link
    11:58:32,219 INFO  [C3P0ConnectionProvider] C3P0 using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost:3306/dmexmanageratlas
    11:58:32,219 INFO  [C3P0ConnectionProvider] Connection properties: {user=root, password=****, autocommit=true, release_mode=auto}
    11:58:32,219 INFO  [C3P0ConnectionProvider] autocommit mode: true
    11:58:32,313 INFO  [PoolBackedDataSource] Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@12f0ce9 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@b800 [ acquireIncrement -> 1, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> b800, idleConnectionTestPeriod -> 0, initialPoolSize -> 2, maxIdleTime -> 120, maxPoolSize -> 100, maxStatements -> 50, maxStatementsPerConnection -> 0, minPoolSize -> 2, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@24389c [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 24389c, jdbcUrl -> jdbc:mysql://localhost:3306/dmexmanageratlas, properties -> {user=******, password=******, autocommit=true, release_mode=auto} ], preferredTestQuery -> null, propertyCycle -> 300, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false ], factoryClassLocation -> null, identityToken -> 12f0ce9, numHelperThreads -> 3 ]
    11:58:32,344 INFO  [SettingsFactory] RDBMS: MySQL, version: 4.1.9-max
    11:58:32,344 INFO  [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.12 ( $Date: 2005-11-17 15:53:48 +0100 (Thu, 17 Nov 2005) $, $Revision$ )
    11:58:32,344 INFO  [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
    11:58:32,344 INFO  [TransactionFactoryFactory] Using default transaction strategy (direct JDBC transactions)
    11:58:32,344 INFO  [TransactionManagerLookupFactory] No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    11:58:32,344 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
    11:58:32,344 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
    11:58:32,344 INFO  [SettingsFactory] JDBC batch size: 15
    11:58:32,344 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
    11:58:32,344 INFO  [SettingsFactory] Scrollable result sets: enabled
    11:58:32,344 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
    11:58:32,344 INFO  [SettingsFactory] Connection release mode: auto
    11:58:32,344 INFO  [SettingsFactory] Maximum outer join fetch depth: 2
    11:58:32,344 INFO  [SettingsFactory] Default batch fetch size: 1
    11:58:32,344 INFO  [SettingsFactory] Generate SQL with comments: enabled
    11:58:32,344 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
    11:58:32,344 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    11:58:32,344 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
    11:58:32,344 INFO  [SettingsFactory] Query language substitutions: {}
    11:58:32,344 INFO  [SettingsFactory] JPA-QL strict compliance: disabled
    11:58:32,344 INFO  [SettingsFactory] Second-level cache: enabled
    11:58:32,344 INFO  [SettingsFactory] Query cache: disabled
    11:58:32,344 INFO  [SettingsFactory] Cache provider: org.hibernate.cache.NoCacheProvider
    11:58:32,344 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
    11:58:32,344 INFO  [SettingsFactory] Structured second-level cache entries: disabled
    11:58:32,344 INFO  [SettingsFactory] Echoing all SQL to stdout
    11:58:32,344 INFO  [SettingsFactory] Statistics: disabled
    11:58:32,344 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
    11:58:32,344 INFO  [SettingsFactory] Default entity-mode: pojo
    11:58:32,344 INFO  [SessionFactoryImpl] building session factory
    11:58:32,641 INFO  [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
    11:58:32,641 INFO  [root] START HibernateEnviron.getCommonManager()
    11:58:32,641 ERROR [[DmexWs]] Servlet.service() for servlet DmexWs threw exception
    java.lang.NoClassDefFoundError
    	at bsa.common.integration.hbn.HibernateEnviron.getCommonManager(HibernateEnviron.java:25)
    	at bsa.ws.test.DmexWs.getDmex(DmexWs.java:20)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    	at java.lang.reflect.Method.invoke(Method.java:585)
    	at org.jboss.ws.core.server.ServiceEndpointInvokerJSE.invokeServiceEndpoint(ServiceEndpointInvokerJSE.java:104)
    	at org.jboss.ws.core.server.AbstractServiceEndpointInvoker.invoke(AbstractServiceEndpointInvoker.java:173)
    	at org.jboss.ws.core.server.ServiceEndpoint.handleRequest(ServiceEndpoint.java:204)
    	at org.jboss.ws.core.server.ServiceEndpointManager.processSOAPRequest(ServiceEndpointManager.java:440)
    	at org.jboss.ws.core.server.AbstractServiceEndpointServlet.doPost(AbstractServiceEndpointServlet.java:114)
    	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    	at org.jboss.ws.core.server.AbstractServiceEndpointServlet.service(AbstractServiceEndpointServlet.java:75)
    	at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
    	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    	at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
    	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    	at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
    	at java.lang.Thread.run(Thread.java:595)
    Encore ce fameux problème de base de données, je pensais que je l'avais résolu

  17. #17
    Membre à l'essai
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2007
    Messages : 33
    Points : 15
    Points
    15
    Par défaut
    En fait, çà marche quand j'utilise un web service qui renvoi un simple String "Hello", et la mon webservice me renvoie un objet null puis affiche l'erreur "Premature end of file"

    Donc tout vient toujours bien de ce problème de base de données, qui je n'arrive toujours pas à résoudre

  18. #18
    Membre expérimenté Avatar de maxf1
    Profil pro
    Inscrit en
    Novembre 2006
    Messages
    1 229
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France, Moselle (Lorraine)

    Informations forums :
    Inscription : Novembre 2006
    Messages : 1 229
    Points : 1 371
    Points
    1 371
    Par défaut
    Citation Envoyé par nicolemans72
    Nouvelle info! Je viens de réussir à capturer les logs générés par le serveur (et plus seulement ceux du client ) et voila ce que ca donne quand mon web service appel ma base de données

    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
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
     
    11:58:31,859 INFO  [Configuration] configuring from resource: /hibernate.cfg.xml
    11:58:31,859 INFO  [Configuration] Configuration resource: /hibernate.cfg.xml
    11:58:31,859 INFO  [Configuration] Reading mappings from resource: bsa/common/model/Equipe.hbm.xml
    11:58:31,875 INFO  [HbmBinder] Mapping class: bsa.common.model.Equipe -> equipe
    11:58:31,875 INFO  [Configuration] Reading mappings from resource: bsa/common/model/SavedDefaultMenuValues.hbm.xml
    11:58:31,875 INFO  [HbmBinder] Mapping class: bsa.common.model.SavedDefaultMenuValues -> saved_default_menu_values
    11:58:31,875 INFO  [Configuration] Reading mappings from resource: bsa/common/model/User.hbm.xml
    11:58:31,891 INFO  [HbmBinder] Mapping class: bsa.common.model.User -> user
    11:58:31,891 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/Cr.hbm.xml
    11:58:31,906 INFO  [HbmBinder] Mapping class: bsa.cr.model.Cr -> cr
    11:58:31,906 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/CrBalDest.hbm.xml
    11:58:31,922 INFO  [HbmBinder] Mapping class: bsa.cr.model.CrBalDest -> cr_bal_dest
    11:58:31,922 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/CrShort.hbm.xml
    11:58:31,938 INFO  [HbmBinder] Mapping class: bsa.cr.model.CrShort -> cr
    11:58:31,938 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/DateHisto.hbm.xml
    11:58:31,938 INFO  [HbmBinder] Mapping class: bsa.cr.model.DateHisto -> date_histo
    11:58:31,938 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/Domaine.hbm.xml
    11:58:31,953 INFO  [HbmBinder] Mapping class: bsa.cr.model.Domaine -> domaine
    11:58:31,953 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/HistoVersionCr.hbm.xml
    11:58:31,953 INFO  [HbmBinder] Mapping class: bsa.cr.model.HistoVersionCr -> histo_version_cr
    11:58:31,969 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/ProjetCr.hbm.xml
    11:58:31,969 INFO  [HbmBinder] Mapping class: bsa.cr.model.ProjetCr -> projet_cr
    11:58:31,969 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/ReportPerf.hbm.xml
    11:58:31,984 INFO  [HbmBinder] Mapping class: bsa.cr.model.ReportPerf -> report_perf
    11:58:31,984 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/Site.hbm.xml
    11:58:31,984 INFO  [HbmBinder] Mapping class: bsa.cr.model.Site -> site
    11:58:31,984 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/StatutHisto.hbm.xml
    11:58:32,031 INFO  [HbmBinder] Mapping class: bsa.cr.model.StatutHisto -> statut_histo
    11:58:32,031 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/StatutRef.hbm.xml
    11:58:32,047 INFO  [HbmBinder] Mapping class: bsa.cr.model.StatutRef -> statut_ref
    11:58:32,047 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/TableauBordCr.hbm.xml
    11:58:32,063 INFO  [HbmBinder] Mapping class: bsa.cr.model.TableauBordCr -> tableau_bord_cr
    11:58:32,063 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/TableauBordStatut.hbm.xml
    11:58:32,078 INFO  [HbmBinder] Mapping class: bsa.cr.model.TableauBordStatut -> tableau_bord_statut
    11:58:32,078 INFO  [Configuration] Reading mappings from resource: bsa/cr/model/TypeJustif.hbm.xml
    11:58:32,078 INFO  [HbmBinder] Mapping class: bsa.cr.model.TypeJustif -> type_justif
    11:58:32,078 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/Chaine.hbm.xml
    11:58:32,094 INFO  [HbmBinder] Mapping class: bsa.dmex.model.Chaine -> chaine
    11:58:32,094 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/Client.hbm.xml
    11:58:32,109 INFO  [HbmBinder] Mapping class: bsa.dmex.model.Client -> client
    11:58:32,109 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/DmexLong.hbm.xml
    11:58:32,109 INFO  [HbmBinder] Mapping class: bsa.dmex.model.DmexLong -> dmex
    11:58:32,125 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/DmexShort.hbm.xml
    11:58:32,125 INFO  [HbmBinder] Mapping class: bsa.dmex.model.DmexShort -> dmex
    11:58:32,125 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/Instance.hbm.xml
    11:58:32,141 INFO  [HbmBinder] Mapping class: bsa.dmex.model.Instance -> instance
    11:58:32,141 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/ModuleSap.hbm.xml
    11:58:32,141 INFO  [HbmBinder] Mapping class: bsa.dmex.model.ModuleSap -> module_sap
    11:58:32,141 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/Planification.hbm.xml
    11:58:32,156 INFO  [HbmBinder] Mapping class: bsa.dmex.model.Planification -> planification
    11:58:32,156 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/Projet.hbm.xml
    11:58:32,172 INFO  [HbmBinder] Mapping class: bsa.dmex.model.Projet -> projet
    11:58:32,172 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/Step.hbm.xml
    11:58:32,172 INFO  [HbmBinder] Mapping class: bsa.dmex.model.Step -> step
    11:58:32,188 INFO  [HbmBinder] Mapping collection: bsa.dmex.model.Step.stepPredList -> step_predecesseur
    11:58:32,188 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/StepDependance.hbm.xml
    11:58:32,203 INFO  [HbmBinder] Mapping class: bsa.dmex.model.StepDependance -> step_predecesseur
    11:58:32,203 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/TransfertLink.hbm.xml
    11:58:32,203 INFO  [HbmBinder] Mapping class: bsa.dmex.model.TransfertLink -> transfert_link
    11:58:32,203 INFO  [Configuration] Reading mappings from resource: bsa/dmex/model/TypeConsigne.hbm.xml
    11:58:32,219 INFO  [HbmBinder] Mapping class: bsa.dmex.model.TypeConsigne -> type_consigne
    11:58:32,219 INFO  [Configuration] Configured SessionFactory: null
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.cr.model.Cr.statutHistoValideList -> statut_histo
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.cr.model.Cr.statutHistoRefuseList -> statut_histo
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.cr.model.Cr.dateHistoProdList -> date_histo
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.cr.model.Cr.dateHistoPreProdList -> date_histo
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.dmex.model.Chaine.stepList -> step
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.dmex.model.DmexLong.workingChaineList -> chaine
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.dmex.model.DmexLong.activeChaineList -> chaine
    11:58:32,219 INFO  [HbmBinder] Mapping collection: bsa.dmex.model.Step.transfertLinkSet -> transfert_link
    11:58:32,219 INFO  [C3P0ConnectionProvider] C3P0 using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost:3306/dmexmanageratlas
    11:58:32,219 INFO  [C3P0ConnectionProvider] Connection properties: {user=root, password=****, autocommit=true, release_mode=auto}
    11:58:32,219 INFO  [C3P0ConnectionProvider] autocommit mode: true
    11:58:32,313 INFO  [PoolBackedDataSource] Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@12f0ce9 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@b800 [ acquireIncrement -> 1, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> b800, idleConnectionTestPeriod -> 0, initialPoolSize -> 2, maxIdleTime -> 120, maxPoolSize -> 100, maxStatements -> 50, maxStatementsPerConnection -> 0, minPoolSize -> 2, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@24389c [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 24389c, jdbcUrl -> jdbc:mysql://localhost:3306/dmexmanageratlas, properties -> {user=******, password=******, autocommit=true, release_mode=auto} ], preferredTestQuery -> null, propertyCycle -> 300, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false ], factoryClassLocation -> null, identityToken -> 12f0ce9, numHelperThreads -> 3 ]
    11:58:32,344 INFO  [SettingsFactory] RDBMS: MySQL, version: 4.1.9-max
    11:58:32,344 INFO  [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.12 ( $Date: 2005-11-17 15:53:48 +0100 (Thu, 17 Nov 2005) $, $Revision$ )
    11:58:32,344 INFO  [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
    11:58:32,344 INFO  [TransactionFactoryFactory] Using default transaction strategy (direct JDBC transactions)
    11:58:32,344 INFO  [TransactionManagerLookupFactory] No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
    11:58:32,344 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
    11:58:32,344 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
    11:58:32,344 INFO  [SettingsFactory] JDBC batch size: 15
    11:58:32,344 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
    11:58:32,344 INFO  [SettingsFactory] Scrollable result sets: enabled
    11:58:32,344 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
    11:58:32,344 INFO  [SettingsFactory] Connection release mode: auto
    11:58:32,344 INFO  [SettingsFactory] Maximum outer join fetch depth: 2
    11:58:32,344 INFO  [SettingsFactory] Default batch fetch size: 1
    11:58:32,344 INFO  [SettingsFactory] Generate SQL with comments: enabled
    11:58:32,344 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
    11:58:32,344 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    11:58:32,344 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
    11:58:32,344 INFO  [SettingsFactory] Query language substitutions: {}
    11:58:32,344 INFO  [SettingsFactory] JPA-QL strict compliance: disabled
    11:58:32,344 INFO  [SettingsFactory] Second-level cache: enabled
    11:58:32,344 INFO  [SettingsFactory] Query cache: disabled
    11:58:32,344 INFO  [SettingsFactory] Cache provider: org.hibernate.cache.NoCacheProvider
    11:58:32,344 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
    11:58:32,344 INFO  [SettingsFactory] Structured second-level cache entries: disabled
    11:58:32,344 INFO  [SettingsFactory] Echoing all SQL to stdout
    11:58:32,344 INFO  [SettingsFactory] Statistics: disabled
    11:58:32,344 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
    11:58:32,344 INFO  [SettingsFactory] Default entity-mode: pojo
    11:58:32,344 INFO  [SessionFactoryImpl] building session factory
    11:58:32,641 INFO  [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
    11:58:32,641 INFO  [root] START HibernateEnviron.getCommonManager()
    11:58:32,641 ERROR [[DmexWs]] Servlet.service() for servlet DmexWs threw exception
    java.lang.NoClassDefFoundError
    	at bsa.common.integration.hbn.HibernateEnviron.getCommonManager(HibernateEnviron.java:25)
    	at bsa.ws.test.DmexWs.getDmex(DmexWs.java:20)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    	at java.lang.reflect.Method.invoke(Method.java:585)
    	at org.jboss.ws.core.server.ServiceEndpointInvokerJSE.invokeServiceEndpoint(ServiceEndpointInvokerJSE.java:104)
    	at org.jboss.ws.core.server.AbstractServiceEndpointInvoker.invoke(AbstractServiceEndpointInvoker.java:173)
    	at org.jboss.ws.core.server.ServiceEndpoint.handleRequest(ServiceEndpoint.java:204)
    	at org.jboss.ws.core.server.ServiceEndpointManager.processSOAPRequest(ServiceEndpointManager.java:440)
    	at org.jboss.ws.core.server.AbstractServiceEndpointServlet.doPost(AbstractServiceEndpointServlet.java:114)
    	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    	at org.jboss.ws.core.server.AbstractServiceEndpointServlet.service(AbstractServiceEndpointServlet.java:75)
    	at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
    	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    	at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
    	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    	at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
    	at java.lang.Thread.run(Thread.java:595)
    Encore ce fameux problème de base de données, je pensais que je l'avais résolu
    Sinon si j'ai bien vu il y a encore un noClassDefFound. Donc encore un jar à mettre dans ton classPath.
    Une solution a été apporté pour résoudre votre problème alors vous aussi faites en profitez les autres grâce au tag qui se trouve tout en bas de la page....

    Merci de ne pas utiliser les messages privés pour un problème sauf si je vous l'ai explicitement demandé.

    -- Maxf1 --

  19. #19
    Membre à l'essai
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2007
    Messages : 33
    Points : 15
    Points
    15
    Par défaut
    En fouillant un peu, je m'apercois que mon erreur est peut être due au fait que mon webservice ne retrouve pas mon fichier de config hibernate

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
     
    Caused by: java.io.FileNotFoundException: JavaSource\hibernate.cfg.xml (Le chemin d'accès spécifié est introuvable)
    	at java.io.FileInputStream.open(Native Method)
    	at java.io.FileInputStream.<init>(FileInputStream.java:106)
    	at org.hibernate.cfg.Configuration.configure(Configuration.java:1386)
    	... 34 more
    Pourtant le fichier est bien la et quand je veut éxécuter cette méthode sans passer par un web service (une petite classe main qui fait appel à la classe inclue dans mon web service) elle retrouve bien ce fichier et fait appel correctement à la base de données


    Les chemins relatifs pour les fichiers seraient différents quand on fait appel à cette classe en tant que web service (c'est à dire au fichier .war situé sur mon serveur)??

  20. #20
    Membre expérimenté Avatar de maxf1
    Profil pro
    Inscrit en
    Novembre 2006
    Messages
    1 229
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France, Moselle (Lorraine)

    Informations forums :
    Inscription : Novembre 2006
    Messages : 1 229
    Points : 1 371
    Points
    1 371
    Par défaut
    Le chemin relatif est pris à partir du dossier d'une web app.
    Soit à partir du dossier WEb-INF.

    Dans ton cas pour que ca marche il faut que tu es:

    WEB-INF/JavaSources/hibernate.cfg.hbm
    Une solution a été apporté pour résoudre votre problème alors vous aussi faites en profitez les autres grâce au tag qui se trouve tout en bas de la page....

    Merci de ne pas utiliser les messages privés pour un problème sauf si je vous l'ai explicitement demandé.

    -- Maxf1 --

+ Répondre à la discussion
Cette discussion est résolue.
Page 1 sur 2 12 DernièreDernière

Discussions similaires

  1. Réponses: 1
    Dernier message: 30/10/2012, 16h04
  2. Réponses: 1
    Dernier message: 13/07/2010, 14h46
  3. JDBC Driver class not found: com.mysql.jdbc.Driver
    Par diabli73 dans le forum NetBeans
    Réponses: 1
    Dernier message: 08/07/2010, 17h03
  4. [JDBC]pb com.mysql.jdbc.Driver
    Par fafaroro dans le forum Eclipse Java
    Réponses: 4
    Dernier message: 30/12/2005, 20h42

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