Hi ,
The following method in screen class returns the data without any problem if
the database used is Oracle 8i and when I change the database to mysql the
method returns null value.
private Vector getPatientRegnData(){
try
{
String strPin="1";
String strEncNo="1";
Criteria criteria
Thanks Fabio, given an absolute path for the file, this works for me.
> -Ursprüngliche Nachricht-
> Von: Fabio Daprile [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 27. Januar 2003 13:39
> An: Turbine Users List
> Betreff: Re: AW: enabling sql-logging in T2.2
>
>
&g
Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 27. Januar 2003 11:42
An: Turbine Users List
Betreff: Re: enabling sql-logging in T2.2
Hi Marc,
I´m using T2.2B2 and have the following log4j.properties file added to my
/classes - directory
Using this gives me
, without any effect thou.
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 27. Januar 2003 11:42
> An: Turbine Users List
> Betreff: Re: enabling sql-logging in T2.2
>
>
>
> Hi Marc,
>
> I´m us
Hi Marc,
I´m using T2.2B2 and have the following log4j.properties file added to my
/classes - directory
Using this gives me Logging files for torque and turbine.
Hope that helps
/uwe
log4j.properties:
log4j.rootLogger=DEBUG, org
log4j.appender.org=org.apache.log4j.FileAppender
log4j.appender.
Hi,
I'm still trying to log torque's sql-queries into a file.
I've adjusted the entries in tr.props like this:
services.LoggingService.facilities=system,sql,debug,security
services.LoggingService.default=system
..
services.LoggingService.system.level=DEBUG
..
services.LoggingService.sql.classNam