Erreur WebSphere
java.lang.IncompatibleClassChangeError
java.sql.SQLException: Opération Connection.commit non autorisée au cours d'une transaction globale.
Explication: Laisser la gestion des transactions au conteneur EJB.
Solution: supprimer les connection.commit() et connection.rollback().
The currently displayed page contains invalid values
ajouter la ligne suivante à tous les fichier .project du workspace.
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
WebService Deserializer: Error: Null setter method specified
Piste à vérifier: La version du client ne correspond plus à celle du serveur
java.lang.ClassNotFoundException: com.ibm.websphere.ssl.protocol.SSLSocketFactory
The Web Service Explorer generates the following exception if you attempt to access a Web service over HTTPS:
This is a known problem in AST V6.1 and is identified as defect 368871, which should be included in a future AST V6.1 fixpack.
java.lang.NoClassDefFoundError: Invalid Implementation Key, com.ibm.CORBA.iiop.WLMPlugin
Ajouter com.ibm.ws.webservices.thinclient_6.1.0.jar au classpath
INFO: ssl.disable.url.hostname.verification.CWPKI0027I
Ajouter System.setProperty("com.ibm.ssl.performURLHostNameVerification", "true"); avant l'appel
Caused by: org.omg.CORBA.INTERNAL: CONNECTIONINTERCEPTOR_INVALID_CLASSNAME vmcid: 0x49421000 minor code: 5B completed: No
classpath incomplet
Caused by: java.lang.NoClassDefFoundError: org.eclipse.core.runtime.CoreException
Ajouter la dépendance sur le jar : com.ibm.ws.webservices.thinclient_6.1.0.jar