Hi Guys,
We are working on Mobiliser 5.1.3 Version2 and we have managed to deploy and test the vanilla build with our customer services. Now the issue we are facing is we need to provide a separate component or we can say external integration interface jar to SMP. This jar has its own spring context with hibernate persistence layer. I have done following to embed this jar in current build.
1. Build and added its maven dependency to businesslogic layer.
2. Added the jar itself in the src/main/resources/lib/abshost-1.0.0-SNAPSHOT folder and gave following config in the felix instructions:
<Embed-Dependency>abshost;scope=runtime</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
3. Further on I have also added this jar in the thirdparty jars(07-Frameworks) folder using the dist.xml.
But I am getting following issue while i am running money mobiliser:
Auto-deploy start: org.osgi.framework.BundleException: Unresolved constraint in bundle com.sybase365.mobiliser.custom.project.businesslogic.impl [2]: Unable to resolve 2.
0: missing requirement [2.0] osgi.wiring.package; (osgi.wiring.package=org.abs.host.external)
Note: I have tried to add this package to the import instructions as well but the issue is the same
Can anyone tell me what i am missing here and what should be the best way to do it and share any example of it.
Thank you very much for your time.
Message was edited by: Michael Appleby