<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Wed, 07 May 2014 22:32:39 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-05-07T22:32:39Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>CF11 - SQL Type Not Supported By This Driver on basic ORM Update</title>
      <link>https://forums.adobe.com/thread/1469018</link>
      <description>&lt;!-- [DocumentBodyStart:93d3f911-2eef-4a0d-bf9a-9c5b126e9bb6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;We are testing out one of our web applications in CF11.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;We have a basic ORM entity update function that fetches an object, individually calls several setters, and then saves the entity inside a transaction tag in cfscript. We are working with Microsoft SQL 2012 Standard edition. This worked under CF9 and CF10.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Under CF11, we get the following error:&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;Error: An exception occurred when committing the transaction. The root cause of this exception was: coldfusion.orm.hibernate.HibernateSessionException: [macromedia][SQLServer JDBC Driver]The specified SQL type is not supported by this driver..&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;The line of code throwing the error is whatever the last line inside the transaction {} block is.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 12pt; font-family: 'Times New Roman';"&gt;The SQL being run follows. This is super basic. What is going on here?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-size: 12pt; font-family: 'Times New Roman';"&gt;&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;Hibernate log:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE DEBUG - update dbo.registrations set childID=?, registered=?, dropped=?, droppedBy=?, droppedDate=?, neverPlayed=?, WL=?, WLRemoveDate=?, WLRemoveBy=?, sexdiv=?, age_calc=?, Scholarship=?, VIP=?, PlayerSchool=?, Grade=?, PlayerHeight=?, PlayerWeight=?, PlayerEmail=?, PlayerCellPhone=?, LBrother=?, RecentlyMoved=?, submitterID=?, submitType=?, comments=?, RegistrationComments=?, CommentsDivDir=?, DroppedComments=?, RegistrarOnly=?, MedicalInsCarrier=?, MedCond=?, Mediprobs=?, PhysicianName=?, DoctorFull=?, EmergencyContact=?, EmergencyPhone=?, seasonID=?, moveUp=?, moveUpStatus=?, moveUpAsked=?, MoveUpOldDiv=?, PlayedLastYear=?, MethodOfPayment=?, Fee=?, RefundAmount=?, RefundDate=?, AmountPaid=?, InvoiceNo=?, Div=?, batchNum=?, sexdivNextYear=?, email_other=?, dateCreated=?, dateModified=?, lastModifiedBy=?, playerNum=?, refund=?, refundBy=?, donation=?, isAYSOExtra=?, yearbooksGiven=?, yearbooksOrdered=?, noPracticeDay=?, coed=?, clientID=?, seasonUID=? where registrationID=?&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [1] as [VARCHAR] - 37F22B1B-066D-45CB-BBDA-677D8059159D&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [2] as [BOOLEAN] - true&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [3] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [4] as [VARCHAR] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [5] as [TIMESTAMP] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [6] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [7] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [8] as [TIMESTAMP] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [9] as [VARCHAR] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [10] as [VARCHAR] - B19&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [11] as [INTEGER] - 6&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [12] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [13] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [14] as [VARCHAR] - Test&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [15] as [VARCHAR] - 3&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [16] as [VARCHAR] - 23&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [17] as [VARCHAR] - 44&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [18] as [VARCHAR] -&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [19] as [VARCHAR] -&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [20] as [VARCHAR] -&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [21] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [22] as [VARCHAR] - 75F5114C-B32A-4BDA-A125-93FAB7EB3834&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [23] as [VARCHAR] - Father&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [24] as [VARCHAR] - test&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [25] as [VARCHAR] - test&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [26] as [VARCHAR] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [27] as [VARCHAR] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [28] as [VARCHAR] - test&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [29] as [VARCHAR] - BCS&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [30] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [31] as [VARCHAR] -&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [32] as [VARCHAR] -&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [33] as [VARCHAR] -&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [34] as [VARCHAR] - LK&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [35] as [VARCHAR] - 302-555-1212&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [36] as [INTEGER] - 9&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [37] as [SMALLINT] - 1&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [38] as [INTEGER] - 0&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [39] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [40] as [VARCHAR] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [41] as [BOOLEAN] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [42] as [VARCHAR] - Credit Card - Automated&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [43] as [DOUBLE] - 100.0&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [44] as [DOUBLE] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [45] as [TIMESTAMP] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [46] as [DOUBLE] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [47] as [VARCHAR] - 7176&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [48] as [SMALLINT] - 8&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [49] as [VARCHAR] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [50] as [VARCHAR] - B8&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [51] as [VARCHAR] -&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [52] as [TIMESTAMP] - 2013-07-19 12:29:50.0&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [53] as [TIMESTAMP] - {ts '2014-05-07 19:21:04'}&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [54] as [VARCHAR] - 75F5114C-B32A-4BDA-A125-93FAB7EB3834&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [55] as [INTEGER] - 18973&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [56] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [57] as [VARCHAR] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [58] as [DOUBLE] - &amp;lt;null&amp;gt;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [59] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [60] as [SMALLINT] - 0&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [61] as [SMALLINT] - 0&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [62] as [VARCHAR] - Wednesday&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [63] as [BOOLEAN] - false&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [64] as [VARCHAR] - 2BDE1C40-A442-46D0-AD11-2E9E9F078069&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [65] as [VARCHAR] - 8FD74B93-990E-4DFE-8D0A-352EA5461180&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE TRACE - binding parameter [66] as [VARCHAR] - 42E5F844-1310-41CE-BDD6-BB4E6FB8D847&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;05/07 17:21:04 [ajp-bio-8014-exec-1] HIBERNATE ERROR - [macromedia][SQLServer JDBC Driver]The specified SQL type is not supported by this driver.&lt;/p&gt;


&lt;/blockquote&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:93d3f911-2eef-4a0d-bf9a-9c5b126e9bb6] --&gt;&lt;img src='/beacon?t=1415920999738' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">hibernate</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cf11</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ms sql server</category>
      <pubDate>Wed, 07 May 2014 22:32:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1469018</guid>
      <dc:date>2014-05-07T22:32:39Z</dc:date>
      <clearspace:dateToText>3 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Why is CF11 adding the x-border-box class to &lt;html&gt;?</title>
      <link>https://forums.adobe.com/thread/1468854</link>
      <description>&lt;!-- [DocumentBodyStart:0b899e52-9af3-4946-adfa-f6d58ab7892c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In CF10, if you used cflayoutarea on a page, you could expect a couple classes added to &amp;lt;body&amp;gt; and &amp;lt;html&amp;gt; - namely, ext-webkit, ext- (your browser) to &amp;lt;body&amp;gt; and ext-strict to &amp;lt;html&amp;gt;. These are pretty specific classes and don't interfere with much.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In CF11, cflayoutarea adds the x-border-box class to your &amp;lt;html&amp;gt; tag, giving your entire page the following style from ext-all.css:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;.x-border-box,&lt;/p&gt;&lt;p&gt;.x-border-box * {&lt;/p&gt;&lt;p&gt;&amp;nbsp; box-sizing: border-box;&lt;/p&gt;&lt;p&gt;&amp;nbsp; -moz-box-sizing: border-box;&lt;/p&gt;&lt;p&gt;&amp;nbsp; -ms-box-sizing: border-box;&lt;/p&gt;&lt;p&gt;&amp;nbsp; -webkit-box-sizing: border-box; }&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The potential pool of things with which this will interfere is much larger.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;May I ask why CF does not just add the necessary styles to the top level &amp;lt;div&amp;gt; it uses for cflayoutarea? If I remove the CSS from ext-all, then cflayoutarea looks wrong. I know that I could go in and copy those styles to one of the classes on the parent &amp;lt;div&amp;gt; generated by cflayoutarea, or the parent &amp;lt;ul&amp;gt;, but then I'm monkeying around with CF's ext-all.css for every CF install we work with.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0b899e52-9af3-4946-adfa-f6d58ab7892c] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cflayout</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ext</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">coldfusion11</category>
      <pubDate>Wed, 07 May 2014 18:56:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1468854</guid>
      <dc:date>2014-05-07T18:56:56Z</dc:date>
      <clearspace:dateToText>6 months 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Tomcat internal error on CF10 - InvalidArrayIndexException</title>
      <link>https://forums.adobe.com/thread/1437843</link>
      <description>&lt;!-- [DocumentBodyStart:7453d889-5a06-44f8-bf8b-6bcd5a07b852] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;CF10 update 12 running on Windows Server 2012 x64. This is a legacy app that is just doing some basic CRUD and has a handful of form fields - a coupe of selects, a couple of radio buttons. It gets used once a year. Last year we would've been on CF10 with whatever update was current as of March 2013.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When submitting the form, we get a Tomcat HTTP 500 error with the following text. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm not able catch or abort anything since the error is coming out of Tomcat and not CF. I have insured that the isapi_redirect.dll connector has been rebuilt; I've restarted the server and CF admin has nothing unusual going on - nor are we sending much data to begin with. We have other pages on the same server processing thousands of form fields with no problem. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any suggestions on where to look here?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"Severity","ThreadID","Date","Time","Application","Message"&lt;/p&gt;&lt;p&gt;"Information","ajp-bio-8012-exec-27","03/27/14","12:30:50",,"C:\ColdFusion10\cfusion\logs\ coldfusion-error.log initialized"&lt;/p&gt;&lt;p&gt;Mar 27, 2014 12:30:52 PM org.apache.catalina.core.StandardWrapperValve invoke&lt;/p&gt;&lt;p&gt;SEVERE: Servlet.service() for servlet [CfmServlet] in context with path [/] threw exception [ROOT CAUSE: &lt;/p&gt;&lt;p&gt;coldfusion.runtime.InvalidArrayIndexException: Cannot access array element at position 1.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.runtime.Array.ArrayInsertAt(Array.java:307)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.FormScope.parseHTMLFormData(FormScope.java:629)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.FormScope.fillForm(FormScope.java:397)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:464)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:33)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:151)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.CfmServlet.service(CfmServlet.java:219)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:305)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:243)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:204)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.Thread.run(Thread.java:722)&lt;/p&gt;&lt;p&gt;] with root cause&lt;/p&gt;&lt;p&gt;javax.servlet.ServletException: ROOT CAUSE: &lt;/p&gt;&lt;p&gt;coldfusion.runtime.InvalidArrayIndexException: Cannot access array element at position 1.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.runtime.Array.ArrayInsertAt(Array.java:307)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.FormScope.parseHTMLFormData(FormScope.java:629)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.FormScope.fillForm(FormScope.java:397)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:464)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:33)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:151)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.CfmServlet.service(CfmServlet.java:219)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:305)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:243)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:204)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.Thread.run(Thread.java:722)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:70 )&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:243)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:204)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.Thread.run(Thread.java:722)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7453d889-5a06-44f8-bf8b-6bcd5a07b852] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cf10</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">tomcat7</category>
      <pubDate>Thu, 27 Mar 2014 19:43:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1437843</guid>
      <dc:date>2014-03-27T19:43:11Z</dc:date>
      <clearspace:dateToText>7 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Thunder Beta syntax error on transaction {}</title>
      <link>https://forums.adobe.com/thread/1417936</link>
      <description>&lt;!-- [DocumentBodyStart:ee9669a6-c532-41fc-82c7-c9aa060bf19d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;There doesn't appear to be a separate beta forum, so I'm reporting this here.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Testing the Thunder Beta, it reports the following as a syntax error:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if (thing) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; transaction {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; doStuff;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EntitySave(item);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It reports 'return statement in function' for pretty much all our cfscript transaction statements.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is the standalone install. I haven't been able to get the Eclipse plugin install working yet.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ee9669a6-c532-41fc-82c7-c9aa060bf19d] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">thunder</category>
      <pubDate>Fri, 28 Feb 2014 21:23:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1417936</guid>
      <dc:date>2014-02-28T21:23:30Z</dc:date>
      <clearspace:dateToText>8 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ColdFusion.navigate POST v GET in CF8</title>
      <link>https://forums.adobe.com/thread/638766</link>
      <description>&lt;!-- [DocumentBodyStart:22745d4f-69c2-49e3-87b6-c1b93736885d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Simple problem hopefully in need of a simple solution.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a page with a single CFDIV bound to a text field. Within that CFDIV is a form which, when submitted, should submit to and then refresh the parent page. I am using ColdFusion.navigate to accomplish this. The problem is that, when it submits the form, it seems to be doing it via GET (the form values all appear in the URL) rather than POST, even though I've specified POST in ColdFusion.navigate.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Parent page:&lt;/p&gt;&lt;p&gt;--------------------------&lt;/p&gt;&lt;p&gt;&amp;lt;cfform action="board-update.cfm" method="post"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Name:&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfinput type="text" name="nameText" size="15" maxlength="30" /&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/p&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfform&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfdiv bind="url:board-add.cfm?nameText={nameText@keyup}"&amp;gt;&amp;lt;/cfdiv&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;board-add.cfm's &amp;lt;cfform&amp;gt; tag:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfform action="" id="addForm" "javascript:ColdFusion.navigate('board-update.cfm', null, null, null, 'POST', 'addForm');"&amp;gt;&lt;/p&gt;&lt;p&gt;The form processor is on the parent page and is looking for variables in the FORM scope (i.e. POSTed to the page).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What am I doing wrong?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:22745d4f-69c2-49e3-87b6-c1b93736885d] --&gt;</description>
      <pubDate>Fri, 14 May 2010 16:01:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/638766</guid>
      <dc:date>2010-05-14T16:01:40Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFImage, writeToBrowser, temp directory - max size?</title>
      <link>https://forums.adobe.com/thread/1184255</link>
      <description>&lt;!-- [DocumentBodyStart:69a244fd-661d-4a04-bc8a-9e4addf8edd0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We have what I think is a neat problem.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Our system handles admissions for students who apply to a school network. We get about 13,000 applications and we then print files for everyone 'likely' to get a seat, which is usually about 3-4,000 since it includes waitlists. Each file has about 17 QR codes, so even if you're only printing 500 files, that's 8,500 QR codes.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The files that are printed consist entirely of QR codes generated by a tomcat servlet that runs alongside Coldfusion. Because of our firewall, CF can access the tomcat servlet, but nobody else can.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This only has to be done once a year by one person and it doesn't have to be fast. The way we wrote it was to have the CF page use a &amp;lt;cfimage&amp;gt; tag with action 'read' to hit the servlet, then writeToBrowser.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If we just used regular &amp;lt;img&amp;gt; tags, we'd have to deactivate the firewall rule, and we'd be flooding the servlet with 8500 requests over 3 seconds (triggering some built-in defense against DDOS in Tomcat since it starts rejecting them pretty quickly - I'm not a Tomcat guru) as opposed to the 20-30 seconds it takes Coldfusion to process everything.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;CF reads the image and saves it to a file with a name like _cfimg-85120841208412041241.png.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This works fine for the first 320 or so applications. After that point, when CF goes to fetch the temporary file, the GET request fails - no file.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In trying to locate the bottleneck here, I am curious as to whether there is a limitation on the size of files in the temporary directory or the number of files. The file size isn't a huge problem - the QR codes are teeny tiny PNGs. But it is a tremendous quantity of them.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I don't think the servlet is choking, but I could be wrong (anybody know where to look in Tomcat7 for a security parameter dealing with simultaneous requests?)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:69a244fd-661d-4a04-bc8a-9e4addf8edd0] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">tomcat</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cfimage</category>
      <pubDate>Wed, 03 Apr 2013 22:02:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1184255</guid>
      <dc:date>2013-04-03T22:02:44Z</dc:date>
      <clearspace:dateToText>1 year 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is Secondary caching fixed for CF10 yet?</title>
      <link>https://forums.adobe.com/thread/1150159</link>
      <description>&lt;!-- [DocumentBodyStart:dbca089f-0ebb-4618-b205-925240452742] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In the CF10 release notes, here:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://helpx.adobe.com/coldfusion/release-note/coldfusion-10-release-notes.html" rel="nofollow" target="_blank"&gt;http://helpx.adobe.com/coldfusion/release-note/coldfusion-10-release-notes.html&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One of the 'known issues' is:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong style="font-family: myriad-pro-1, myriad-pro-2, Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;3181617 &lt;/strong&gt;&lt;span style="font-family: myriad-pro-1, myriad-pro-2, Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;- If second level caching is enabled in an ORM application, subsequent requests, after the application times out, may produce the following exception.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are now at a point in our application development where we need second level caching, and the relevant bugs on the bugbase have not been updated in some time. The only workaround I found was to down-grade ehcache, but I'd prefer an official resolution if possible.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is the status of this issue?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dbca089f-0ebb-4618-b205-925240452742] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">caching</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cf10</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">ehcache</category>
      <pubDate>Fri, 08 Feb 2013 23:07:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1150159</guid>
      <dc:date>2013-02-08T23:07:23Z</dc:date>
      <clearspace:dateToText>1 year 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Application.cfc and directory mapping</title>
      <link>https://forums.adobe.com/thread/854781</link>
      <description>&lt;!-- [DocumentBodyStart:f2d5fe0f-58b7-422e-9156-a13abf833188] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We have an application that we would like to migrate from using Application.cfm to Application.cfc. It's a management application that is set up on different web sites (all of which we host) with a common 'app directory' that is set up as a virtual directory off of each site, with some site specific variables (mostly just a couple of unique client IDs) located in an XML file off each site definition's root. In other words:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;www.site1.com is client A's web app and has /configfolder/appvars.xml&lt;/p&gt;&lt;p&gt;www.site2.org is the same web app for client B and has /configfolder/appvars.xml&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The actual application is a virtual directory, let's say:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;www.site1.com/mgmt/&lt;/p&gt;&lt;p&gt;www.site2.org/mgmt/&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This /mgmt/ folder contains all of the actual application code - the only thing that the root directories do is hold the handful of client-specific variables.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Historically, what we've done is to have an Application.cfm file in the /mgmt/ app folder do a &amp;lt;cfinclude template="../Application.cfm"&amp;gt; so that the same code executes for all the sites but pulls the unique site's credentials from that site's parent folder. But Application.cfm is a bit long in the tooth.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The problem is that the server doesn't seem to 'find' the Application.cfc in the parent folder and I'm not sure there's an equivalent 'cfinclude the file from one directory up' (unless you can cfinclude a CFC, which I don't think you can do?). 'extends' won't cut it either because we'd have to set up a mapping and know which specific Application.cfc we're extending, when the only thing we know is that the data we want is in /configfolder/.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The only solution I can think of is to use a single Application.cfc and to put it in /mgmt/, transfer our client-specific variables from the XML file we read in via cffile to a CF page that can be included in the Application.cfc (so we don't need to know the absolute directory name, as we do now), and then set things like Application.name dynamically, but I'm not sure if this is kosher. I'd prefer that each site had its own Application.cfc but (perhaps by dint of it being a virtual directory?) when you go to login at www.site1.com/mgmt/, it just doesn't seem to use www.site1.com/Application.cfc. I have other traditional sites where Application.cfc does 'filter' down to subdirectories, but there it's located in the root folder, you login in the root folder, and when you navigate to a subdirectory, CF seems to be aware that you're still in the same application.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I apologize if I haven't explained this well and am happy to clarify anything -- would appreciate any advice on how to best implement Application.cfc in a multiple-sites-on-one-codebase scenario.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f2d5fe0f-58b7-422e-9156-a13abf833188] --&gt;</description>
      <pubDate>Fri, 20 May 2011 14:16:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/854781</guid>
      <dc:date>2011-05-20T14:16:48Z</dc:date>
      <clearspace:dateToText>2 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Coldfusion 10 clears session when browsing to directory</title>
      <link>https://forums.adobe.com/thread/1017340</link>
      <description>&lt;!-- [DocumentBodyStart:e4192b21-2d77-4621-a379-b7c5d9116ceb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Just upgraded from CF8 to CF10 standard running on Win2008 Server w/IIS7.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Have two development sites that we're testing out before we upgrade our production sites. Only one showstopper: if I navigate to, say:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.site.com/admin/index.cfm" rel="nofollow" target="_blank"&gt;http://www.site.com/admin/index.cfm&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Everything is fine.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I navigate to:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.site.com/admin/" rel="nofollow" target="_blank"&gt;http://www.site.com/admin/&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then I lose my entire session and get kicked back to my login page with a new JSESSIONID. Happens in every browser.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I navigate to the CF Admin tool:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.site.com/CFIDE/Administrator/index.cfm" rel="nofollow" target="_blank"&gt;http://www.site.com/CFIDE/Administrator/index.cfm&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Everything is great - but if I navigate instead to:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.site.com/CFIDE/Administrator/" rel="nofollow" target="_blank"&gt;http://www.site.com/CFIDE/Administrator/&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I get the following error. I don't even know where to look for this one, particularly because the same IIS7 server is running CF8 just fine, and if I switch a site from CF10 to CF8, I don't have this problem.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table class="cfdump_struct" style="font-size: xx-small; font-family: verdana,arial,helvetica,sans-serif; background-color: #0000cc; color: #000000; font-style: normal; font-weight: normal; text-indent: 0px;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;th class="struct" colspan="2" style="background-color: #4444cc;padding: 5px;color: white;text-align: left;" title="click to collapse"&gt;struct&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;Browser&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;DateTime&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;{ts '2012-06-04 14:52:05'}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;Diagnostics&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;javax/servlet/jsp/JspContext null &amp;lt;br&amp;gt;The error occurred on line -1.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;GeneratedContent&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;[empty string]&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;HTTPReferer&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;[empty string]&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;Mailto&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;[empty string]&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;Message&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;javax/servlet/jsp/JspContext&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;QueryString&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;[empty string]&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;RemoteAddress&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;99.17.196.50&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;RootCause&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;&lt;table class="cfdump_struct" style="font-size: xx-small; font-family: verdana,arial,helvetica,sans-serif; background-color: #0000cc;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;th class="struct" colspan="2" style="background-color: #4444cc;padding: 5px;color: white;text-align: left;" title="click to collapse"&gt;struct&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;Cause&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;&lt;table class="cfdump_struct" style="font-size: xx-small; font-family: verdana,arial,helvetica,sans-serif; background-color: #0000cc;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;th class="struct" colspan="2" style="background-color: #4444cc;padding: 5px;color: white;text-align: left;" title="click to collapse"&gt;struct&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;Message&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;javax.servlet.jsp.JspContext&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;StackTrace&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;java.lang.ClassNotFoundException: javax.servlet.jsp.JspContext at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:153) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389) at java.lang.Class.getConstructor0(Class.java:2699) at java.lang.Class.newInstance0(Class.java:326) at java.lang.Class.newInstance(Class.java:308) at coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java:444) at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:159) at coldfusion.tagext.lang.IncludeTag.setTemplatePath(IncludeTag.java:87) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:64) at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:221) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:198) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 ) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;TagContext&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;&lt;table class="cfdump_array" style="font-size: xx-small; font-family: verdana,arial,helvetica,sans-serif; background-color: #006600;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;th class="array" colspan="2" style="background-color: #009900;padding: 5px;color: white;text-align: left;" title="click to collapse"&gt;array [empty]&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;Type&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;java.lang.ClassNotFoundException&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;Message&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;javax/servlet/jsp/JspContext&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;StackTrace&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;java.lang.NoClassDefFoundError: javax/servlet/jsp/JspContext at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389) at java.lang.Class.getConstructor0(Class.java:2699) at java.lang.Class.newInstance0(Class.java:326) at java.lang.Class.newInstance(Class.java:308) at coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java:444) at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:159) at coldfusion.tagext.lang.IncludeTag.setTemplatePath(IncludeTag.java:87) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:64) at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:221) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:198) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 ) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) Caused by: java.lang.ClassNotFoundException: javax.servlet.jsp.JspContext at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:153) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) ... 36 more&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;TagContext&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;&lt;table class="cfdump_array" style="font-size: xx-small; font-family: verdana,arial,helvetica,sans-serif; background-color: #006600;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;th class="array" colspan="2" style="background-color: #009900;padding: 5px;color: white;text-align: left;" title="click to collapse"&gt;array [empty]&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;Type&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;java.lang.NoClassDefFoundError&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;StackTrace&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;java.lang.NoClassDefFoundError: javax/servlet/jsp/JspContext at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389) at java.lang.Class.getConstructor0(Class.java:2699) at java.lang.Class.newInstance0(Class.java:326) at java.lang.Class.newInstance(Class.java:308) at coldfusion.runtime.TemplateClassLoader.newInstance(TemplateClassLoader.java:444) at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:159) at coldfusion.tagext.lang.IncludeTag.setTemplatePath(IncludeTag.java:87) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:64) at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:221) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:198) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 ) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) Caused by: java.lang.ClassNotFoundException: javax.servlet.jsp.JspContext at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:153) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) ... 36 more&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;TagContext&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;&lt;table class="cfdump_array" style="font-size: xx-small; font-family: verdana,arial,helvetica,sans-serif; background-color: #006600;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;th class="array" colspan="2" style="background-color: #009900;padding: 5px;color: white;text-align: left;" title="click to collapse"&gt;array [empty]&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;Template&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;/CFIDE/Administrator/index.cfm&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="struct" style="background-color: #ccddff;padding: 3px;" title="click to collapse"&gt;Type&lt;/td&gt;&lt;td style="background-color: #ffffff;padding: 3px;"&gt;coldfusion.runtime.CfErrorWrapper&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e4192b21-2d77-4621-a379-b7c5d9116ceb] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">iis</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">session_terminated</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cf10</category>
      <pubDate>Mon, 04 Jun 2012 21:56:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1017340</guid>
      <dc:date>2012-06-04T21:56:09Z</dc:date>
      <clearspace:dateToText>2 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can't connect to Jetty/Admin service remotely</title>
      <link>https://forums.adobe.com/thread/1032578</link>
      <description>&lt;!-- [DocumentBodyStart:be9d37e5-aad2-4344-bf56-ae7d6637bb11] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have Jetty installed on our local CF dev server so I can take advantage of stopping &amp;amp; starting CF from my dev box (on the same LAN as the CF dev server). CF 10 on a Win7 Pro 64-bit box.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;I can connect to Jetty from the dev server via &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://localhost:8985" rel="nofollow" target="_blank"&gt;http://localhost:8985&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've added firewall exceptions for it (tried both specific ports and allowing jetty.exe through).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But I just can't connect to it from any machine other than the one where Jetty is installed - it times out as if the port is blocked. I looked over the jetty director at the connector (which I'm admittedly not too familiar with) but I didn't see anything in there about 'localhost only' especially as the whole point is to be able to access the service remotely.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Am I missing something? I get not wanting to expose it to the wild, but our external firewall handles that. Do I need to mess with the internal tomcat setup for this to work?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:be9d37e5-aad2-4344-bf56-ae7d6637bb11] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">jetty</category>
      <pubDate>Wed, 04 Jul 2012 17:15:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1032578</guid>
      <dc:date>2012-07-04T17:15:52Z</dc:date>
      <clearspace:dateToText>2 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Webdav + CF processing .html = No webdav</title>
      <link>https://forums.adobe.com/thread/1023206</link>
      <description>&lt;!-- [DocumentBodyStart:ea1180f9-3583-4d08-8010-36f285ae7bf1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We recently upgraded from CF8 to CF10 standard and have a few web sits where we use CF-based templates for public-facing sites such that CF needs to process .htm and .html files. We were able to accomplish this using the combination of the IIS handlers and editing the uriworkermap.properties file (an extra step from CF8 and 9). So far so good.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Our clients update these sites via WebDAV. The trouble is that if you try to GET or PUT any .htm or .html files on the sites configured to have Tomcat/CF process .htm and .html, it gives you a 401 Unauthorized error. I am not sure where to look to try and figure this out. If I remove the IIS handlers:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;handlers accessPolicy="Read, Execute, Script"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name="CF HTM Handler" path="*.html" verb="*" modules="IsapiModule" scriptProcessor="C:\ColdFusion10\config\wsconfig\4\isapi_redirect.dll" resourceType="Unspecified" requireAccess="Script" preCondition="bitness64" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name="CF HTML Handler" path="*.htm" verb="*" modules="IsapiModule" scriptProcessor="C:\ColdFusion10\config\wsconfig\4\isapi_redirect.dll" resourceType="Unspecified" requireAccess="Script" preCondition="bitness64" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/handlers&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then I can GET and PUT via Webdav withotu any problem, so I know it's not user permissions (plus it worked before CF10 and Tomcat were in the mix).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I realize WebDAV is a bit long in the tooth and we may well move to something else, but for the time being it's what we have. Any recommendations?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ea1180f9-3583-4d08-8010-36f285ae7bf1] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">html</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">iis</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">htm</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">tomcat</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">webdav</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cf10</category>
      <pubDate>Thu, 14 Jun 2012 16:24:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1023206</guid>
      <dc:date>2012-06-14T16:24:20Z</dc:date>
      <clearspace:dateToText>2 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Session ID reset when navigating to a directory</title>
      <link>https://forums.adobe.com/thread/996234</link>
      <description>&lt;!-- [DocumentBodyStart:71b34f67-347c-4f7d-853f-b30d28678199] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just installed CF10 on Win Server 2008 under IIS7. Everything is going smoothly with one exception: whenever I navigate to a URL that is a directory rather than a specific file, my whole session scope gets clobbered and I get a new session ID. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I navigate to a page in that directory, it works fine.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This happens in all our applications and even if I comment out all our onRequestStart code (though we had nothing that should care about whether your URL is /test/ or /test/index.cfm).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are using J2EE session variables. This does not happen under CF8 (which is running in parallel with CF10, and the problem goes away if I switch the app back to being handled by CF8).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any suggestions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:71b34f67-347c-4f7d-853f-b30d28678199] --&gt;</description>
      <pubDate>Fri, 27 Apr 2012 18:49:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/996234</guid>
      <dc:date>2012-04-27T18:49:35Z</dc:date>
      <clearspace:dateToText>2 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Cfdiv bind to cfselect returning multiple values?</title>
      <link>https://forums.adobe.com/thread/984679</link>
      <description>&lt;!-- [DocumentBodyStart:945375f6-18ce-4615-9574-39dc597e94f7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is something that's bugged me for a while because I can't figure out if my understanding of what's going on is bad or if something else is going on. This is in CF8 Standard.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a page that lists a bunch of sports teams based on the logged-in user. You select one of those teams and then get a sub-page (cfdiv) that lets you do stuff with that team. Generally:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfselect name="teamID" bindonLoad="true" value="teamID" bind="cfc:component.getTeamsIWant(loggedinUser)" /&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then later on:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfdiv id="div1" bind="url:sub-page.cfm?teamID={teamID}"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This works great: once. The problem arises if you choose one selection and then choose another: the teamID it is passing to the cfdiv gets tacked on to the end of the previously selected teamID, so that the URL parameter starts out as:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;teamID=uniqueIDOfTeam1&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Then if you change your selection, it goes&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;teamID=uniqueIDOfTeam1,uniqueIDofTeam2&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;...and so on, until it finally gets so big that it exceeds the maximum length of a GET string and breaks (if you change your mind one too many times).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it possible to 'wipe' the existing teamID value when a new one is selected? I don't need to remember previous selections.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:945375f6-18ce-4615-9574-39dc597e94f7] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cfdiv</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">bind</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">cfselect</category>
      <pubDate>Tue, 03 Apr 2012 17:30:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/984679</guid>
      <dc:date>2012-04-03T17:30:35Z</dc:date>
      <clearspace:dateToText>2 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>HTTPS failure on CF 10: com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl</title>
      <link>https://forums.adobe.com/thread/970615</link>
      <description>&lt;!-- [DocumentBodyStart:34be0afb-9c83-4420-aa37-ebc8dab31a81] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Upgraded from CF8 to CF10 beta (Windows 64-bit). Everything is peachy except for some code we have that makes CFHTTP (HTTPS) calls with XML. We get:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl cannot be cast to org.apache.http.conn.scheme.SchemeSocketFactory null &amp;lt;br&amp;gt;The error occurred on line 726.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We have other code making CFHTTP calls without XML (still HTTPS) and that works fine. It's pretty simple stuff, too:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfhttp timeout="120" charset="utf-8" url="#bankURL#" method="POST" username="#authUsername#" password="#authPassword#" clientcert="#certFile#" clientcertpassword="#authCertPassword#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfhttpparam type="xml" value="#soapRequest#" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfhttp&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Where soapRequest is a credit card transaction for Firstdata's global web service.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Stack trace:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;java.lang.ClassCastException: com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl cannot be cast to org.apache.http.conn.scheme.SchemeSocketFactory at coldfusion.tagext.net.HttpTag.createConnection(HttpTag.java:1789) at coldfusion.tagext.net.HttpTag.connHelper(HttpTag.java:907) at coldfusion.tagext.net.HttpTag.doEndTag(HttpTag.java:1198) at cfecommerce2ecfc273021829$funcPROCESSCARD.runFunction(C:\inetpub\wwwroot\inleague-dev\inl eague-sms\inleague-cfc\ecommerce.cfc:726)&amp;nbsp; at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:405) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)&amp;nbsp; at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)&amp;nbsp; at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:518) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:659) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:468) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2372) at cfpayment2dreceipt2ecfm1767154172.runPage(C:\inetpub\wwwroot\inleague-dev\inleague\regist ration\payment-receipt.cfm:88)&amp;nbsp; at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:235) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:429) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.IpFilter.invoke(IpFilter.java:62) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:410) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)&amp;nbsp; at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:112) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:75) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)&amp;nbsp; at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62) at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)&amp;nbsp; at coldfusion.CfmServlet.service(CfmServlet.java:204) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:305)&amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) &amp;nbsp; at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )&amp;nbsp; at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:243)&amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) &amp;nbsp; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)&amp;nbsp; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)&amp;nbsp; at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)&amp;nbsp; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)&amp;nbsp; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)&amp;nbsp; at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928)&amp;nbsp; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)&amp;nbsp; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414)&amp;nbsp; at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:203) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)&amp;nbsp; at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)&amp;nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)&amp;nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)&amp;nbsp; at java.lang.Thread.run(Thread.java:662)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:34be0afb-9c83-4420-aa37-ebc8dab31a81] --&gt;</description>
      <pubDate>Sun, 04 Mar 2012 14:29:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/970615</guid>
      <dc:date>2012-03-04T14:29:44Z</dc:date>
      <clearspace:dateToText>2 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Cfdocument and border-collapse</title>
      <link>https://forums.adobe.com/thread/66209</link>
      <description>&lt;!-- [DocumentBodyStart:386fae2c-1fdb-46e6-84c4-5b21b71222b0] --&gt;&lt;div class="jive-rendered-content"&gt;We've been using cfdocument to generate a PDF of line-up
cards used for a soccer league. Since we began using it, we've had
a problem in which the borders of the line-up cards did not
properly collapse, resulting in unsightly, double-thick black
borders throughout the document.
&lt;br/&gt;
&lt;br/&gt;When I reported this back under CF7, it was acknowledged as a
bug and that's the last I've heard of it. The league has been
living with it in the meantime, but many of the types of things
we'd convert to PDF from HTML employ border-collapse and the
resulting eyesore does not reflect well on us or on Adobe.
&lt;br/&gt;
&lt;br/&gt;Is there anything that can be done about this, or are there
any plans to fix this bug?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:386fae2c-1fdb-46e6-84c4-5b21b71222b0] --&gt;</description>
      <pubDate>Mon, 27 Aug 2007 16:23:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/66209</guid>
      <dc:date>2007-08-27T16:23:23Z</dc:date>
      <clearspace:dateToText>2 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Anyone used Amazon SES with CF?</title>
      <link>https://forums.adobe.com/thread/790969</link>
      <description>&lt;!-- [DocumentBodyStart:fd1d1c49-7876-4790-a99a-f83ebcccc4e6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hiya,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We're looking at Amazon's Simple Email Service for a client application we're just starting to build. We will eventually need to send up to 8000 or so emails at a time (a few times a week for a month), all to registered users. We've done this before with CFMAIL and our own internal SMTP service but are looking to get out of running our own SMTP service&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My question is this: since Amazon SES is accessed via a web service HTTPS call, are we looking at a huge performance hit if we try making 8000 different HTTPS requests instead of 8000 different CFMAIL requests?&amp;nbsp; We've used CFHTTP before but never on a scale like this. We've running one CF8 standard Windows server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fd1d1c49-7876-4790-a99a-f83ebcccc4e6] --&gt;</description>
      <pubDate>Sun, 13 Feb 2011 18:27:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/790969</guid>
      <dc:date>2011-02-13T18:27:29Z</dc:date>
      <clearspace:dateToText>3 years 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Best method for &gt;1000 CFHTTP calls?</title>
      <link>https://forums.adobe.com/thread/792449</link>
      <description>&lt;!-- [DocumentBodyStart:3f777c73-a0e1-499c-9d84-7731ce04a553] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We're testing Amazon's new Simple Email Service with a CF web app. We will sometimes need to send out 5000-10000 individual emails.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;CFMAIL works will enough for us when we have SMTP service since it spools to the disk and the user doesn't have to wait for all the mail to be delivered - but sine Amazon's SES doesn't allow SMTP and has to be accessed via web service, that means a CFHTTP call for every email.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is the best way to approach a problem like this? Just create a thread with cfthread and no request timeout so it acts without respect to what the user is doing and without making the user wait? A single cfthread looks like it can send about 2 cfhttp calls/emails a second from our server (and that may be throttled on Amazon's end rather than ours - still looking into that) and that's enough speed for us, though our thread timed out after about 60 seconds (the global request timeout) - I'm assuming we can override this with a &amp;lt;cfsetting&amp;gt; either on the page with the cfthread or inside the cfthread.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3f777c73-a0e1-499c-9d84-7731ce04a553] --&gt;</description>
      <pubDate>Wed, 16 Feb 2011 15:02:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/792449</guid>
      <dc:date>2011-02-16T15:02:42Z</dc:date>
      <clearspace:dateToText>3 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>IE8 Ignores 2nd cfdiv?</title>
      <link>https://forums.adobe.com/thread/595017</link>
      <description>&lt;!-- [DocumentBodyStart:c41a4ba5-0947-4edb-ac26-5692234d4826] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Strange problem that I haven't found any information on after a quick google hunt and forum search.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a page whose job it is to assign coaches to teams. It makes use of cfdiv and cfselect cfc binds to make it as fast and dynamic as possible. The idea is pretty simple:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Choose a competition&lt;/p&gt;&lt;p&gt;- Based on competition choice, show a list of divisions&lt;/p&gt;&lt;p&gt;- Based on division choice, show a list of teams&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- cfdiv to include small page responsible for removing coaches bsed off of team drop-down&lt;/p&gt;&lt;p&gt;- 2nd cfdiv to includee a small page list of coaches that you can assign to the specified team&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In Firefox, this works fine. In IE8, it displays the first CFDIV but not the second. It is attempting to process the second div, since the AJAX debugger complains about how some form values in div2 that are used in div2 to pull up a list of users aren't defined -- but it's not actually displaying the form.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The main container page just has these two lines of code near the end:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfdiv id="div1" bind="url:coach-assignments-div1.cfm?teamID={teamID}" /&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfdiv id="div2" bind="url:coach-assignments-div2.cfm?teamID={teamID}"&amp;nbsp; /&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;div1 works perfectly - div2 does not, only in IE. If I put style="height: 500px;" on the second &amp;lt;cfdiv&amp;gt; tag, it will display 500 pixels of empty space - but even if the first line of code in the div2 file is &amp;lt;p&amp;gt;blah&amp;lt;/p&amp;gt; it won't display that.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can definitely rewrite this to only use a single CFDIV, but I'm curious why this would happen, and why only in IE.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks very much,&lt;/p&gt;&lt;p&gt;Aq&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c41a4ba5-0947-4edb-ac26-5692234d4826] --&gt;</description>
      <pubDate>Fri, 12 Mar 2010 15:07:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/595017</guid>
      <dc:date>2010-03-12T15:07:36Z</dc:date>
      <clearspace:dateToText>4 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Using Cfthread to separate intensive task from page processing</title>
      <link>https://forums.adobe.com/thread/585212</link>
      <description>&lt;!-- [DocumentBodyStart:3c964ba5-3918-4612-8475-9b6f5ec419c2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have what I think is a fairly simple need to separate out a fairly intensive bit of code from the regular page processing. This is under CF8.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We have a page that does a lot of survey result analysis on tens of thousands of records. It's used very rarely and only by one or two people, but our server isn't really equipped to do that kind of thing very quickly.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The consequence is that the entire number-crunching process can push the page load to about 120 seconds. This is fine since everyone involved knows what's going on and why, but I'd display a 'Please wait' sort of message and load all of the layout so it's not just 'waiting for my.web.site...' in their browser.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I put the number crunching section of code into a cfthread and that seemed to do what I want, at last in terms of loading the rest of the page first. The problem is that the thread never outputs anything - nothing that is processed in the thread gets displayed on the page.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is the first time I've used CFTHREAD, and I understand it conceptually from a data processing perspective (such as the examples given in the documentation when you're performing asynchronous tasks like downloading something or grabbing an external RSS feed). I'm just not sure how it relates to page processing. In other words, it seems to me that I'm either doing something simple incorrectly, or else CFTHREAD can't be used this way.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks very much,&lt;/p&gt;&lt;p&gt;Aq&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3c964ba5-3918-4612-8475-9b6f5ec419c2] --&gt;</description>
      <pubDate>Thu, 25 Feb 2010 21:59:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/585212</guid>
      <dc:date>2010-02-25T21:59:09Z</dc:date>
      <clearspace:dateToText>4 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Conditional values within a SQL function?</title>
      <link>https://forums.adobe.com/thread/550977</link>
      <description>&lt;!-- [DocumentBodyStart:f9718aa4-7071-45f8-ade8-cdc03c8c4a8e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I don't know if this is even possible, but I have a client who has a fairly simple table of ratings for players in a sports league - a coach_rating and a league_rating. Typically, the logic is 'if the league rating is defined, use that; otherwise, use the coach rating' (this is so coach ratings may be overridden).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This was all well and good until the client decided that they want historical, statistical analysis done on 'the rating.' I can get the mean and standard deviation of one rating or the other; is there a way to tell SQL to 'take the average of the values in column A, but if there is a value in column B, substitute that value'?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I realize that I could simply pull the raw numbers out of the database and do the math in CF, but I'm trying to avoid that unless there's no other way.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;Aq&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f9718aa4-7071-45f8-ade8-cdc03c8c4a8e] --&gt;</description>
      <pubDate>Wed, 06 Jan 2010 21:00:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/550977</guid>
      <dc:date>2010-01-06T21:00:19Z</dc:date>
      <clearspace:dateToText>4 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Removing CFREPORT Page breaks?</title>
      <link>https://forums.adobe.com/thread/456947</link>
      <description>&lt;!-- [DocumentBodyStart:b1c18805-b8d4-4552-9dda-9be4b1279c9a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;strong&gt;Problem&lt;/strong&gt;: &amp;lt;cfreport&amp;gt; and the Report Builder very generously offers to break a page for me after X number of pixels (or inches) as specified in 'report properties.' This is fine for on-screen reading where it's OK to have all the column headers repeated every 'page.'&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But when I'm downloading it to an Excel spreadsheet, that stuff just gets in the way. I want the column headers once (if at all).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The only solution I've found is to give the 'page height' some astronomically high number, but then you get tons of whitespace for most on-screen formats.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it possible to disable page breaks and just have print everything on one 'page'?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b1c18805-b8d4-4552-9dda-9be4b1279c9a] --&gt;</description>
      <pubDate>Thu, 02 Jul 2009 21:25:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/456947</guid>
      <dc:date>2009-07-02T21:25:19Z</dc:date>
      <clearspace:dateToText>5 years 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFWindow 404 in IE8 but not Firefox</title>
      <link>https://forums.adobe.com/thread/455359</link>
      <description>&lt;!-- [DocumentBodyStart:e72214ae-686e-4cd8-b094-077e8188efaf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We are working on a new (but simple) 'help' system for our web site in which specific pages will have links to them that call /help.cfm#anchorName (where anchorName is the particular subject we want).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;All it needs to work is this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfset helpStr="/inleague/help.cfm" &amp;amp; chr(35) &amp;amp; arguments.helpset&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfwindow source="#helpStr#" height="600" width="750" initshow="false" name="helpWindow"&amp;nbsp; x="100" y="225" /&amp;gt;&lt;br/&gt;&amp;nbsp; &amp;lt;a href="javascript:void(0);" onClick="javascript:ColdFusion.Window.show('helpWindow')"&amp;gt;help for this page&amp;lt;/a&amp;gt; :&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Nothing fancy (that's kind of the point.) This works fine ... in Firefox! In IE8 we get a straight-up 404 File not Found in the CFWINDOW, and if we turn on cfdebug, we get this from the AJAX logger:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;http&lt;/em&gt;: Replaced markup for element:&amp;nbsp; helpWindow_body&lt;/p&gt;&lt;p&gt;&lt;span class="error"&gt;error&lt;/span&gt;:&lt;em&gt;http&lt;/em&gt;: Error retrieving markup for&amp;nbsp; element helpWindow_body : Not Found&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;widget&lt;/em&gt;: Window shown, id: helpWindow&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;http&lt;/em&gt;: HTTP GET&amp;nbsp; /inleague/help.cfm#events?_cf_containerId=helpWindow_body&amp;amp;_cf_nodebug=true&amp;amp;_cf_nocache=tr ue&amp;amp;_cf_clientid=6D7EABB8634520118E88EDEE8FA8E5FC&amp;amp;_cf_rc=0&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;http&lt;/em&gt;: Replacing markup for element:&amp;nbsp; helpWindow_body from URL /inleague/help.cfm#events with params&amp;nbsp; _cf_containerId=helpWindow_body&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;widget&lt;/em&gt;: Creating window: helpWindow&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;widget&lt;/em&gt;: Created grid, id: Events&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;LogReader&lt;/em&gt;: LogReader initialized&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;global&lt;/em&gt;: Logger initialized&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In Firefox, the same AJAX debugger with the same code gives us this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;nfo&lt;/span&gt;:&lt;em&gt;http&lt;/em&gt;: Replaced markup for element: helpWindow_body&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;widget&lt;/em&gt;: Window shown, id: helpWindow&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;http&lt;/em&gt;: HTTP GET /inleague/help.cfm#events?_cf_containerId=helpWindow_body&amp;amp;_cf_nodebug=true&amp;amp;_cf_nocache=tr ue&amp;amp;_cf_clientid=3B0BCF1685A7379DC13D809CFD83F32D&amp;amp;_cf_rc=0&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;http&lt;/em&gt;: Replacing markup for element: helpWindow_body from URL /inleague/help.cfm#events with params _cf_containerId=helpWindow_body&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;widget&lt;/em&gt;: Creating window: helpWindow&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;widget&lt;/em&gt;: Created grid, id: Events&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;LogReader&lt;/em&gt;: LogReader initialized&lt;/p&gt;&lt;p&gt;&lt;span class="info"&gt;info&lt;/span&gt;:&lt;em&gt;global&lt;/em&gt;: Logger initialized&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would've thought that this would be some kind of mapping issue, but we're not using any fancy mapping here, and a server-side mapping issue wouldn't work in Firefox but not IE8. I have a feeling this is something really dumb, but I can't figure it out. any tips?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Aq&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e72214ae-686e-4cd8-b094-077e8188efaf] --&gt;</description>
      <pubDate>Mon, 29 Jun 2009 22:58:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/455359</guid>
      <dc:date>2009-06-29T22:58:36Z</dc:date>
      <clearspace:dateToText>5 years 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>New Ajax-related tags and CF Mappings</title>
      <link>https://forums.adobe.com/thread/440591</link>
      <description>&lt;!-- [DocumentBodyStart:770eb887-3f0e-4fc8-8881-763766bbc7fb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We have an application that is used by multiple clients but has a shared codebase. The way this works is that client's web site gets a virtual directory set up to the application's web root in IIS, so they'd each get www.mycompany.com/neatApp/ where /neatApp is a single directory that issues various calls to CFCs for page layouts. Within the CFC that handles the page layout is a single &amp;lt;cfinclude&amp;gt; who 'template' argument is passed from the file in /neatApp, and which exists in the 'codebase' directory - the real guts of the app. The /codebase directory is not a virtual directory under IIS but is set up as a Coldfusion mapping (i.e. /codebase points to c:\blahblahblah\codebase\).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfinclude&amp;gt; properly looks for a coldfusion mapping and this has served us well for a while.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We're now updating parts of the app to use some of the swanky new CF8 pieces, and the biggest problem we've encountered so far is that, when using things like &amp;lt;cflayout&amp;gt; with a 'source' attribute, or a &amp;lt;cfdiv&amp;gt;, they seem to disregard the CF server mappings - while &amp;lt;cfinclude&amp;gt; will find a file located in /codebase/someDirectory/myfile.cfm, a form action of that same URL in a cflayout tab or in a cfdiv will come up with a file not found: /codebase/someDirectory/myfile.cfm.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm sure this must be covered somewhere but none of the search terms I could divine seemed to illuminate the subject any. We've got things working just by putting the code we need in the IIS-mapped /neatApp virtual directory, but that sort of defeats the purpose of having all the secure code in a different place that isn't exposed to the public web.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any tips?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Aq&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:770eb887-3f0e-4fc8-8881-763766bbc7fb] --&gt;</description>
      <pubDate>Sun, 31 May 2009 21:10:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/440591</guid>
      <dc:date>2009-05-31T21:10:09Z</dc:date>
      <clearspace:dateToText>5 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Autosuggest - beyond the 1st word match</title>
      <link>https://forums.adobe.com/thread/433994</link>
      <description>&lt;!-- [DocumentBodyStart:5dc47bcb-252c-4afc-b543-5d48615c7e29] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've searched for this and come to the conclusion that the answer is either so obvious that it's staring me right in the face, or else it's just something that the built-in autosuggest widget won't handle.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a simple &amp;lt;cfinput&amp;gt; field that looks up a user account based on text input. The query it calls searches for a user's first name, last name, or email address based on the input. Using the AJAX debugging screen, I can see that the appropriate results are, in fact, being fetched by the query.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The problem is, quoting from the livedocs for &amp;lt;cfinput&amp;gt;:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"You do not have to limit the returned data to values that match the &lt;samp class="codeph"&gt;cfautosuggestvalue&lt;/samp&gt; contents, because the client-side code displays only the values that match the user input. In fact, the called function or page does not even have to use the value of the &lt;samp class="codeph"&gt;cfautosuggestvalue&lt;/samp&gt;&lt;/p&gt;&lt;p&gt;parameter that you pass to it. You should, however, use the parameter if the returned data would otherwise be long."&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It's deciding that 'matching the user input' means 'matching the first word of the query results.' In other words, if I have two users, one named Joe Smith and one named Smith Joe, and I search for Smith, it will display Smith Joe but not Joe Smith, because it doesn't 'match.'&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there some way I can say that, if it matches ANY of the words in the query results, rather than just the first one, to include it in the list of autosuggestions?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Aq&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5dc47bcb-252c-4afc-b543-5d48615c7e29] --&gt;</description>
      <pubDate>Sat, 16 May 2009 23:09:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/433994</guid>
      <dc:date>2009-05-16T23:09:52Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Small parts of a large image?</title>
      <link>https://forums.adobe.com/thread/205123</link>
      <description>&lt;!-- [DocumentBodyStart:c671a3c6-e2d6-4854-b91c-13d6890d6d57] --&gt;&lt;div class="jive-rendered-content"&gt;Hello,
&lt;br/&gt;
&lt;br/&gt;This may be more of an HTML solution than a CF solution; I'm
not entirely sure how to go about it.
&lt;br/&gt;
&lt;br/&gt;I have a large map (of France, in this particular case, but
it could be of anything) that is divided by county. I'd like to
have it so, when you click on a county, it shows a sort of
zoomed-in portion of that image. There are not so many counties
that simply making separate images for each one is impossible;
that's my current plan.
&lt;br/&gt;
&lt;br/&gt;But would it be possible to use CF wizardry, assuming I knew
the X and Y coordinates of the location on the large picture I
wanted to view, to somehow display just a slice of the original
picture, without having to carve it up into 40 separate image
files? How would you suggest that I approach this problem?
&lt;br/&gt;
&lt;br/&gt;Thanks very much!
&lt;br/&gt;Sam&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c671a3c6-e2d6-4854-b91c-13d6890d6d57] --&gt;</description>
      <pubDate>Mon, 02 Feb 2009 02:48:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/205123</guid>
      <dc:date>2009-02-02T02:48:38Z</dc:date>
      <clearspace:dateToText>5 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfmail - outgoing SMTP in bulk?</title>
      <link>https://forums.adobe.com/thread/35671</link>
      <description>&lt;!-- [DocumentBodyStart:20f4add2-3f4d-4a78-ac49-87f9a99b6514] --&gt;&lt;div class="jive-rendered-content"&gt;Hello,
&lt;br/&gt;
&lt;br/&gt;We have a few clients who are youth sports leagues and who, a
few times a year, need to send emails out to 'all parents' - this
can be 6000-8000 recipients a pop. We have an email manager program
that generates recipient lists, works with FCKEditor to create the
email, and then loops over the list and initiates a &amp;lt;cfmail&amp;gt;
call for each and every recipient.
&lt;br/&gt;
&lt;br/&gt;This is not usually a problem, even in moderate quantites of
one or two thosuand. The problems occur when we get two leagues who
both do this at the same time, or one league who sends out a big
email and cuts-and-pastes from MS word where the email is 200kb of
HTML. I know we could stop the latter from happening, but I'd
rather find a way to (gasp) enable their bad behavior, if at all
possible.
&lt;br/&gt;
&lt;br/&gt;Originally, we had an offsite email provider that we used for
everything. The problem was that it would require CFMAIL to
authenticate for each and every email sent, adding something on the
order of 5-8 seconds' delay to each email. This made sending more
than a few hundred impractical. We switched to using IIS' built-in
SMTP service right on the same machine as our Coldfusion server,
and this has served us pretty well; we don't authenticate but we
only allow connections from our local IP. We still have the same
basic problem, though, even if it takes more effort to gum up the
works.
&lt;br/&gt;
&lt;br/&gt;My question is: does anyone know a reputable provider of
outgoing, SMTP-only email service that would either not require
authentication, or would cache authentication based on IP so as not
to require us to re-authenticate every single time we send an
email, or else some way around having to send X-thousand individual
emails that won't trigger spam filters? How have you solved this
problem?
&lt;br/&gt;
&lt;br/&gt;Thanks very much!
&lt;br/&gt;SK&lt;/div&gt;&lt;!-- [DocumentBodyEnd:20f4add2-3f4d-4a78-ac49-87f9a99b6514] --&gt;</description>
      <pubDate>Mon, 17 Nov 2008 22:07:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/35671</guid>
      <dc:date>2008-11-17T22:07:46Z</dc:date>
      <clearspace:dateToText>5 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfdiv refreshes binding to radio buttons</title>
      <link>https://forums.adobe.com/thread/94093</link>
      <description>&lt;!-- [DocumentBodyStart:9ceae937-103b-4a22-9584-1f7b574cc7d3] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;Fairly simple issue that I can't find much information about
through google (just one report of it involving a workaround for a
cfgrid rather than a cfdiv).
&lt;br/&gt;
&lt;br/&gt;I have a cfdiv that is bound to a cfselect and two radio
buttons, ala:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfdiv
bind="url:schedule-snippet.cfm?selectAll={selectAll}&amp;amp;orderBy={orderBy}&amp;amp;startDate={startDa te}"
id="schedule"&amp;gt;
&lt;br/&gt;
&lt;br/&gt;selectAll and orderBy are both radio buttons, each of which
has two states. startDate is a cfselect.
&lt;br/&gt;
&lt;br/&gt;The problem is that the cfdiv does not auto-refresh based on
whichever radio button I pass in second -- e.g. in the example
above, it will refresh based on the selectAll radio button but not
the orderBy radio button. If I bind it this way:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfdiv
bind="url:schedule-snippet.cfm?orderBy={orderBy}&amp;amp;selectAll={selectAll}&amp;amp;startDate={startDa te}"
id="schedule"&amp;gt;
&lt;br/&gt;
&lt;br/&gt;Then it will refresh from the orderBy but not the selectAll.
&lt;br/&gt;
&lt;br/&gt;Even more interesting is that, if I put the cfselect
(startDate) AFTER the second radio button in the bind list (as
above) then it won't refresh from that, either. It just sort of
'stops' auto-refreshing once you put in a radio button value. with
anything after that value in the list.
&lt;br/&gt;
&lt;br/&gt;Any ideas?
&lt;br/&gt;
&lt;br/&gt;Thanks,
&lt;br/&gt;Sam&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9ceae937-103b-4a22-9584-1f7b574cc7d3] --&gt;</description>
      <pubDate>Tue, 27 May 2008 16:47:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/94093</guid>
      <dc:date>2008-05-27T16:47:56Z</dc:date>
      <clearspace:dateToText>6 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>AJAX binding and IE radio buttons</title>
      <link>https://forums.adobe.com/thread/49478</link>
      <description>&lt;!-- [DocumentBodyStart:5c44403b-4026-4484-a1f7-6bd648e3d1a4] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;I have a very simple form with a single radio button control
(ten buttons). Clicking on any of them is supposed to pass a URL
variable to a cfdiv at the bottom of the page (outside the form),
which is simply this:
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfdiv
bind="url:#application.codebase#experts/edit-question.cfm?questionVal={questionVal}"&amp;gt;
&lt;br/&gt;
&lt;br/&gt;Questionval is simply a number: 1-10.
&lt;br/&gt;
&lt;br/&gt;This works in Firefox, but in IE, there's a 'click lag' - the
form value is always one click behind you, and it ignores the first
click.
&lt;br/&gt;
&lt;br/&gt;In other words, if the form starts with nothing checked,
nothing happens when you click on any of the numbers. When you
click on a different number, it refreshes the cfdiv with the value
of the previous number - so if the page loads and I click 10,
nothing happens; if I then click 1, it loads the cfdiv with a value
of 10.
&lt;br/&gt;
&lt;br/&gt;If I use @mousedown I can double-click a button and it will
load properly, but obviously that's not an ideal solution. Has
anyone encountered this? Is there a way to upgrade the AJAX library
within Coldfusion manually?
&lt;br/&gt;
&lt;br/&gt;Thanks!&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c44403b-4026-4484-a1f7-6bd648e3d1a4] --&gt;</description>
      <pubDate>Wed, 06 Aug 2008 23:27:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/49478</guid>
      <dc:date>2008-08-06T23:27:42Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>cfselect bind to keypress and onChange?</title>
      <link>https://forums.adobe.com/thread/247393</link>
      <description>&lt;!-- [DocumentBodyStart:5deefa7a-82cc-47c8-a514-8c45583ac088] --&gt;&lt;div class="jive-rendered-content"&gt;Here's a quickie (I think):
&lt;br/&gt;
&lt;br/&gt;I want to bind a cfdiv to a cfselect. I want the div to
refresh whenever the cfselect value changes, whether the change is
caused by a mouse select or a keyboard. The default action for
binding the div to the cfselect seems to be onChange, which (at
least in Firefox 2) only refreshes on a mouse click; changing it to
keypress only refreshes it on (surprise) using the keyboard to
change the value.
&lt;br/&gt;
&lt;br/&gt;What's the easiest way to get it to refresh regardless of how
the cfselect value is changed?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5deefa7a-82cc-47c8-a514-8c45583ac088] --&gt;</description>
      <pubDate>Sat, 21 Jun 2008 22:49:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/247393</guid>
      <dc:date>2008-06-21T22:49:03Z</dc:date>
      <clearspace:dateToText>6 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Upgrading FCKEditor?</title>
      <link>https://forums.adobe.com/thread/68848</link>
      <description>&lt;!-- [DocumentBodyStart:d65d71b9-c635-45c9-9dd9-ae3f72db5dae] --&gt;&lt;div class="jive-rendered-content"&gt;I posted this in the beta forum a month ago and the answer
was 'we'll probably update the version of FCKEditor in the
release.'
&lt;br/&gt;
&lt;br/&gt;The FCKEditor version included in with CF8, 2.4.2, does not
support Opera or Safari. (FCKEditor itself has issues with both of
these browsers for good reason and this is not Adobe's fault by any
stretch.) However, there are more current releases that do support
Opera and Safari. 
&lt;br/&gt;
&lt;br/&gt;It is important to my users that we extend our support to
include these browsers. Is it possible or adviseable to update the
FCKEditor code in the CF8 release?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d65d71b9-c635-45c9-9dd9-ae3f72db5dae] --&gt;</description>
      <pubDate>Tue, 31 Jul 2007 18:26:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/68848</guid>
      <dc:date>2007-07-31T18:26:21Z</dc:date>
      <clearspace:dateToText>7 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Server file browser &amp;amp; family tree code</title>
      <link>https://forums.adobe.com/thread/84542</link>
      <description>&lt;!-- [DocumentBodyStart:0020cf74-ec16-458d-8307-7d8ac6a9b037] --&gt;&lt;div class="jive-rendered-content"&gt;Hiya,
