Aaron Porter wrote: > I think you've got three options: > 1. You can your interceptor before ActionBeanResolution and after > ResolutionExecution. There is a possible problem doing that - if an > exception is thrown before ResolutionExecution completes the second > call won't be made to your interceptor. > 2. You can create a Hibernate interceptor which wouldn't require any > configuration in stripes. I'm not sure if you can set that up in > persistence.xml or if you have to use hibernate.cfg.xml. > 3. You can subclass Stripersist and override intercept.
I'm lazy, so I choosed solution 4: move my interceptor to another package et remove com.striperstuff from Extension.packages :) ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
