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
1567 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
We have one custom java code to invoke Documentum webservice and have created an
akshatas
over 12 years ago
We have one custom java code to invoke Documentum webservice and have created an appian plugin of this code and placed in Appian -plugins folder.
However, while loading this plugin, it gives the following exception:
[Plugin Hot Deploy] ERROR com.atlassian.plugin.manager.DefaultPluginManager - There was an error loading the descriptor 'Document Upload' of plugin 'document.integration'. Disabling.
com.atlassian.plugin.PluginException: com.appiancorp.suiteapi.common.exceptions.AppianException: Invalid Type: Unsupported type org.apache.axiom.om.OMElement (APNX-1-4047-000)
What might be the soltuion for this ?
Thanks...
OriginalPostID-65785
OriginalPostID-65785
Discussion posts and replies are publicly visible
Parents
0
Brett Shomaker
Appian Employee
over 12 years ago
Are you returning this type from a custom function or passing it as a parameter or input to a function or smart service? It will need to have a JAXB-annotated POJO included in the plug-in if so. Check out the docs for creating custom smart services and functions for more info.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Brett Shomaker
Appian Employee
over 12 years ago
Are you returning this type from a custom function or passing it as a parameter or input to a function or smart service? It will need to have a JAXB-annotated POJO included in the plug-in if so. Check out the docs for creating custom smart services and functions for more info.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data