I add the community commons in blank project and run the application. It gives the error.

0
D:\Mendix Projects\App2-main\javasource\communitycommons\ORM.java:53: error: cannot find symbol        return object.hasChangedMemberValue(context);                     ^  symbol:   method hasChangedMemberValue(IContext)  location: variable object of type IMendixObjectD:\Mendix Projects\App2-main\javasource\communitycommons\ORM.java:79: error: cannot find symbol        return item.getMember(context, member).isValueChanged(context);                                              ^  symbol:   method isValueChanged(IContext)  location: interface IMendixObjectMember<CAP#1>  where CAP#1 is a fresh type-variable:    CAP#1 extends Object from capture of ?Note: Some input files use or override a deprecated API.Note: Recompile with -Xlint:deprecation for details.2 errors FAILURE: Build failed with an exception. * What went wrong:Execution failed for task ':compile'.> Compilation failed; see the compiler error output for details. * Try:> Run with --scan to get full insights. BUILD FAILED in 2s
asked
3 answers
2

Hi Vijay,

 

Can you specify Mendix Modular version and community common module version which you are using.

 

If you are using mendix version 9 then upgrade project to latest LTS and import/ upgrade Community Common module to latest version.

 

Thanks,

Mobin

answered
1

The APIs it's looking for were added in 10.18.7, so upgrade your project or downgrade communitycommons

answered
0

App -> Marketplace modules -> CommunityCommons -> Settings

Remove Java Dependencies in.

answered