|
||||||||
|
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


Regarding the splitting: I'm sure it's possible to somehow create an abstraction between the two parts that allows a relatively clean separation. If you do not want to export an existing package, create a new service API in a different package.
Regarding not making a non-multi-tenant version: The whole point why we changed the way multi-tenancy works is so other bundles do not have to deal with it explicitly, and so we can also have versions of those bundles without multi-tenancy support. Are you saying you will create those versions as a separate step later?
Regarding the wrapper implementation: Yes, I'm referring to the source code. MultiTenantBundleActivator is a good starting point.