Log4JLogger does not implement Log

2006-05-03 Thread Balajee Csekaran
Hi all, I'm trying to load one of my ATG 7.1 applications onto JBoss 4.0.3 SP1 application server. I'm getting the following error when the server starts up Any help in resolving the error would be highly appreciated Thanks in advance Balajee C == 11:45:05,379 INFO

[modeler] Sending JMX notification

2006-05-03 Thread Chathura Ekanayake
Hi, How can I send JMX notifications using commons modeler? Please give some code sample or good links. Regards, Chathura.

Re: Log4JLogger does not implement Log

2006-05-03 Thread Amit Jha
I had the same problem when I included commons-logging.jar and log4j.jar in WEB-INF/lib Once I removed it from there everything was fine. It seems it has conflict with what Jboss log4j has already. Regards, Amit On 5/3/06, Balajee Csekaran [EMAIL PROTECTED] wrote: Hi all, I'm trying to load

Why Log implementation is Serialized?

2006-05-03 Thread Meera Mehta
Hi, I am new to commons logging, we are using commons logging in our next project. I want to know why Log implementations(Wrappers say Log4JLogger,Jdk14Logger) implements Serializable please let me kow. thanks in advance cheers Meera

RE: Log4JLogger does not implement Log

2006-05-03 Thread James Carman
Did you read the FAQ first? http://wiki.apache.org/jakarta-commons/Logging/FrequentlyAskedQuestions This is one of the most common problems with JCL inside JBoss. I believe all you have to do is place the logging library jar in the same place as the commons-logging.jar and make sure that the

RE: Why Log implementation is Serialized?

2006-05-03 Thread Tahir Akhtar
Hi Mehta, I hope you have done a thorough comparison of commons logging wrapper versus directly using a logging api like log4j, jdk1.4 logging etc. Recently there was a discussion on this list on merits/demerits of using commons logging which is essentially a wrapper instead of using a logging

Re: SCXML: stopwatch.xml is not found!

2006-05-03 Thread Rahul Akolkar
On 5/2/06, wolverine my [EMAIL PROTECTED] wrote: Hi! When clicked on the stopwatch.xml link at the Usecase 1, it gives an error says stopwatch.xml was not found on the server. Any idea of what could be the problem? snip/ Sorry, I needed to update the URLs after a recent repository move

RE: [scxml] schema problem within assign node

2006-05-03 Thread Barnett, James
We will be publishing the schema as a URL when we reach last call working draft, but we don't know when that's going to be. We're planning to release another working draft this summer, but haven't made any firm plans beyond that. - Jim -Original Message- From: Nestor Urquiza

Re: Log4JLogger does not implement Log

2006-05-03 Thread robert burrell donkin
On Wed, 2006-05-03 at 11:25 +0300, Amit Jha wrote: I had the same problem when I included commons-logging.jar and log4j.jar in WEB-INF/lib Once I removed it from there everything was fine. It seems it has conflict with what Jboss log4j has already. if that doesn't work then please try JCL 1.1

Re: Why Log implementation is Serialized?

2006-05-03 Thread robert burrell donkin
On Wed, 2006-05-03 at 03:04 -0700, Meera Mehta wrote: Hi, I am new to commons logging, we are using commons logging in our next project. I want to know why Log implementations(Wrappers say Log4JLogger,Jdk14Logger) implements Serializable please let me kow. so that people who want

[BEANUTILS] Alignment with JSTL standard?

2006-05-03 Thread Gabriel Belingueres
Hi, I'd like to know if there are any prospects on aligning the beanutils with JSTL. AFAIK, DynaBeans currently do not work with JSTL standard because there is no accessor to the values Map variable from the outside, so you have to subclass BasicDynaBean and put an accessor to the values Map to

RE: Why Log implementation is Serialized?

2006-05-03 Thread Meera Mehta
Thanks Tahir, Surely i will go threw that discussion. Thank you very much for quick reply. Mehta --- Tahir Akhtar [EMAIL PROTECTED] wrote: Hi Mehta, I hope you have done a thorough comparison of commons logging wrapper versus directly using a logging api like log4j, jdk1.4 logging etc.

Re: Why Log implementation is Serialized?

2006-05-03 Thread Meera Mehta
Thanks Robert, Its really very useful link for me, i got answer thanks a lot. Mehta --- robert burrell donkin [EMAIL PROTECTED] wrote: On Wed, 2006-05-03 at 03:04 -0700, Meera Mehta wrote: Hi, I am new to commons logging, we are using commons logging in our next project. I

RE: Log4JLogger does not implement Log

2006-05-03 Thread Balajee Csekaran
Hi all Thanks for all your suggestions I got it resolved by changing the following values in certain XML Files 1) In JBOSS_HOME\server\atg\deploy\jbossweb-tomcat55.sar\META-INF\jboss-servic e.xml Changed Values of a) Java2ClassLoadingCompliance to true b) UseJBossWebLoader to true 2) In