Re: hivemind problem missing service constructor

2005-09-21 Thread Kent Tong
Ted Steen gmail.com> writes: > > id="hibernateSessionFactory" interface="org.apache.hivemind.ServiceImplementationFactory"/> > I get > Unable to construct service > se.liu.studorg.blaskan.web.hibernateSession: Error at > context:/WEB-INF/hivemodule.xml, line 24,

Re: hivemind problem missing service constructor

2005-09-20 Thread Ted Steen
I really can't figure out what is wrong here.. :( I did some debugging and found out that the hibernateSession is actually created, and the method setSession(...) in "BlaskanManager" is invoked. So somewhere is there a session created but still I get "Unable to construct service se.liu.studorg.blas

Re: hivemind problem missing service constructor

2005-09-20 Thread Ted Steen
ok, some more trouble with hivemind.. this is in my hivemind.xml

Re: hivemind problem missing service constructor

2005-09-20 Thread Kent Tong
Ted Steen gmail.com> writes: > > i got this hivemodule >id="hibernateSession" > interface="org.hibernate.Session"/> > >id="hibernateSessionFactory" > > interface="org.apach

hivemind problem missing service constructor

2005-09-20 Thread Ted Steen
i got this hivemodule and yet I get this error: Error: No module has contributed a service constructor for service point se