&lt;br/&gt;
&lt;br/&gt;I have two different things I'd like to be able to do,
neither of which I'm entirely sure where to start on.
&lt;br/&gt;
&lt;br/&gt;Firstly, the easy one: I have a page having to do with
medieval genealogy in which you can select a coat of arms. I'd like
to (optionally) display all Coats of Arms in a particular category
to pick from -- the problem is that there are over 1,200 of them,
and displaying them all every time you go to this edit page is
impractical. I know I could make a second-tier edit page just for
coats of arms, but I'd prefer not to do that.
&lt;br/&gt;
&lt;br/&gt;Is there some straightforward way I can have a control on the
page that lets you browse a specified directory on the server, and
only that directory?
&lt;br/&gt;
&lt;br/&gt;Secondly, I'd like to be able to produce some type of family
tree -- any type, really, though eventually different types
(horizontal, vertical, just direct descendants, etc). I have all
this information in my database but I don't know where to start to
try and display it in anything other than HTML list form, which
would get ugly pretty quickly. Has this been done anywhere that
anybody knows of, or is there some jumping-off point I might start
from?
&lt;br/&gt;
&lt;br/&gt;Thanks for the help, as always!&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0020cf74-ec16-458d-8307-7d8ac6a9b037] --&gt;</description>
      <pubDate>Tue, 05 Jun 2007 17:07:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/84542</guid>
      <dc:date>2007-06-05T17:07:13Z</dc:date>
      <clearspace:dateToText>7 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Slow cfmail performance</title>
      <link>https://forums.adobe.com/thread/150718</link>
      <description>&lt;!-- [DocumentBodyStart:274a847b-708d-47c4-a66b-1ba4db802d06] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;We have an email application under CF7 which contacts a mail
