Par littlewing,
vendredi, janvier 6 2012.
Java EE
Vous allez me dire que va t'il faire de plus...
et bien essayer de refaire la même manipulation sur un serveur 
Et ça ne fonctionne pas. on obtient des erreurs de classpath sur la classe UserInfo ou encore sur la classe WLInitialContextFactory
Voici la manipulation supplémentaire à ce billet
Dans le fichier repository/components/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
Ajouter la configuration suivante
org.wso2.carbon.framework.extension.wlclient,1.0.0,dropins/org.wso2.carbon.framework.extension.wlclient_1.0.0.jar,10,false
org.wso2.carbon.framework.extension.wljmsclient,1.0.0,dropins/org.wso2.carbon.framework.extension.wljmsclient_1.0.0.jar,10,false
après la ligne
org.wso2.carbon.event.ws,3.2.1,plugins/org.wso2.carbon.event.ws-3.2.1.jar,4,true
Dans le fichier config.ini modifier la clé osgi.framework.extensions pour que ça ressemble à ça
osgi.framework.extensions=reference\:file\:geronimo-saaj_1.3_spec-1.0.0.wso2v2.jar,reference\:file\:org.wso2.carbon.logging.ext-3.2.0.jar,reference\:file\:org.wso2.carbon.servletbridge-3.2.2.jar,reference\:file\:../dropins/org.wso2.carbon.framework.extension.wlclient_1.0.0.jar,reference\:file\:../dropins/org.wso2.carbon.framework.extension.wljmsclient_1.0.0.jar
Nettoyez le répertoire temporaire et redémarrez le bousin, ça devrait être OK.