I just upgraded to cfbuilder 2 and I am noticing some weird issues with the IDE. Namely that native components to ColdFusion are not recognized as valid components with in cfbuilder.
On such issue is with StoredProc(com.adobe.coldfusion.storedproc).
I should be able to do something like below and get full code complete on the variable spService. However this does not work at all, I get the warning Unresolved Component StoredProc.
Anyone know if this is a known issue?
var spService = new StoredProc();