[JBoss JIRA] Created: (JBWS-2038) Implement un/secured RM Proxy
by Richard Opalka (JIRA)
Implement un/secured RM Proxy
-----------------------------
Key: JBWS-2038
URL: http://jira.jboss.com/jira/browse/JBWS-2038
Project: JBoss Web Services
Issue Type: Task
Security Level: Public (Everyone can see)
Components: jbossws-native
Reporter: Richard Opalka
Assigned To: Richard Opalka
Fix For: jbossws-native-2.0.5
RMProxy:
* will implement Provider (standard Webservice endpoint)
* will handle only registered endpoints
* will have WS-Security handler in handlers chain (applies to secured RMProxy only)
* will implement MBean (to enable endpoints register themselves through JMX)
* will do WSDL rewriting
* will be reusable (users can use default one that will be part of JBossWS or setup their own)
* will delegate to RMReceiver
--
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
14 years, 11 months
[JBoss JIRA] Created: (JBWS-2324) jbossws client Port isn't 3ad safe
by Stefano Maestri (JIRA)
jbossws client Port isn't 3ad safe
-----------------------------------
Key: JBWS-2324
URL: https://jira.jboss.org/jira/browse/JBWS-2324
Project: JBoss Web Services
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: jbossws-native
Affects Versions: jbossws-native-3.0.3
Reporter: Stefano Maestri
While Service is 3ad safe, Port isn't. I'm referring to client part.
It's a problem to achieve better performance in a concurrent environments like Wise/ESB.
While it's still possible to invoke Service.getPort() for each call it still not achieve good performance since getPort isn't so fast doing a lot of things under the hood.
AFAIK referential implementation have Port 3ad safe and not Service, that would be good for our purpose, since Service.getPort would be good to be invoked in a 3adLocal manner and then Ports cached and reused.
--
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
14 years, 11 months