Dan,

Thanks for looking into this. I haven't used hibernate or cfhibernate so my
knowledge about these is very limited.

Qasim

On 9/18/06, Dan Plesse <[EMAIL PROTECTED]> wrote:
>
> Qasin,
>
>        Pretty cool.
>
>    For cf hibernate you 500 null or something
>
> <!---
> <cfset log4jconfig = createObject("java", "
> org.apache.log4j.PropertyConfigurator")>
> <cfset log4jconfig.configure
> ("C:\CFusionMX7\wwwroot\cfhibernate\src\log4j.properties")>
> --->
>
> For your app I tested this
>
> <cfset DansArray[1] = createObject("java", "java.net.URL").init("file:" &
> Replace(getdirectoryfrompath(CF_TEMPLATE_PATH), "/", "\", "ALL") & "
> log4j-1.2.13.jar")/>
>
> <cfset log4j_PropertyConfigurator = createObject("java", "
> coldfusion.bootstrap.BootstrapClassLoader
> ").SystemClassLoader.newInstance(DansArray).loadClass("
> org.apache.log4j.PropertyConfigurator").newInstance()/>
>
> <cfset
>
> log4j_PropertyConfigurator.configure("C:\\CFusionMX7\\wwwroot\\cflog4j.properties")>
>
> and it worked
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253465
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to