Title:
We need a way to be able to use interceptors in ColdFusion ORM, things like postFlush is missing in the normal events
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Andrew Scott / Andrew Scott (Andrew Scott)
Created: 02/24/2012
Components: ORM Support
Versions: 9.0.1
Failure Type: Engineering Work Item
Found In Build/Fixed In Build: 9.0.1 / 288037
Priority/Frequency: Trivial / All users will encounter
Locale/System: English / Win 2008 Web Server
Vote Count: 0
Problem Description:
I listed this once before under another bug and you have closed / deferred this. I hope this is going to be in ColdFusion 10, as there is code that I need to write and without the postFlsuh / preFlush it is impossible for me to be able to write this code.
I dont care if you cant or wont allow us to write our own interceptors for events, but for crying out loud give us all the other events please..
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);
Steps to Reproduce:
Actual Result:
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3123428
Deployment Phase: Release Candidate
Keywords:
FixTested
External Customer Info:
External Company:
External Customer Name: ascott67
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: