Coldfusion Beta 2 CFC Mapping

362 Views Asked by At

I am working with the new CFBuilder 2 Beta, and I notice that there is a new feature that is supposed to be able to check my CFC's and give me "Intellisense" on them but I keep receiving and error that says unresolved component.

I have all my mappings set up properly in my CF Administrator and I added the server in CFBuilder and I am able to see the DSN's in the RDS Dataview, but it does not appear as if it is pulling in the mappings for example.

var dates = createObject("component","com.utils.dateFunctions");

The com is mapped to C:\Inetpub\com in my Admin mappings, but again I get that warning when I do createObject.

Is there perhaps a step I missed inside of CFBuilder to get this to work?

I was thinking it should be pulling in my mappings already...

1

There are 1 best solutions below

2
On BEST ANSWER

Try this link by the ColdFusion Builder Team, explaining CFBuilder and finding CFCs.

http://blogs.adobe.com/cfbuilder/2011/03/where-coldfusion-builder-finds-my-cfcs.html