Hi,

I wrote an own Hibernate Interceptor for my AppFuse 2.0.4 application.
After that I registered the class in the META-INF/persistence.xml file:

            <properties>
                <property name="hibernate.ejb.interceptor"
                        value="com.foo.LastUpdateLogInterceptor"/>
            </properties>

But nothing happend. It seems, that Hibernate ignores the configuration.
What's my mistake? Did I missed something?

With kind regards,
Peter

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

Reply via email to