1. The SCA Domain (scadomain) starts to load all. compusite configuration files. Therefore, there is a loading error. scadomain will report a runtime error and return NULL;
2. When combined with a Web container, the filter reports an error because no tablespace is bound and the loaded module is specified;
Solution: sca-contribution.xml:
3. Confirm the following sentence:
The interaction between an SCA application and other SCA applications in different domains seems to be the same as that of a non-sca application;
SCA is invisible;
4. Note the concept of a domain. SCA is invisible during cross-origin, and normal ws or RMI can be used for cross-origin, but cannot be used for SCA.
5. Reference is a reference with cross-origin reference and non-Cross-origin reference. The main difference is the same compusite, different compusite with the same domain, and different domains;
You can use the target, reference interface, and bind ws respectively;
6. the built-in Tuscany container is not jetty, but Geronimo, which has the ability to manage Web containers, including jetty, tomcat, and MQ;