Hi Glen,

To get rid of that error change your service point to read:

<service-point id="HibernateSession" interface="net.sf.hibernate.Session" parameters-occurs="none">
    <invoke-factory ....
</service-point>

Notice the parameters-occurs attribute in the service-point element.

--Chris



On Jun 9, 2005, at 5:31 AM, Glen Stampoultzis wrote:

I'm getting the following error reported:

Parameters to service implementation factory HibernateSessionFactory
contains no contributions but expects exactly one contribution.

The offending hivemodule code is:

<service-point id="HibernateSession" interface="net.sf.hibernate.Session"> <invoke-factory service-id="HibernateSessionFactory" model="threaded"/>
    </service-point>


Any clues to what I'm missing?  It doesn't seem to be causing any
actual problems but I'd still like to know the cause.

Regards,

Glen Stampoultzis

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




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

Reply via email to