RestComm / jain-slee

The World's #1 Open Source JAIN-SLEE (JSLEE) 1.1 Implementation
http://www.restcomm.com/
GNU Affero General Public License v3.0
24 stars 50 forks source link

Unable to declare dependency from ResourceAdaptor to .sar deployment #152

Open dsuarezn opened 2 years ago

dsuarezn commented 2 years ago

Recently we have to migrate all our deployments to wildfly 10.x, and now we face a problem we didn't have in jboss, our resource adapters cannot find classes from another deployments, specifically we have a .sar deployment that should been used (calling static methods from it's classes) by our resource adaptors, but now we lost the capability to declare that dependency, we try using jboss-deployment-structure.xml in our ResourceAdaptors, but didn't work, and we have tried with many "guessed" workarounds, the documentation isn't very specific, so we apreciatte a solution for this trouble.

thnks