server hosted on a different network. It occasionally has to send
out upwards of 6,000 emails.
&lt;br/&gt;
&lt;br/&gt;Though the 'spool delay' setting is 1 second, the log files
(and receipt of emails) indicate that it is only sending out 5-6
emails a minute -- meaning it takes hours for the whole thing to
clear. 
&lt;br/&gt;
&lt;br/&gt;I am not sure where to look for the bottleneck. Our ISP(s)
say they are not throttling SMTP traffic at all and I don't see any
errors in the mail log -- it's working, just very slowly.&lt;/div&gt;&lt;!-- [DocumentBodyEnd:274a847b-708d-47c4-a66b-1ba4db802d06] --&gt;</description>
      <pubDate>Tue, 01 May 2007 14:20:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/150718</guid>
      <dc:date>2007-05-01T14:20:12Z</dc:date>
      <clearspace:dateToText>7 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Troubleshooting flash forms</title>
      <link>https://forums.adobe.com/thread/7055</link>
      <description>&lt;!-- [DocumentBodyStart:aefa7c2d-259a-4289-99b9-e32f547ed9e1] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;I have only two flash forms on a site that I pretty much
clone for different regions of a youth soccer league. One creates a
new user account and the other updates account informaiton. The new
user page is pretty simple (such that I could rewrite it without
flash if I needed). The problem is, I have two working versions of
this page that are identical or nearly identical to a third
version, all on the same server. Two of them work. The third
doesn't.
&lt;br/&gt;
&lt;br/&gt;If I visit the page in IE, I get the full page up until where
the flash form is supposed to start. The little javascript error
box appears in the corner of IE, and it says:
&lt;br/&gt;
&lt;br/&gt;Line: 185:
&lt;br/&gt;Char: 1
&lt;br/&gt;Error: Object expected
&lt;br/&gt;
&lt;br/&gt;If I visit it in Opera (latest version), I get: a big plugin
box that says the plugin isn't installed, and clicking on the box
takes me to the shockwave installer, even though the flash forms
all work in Opera elsewhere on the site.
&lt;br/&gt;
&lt;br/&gt;It seems to me that a syntax error in the form would cause
this, but I haven't changed anything on the page - the only thing
different about this version of the form is that it lives inside a
table-heavy page layout (which I didn't do) while the other ones
all live inside CSS layouts. I don't see how that would make a
difference though.
&lt;br/&gt;
&lt;br/&gt;If you want to see for yourself, go to:
&lt;br/&gt;
&lt;br/&gt;
&lt;a class="jive-link-external-small" href="http://www.brooklynayso.net/new-user.cfm" rel="nofollow"&gt;http://www.brooklynayso.net/new-user.cfm&lt;/a&gt;
and put in any email address, then submit. If you see a new user
screen on the next page, well, it's working. :) 
&lt;br/&gt;
&lt;br/&gt;This is with CFMX 7.0.2 running on a fully updated Win2k3
server. My apologies if this has been answered elsewhere - I
couldn't find it in a quick search.
&lt;br/&gt;
&lt;br/&gt;Thanks!
&lt;br/&gt;
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aefa7c2d-259a-4289-99b9-e32f547ed9e1] --&gt;</description>
      <pubDate>Fri, 10 Nov 2006 19:42:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/7055</guid>
      <dc:date>2006-11-10T19:42:28Z</dc:date>
      <clearspace:dateToText>7 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SQL Server, DateTime, Single Quotes</title>
      <link>https://forums.adobe.com/thread/111749</link>
      <description>&lt;!-- [DocumentBodyStart:7c82f06f-2770-44dc-b5a4-50c57c44a661] --&gt;&lt;div class="jive-rendered-content"&gt;This is something that has been bothering me for a while.
