> > Is this correct? > > Pluggable Events > > 1) can't be used with autoUpdate=true (THIS IS NOT SO > IMPORTANT TO ME RIGHT NOW)
Should work.... > > > 2) can't be used in an alias -- > > For instance, the following code registered an update > event and not an update2 event as hoped. > > > <query name="order_test_alias" from="order_test"> > <events> > <event type="update" id="update2"/> > > </events> > </query> > > Also, it made no difference if I put the <events> ect. in the > order_test table. Either way, in the original table or in > the alias, the pluggableEvent was ignored when I updated via > the alias. > > I even tried putting the new event in both, but the alias > always used the original updateEvent > > I WAS HOPING I COULD USE PLUGGABLEEVENTS ON AN ALIAS Should be easy to extend. Just setup the handlers in ConfigServlet!! Regards, Henner ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
