Re: tapestry-spring and IEngineService

2007-02-07 Thread Shing Hing Man
One possible way is to wrap up your spring bean as an Hivemind service (http://hivemind.apache.org/hivemind1/hivemind-lib/SpringLookupFactory.html). Then inject that hivemind service into your Tapestry engine service. Example :

tapestry-spring and IEngineService

2007-02-06 Thread Nalin Gupta
Hi, Is there any way to inject a Spring bean into an IEngineService (defined in hivemodule.xml) ? I tried to do this by using @InjectSpring (tapestry-spring), however I get a null pointer exception for the injected object. @InjectSpring("entityService") public EntityService getEntityService()