[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Jasper Exception when migrating from 4.0.5.CR1 to 4.2.0.

2007-12-05 Thread openyourmind
Hi all, I had the same problem and solved it by supressing javax.servlet.jsp.jar from my war classpath. As stated before, I guess some conflict between jars was taking place. Bye. OYM View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110683#4110683 Reply to the

[jboss-user] [JBossWS] - Re: WS-Security: keystores and truststores

2007-05-15 Thread openyourmind
Hi, We are having the same problem. I mean Alice and John want to consume Bob's service, but Bob is xml configured to use Alice's public key for encryption. How could we tell jbossws to understand who called him and to encrypt with the corresponding key. Thanks for any help OYM View the

[jboss-user] [JBossWS] - It works now

2007-04-11 Thread openyourmind
Hi all, It works now!!! Thanks for your answers. This is what we did to correct our issue: BEFORE we used the following command to generate the keys | keytool -genkey -alias procedure_key -keystore wsse_procedure.keystore | NOW, we use the following command where we explicitly set RSA as

[jboss-user] [JBossWS] - Re: WS-Security - Invalid timestamp, message claimed to be c

2007-04-11 Thread openyourmind
Hi, We have the same problem and we would be happy to use the future feature Jason asked. http://jira.jboss.com/jira/browse/JBWS-1316 Bye OYM View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036341#4036341 Reply to the post :

[jboss-user] [JBossWS] - Re: Webservice Client consumer

2007-03-20 Thread openyourmind
Hi, I thought you were using jbossws-1.2.0.GA. I'm sorry I cannot help with previous versions. M. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029710#4029710 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029710

[jboss-user] [JBossWS] - Re: Webservice Client consumer

2007-03-19 Thread openyourmind
Hi Nean, If you check in the wsrunclient.sh you will see that you should set the vm options as follows: -Djava.endorsed.dirs=/[jboss_install_path]/jboss/jboss-4.0.5.GA/lib/endorsed Hope it helps Open Your Mind View the original post :

[jboss-user] [JBossWS] - Server-side NullpointerException when using ws-security

2007-03-19 Thread openyourmind
Hello, I have some problems using ws-security. My WS runs correctly without wssecurity, but when I activate it I get an strange server-side NullPointerException. My config is : - jboss 4.0.5.GA EJB3 config - jbossws-1.2.0.GA - jdk 1.5_08 This is what we get in the server log from the server