&lt;br/&gt;
&lt;br/&gt;Under what circumstances do you need to encapsulate an ODBC
date from Coldfusion in single quotes when putting it in a query in
SQL Server (2005, in this case)?
&lt;br/&gt;
&lt;br/&gt;I haven't been able to put my finger on it, but it seems to
me that, sometimes, depending on how or if CF manipulates an ODBC
date field it gets from a database, it then may or may not require
single quotes around it if you try to use the CF-manipulated field
in a query -- for example, selecting a datetime, using DateAdd,
then using the result in a new query.
&lt;br/&gt;
&lt;br/&gt;Has anybody run in to this? I always thought that you did not
need single quotes around a datetime, but I have had to use them
once or twice and I am not sure why I had to.
&lt;br/&gt;
&lt;br/&gt;Hope this makes sense!
&lt;br/&gt;
&lt;br/&gt;Thanks,
&lt;br/&gt;SK&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7c82f06f-2770-44dc-b5a4-50c57c44a661] --&gt;</description>
      <pubDate>Sat, 15 Jul 2006 14:28:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/111749</guid>
      <dc:date>2006-07-15T14:28:22Z</dc:date>
      <clearspace:dateToText>8 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>calendarInfusion &amp;amp; 7.0.2?</title>
      <link>https://forums.adobe.com/thread/109413</link>
      <description>&lt;!-- [DocumentBodyStart:7e2a6e45-512f-451c-8abb-d159903ed3ee] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;A small calendar web app I support for a non-profit youth
