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
9 replies
Subscribers
6 subscribers
Views
4010 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Have created one plugin extended by ApplicationSmartService. when deploy this pl
dhavals
over 11 years ago
Have created one plugin extended by ApplicationSmartService. when deploy this plugin jar file to appian then it gives below error.
2013-09-25 11:38:45,430 [Plugin Hot Deploy] ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to load Plug-in 'com.[company].plugins.[module].[co].[part]-1.0.1.jar' (com.[company].plugins.[module].[co].[part]-1.0.1.jar) version 0.0: 'No plugin factories found for plugin file Unit: \\\\...\\plugins\\com.[company].plugins.[module].[co].[part]-1.0.1.jar (1380109009567). Does it contain an appian-plugin.xml file?'
I have extracted jar file and its structure is as follow -
src/...
com/class files
meta-inf
appian-plugin.xml/
Please suggest what is wrong with this. (xml file is already there as above structure)
Thank You...
OriginalPostID-82644
OriginalPostID-82644
Discussion posts and replies are publicly visible
Parents
0
dhavals
over 11 years ago
Its as follow:
<appian-plugin name="name" key="com.[company].plugins.[module].[co].[part]">
<plugin-info>
<description>descpriotn repeort</description>
<vendor name="Appian Corporation" url="
http://www.appian.com"
/>
<version>1.0.1</version>
<application-version min="6.7.0" />
</plugin-info>
<smart-service name="reportservicename" key="reportservicename"
class="full namespace path to smartservice class" />
<!-- smart-service name="Generate PDF with Images" key="GeneratePDFwithImages"
class="path to generate report" /-->
</appian-plugin>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
dhavals
over 11 years ago
Its as follow:
<appian-plugin name="name" key="com.[company].plugins.[module].[co].[part]">
<plugin-info>
<description>descpriotn repeort</description>
<vendor name="Appian Corporation" url="
http://www.appian.com"
/>
<version>1.0.1</version>
<application-version min="6.7.0" />
</plugin-info>
<smart-service name="reportservicename" key="reportservicename"
class="full namespace path to smartservice class" />
<!-- smart-service name="Generate PDF with Images" key="GeneratePDFwithImages"
class="path to generate report" /-->
</appian-plugin>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data