Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
4 subscribers
Views
1314 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
If we change the number of input and output parameters for a particular plugin a
aneeshv713
over 10 years ago
If we change the number of input and output parameters for a particular plugin already deployed, do we need to rename that plugin with a different plugin-id and change the entire appian-plugin.xml file and also change the package name?
I tried deleting the plugin , restarting jboss and the appian engines, but it fails to load the new version complaining about number of parameters....
OriginalPostID-119726
OriginalPostID-119726
Discussion posts and replies are publicly visible
Parents
0
karls
over 10 years ago
I had the same issue. I changed
appian-plugin.xml
1. <plugin-info><version> to a new version
2. <smart-service name="Excel Rotate Sheet" key="ExcelRotateSheetService"
class="com.appiancorp.smartservices.excel.ExcelRotateSheetSmartService" />
Changed the Key value of the tag above
3. \\src\\main\\resources renamed the resources to match the key above
\\src\\main\\resources\\excelrotatesheet\\ExcelRotateSheetService_en_US.properties
\\src\\main\\resources\\excelrotatesheet\\ExcelRotateSheetService.properties
\\src\\main\\resources\\excelrotatesheet\\ExcelRotateSheetService\\images
4. exported the plugin. Deleted the one from the designer and added it back.
This worked for me.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
karls
over 10 years ago
I had the same issue. I changed
appian-plugin.xml
1. <plugin-info><version> to a new version
2. <smart-service name="Excel Rotate Sheet" key="ExcelRotateSheetService"
class="com.appiancorp.smartservices.excel.ExcelRotateSheetSmartService" />
Changed the Key value of the tag above
3. \\src\\main\\resources renamed the resources to match the key above
\\src\\main\\resources\\excelrotatesheet\\ExcelRotateSheetService_en_US.properties
\\src\\main\\resources\\excelrotatesheet\\ExcelRotateSheetService.properties
\\src\\main\\resources\\excelrotatesheet\\ExcelRotateSheetService\\images
4. exported the plugin. Deleted the one from the designer and added it back.
This worked for me.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data