Hi,
As a workaround I moved the the log4j.xml into the same directory as the
applicationContext.xml and also defined the log4jConfigurer in the
applicationContext.xml itself
<bean id = "log4jConfigurer"
class="org.springframework.beans.factory.config.MethodInvokingFactoryBean" >
<property
name="targetClass"><value>org.springframework.util.Log4jConfigurer</value></property>
<property name="targetMethod"><value>initLogging</value></property>
<property name="arguments">
<list>
<value>classpath:log4j.xml</value>
</list>
</property>
</bean>
Declan
-----Original Message-----
From: William G. Thompson, Jr. [mailto:[email protected]]
Sent: 01 February 2012 18:36
To: [email protected]
Subject: Re: [cas-user] CAS on weblogic 10.3.5
Also consider simply moving the log4j.xml location to a fixed path and avoid
the classpath lookup altogether.
On Wed, Feb 1, 2012 at 10:39 AM, Marvin Addison <[email protected]>
wrote:
>> Has anyone else come across this issue?
>> https://issues.jasig.org/browse/CAS-1094
>
> I don't think this is a problem with CAS per se. Based on the stack
> trace it looks like this is a difference in classloading behavior,
> which is a common cause of problems encountered when deploying CAS on
> Weblogic. I'd recommend looking at Weblogic classloading
> configuration knobs and see if you can remedy the behavior that way.
>
> M
>
> --
> You are currently subscribed to [email protected] as:
> [email protected] To unsubscribe, change settings or access archives,
> see http://www.ja-sig.org/wiki/display/JSG/cas-user
--
You are currently subscribed to [email protected] as:
[email protected] To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user
------------------------------------
The HSE PCRS does not accept legal responsibility for the contents of this
message. Any views or opinions presented are solely those of the author and do
not necessarily represent those of the HSE PCRS.
This message is for the named person's use only. It may contain confidential,
proprietary or legally privileged information. You must not, directly or
indirectly, use, disclose, distribute, print, or copy any part of this message
if you are not the intended recipient.
------------------------------------
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user