|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
_______________________________________________ Amdatu-developers mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-developers


I simply have a PLATFORM scoped bundle which registers some servlets which are not tenant aware. The bundle does NOT contain services that are multi-tenant (not anymore, I split up the bundle). The servlets however depend on services that are tenant aware.
Are saying that this is not supported by the MT design?
For the time being I use the extender filter hack suggested by Bram. It works, but there should be a proper solution in 1.0.0.
Regarding the hostname to platform suggestion; in that case I would need to bind all hostnames from all tenants to PLATFORM. To what tenant does a hostname resolve then? If both tenant-A and PLATFORM are associated with 'localhost', to which one does it resolve?