tracker issue : CF-3043773

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 86859:-(Watson Migration Closure)We need a way to be able to use interceptors in ColdFusion ORM, things like postFlush is missing in the normal events

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/LowImpact

Reporter/Name(from Bugbase): Andrew Scott / Andrew Scott (Andrew Scott)

Created: 04/21/2011

Components: ORM Support

Versions: 9.0.1

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Trivial / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

We need a way to be able to use interceptors in ColdFusion ORM, things like postFlush is missing in the normal events. And I think that a way to create our own interceptors would also be good.As per http://docs.jboss.org/hibernate/core/3.3/reference/en/html/events.htmlAs well as http://docs.jboss.org/hibernate/core/3.3/api/org/hibernate/event/package-summary.htmlThere is a lot of events in here that would be very handy to have, but we can't use because either it is not supported or we can't create or own interceptor.Even when trying something like this won't workmyInterceptor = createObject('java', 'com.something.interceptor.myInterceptor);ORMGetSessionFactory().openSession(myInterceptor);
Method:


Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3043773

External Customer Info:
External Company:  
External Customer Name: Andrew Scott
External Customer Email: 3DEA395D4926D3D0992015B9
External Test Config: 04/21/2011

Attachments:

Comments: