Seems if we have a bug in the saveBlobFilesToDisk routine.... Seems if it's time for a debug session and a test case for blob files..
Will write this onto my todo list. Regards, Henner > > > Hello Shawn, > I add : > <events> > <database-events> > <database-event type="insert" > className="org.dbforms.event.classic.InsertEvent" /> > <database-event type="update" > className="org.dbforms.event.classic.UpdateEvent" /> > </database-events> > </events> > > to my dbforms-config.xml and now it works!!! > > Thanks a lot, really! > Viviana > > At 18.30 25/09/2003 +0900, Shawn wrote: > > > Hello, > > The last line looks like trouble but I don't know what the > solution is. Let's post this to the list so others can see it too. > > <snip> > > > 140152 [ApplicationServerThread] INFO dao.DataSourceJDBC - > uh! empty fileHolder > > > </snip> > > I wonder...do you have the same problem if you use classic > navigation. > > To use the classic navigation system, please add the following within > dbforms-config.xml: > > <events> > <database-events> > <database-event type="insert" > className="org.dbforms.event.classic.InsertEvent" /> > <database-event type="update" > className="org.dbforms.event.classic.UpdateEvent" /> > <database-event type="delete" > className="org.dbforms.event.classic.DeleteEvent" /> > </database-events> > <navigation-events> > <navigation-event type="navGoto" > className="org.dbforms.event.classic.GotoEvent" /> > <navigation-event type="navPrev" > className="org.dbforms.event.classic.NavPrevEvent" /> > <navigation-event type="navNext" > className="org.dbforms.event.classic.NavNextEvent" /> > <navigation-event type="navFirst" > className="org.dbforms.event.classic.NavFirstEvent" /> > <navigation-event type="navLast" > className="org.dbforms.event.classic.NavLastEvent" /> > </navigation-events> > </events> > > > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
