Can derby split log files to several files after previous log file is too large like derby.log derby.log.1 derby.log.2 or is it possible to use log4j in derby?
-----Original Message----- From: Daniel John Debrunner [mailto:[EMAIL PROTECTED] Sent: 24. lokakuuta 2007 20:02 To: Derby Discussion Subject: Re: Storing Java classes in a Derby DB Francois Orsini wrote: > "Loading classes from a database" > http://db.apache.org/derby/docs/dev/devguide/devguide-single.html#cdevdeploy 30736 > > > On 10/24/07, *Daniel Jue* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > > But Derby already support class loading from a database, can't > you use that Classes loaded by Derby can only be used within the context of a SQL statement, e.g. a procedure or function. Dan.
