Skip to main content
1-Visitor
September 30, 2015
Solved

ExtensionPackage Cannot Contain System Objects or Editable System Objects]

  • September 30, 2015
  • 1 reply
  • 1480 views

Greetings,

We have a custom extension which contains some Things implemented in Java along with some mashups.

We would also like to include some Localization tables in the same extension and bundle everything into a nice clean zip file to be imported.

However, if the zip file contains the Localization tables, we are getting the following error when importing:

ExtensionPackage Cannot Contain System Objects or Editable System Objects]

Is it (or will it) be possible to achieve what we need to achieve by placing both extension java code and localization tables into a single importable zip file?

Best answer by rtaylor-3

SOLVED:

- i had aspect.isEditableSystemObject="true"

removing this attribute, i can include the localization tables in the zip file and the import succeeds

1 reply

rtaylor-31-VisitorAuthorAnswer
1-Visitor
October 1, 2015

SOLVED:

- i had aspect.isEditableSystemObject="true"

removing this attribute, i can include the localization tables in the zip file and the import succeeds