I'm trying to get Hazelcast to work with Shiro and karaf cellar. But when I
follow the steps to connect with hazelcast like shown here:
https://stormpath.com/blog/hazelcast-support-apache-shiro I'm getting a
classNotFoundException for org.apache.shiro.session.mgt.SimpleSession.

I assume by Hazelcast because of this message:
com.hazelcast.nio.serialization.HazelcastSerializationException:
java.lang.ClassNotFoundException: org.apache.shiro.session.mgt.SimpleSession

So then I check if the class exists in the karaf environment using the
command: bundle:find-class org.apache.shiro.session.mgt.SimpleSession

And it exists. So I assume the next step would be to see if the
shiro-hazelcast META-INF imports this package: org.apache.shiro.session.mgt

But it does not, so I now I'm not sure if this fault lies with
shiro-hazelcast for not importing the shiro SimpleSession.

Does anyone know how to make this combination of karaf/shiro/hazelcast work?

Shiro version: 1.5.2

Karaf Version: 4.3.0.RC1

Kind regards :)



--
Sent from: http://shiro-user.582556.n2.nabble.com/

Reply via email to