Tony, This is a result of an overly large method in your CFC. It sounds like the 30 lines of code pushed you over the top. Reduce the size of the method by having helper methods perform some of the work.
This error is actually a limitation of the JVM (according to the Apache FAQ): "The answer lies in internal limitations of the JVM, branch instruction like goto can not address offsets larger than a short integer, i.e. offsets >= 32767." - http://jakarta.apache.org/bcel/faq.html Hope this helps. Josh >not a single on in the ENTIRE cfc. >i already tried google :) but thanks! > >any other ideas? i mean, literally i added maybe 30 lines to it... and they >were >pairs of these: > ><cfparam name = "session.eventStruct.switchOne" default="0"> >and then this... ><cfset session.eventStruct.switchOne = session.eventStruct.switchOne + 1> > > >and thats it... maybe 15 pairs. > >hmmmm... a perplexed tony awaits your ideas! >:) thanks. >tw > >On 9/19/06, Alan Rother <[EMAIL PROTECTED]> wrote: >> Do you have any cftransaction tags? >> -- >> Alan Rother >> Macromedia Certified Advanced ColdFusion MX 7 Developer >> >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256967 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

