[JBoss JIRA] Created: (JBWS-2211) Provide a UsernameToken sample with custom handlers
by Alessio Soldano (JIRA)
Provide a UsernameToken sample with custom handlers
---------------------------------------------------
Key: JBWS-2211
URL: http://jira.jboss.com/jira/browse/JBWS-2211
Project: JBoss Web Services
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: jbossws-metro, ws-security
Reporter: Alessio Soldano
Assigned To: Alessio Soldano
Fix For: jbossws-metro-3.0.3
The client side wsse metro configuration uses policies like this:
<wsp:Policy wsu:Id="ClientKeystorePolicy"
xmlns:sc="http://schemas.sun.com/2006/03/wss/client">
<wsp:ExactlyOne>
<wsp:All>
<sc:CallbackHandlerConfiguration>
<sc:CallbackHandler name="usernameHandler" default="kermit"/>
<sc:CallbackHandler name="passwordHandler" default="thefrog"/>
</sc:CallbackHandlerConfiguration>
</wsp:All>
</wsp:ExactlyOne>
</wsp:Policy>
We should provide at least an example showing how to leverage custom callback handler; for instance these might use the username/password configured in the context the same way we do for native stack.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 6 months
[JBoss JIRA] Created: (JBWS-2113) tools.jar not available on Mac OS X
by Radim Marek (JIRA)
tools.jar not available on Mac OS X
-----------------------------------
Key: JBWS-2113
URL: http://jira.jboss.com/jira/browse/JBWS-2113
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: jbossws-3.0.1
Environment: Mac OS X 10.5.2
Reporter: Radim Marek
Build file for JBossWS 3.0.1 is failing
BUILD FAILED
/Users/radim/Temp/jbossws-native-dist/build.xml:102: The following error occurred while executing this line:
/Users/radim/Temp/jbossws-native-dist/tests/ant-import/build-testsuite.xml:44: Not available: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/tools.jar, /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/../lib/tools.jar
radim [2:22pm] ~/Temp/jbossws-native-dist% find /System/Library/Frameworks/JavaVM.framework/ -name "classes.jar" -print
/System/Library/Frameworks/JavaVM.framework//Versions/1.4.2/Classes/classes.jar
/System/Library/Frameworks/JavaVM.framework//Versions/1.5.0/Classes/classes.jar
You have to use Classes/classes.jar
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months