Implement distributed domain support in webapps
-----------------------------------------------
Key: TUSCANY-1777
URL: https://issues.apache.org/jira/browse/TUSCANY-1777
Project: Tuscany
Issue Type: New Feature
Affects Versions: Java-SCA-1.0
Environment: All
Reporter: Simon Laws
Fix For: Java-SCA-Next
host-webapp currently uses the standalone domain implementation. Covert it to
use the distributed version.
Note. in binding-sca-axis2 there is a test to find out it Tuscany is running in
a web app (in which case it uses the node uri as the endpoint url for
registration - as it can't get it from the web container)
if
(servletHost.getClass().getName().equals("WebbAppServletHost")){
Need to look at whether there is a better way of doing this
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]