dzalbo
dzalbo
👍 need this for hazelcast
One more important note: JTA transactions will not work as of now. Has to do with java:comp naming space not being available in OSGI environment. Maybe I will have a...
If I have time, I might have a look at fixing the JTA transactions (will require me to dive into javax.naming a bit) and update pom files for all clients,...
@mevivs I've added another fix to this pull request... unrelated to the OSGI though.. https://github.com/dzalbo/Kundera/commit/f9b3fa39d0a71d16c0666a7c1186eae72cf7ecd8 it's a bug with MongoDBQuery. maxResult was lost for cases, when orderBy was present...
@mevivs I did not. I used it with Apache Karaf. I am not good with JBoss.. but It feels like you have problem with multiple versions of OSGI libraries. Probably...
JBoss last release, I believe, supports OSGI 4.2.0, while in the pom.xml I suggested, I used 4.3.1. Maybe, decreasing the version will help.
Did you install any OSGI bundles into JBoss?