I am trying to create the example java application found here

I am trying to create the example java application found here forum.appian.com/.../Appian_Plug-in_Creator_for_Eclipse
I have gone through all the code creation points and done the "Export Plug-in Package" then I copied this jar to my \\appian\\_admin\\plugins directory, however whenever I go into the Rules Tab and try to Create an Expression Rule, I am not seeing the plugin I created in the Expression Editor nor am I sure how to call it for testing....

OriginalPostID-114958

OriginalPostID-114958

  Discussion posts and replies are publicly visible

Parents
  • If we see that this works:

    13. Stop the application server and delete server.log
    14. Remove the setting from step #2 in runtime_ear|ear\\suite.ear\\conf\\custom.properties

    conf.plugins.pluginDirectory=C:/appian/_admin/plugins

    15. Make sure this setting is commented out by adding a # at the beginning

    #conf.suite.BASE_PATH=

    16. Start the application server
    17. Repeat steps 5 to 11 and see if the getContentDetailsByUUID() function is still there
    18. Attach server.log y custom.properties
Reply
  • If we see that this works:

    13. Stop the application server and delete server.log
    14. Remove the setting from step #2 in runtime_ear|ear\\suite.ear\\conf\\custom.properties

    conf.plugins.pluginDirectory=C:/appian/_admin/plugins

    15. Make sure this setting is commented out by adding a # at the beginning

    #conf.suite.BASE_PATH=

    16. Start the application server
    17. Repeat steps 5 to 11 and see if the getContentDetailsByUUID() function is still there
    18. Attach server.log y custom.properties
Children
No Data