soccer league suddenly started having some issues and I'm having
trouble pinpointing them. I appreciate that this has to do with a
3rd-party application that is unsupported by anyone (as far as I
can tell) but if anyone has any experience with this, or could
recommend a good alternative solution, that would be great. It
isn't a large paying client, so 'write a new app' is not an option.
&lt;br/&gt;
&lt;br/&gt;Our server us running CF for Windows on top of IIS and SQL
Server 2005. We have been using calendarInfusion for several
months. It's straightforward and does the job. All of a sudden,
we've started getting this error on a couple of very simple
queries:
&lt;br/&gt;
&lt;br/&gt;Error casting an object of type to an incompatible type. This
usually indicates a programming error in Java, although it could
also mean you have tried to use a foreign object in a different way
than it was designed.
&lt;br/&gt;
&lt;br/&gt;This happens on a query as basic as deleting an event based
on a numeric ID (attached code). It also happens when inserting an
event, where it seems to have a problem with inserting a datetime
field - even though the argument is passed thorugh a 'type="date"
required="yes"' cfargument. The kicker is that 
&lt;b&gt;both the delete and the insert actually happen&lt;/b&gt;, and yet CF
errors out on the queries.
&lt;br/&gt;
&lt;br/&gt;The only thing I've done recently is applied the 7.0.2
hotfix.
&lt;br/&gt;
&lt;br/&gt;I realize this is pretty vague, but it's a pretty popular
application (according to the exchange, anyway). In lieu of anyone
with specific familiarity with calendarInfusion, can anyone
recommend a CF- and SQL-based web calendar/event system? Doesn't
have to be too fancy, and does have to be affordable by a
non-profit.
&lt;br/&gt;
&lt;br/&gt;Many thanks for your help!
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7e2a6e45-512f-451c-8abb-d159903ed3ee] --&gt;</description>
      <pubDate>Tue, 11 Jul 2006 18:06:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/109413</guid>
      <dc:date>2006-07-11T18:06:15Z</dc:date>
      <clearspace:dateToText>8 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Exporting query data to Excel - best way?</title>
      <link>https://forums.adobe.com/thread/18465</link>
      <description>&lt;!-- [DocumentBodyStart:507ab53a-cea4-47e0-b8f8-4cbc6ba24b1f] --&gt;&lt;div class="jive-rendered-content"&gt;Hi there,
