Kalcevich, Daniel wrote:
> Everyone,
>
>
>
> I have an application that runs from a Web Interface as well as from a
> command line state. The problem I am having is that when the batch job
Do the two applications run at the same time (i.e. does the batch job
run while the web application is a
ase null - message0
5 [main] DEBUG org.apache.log4j.NDCTestCase (a) - message1
5 [main] DEBUG org.apache.log4j.NDCTestCase null - message2
So, this is something which can also be discussed
on the log4j list after all, since the behaviour
of log4cxx is compliant to log4j in this case ;-)
Regards,
Andreas
(a)");
>
> logger->debug ("message1");
>
> log4cxx::NDC::pop ();
>
> logger->debug ("message2");
>
>
>
>
>
> was:
>
> .. (a) message1
>
> ... message2
>
>
>
> And now when
olved.
[...]
--
Andreas Fester
mailto:[EMAIL PROTECTED]
WWW: http://littletux.homelinux.org
ICQ: 326674288
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
James Stauffer wrote:
Is it possibly a classloader issue? It could be that the JDBC driver
is loaded by the same classloader as the class that generates the
config file but by a different class loader that the code the
configures log4j.
We tried to track the problem down, and I am current
on: logger's name is different). This file is dynamic
and it is constructed with the content of a database. So I use my
mysql-connector to access to the database.
[...]
--
Andreas Fester
mailto:[EMAIL PROTECTED]
WWW: http://littletux.hom
figurator.java:687)
at ch.consultas.osp.webcrawling.Log.initialize(Log.java:72)
at mypackage1.Hello.main(Hello.java:20)
Debugger disconnected from local process.
Process exited.
Can you help me?
Raoul
--
Andreas Fester
mailto:[EMAIL PROTECTED]
WWW: http://littletux.homelinux.org
ICQ: 326674288
import org.apache.log4j.*;
impo