another question:
Currently our systems works like this:
We set an apache in front of JBoss and use Basic authentification. If the users goes straight to the JBoss Webserver without going over Apache, a login formular is presentet.
To check this, the software checks the HTTP header if Basis authentification was done and if not presents the login formular.
We now plan to to the same with SPNEGO. That is, if SPNEGO works, no login formular will be shown. If SPNEGO fails or is not available, the login formular should be shown.
Is there a way to check in the HTTP Header if SPNEGO was successful or done at all?
Claus
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168370#4168370
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168370
Hi,
I'm running the example found at:
http://jbws.dyndns.org/mediawiki/index.php?title=Native_WS-ReliableMessag...
I'm able to deploy the WS, but when I try to run the sample client:
http://jbws.dyndns.org/mediawiki/index.php?title=Native_WS-ReliableMessag...
I get the following exception:
anonymous wrote : Exception in thread "main" java.lang.ClassCastException: $Proxy25 cannot be cast to org.jboss.ws.core.StubExt
at the line:
((StubExt)proxy).setConfigName("Standard Anonymous WSRM Client", "META-INF/wsrm-jaxws-client-config.xml");
|
FYI, when I run the client with this line commented out, I get a fault from the service that I'm not using WS-RM:
anonymous wrote : Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: java.lang.IllegalStateException: RM handler was not able to find WS-RM message in the payload
So the service seems to be configured fine, but I am unable to get the client to add WS-RM appropriately.
Any ideas?
I'm using:
-jboss-4.2.3.GA
-jbossws-native-3.0.2.GA
Thanks in advance!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168364#4168364
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168364