what if you try:

<cfset functionsComponent = CreateObject("common.cfc.functions")>

or

<cfset functionsComponent  = new common.cfc.functions()>

failing that .. contact me offlist and i can help you with this

Alexander wrote:
I have an application running under Adobe CF and Railo

The components are under the folder {root of my project}\common\cfc

So, this works...

<cfobject component="common.cfc.functions" name="functionsComponent">

So I installed OpenBD for the first time.  I deployed the WAR under
tomcat and the administrator works perfectly.

Now, when OpenBD gets to this line I got the error:

CFML Runtime Error
The component source file is empty or does not contain a CFCOMPONENT
tag pair: common.cfc.functions

--
official tag/function reference: http://openbd.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to