[jboss-user] [Security & JAAS/JBoss] - Adding trusted certs

2007-06-12 Thread EstrellaRichardson
Can someone please answer this very simple and very newbie question for me? When a new trusted certificate is added to the truststore, does JBoss need to be restarted for it to see/acknowledge the new certificate? I am seeing evidence to this effect but I need to make sure that this is or isn

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to invalidate SSL Session?

2007-05-14 Thread EstrellaRichardson
Yes, please if anyone has any insight into this problem, it would be greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045591#4045591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045591

[jboss-user] [JBossWS] - Re: JBossWS1.0.4 doesn't work with JBossAS4.0.4GA

2006-12-19 Thread EstrellaRichardson
Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995070#3995070 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995070 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBossWS] - Re: JBossWS1.0.4 doesn't work with JBossAS4.0.4GA

2006-12-19 Thread EstrellaRichardson
I am getting the same error. Which version of xerces should I be using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995054#3995054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995054 __

[jboss-user] [JBossWS] - Re: Question on accessing keystore/truststore that is not re

2006-10-27 Thread EstrellaRichardson
I hate to be a pest but Are there any plans to allow this path to be absolute? I assume when we say relative it means that if my deployment is via a jar or ear file that the keystore and truststore must also be in the jar or ear file. In my situation (stated in previous post), I need to

[jboss-user] [JBossWS] - Re: Question on accessing keystore/truststore that is not re

2006-10-27 Thread EstrellaRichardson
Jason, Thank you so much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981351#3981351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981351 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Question on accessing keystore/truststore that is not re

2006-10-26 Thread EstrellaRichardson
If someone could please give me some help here I would really appreciate it. Do I need to post more, maybe some code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981031#3981031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBossWS] - Question on accessing keystore/truststore that is not relati

2006-10-25 Thread EstrellaRichardson
Hi, I have a secured web service which is deployed to a secured port. The service is implemented using EJB and JSR181 annonations on the server-side, the client-side is also an EJB. Both are deployed as EAR files. My application runs in the background of a web application which uses SSL/TLS

[jboss-user] [JBossWS] - Re: WS Security with JSR181

2006-09-06 Thread EstrellaRichardson
http-0.0.0.0-8080-2] --> Cannot obtain security configuration 2. I need to know how to get JBoss to deploy my service to https and not http. I am new to implementing webservices so any help would be greatly appreciated. Thanks again, Estrella "EstrellaRichardson" wrote : I am tryi

[jboss-user] [JBossWS] - WS Security with JSR181

2006-08-29 Thread EstrellaRichardson
I am trying to implement WS Security with JSR 181 endpoint. This is my endpoint: @WebService(name ="InfoService", targetNamespace="http://com.tan.app/prov/ws/tan/car";, serviceName="CarInfo") @SOAPBinding(style = SOAPBinding.Style.RPC) @Stateless @PortComponent(authMethod="BASIC", t

[jboss-user] [JBossWS] - WS Security

2006-08-22 Thread EstrellaRichardson
I am trying to secure my jsr181 endpoints via WSSecurity. I have followed the instructions as given in the wiki but when I access my services with an unsigned client it works. I would expect a security error, instead on the server I get the following message [warn,WSSecurityHandler] --> Cann

[jboss-user] [JBossWS] - Re: SOAP over HTTPS?

2006-08-21 Thread EstrellaRichardson
I have the same questions, would love to hear the answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966584#3966584 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966584 _

[jboss-user] [JBossWS] - Re: A class as a parameter in a webservice

2006-07-24 Thread EstrellaRichardson
Actually, I think what you need to do is to add getter/setter methods to your class. Make it comply with the Java beans rules and when you run WSTools, it will give the specifics of your libro class. Example: import java.io.Serializable; public class InfoObj implements Serializable {

[jboss-user] [JBossWS] - Re: Dynamic lookup for wsdl-java config file

2006-07-24 Thread EstrellaRichardson
Thank you for your suggestion. We ended up using a core ant task and we placed a token string inside of the wsdl-java config file. Thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960407#3960407 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBossWS] - Dynamic lookup for wsdl-java config file

2006-07-17 Thread EstrellaRichardson
Is there a way in the wsdl-java config file to make the path of the .wsdl file more dynamic? We are using the wstools ant task and as long as we runing ant from a particular directory, everything works fine - this is our base build file. Then our base build file is called from another ant buil