I am working on consolidating multiple plugins that used Appian versions 22.4.0 and 20.4.0.My consolidated plugins is being developed on Appian version 22.4.0.
However, I am getting the following error:
NamedTypedValue.class cannot access com.appiancorp.core.expr.portable.PortableNamedTypedValue
How would you solve such problem ?
Thanks,
-Bek
Discussion posts and replies are publicly visible
Recommend, Recompile all plugins with SDK 22.4.0 and Java 8 to match your runtime environment.
Thanks for the response.I am using appian version 22.4 and compiling using java 8.
I am running it locally using version 22.4 jar in .m2 repository.
I don't see the following class:
When I try to search for the missing compiled class in the jar, using java's jdk command , the class is actually missing.Yet the class appears as one of the imports of the "com.appiancorp.suiteapi.type.NamedTypedValue.class"I hope that give you more context to my issue.