[jboss-user] [Security JAAS/JBoss] - Re: Authentication policies conflict

2008-05-19 Thread tremalnaik
Sure, the jboss-web.xml security configuration for the application WAR is: security-domain flushOnSessionInvalidation=truejava:/jaas/bitastarRealm/security-domain | the the jboss-web.xml security configuration for the WAR of the web services is:

[jboss-user] [Security JAAS/JBoss] - Authentication policies conflict

2008-05-14 Thread tremalnaik
Hello, I'm using Jboss version 4.0.5.GA. My EJB application accepts 2 kinds of client: 1. Http clients users connect using a web browser and authenticate with respect to the policy bitastarRealm (see below for the details) 2. JaxRpc clients connect through (servlet-like) Web Services and

[jboss-user] [JBossWS] - Error 401 and server redirection

2007-05-18 Thread tremalnaik
Hello, I have a problem with my Jax-Rpc style WS: A client is accessing a remote server using the following code: // setting up the authenticator (BasicAuthenticator extends java.net.Authenticator) | BasicAuthenticator ba = new BasicAuthenticator(username, password); |

[jboss-user] [JBossWS] - Server redirected too many times (20)

2007-05-09 Thread tremalnaik
Hi, I'm developing a JAX-RPC service to let a remote application invoke a method on a server. I invoke the service on a secure (https) channel and verify user identity using JAAS authentication. Everything works fine, if the remote password matches, otherwise it looks that the client keeps on

[jboss-user] [JBossWS] - Unscuring wsdl definition

2007-02-06 Thread tremalnaik
Hello, I'm using jboss 4.0.2 I have deployed a simple web service, trying now to secure it. I added the following definitions in the web.xml | security-constraint | web-resource-collection | web-resource-nameProtected service/web-resource-name | descriptionno

[jboss-user] [JBossWS] - Re: Unscuring wsdl definition

2007-02-06 Thread tremalnaik
I forgot to say that mine is a JAX-RPC service endpoint View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4011897#4011897 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4011897 ___

[jboss-user] [JBossWS] - Re: Unscuring wsdl definition

2007-02-06 Thread tremalnaik
If I proceed like this: BasicAuthenticator ba = new BasicAuthenticator(user_a,claves); | Authenticator.setDefault(ba); | String urlstr = https://cor319.cor-fs.com:8443/BitaStarWebServices/TestService?wsdl;; | String argument = claves; | System.out.println(Contacting webservice at +