Hi,
I was just trying to get ModelGlue 3 to run on OpenBD and ran into a bit of
a brick wall.  I'm getting errors when its trying to load config files in
the form of "Could not find file with URI "/some/long/modelglue/path.xml"
because it is a relative path, and no base URI was provided."

It boils down to this simple test case not working

<cfset path = "/some_path_that_does_not_exist/test.xml">
<cfoutput>#fileExists(path)#</cfoutput>

which generates the error

File [/some_path_that_does_not_exist/test.xml] caused an error (Could not
find file with URI "/some_path_that_does_not_exist/test.xml" because it is a
relative path, and no base URI was provided.)

This should just output NO, or False (can't remember which OpenBD uses)

Can anyone confirm this as a bug?

Chris

My system

*Open BlueDragon and Java Information*Open BlueDragon Product
Version1.0Operating
SystemWindows XP x86 (5.1)Application Serverjetty/6.1.12rc1Java Virtual
MachineSun Microsystems Inc. 1.6.0_05

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to