Skip to main content
Inspiring
February 28, 2014
Question

Thunder Beta syntax error on transaction {}

  • February 28, 2014
  • 1 reply
  • 677 views

There doesn't appear to be a separate beta forum, so I'm reporting this here.

Testing the Thunder Beta, it reports the following as a syntax error:

if (thing) {

     transaction {

          doStuff;

          EntitySave(item);

     }

}

It reports 'return statement in function' for pretty much all our cfscript transaction statements.

This is the standalone install. I haven't been able to get the Eclipse plugin install working yet.

This topic has been closed for replies.

1 reply

Carl Von Stetten
Legend
February 28, 2014

You can report bugs for ColdFusion Builder 3 on the Adobe Bug Tracker.

-Carl V.