I have wrapped mynodes to POJOs like it is described in the Neo4J
DesignGuide
(http://wiki.neo4j.org/content/Design_Guide#How_to_wrap_nodes_in_POJOs).
Now i want to inject these Pojos with google Guice, but for that i have to 
bind an Implemenatation of Node to the Node.class because it occurs in the
constructors of the wrapperclasses. so i looked deeper in the neo-core
package and wnat to bin Node.class to NodeImpl.class but it doesnt work
because i cannot access NodeImpl is not public in
org.neo4j.kernel.impl.core. So my question is how to get my wrappers
injectable with Google Guice.
Best regards,

Stefan



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

Reply via email to