[JBoss-user] [JBossWS] - Re: Basic Auth Security with DII and Stub Clients

2006-05-31 Thread sumankg
I have a solution with Stubs that will connect to a JAAS secured endpoint. Again the Stub client code in my previous posting works great with rpc literal services that are unsecured. However, as stated in my previous post, after securing the web service I could only get it to work by making a c

[JBoss-user] [JBossWS] - Re: Basic Auth Security with DII and Stub Clients

2006-05-29 Thread sumankg
Ok... got a little further with the RPC sample code. However there is still one problem. Just as a note, use the StubExt and ServiceImpl, and ServiceFactoryImpl classes that come in the org.jboss.ws.jaxrpc package. When trying this code earlier I was running into a lot of ClassCastExceptions

[JBoss-user] [JBossWS] - Re: Cannot find port in wsdl

2006-05-29 Thread sumankg
I ran into a similar problem when moving from 4.0.4RC1 to the new 4.0.4GA whihc uses JBossWS. I don't know if you used WSTools or not to generate your wsdl, mapping and webservices.xml file. But three is a small difference between the webservice.xml that is generated from JBossWS wiht WSTools

[JBoss-user] [JBossWS] - Basic Auth Security with DII and Stub Clients

2006-05-29 Thread sumankg
I initially had a bunch of services working with the AXIS stack and now I have switched to JBOSSWS with the new 4.0.4GA release. I had secured web services configured with basic authentication working with Axis and after reading through the JBOSSWS user guide I still seem to be stuck in authent

[JBoss-user] [Security & JAAS/JBoss] - Race Condition/Contention Issue using JAAS Custom Security i

2006-05-11 Thread sumankg
I have a classic three tier application: Core, EJB3, and 2 separate Web Projects: WebUserProject and WebAdminProject I have successfully configured JAAS Custom Security that can be utilized by both web projects. My custom class uses various EJBs to fully provide the authentication service need