i got this hivemodule
                  <service-point
                    id="hibernateSession"
                    interface="org.hibernate.Session"/>
                
                  <service-point
                    id="hibernateSessionFactory"
                    
interface="org.apache.hivemind.ServiceImplementationFactory"/>
                
                  <implementation service-id="hibernateSessionFactory">
                    <invoke-factory>
                      <construct
                     class="se.liu.studorg.blaskan.web.HibernateSessionFactory"
                        initialize-method="init"/>
                    </invoke-factory>
                  </implementation>

and yet I get this error:
Error: No module has contributed a service constructor for service
point se.liu.studorg.blaskan.web.hibernateSession.


the constructing service point is the hibernateSessionFactory.
I'm very new on hibernate

-- 
/ted

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to