&lt;br/&gt;
&lt;br/&gt;Something I've had to do a couple of times in the past but
that I don't spend enough time to be a real whiz at is taking a
query result and dumping it to raw text - CSV, tab-delimited,
something like that. Historically, I manually wrote out the new
file in CF with the help of chr() and so forth. Needless to say,
'tedium' doesn't begin to describe this.
&lt;br/&gt;
&lt;br/&gt;I now have a couple clients that want to do this more often,
all of them using Excel. In one case, they ultimately need the file
in CSV format, but I'm wondering: is there perhaps a much easier
way of doing this? Dumping a CFQUERY straight to XML and having
Excel read that in? Some custom tag/CFC that does this more
smoothly than I have been doing it? What's your favorite
CFQuery-to-downloadable-file mechanism?
&lt;br/&gt;
&lt;br/&gt;Thanks!
&lt;br/&gt;Samuel Knowlton
&lt;br/&gt;iamsam.org&lt;/div&gt;&lt;!-- [DocumentBodyEnd:507ab53a-cea4-47e0-b8f8-4cbc6ba24b1f] --&gt;</description>
      <pubDate>Wed, 10 May 2006 19:15:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/18465</guid>
      <dc:date>2006-05-10T19:15:17Z</dc:date>
      <clearspace:dateToText>8 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

