I'm trying to run Tapestry inside an OSGi environment. However, when Tapestry initializes Hivemind, there are errors because the hivemodule.xml in my servlet bundle is loaded, but the hivemodule.xml files in the tapestry bundle is not loaded, resulting in the error:
org.apache.hivemind.ApplicationRuntimeException: Error at context:/WEB-INF/hivemodule.xml, line 3, column 65: Module admin has contributed to unknown configuration point tapestry.url.ServiceEncoders. The contribution has been ignored.
location: context:/WEB-INF/hivemodule.xml, line 3, column 65
Is there an alternative way to have hivemind load the hivemodule information?
I'm trying to run Tapestry inside an OSGi environment. However, when
Tapestry initializes Hivemind, there are errors because the hivemodule.xml in my servlet bundle is loaded, but the hivemodule.xml files in the tapestry bundle is not loaded, resulting in the error:
org.apache.hivemind.ApplicationRuntimeException
: Error at context:/WEB-INF/hivemodule.xml, line 3, column 65: Module admin has contributed to unknown configuration point tapestry.url.ServiceEncoders. The contribution has been ignored. location: context:/WEB-INF/hivemodule.xml, line 3, column 65
Is there an alternative way to have hivemind load the hivemodule information?
James Carman wrote: > > On 6/20/07, Raman Gupta <
rocketraman@...> wrote: >> I'm trying to run Tapestry inside an OSGi environment. > > How are you loading your HiveMind registry. You should just let Tapestry
> do that. >