Ted Steen <ted.steen <at> gmail.com> writes:

> 
>               <service-point
>                   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, column 26: Parameters to
> service implementation factory hibernateSessionFactory contains no
> contributions but expects exactly one contribution.

Try:

<service-point
  id="hibernateSessionFactory"
  interface="org.apache.hivemind.ServiceImplementationFactory"
  parameters-occurs="none"/>

--
Author of a book for learning Tapestry (www.agileskills2.org/EWDT)


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

Reply via email to