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
3 replies
Subscribers
4 subscribers
Views
1692 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
I have a custom plugin which references 3rd party jar xmlsec-2.0.1.jar. I have t
KT
over 9 years ago
I have a custom plugin which references 3rd party jar xmlsec-2.0.1.jar. I have this jar included in the META-INF/lib directory. When this plugin is executed on Appian 7.10, it uses the xmlsec-1.4.6.jar in ear/suite.ear/lib instead of the one that I included in the plugin jar. This failed with NoSuchMethodError due to the loading of the wrong jar. This plugin was working on Appian 7.5.
How do I get Appian 7.10 to use the jar packaged in the plugin?
OriginalPostID-172491
OriginalPostID-172491
Discussion posts and replies are publicly visible
Parents
0
Tom Ryan
Appian Employee
over 9 years ago
You might be able to get around this by placing the version you want to use before the Appian classpath.jar in the build path order. If you are using Eclipse, you can configure this at Project Properties -> Java Build Path -> Order and Export
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Tom Ryan
Appian Employee
over 9 years ago
You might be able to get around this by placing the version you want to use before the Appian classpath.jar in the build path order. If you are using Eclipse, you can configure this at Project Properties -> Java Build Path -> Order and Export
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data