You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error Category: EXTENSION_CODE
Error Code: CODE_FORBIDDEN_IMPORT
Short Description: Forbidden import Import [java.time.LocalDate] in extension SLS_Batch_1288_MMS480PF_WriteHistory.
Long Description: Only certain packages and classes are allowed to use in extensions.
Resolution: Remove the forbidden import from the extension code.
Description:
The error occurs due to the import of the class java.time.LocalDate and the others, which is flagged as not allowed in extensions. but I know for sure that in the documentation, it mentions the possibility of using these classes and installed on M3, the extension works and compiles and runs without any problem
I would like to understand what I'm doing wrong and possibly which imports are enabled for Xtendm3
Thank you.
The text was updated successfully, but these errors were encountered:
I followed the steps to configure the environment locally, step by step following the documentation and I started modifying from the example project. I am using java 1.8, groovy 2.5.6, latest version of Maven and latest version of XtendM3 SDK.
Error Details:
Error Category: EXTENSION_CODE
Error Code: CODE_FORBIDDEN_IMPORT
Short Description: Forbidden import Import [java.time.LocalDate] in extension SLS_Batch_1288_MMS480PF_WriteHistory.
Long Description: Only certain packages and classes are allowed to use in extensions.
Resolution: Remove the forbidden import from the extension code.
Description:
The error occurs due to the import of the class java.time.LocalDate and the others, which is flagged as not allowed in extensions. but I know for sure that in the documentation, it mentions the possibility of using these classes and installed on M3, the extension works and compiles and runs without any problem
I would like to understand what I'm doing wrong and possibly which imports are enabled for Xtendm3
Thank you.
The text was updated successfully, but these errors were encountered: