displaying top 100 results
Tracker Comment Comment on java.lang.OutOfMemoryError: Metaspace by Justin T.
Comment on java.lang.OutOfMemoryError: Metaspace by Justin T.
Tracker Comment Comment on java.lang.OutOfMemoryError: Metaspace by Justin T.
Comment on java.lang.OutOfMemoryError: Metaspace by Justin T.
Tracker Comment Comment on Cached queries ignore Query.Sort() by Justin T.
Comment on Cached queries ignore Query.Sort() by Justin T.
Tracker Comment Comment on Cached queries ignore Query.Sort() by Justin T.
Comment on Cached queries ignore Query.Sort() by Justin T.
Comment on URLs with /api/ Fails with 500.0 - Internal Server Error by Justin T.
Comment on Columns added w/ QueryAddColumn w/o a datatype specified that have at least one value in the column fail during a for-in loop by Justin T.
Comment on Columns added w/ QueryAddColumn w/o a datatype specified that have at least one value in the column fail during a for-in loop by Justin T.
Comment on Columns added w/ QueryAddColumn w/o a datatype specified that have at least one value in the column fail during a for-in loop by Justin T.
Comment on isValid("email") shouldn't ignore a "display name" by Justin L.
Justin Cook Never really did, no. However, it hasn't caused any sort of major work issues, so we moved on from the issue.
Portal Comment Comment on Union and diff of arrays by Justin Treher
Justin Treher Whatever you do, put these calls to the underlying java methods in wrapper so that you never call it but one spot in your code base so that whenever Adobe breaks it in a future version cause it's "undocumented" you won't have to fight with your codebase for 6 months.
6739234 CF-4206929 Justin H. There's more information on the Forum.
https://community.adobe.com/t5/coldfusion/odd-behavior-with-xmlparse-and-cf-2016/m-p/10884153?page=1#M184365
2918733 CF-4198396 Justin L. The most recent comment on this ticket indicates that this feature would be part of Update 2, but it isn't mentioned in the patch notes for Update 2 nor 3. Can somebody confirm whether this feature is available yet?
Comment on isValid("email") shouldn't ignore a "display name" by Justin L.
Tracker Comment Comment on Three-way comparison operator ( <=> ) & Comparable interface by Justin L.
Comment on Three-way comparison operator ( <=> ) & Comparable interface by Justin L.
Comment on Expose the interfaces that dictate built-in types by Justin L.
Tracker Issue Can't Relocate Built-In Webserver Default Directory
2608608 CF-4050197 Web Container (Tomcat) Justin Ripley Can't Relocate Built-In Webserver Default Directory Problem Description: Modified server.xml to include both examples of the CONTEXT tag as shown at http://blogs.coldfusion.com/post.cfm/coldfusion-11-migration-guide. Also tried a bunch
3199706 CF-4198866 Nikhil S. Hi Justin,
There are majorly 2 types of charts that CF supports. They being, 1) server-side charts - generated on server, 2) client-side charts - generated on browser
For server-side charts, ZingCharts doesn't support giving width in percentages. (As is the case
2609024 CF-3945110 Installation/Config : Config justin stratton ColdFusion Application Service fails to start after server reboot Problem Description:
Our application server is scheduled for a nightly reboot, and upon restart, the Cold Fusion Application Service fails to start. We have also
Portal Comment Comment on Union and diff of arrays by aliaspooryorik
aliaspooryorik @Justin Thanks for the comment. In the past I would have agreed with you, these days I think taking advantage of the Java methods is a reasonable thing.
These methods are undocumented in CFML land, but they are documented in Java land. So I take your point that Adobe may change
Comment on isValid("email") shouldn't ignore a "display name" by Aaron N.
Comment on isValid("email") shouldn't ignore a "display name" by Aaron N.
2609731 CF-3790842 Core Runtime Justin Treher Implicit Array passed as named parameter to function in block ignores functions Problem Description:
When you call a method passing an implicit array as a named parameter to a function inside of a conditional block (I haven't tested others