Hi all,

I'm trying to get neo4j to run under as an OSGi bundle on the Virgo server.
For this, I am using the neo4j-osgi bundle (
https://github.com/neo4j/neo4j-osgi).

I've managed to get the bundle active, as well as the
bundles org.springframework.data.neo4j and org.neo4j.server-api which depend
on it.

Right now, I have a webapp which uses the neo4j bundle, which does not start
probably. I can trace the problem down to the following entry in the logs:

2011-09-19 15:11:20.565] ERROR Thread-110                   System.err
                                                 Caused by:
java.lang.IllegalArgumentException: class
org.springframework.data.neo4j.config.Neo4jConfiguration$$EnhancerByCGLIB$$fa1a7ea6
is not an enhanced class
[2011-09-19 15:11:20.565] ERROR Thread-110                   System.err
                                                    at
net.sf.cglib.proxy.Enhancer.setCallbacksHelper(Enhancer.java:621)
[2011-09-19 15:11:20.566] ERROR Thread-110                   System.err
                                                    at
net.sf.cglib.proxy.Enhancer.registerStaticCallbacks(Enhancer.java:594)
[2011-09-19 15:11:20.566] ERROR Thread-110                   System.err
                                                    at
org.springframework.context.annotation.ConfigurationClassEnhancer.createClass(ConfigurationClassEnhancer.java:120)
...

Could anyone explain what I am missing here? I would be happy to supply more
information.


Regards and thanks in advance,

Wim.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to