Coldfusion Beta 2 CFC 映射
我正在使用新的 CFBuilder 2 Beta,我注意到有一个新功能应该能够检查我的 CFC 并为我提供“Intellisense”,但我不断收到错误消息,提示组件未解析。
我在 CF 管理员中正确设置了所有映射,并在 CFBuilder 中添加了服务器,并且我能够在 RDS 数据视图中看到 DSN,但它看起来不像是在拉入映射。
var dates = createObject("component","com.utils.dateFunctions");
在我的管理映射中,com 被映射到 C:\Inetpub\com,但当我执行 createObject 时,我再次收到该警告。
我在 CFBuilder 内部是否错过了一个步骤来使其正常工作?
我想它应该已经拉入我的映射了......
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...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请尝试 ColdFusion Builder 团队提供的此链接,其中解释了 CFBuilder 并查找 CFC。
http://blogs.adobe.com /cfbuilder/2011/03/where-coldfusion-builder-finds-my-cfcs.html
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