Hi!!

I would like to know if openDB is full compatible with coldfusion/
railo. I have found several issues. It's my fault or can be fixed?

1)doesn't like full cfc scripting.

component
{
        public function init()
        {
                return this;
        }
}

2)mappings and import failure...

<cfmapping logicalpath="/me/chinga/sdk" relativepath="/cfc">

<cfscript>
import "me.chinga.sdk";
myClass = new me.chinga.sdk.MyClass(); //this works
myClass = new MyClass(); //this fails :(
</cfscript>

3) coldfusion 9 functions as script cfcs missing. Maybe Railo ones are
compatible?

var http = new http()

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

Reply via email to