Having an issue with a particular compiled class on Appian version 22.4.0

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

Parents
  • 0
    Certified Lead Developer

    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.

    <dependency>
                <groupId>com.appiancorp</groupId>
                <artifactId>appian</artifactId>
                <version>22.4.0</version>
            </dependency>


    I am running it locally using version 22.4 jar in .m2 repository. 

    I don't see the following class: 

    import com.appiancorp.core.expr.portable.PortableNamedTypedValue;


    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.

Reply
  • Thanks for the response.
    I am using appian version 22.4 and compiling using java 8.

    <dependency>
                <groupId>com.appiancorp</groupId>
                <artifactId>appian</artifactId>
                <version>22.4.0</version>
            </dependency>


    I am running it locally using version 22.4 jar in .m2 repository. 

    I don't see the following class: 

    import com.appiancorp.core.expr.portable.PortableNamedTypedValue;


    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.

Children
No Data