Hello,
I am trying to use hivemind with tapestry but the the same way of constructing the registry :
Registry reg = RegistryBuilder.constructDefaultRegistry();
Persistencer pers = (Persistencer) reg.getService("org.jys.jphotowiki.Persistencer", Persistencer.class);
is working in a JUnit test, but not within Tapestry and Jetty:
Error: Module org.jys.jphotowiki is duplicated! Definition in file:/home/jys/work/JPhotoWiki/context/WEB-INF/classes/META-INF/hivemodule.xml has been ignored in favor of existing definition from file:/home/jys/work/JPhotoWiki/context/WEB-INF/classes/META-INF/hivemodule.xml.null
Service org.jys.jphotowiki.Persistencer does not implement the requested interface (org.jys.jphotowiki.pers.Persistencer). The declared service interface type is org.jys.jphotowiki.pers.Persistencer.
Do u have any idea?
Thanks.
Jean-Yves
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
