[
https://jira.jboss.org/jira/browse/JBWS-1309?page=com.atlassian.jira.plug...
]
Matthew Cheng commented on JBWS-1309:
-------------------------------------
I did a test as Alessio Soldano's jboss.xml in
http://fisheye.jboss.org/changelog/JBossWS/?cs=9609, the tag "auth-method" does
work, but if I set it as null(<auth-method></auth-method>), JBoss prompts
"Cannot configure an authenticator for method", my web services jar can not be
deployed successfully. And since I want to secure the web services transport by HTTPS/SSL,
I set the tag "transport-guarantee" to "CONFIDENTIAL" in the file
jboss.xml, but it does not work, the WSDL published still has the soap adrress with
"http" leading. I use jboss-5.1.0.GA.
This is the jboss.xml file I used:
<?xml version="1.0"?>
<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.2//EN"
"http://www.jboss.org/j2ee/dtd/jboss_4_2.dtd">
<security-domain>java:/jaas/JBossWS</security-domain>
<context-root>/myservice</context-root>
<enterprise-beans>
<ejb-name>SendUpCommandBean</ejb-name>
<port-component>
<port-component-name>SendUpCommandBeanPort</port-component-name>
<port-component-uri>/*</port-component-uri>
<auth-method>BASIC</auth-method>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
<secure-wsdl-access>false</secure-wsdl-access>
</port-component>
</enterprise-beans>
Since there are such issues, the issue is not sovled?
Support xml overrides for @WebContext and @EndpointConfig
----------------------------------------------------------
Key: JBWS-1309
URL:
https://jira.jboss.org/jira/browse/JBWS-1309
Project: JBoss Web Services
Issue Type: Task
Security Level: Public(Everyone can see)
Components: jbossws-integration, jbossws-native
Reporter: Jason T. Greene
Assignee: Alessio Soldano
Similar to EJB3 annotations, we need to support an xml override for the PortComponent
annotation. The information will then need to be pulled from the JBoss metadata.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira