On Fri, Nov 27, 2009 at 8:44 AM, Alan Williamson <[email protected]> wrote:
>> Second, does anyone want to volunteer to help get debug FW/1 on OpenBD?
> Sean, can you do me a simple .ZIP (stick it on http://drop.io/ or your
> favourite place) and i'll take a look at it this weekend.   I am setup
> to quickly figure out whats what.

You can download a distro here:

http://svn.riaforge.org/fw1/trunk/download/fw1.zip

This has the isObject() calls I added this morning to get it running
in the test bed.

The test bed index.cfm looks like this:

<p>Framework One index.cfm</p>
<cfset fw = createObject("component","org.corfield.framework")/>
<p>created the framework object</p>
<cfset fw.onApplicationStart() />
<p>onApplicationStart</p>
<cfset fw.onSessionStart() />
<p>onSessionStart</p>
<cfset fw.onRequestStart('/index.cfm') />
<p>onRequestStart</p>
<cfset fw.onRequest('/index.cfm')/>
<p>onRequest</p>

with a simple Application.cfc (that doesn't extend FW/1):

<cfcomponent>
        <cfset this.name="debugging"/>
</cfcomponent>

Since you can't change the framework configuration defaults in the
test bed, it's easiest to run it in a separate web root - and just
have a views/main/default.cfm file that says Hello or something.

Thanx!
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies US -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

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

Reply via email to