Re: [xwiki-users] Groovy using log4j output

2009-03-31 Thread Tronicek
Hi, just in case someone need to write to JBoss console using XWiki Groovy. Don't import the JBoss logger, use apache logger instead: import org.apache.log4j.Logger; Thanks, R. Tronicek Our environment 1.8 XE with XEM plugin JBoss 1.4.1 1.4.2 Tronicek wrote: Hi, to automate group

[xwiki-users] Groovy using log4j output

2008-11-25 Thread Tronicek
Hi, to automate group membership i wrote a Groovy script. It is called periodically via scheduler. This script use log4j to write some informations at info and at warning level to the console and to a database table. By now we are missing the output. It vanished since XWiki XE 1.6. Can you tell

Re: [xwiki-users] Groovy using log4j output

2008-11-25 Thread Sergiu Dumitriu
Tronicek wrote: Hi, to automate group membership i wrote a Groovy script. It is called periodically via scheduler. This script use log4j to write some informations at info and at warning level to the console and to a database table. By now we are missing the output. It vanished since