displaying top 100 results
Tracker Issue Native event framework
Native event framework
Tracker Comment Comment on Native event framework by External U.
Comment on Native event framework by External U.
Make underlying ExtJS framework version selectable from CFAdmin
Tracker Comment Comment on Native event framework by External U.
Comment on Native event framework by External U.
Tracker Comment Comment on Make underlying ExtJS framework version selectable from CFAdmin by External U.
Comment on Make underlying ExtJS framework version selectable from CFAdmin by External U.
Tracker Comment Comment on Make underlying ExtJS framework version selectable from CFAdmin by External U.
Comment on Make underlying ExtJS framework version selectable from CFAdmin by External U.
Tracker Comment Comment on Make underlying ExtJS framework version selectable from CFAdmin by External U.
Comment on Make underlying ExtJS framework version selectable from CFAdmin by External U.
Bug 75220:With the new changes in cfscript, CFWHEELS framework is broken
Bug 74612:Transfer ORM framework will not run on Centaur due to CFSCRIPT changes
Tracker Issue Bug 78816:ColdFusion framework checks for remote method name EVEN if OnCFCREquest() event handler is present - http://bjam
Bug 78816:ColdFusion framework checks for remote method name EVEN if OnCFCREquest() event handler is present - http://bjam
Comment on Bug 78816:ColdFusion framework checks for remote method name EVEN if OnCFCREquest() event handler is present - http://bjam by External U.
Comment on Bug 78816:ColdFusion framework checks for remote method name EVEN if OnCFCREquest() event handler is present - http://bjam by External U.
Comment on Bug 78816:ColdFusion framework checks for remote method name EVEN if OnCFCREquest() event handler is present - http://bjam by External U.
Tracker Issue Video
5044517 CF-4203439 Language : Application Framework Video All
Tracker Comment Comment on Framework by Rupesh K.
Comment on Framework by Rupesh K.
Portal Topic Framework Migration
Framework Migration
Portal Topic The power of ColdFusion functions and closures
Sean Corfield The power of ColdFusion functions and closures The ColdFusion ecosystem has a number of MVC (Model-View-Controller) frameworks — with ColdBox and FW/1 (Framework One) currently being the most popular — and some of them are directly inspired by MVC frameworks in other technologies: cf
Portal Topic Taffy for REST – Part 1: Setup
James Mohler Taffy for REST – Part 1: Setup TaffY: The REST Web Service Framework for ColdFusion
The post Taffy for REST – Part 1: Setup appeared first on ColdFusion. Blog,Third Party Solutions,blog,framework,rest,third party solutions
Tracker Comment Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by Anit K.
Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by Anit K.
2611669 CF-3602420 External U. Most modern Web app frameworks have this. CF needs it to both compete and grow the ecosystem. Contributions will happen and the community will grow if there's a package manager and pluggable framework.
Tracker Comment Comment on Bug 74246:cfinvoke against a persistent CFC fails with error message by External U.
2602253 CF-3037057 External U. This will cause all sorts of bizarre failures in community frameworks if it isn't fixed! Users will pass in persistent CFCs and the framework will blow up unexpectedly. This has to be fixed.
Tracker Issue Framework
Framework
Tracker Comment Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Tracker Comment Comment on Persistent components shall not need a persistent or embeddable attribute when a mapping file is defined by Rupesh K.
2608596 CF-4053554 Rupesh K. The framework *requires* these attributes to be present on the CFC to work.
2611026 CF-3650142 External U. Causes problems with coldbox, a popular CF framework
Tracker Comment Comment on Framework by Adobe D.
Comment on Framework by Adobe D.
Tracker Comment Comment on WebSocket Channel imeplementation does not work in a ColdFusion Cluster by Awdhesh K.
2614573 CF-3094569 Awdhesh K. Added cluster framework for WebSocket
Tracker Comment Comment on On the fly app specific mappings not registering correctly by Jonathan C.
4719058 CF-4203283 Jonathan C. This is a blocker for anyone using the ColdBox framework who wishes to upgrade to 2018.
Tracker Comment Comment on Persistent components shall not need a persistent or embeddable attribute when a mapping file is defined by Rupesh K.
2608596 CF-4053554 Rupesh K. Theoretically the differentiation can be made based on whether the mapping is defined or not, but that is not practical. There are many reasons - one of the reason is modularity of framework and the performance of object creation. Object creation using "new" or create
Tracker Comment Comment on invokeImplicitAccessor should be a CFC setting, not an Application.cfc setting by External U.
2609048 CF-3941602 External U. A good reason to have this at a CFC level is so frameworks/libraries can leverage the feature without needing to mandate that the developer turn it on for the entire application. Or for that matter,if there is a potential incompatibility, framework/libraries can
Tracker Comment Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by Anit K.
Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by Anit K.
2612796 CF-3429588 External U. Consider this:
obj = new SomeThing;
function f() { ... }
obj.f1 = f;
obj.f2 = function() { ... }
Now obj has two dynamically added methods, f1 and f2, that can both be called and treated like regular methods.
Suppose obj is being used inside a framework that does
2609891 CF-3750731 Paul N. Adam, Thanks for clarifying the scenario. This is what I understood.
In your application you have defined a Custom Serializer and it is configured in your Application CFC. Your Application CFC extends from the framework's Application CFC. So if there is some
Tracker Comment Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by Anit K.
Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by Anit K.
3338886 CF-4199375 Bradley W. Please note, Lucee has already implemented this feature. Please match their implementation or frameworks won't be able to use it.
https://luceeserver.atlassian.net/browse/LDEV-1000
2673042 CF-4155300 External U. This would be useful for applications that are not built on frameworks such as FW/1, ColdBox, and others (which provide tooling to configure things like datasource names based on environment).
Serializer.cfc
-------------------------
Configure the Custom Serializer in your Application.cfc
And try the testcase
Testcase.cfm
--------------------
This is perfectly possible using the Custom Serializer feature.
This is not a framework. But it is an just an extension point, to plugin your implementation. You can
Tracker Comment Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Tracker Comment Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Tracker Comment Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Tracker Comment Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
2611175 CF-3634391 Adobe D. Is there a particular setup/framework required to help reproduce this? Some additional information would help us look into this.
(Comment added from ex-user id:vnigam)
2612387 CF-3516704 Suchika S. test case added at:\depot\ColdFusion\qa\cf\regression\coretests\coldfusion\tags\web-application-framework\cfthread\bugs\CF-3516704\
2612796 CF-3429588 External U. This will cause problems down the line, especially for framework authors.
I'll add a longer note explaining why this is a stupid decision after submitting this vote.
Tracker Comment Comment on Pages with frames sometimes load the wrong page when updating multiple frames by External U.
2613562 CF-3227975 External U. I am a developer on the FarCry framework mentioned - this is a significant issue for those of our users that work on Macs.
Tracker Comment Comment on wsdl2 does not show extended functions by Akhila K.
2613630 CF-3197933 Akhila K. ColdFusion internally uses Axis Web service framework.
Not showing extended functions is an issue with Axis 2 .This will get fixed when ColdFusion is upgraded to later version of Axis. Thanks.
Tracker Comment Comment on SerializeJSON() does not fully serialize array of entities from Entity Load by External U.
2613720 CF-3175667 External U. More and more developers are requiring JSON serialization to communicate with a variety of JS frameworks. Inattention to this bug only serves to prevent uptake of ORM in ColdFusion.
2602118 CF-3037208 External U. Agreed could be useful being able to parse url parameters to clear your cache like some of the frameworks do etc...
2602397 CF-3036895 External U. +1 vote - mostly for the use case of frameworks or other reusable code being able to manage their own mappings outside of the applicaiton.cfc.
Tracker Comment Comment on getApplicationMetaData() broken by Nitin K.
4219048 CF-4202030 Nitin K. ColdBox 5 framework works with update1 over CF2018 beta release.
https://coldfusion.adobe.com/discussion/2480364/
Closing the bug.
Tracker Comment Comment on Elvis Operator Bug 2 by Bradley W.
3746251 CF-4200234 Bradley W. This is one of the reasons the ColdBox framework still cannot use elvis. We need to support CF11 and bugs like this make it unusable.
Tracker Comment Comment on Elvis Operator Bug by Bradley W.
3746249 CF-4200233 Bradley W. This is one of the reasons the ColdBox framework still cannot use elvis. We need to support CF11 and bugs like this make it unusable.
Tracker Comment Comment on [elvis] [peter]: elvis operator returns second operand in some cases even if the first operand is not null by Bradley W.
2608961 CF-3952818 Bradley W. This is one of the reasons the ColdBox framework still cannot use elvis. We need to support CF11 and bugs like this make it unusable.
4719058 CF-4203283 Jae J. I am in the process of migrating to ColdFusion 2018 and all of our applications are currently running on ColdBox framework. If this doesn't get fixed soon then we will NOT migrate to ColdFusion 2018.
Tracker Comment Comment on CF2018 Add On Issue by David B.
5747785 CF-4204399 David B. CommandBox is becoming the standard for CF dev environments (on any framework). We could use a quick resolution on this one.
2608746 CF-4012852 Rupesh K. Since the object is created by the ORM framework, it has to ensure that object is fully constructed and properly initialized. The constructor must be called so that any initialization required can be done. So we follow the same rule that Hibernate or any other ORM
Tracker Issue Bug 80347: There are many problems with the getWindowObjectvar folderWindow = ColdFusion
,66);does not work with the EXT 3.0 Framework. The documentation with Adobe is still refering to the EXT 1.1.1 Framework when researching the ColdFusion.Window.getWindowObject()I understand that the setContentSize or the moveTo is not in the EXT 3.0 Framework. I tried to access the EXT 3.0 Framework
Tracker Issue Bug 82205:[JFERNANDES] Modeler panels throws stacktrace if LCDS 3 related instance is not running
.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:193)at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:370)at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:446)at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:399)at org.eclipse.osgi.framework
Tracker Issue Bug 79510:Today Download ColdFusion 9 Installer for 32-bit MacintoshOn Mac OS X Version: 10
.app/Contents/Resources/Javasun.boot.class.path: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jsfd.jar /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/classes.jar /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/ui.jar /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes
Portal Topic VueJS for ColdFusion programmers: First 10 minutes
Query or AngularJS or Angular you are kind of in the right neighborhood. It is perhaps a prefect complement to ColdFusion development VueJS describes itself as Vue is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed […]
The post VueJS for Cold
Portal Topic 5 Reasons Why Adobe ColdFusion is Better Than C#
Michaela Light 5 Reasons Why Adobe ColdFusion is Better Than C# The .NET framework is one of the web’s most popular developing platforms. It consists of many different languages under one umbrella framework. C# is one of these languages. Others include VB.NET and F#. It gets a lot of support as a
Tracker Comment Comment on logging and try / catch has a flaw by External U.
2609882 CF-3752424 External U. If you control the try / catch, you can choose which exceptions to catch. The problem here is the framework you mention, that is catching "any" exceptions I suspect, instead of just the ones it knows how to handle. Go log a bug against the framework.
The whole point
Tracker Issue Add onAfterRequestEnd to Application.cfc
3122939 CF-4198749 Language : Application Framework : ApplicationCFC Peter Freitag Add onAfterRequestEnd to Application.cfc It would be useful to do some processing onAfterRequestEnd, that is after the response has been sent to the client. This would allow you to perform things like logging
Tracker Issue New Feature
2612300 CF-3528592 Language : Framework Support navin tez seepana New Feature Why don't we add drag and drop of Tags.
As soon as we type in we get the Tags and drop them into the workspace with per-filled
----------------------------- Additional Watson Details
Tracker Issue Missing in Coldfusion 2016: ext-yui-adapter.js
3370646 CF-4199447 AJAX Jesse Nelson Missing in Coldfusion 2016: ext-yui-adapter.js Problem Description: cfajaximport no longer loads the ext-yui-adapter.js file
Steps to Reproduce:
Actual Result:
script tag for ext-yui-adapter.js does not appear
Expected Result:
While the YUI framework
Tracker Issue Make Semicolons Optional
3370683 CF-4199448 Language : CFSCRIPT Luis Majano Make Semicolons Optional This is already documented here:
https://tracker.adobe.com/#/view/CF-3036996
But deferred so opening again. Please modernize, Lucee already supports this, and this is the biggest pain for framework and software developers
Tracker Issue ___IMPLICITARRYSTRUCTVAR16 when using ArrayFind
5286636 CF-4203974 Language : Application Framework ___IMPLICITARRYSTRUCTVAR16 when using ArrayFind Problem Description:
I'm getting an error of an undefined variable which is used nowhere in the code.
Steps to Reproduce:
{code:java}
{code}
Actual Result:
Variable
3009088 CF-4198519 Bradley W. This is a great feature to speed up performance for an operation that needs performed on a collection, but doesn't need to be done serially. Please copy the Lucee precedent though so frameworks can use it in the future across both engines.
Tracker Comment Comment on Concurrency issues when writing to mappings returned from getApplicationMetadata() under load by Bradley W.
2910498 CF-4198394 Bradley W. The code in this ticket is part of the ColdBox framework, which runs on every request to set up dynamic mappings for installed modules. I'm very interested in getting this looked at. Seems like some sort of concurrency issue under the covers in ColdFusion.
Tracker Comment Comment on Persistent components shall not need a persistent or embeddable attribute when a mapping file is defined by External U.
2608596 CF-4053554 External U. @Rupesh Kumar That's an implementation detail of the framework and I'm sure it could be changed. With the replies I received on various issues so far I really have the feeling that Adobe is always looking for reasons not to fulfill requests before even trying to find
2608722 CF-4017604 Akhila K. With latest versions of ColdFusion, web services created using createObject do not get added dynamically to administrator. This is as per design and got introduced with latest Axis framework addition to server.
Thanks,
Akhila.
2608776 CF-4003807 External U. This is probably due to the underlying changes in the JS framework that powers it.
We had this issue and used the following CSS to allow modals with content larger than the set height to scroll.
.x-panel-body > div {
overflow: auto;
}
Tracker Comment Comment on For ... in loop on single element list fails with coldfusion.runtime.ScopeCastException by Kailash B.
2608823 CF-3983656 Kailash B. Fix verified in build: 295804
Test case used: //depot/qa/cf/regression/coretests/coldfusion/tags/web-application-framework/cfscript/language_enhancements/for-in/Bugs/CF-3983656/forin_CF-3983656_nameZip.cfm
Tracker Comment Comment on Clustered cache regions using cfquery causes endless request by Akhila K.
2609200 CF-3912610 Akhila K. We are unable to find the jar files of appropriate version for :
- terracotta-toolkit-runtime-ee-4.1.5.jar
- ehcache-ee-2.8.5.jar
So please provide them(or download links, if they belong to any particular framework especially terracota) to repro the case. Thanks.
Tracker Comment Comment on String member functions break existing code that relies on java.lang.String member functions by External U.
2609881 CF-3753710 External U. If the most popular frameworks can't run on it... then something needs to be looked at for backwards compatibility... otherwise you just eliminated ADOBE CF 11 as an option for a majority of its current customers.
Tracker Comment Comment on logging and try / catch has a flaw by External U.
and totally wrong on this issue.
Go log a bug with the framework, seriously.
This is not a CFML issue at all.
Tracker Comment Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Tracker Comment Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Tracker Comment Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Tracker Comment Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
with frameworks like ColdBox that already provide implicit pre/post/around AOP-style functionality.
Tracker Comment Comment on REST method calls do not correctly fire Application.cfc event handlers by Rupesh K.
2611797 CF-3590745 Rupesh K. well, the argument can be made either way. The way it is designed right now is - if the call is explicitly to the CFC, onCFCRequest is called.
I think another reason for this design might be the way these frameworks are wired with Axis, Jersey etc. It would have been
Tracker Comment Comment on Framework by External U.
Comment on Framework by External U.
Tracker Comment Comment on Improve CFML's OO-ness by External U.
2612086 CF-3559652 External U. This enhancement would allow coldfusion users to move to a fully OOP framework rather than maintaining the entire ability and structure of the language as a mental model. Referencing object methods is an intuitive and efficient way for programmers. (See: All the books)
Tracker Comment Comment on Exceptions in REST Services doesn't trigger Application.cfc's onError or Site-wide Error Handler by External U.
2612467 CF-3506757 External U. Hi Adobe, it's been a couple months since this has been reported. This is a critical framework bug. Is anyone monitoring this bug forum? Can someone from the ColdFusion team respond?
Tracker Comment Comment on Some web services with data structure as argument values could not execute by Paul N.
2612559 CF-3498968 Paul N. For now, you can use a workaround to using Axis 1 engine to do the client side stub.
You can change the code like,
I have just added a wsversion="1" in the tag.
Will fix this issue with Axis 2 framework also.
Thanks
Tracker Comment Comment on Create an express install by External U.
2612917 CF-3370889 External U. +1,000,000 This is desperately needed. This would make testing soooo much easier. I would even dare to say that express edition are need for versions 8 and 9 since those are still widely used and most frameworks (including CFWheels) support the older engines.
2613836 CF-3158283 Sanjeev K. Its a bug with Weblogic. Oracle Bug#13657792: "SERVLET 3.0 FILE UPLOAD BREAKS OTHER FILE UPLOAD FRAMEWORKS"
http://comments.gmane.org/gmane.comp.jakarta.struts.user/181975
Tracker Comment Comment on Bug 79390:There is currently no way of dynamically invoking a CFC's method in CFScript by Rupesh K.
2616150 CF-3039641 Rupesh K. I get that Sean. My question though is on - "instead we get a silly built-in function which makes it impossible for framework writers to create portable code -- we have to use evaluate() for this". Why would you need to use evaluate if you are using invoke?
Tracker Comment Comment on Bug 79390:There is currently no way of dynamically invoking a CFC's method in CFScript by External U.
2616150 CF-3039641 External U. This syntax works in Railo/Lucee and is very helpful for frameworks like ColdBox/TestBox that deal with dynamic method invocation. Please consider this for CF12 as we currently have to use evaluate() to get a portable solution that works on all CF engines.
Also
2601627 CF-3037762 External U. Would be great if metadata be present with default values, this would really help us in writing better frameworks code :)
Tracker Comment Comment on Bug 75031:(Watson Migration Closure)This is an ER to request support for relative component paths by External U.
2602047 CF-3037289 External U. It would make life easier for people who develop frameworks and applications that get distributed and can't make any assumption about where and hoe the apps will be deployed
2682460 CFB-4090449 External U. Hi,
I am still have to set this up. I am on:
Mac OS X (10.11.2)
java 1.8
I changed this in the info.plist (First I right clicked on the CF Builder icon to to the resources)
I modified:
-vm/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Commands
Tracker Comment Comment on Interface checks are now runtime and not at CFC creation, breaking TestBox by Sean C.
4607226 CF-4203134 Sean C. When interfaces were introduced, you insisted on NOT doing runtime checks for performance reasons. Now you've added a Java feature that no one asked for and added runtime checking and broken a widely used framework.
Tracker Comment Comment on getCanonicalPath appends colon when path ends with trailing slash by Tobias R.
6445350 CF-4205827 Tobias R. The colon is missing in the most recent update. However, code that I'm using (a third party framework that hasn't been updated recently), uses getCanonicalPath and expects the path to have a trailing slash -- the most recent version of getCanonicalPath omits
framework. I currently use FW/1 but am planning on trying Coldbox again soon. Any existing project he touches will be in a framework so he will be picking that up as well. So spaghetti code will definitely be a no go and would advise the same to anyone else getting a new developer started.
I like your
Tracker Issue Numeric literals should be Double, not String
for example this code:
https://github.com/framework-one/cfmljure/blob/master/index-acf.cfm
and compare to this code:
https://github.com/framework-one/cfmljure/blob/master/index.cfm
In addition to Java interop concerns, storing numeric literals as strings means extra conversions are needed, making numeric
Tracker Issue [ANeff] Bug for: <cfloginuser> breaks Admin API access
is not authorized to invoke this method.
true success!
- If user is not logged-in via framework, then Admin API calls succeed.
- If user is logged-in via framework, then Admin API calls fail.
should not be breaking Admin API access.
----------------------------- Additional Watson Details
Tracker Issue Backward compatibility issue with CF11
2609879 CF-3753750 Language : Framework Support Andrew Scott Backward compatibility issue with CF11 It seems that something major has changed in ColdFusion 11, which means frameworks like ColdBox and ContentBox no longer work. It appears to be an issue where it is failing on this
component extends
Tracker Issue ContentBox another ColdBox application will not run on CF10 but runs fine on CF9.01 and railo
2613824 CF-3160217 Language : Framework Support Andrew Scott ContentBox another ColdBox application will not run on CF10 but runs fine on CF9.01 and railo Problem Description:
The following will not work on ColdFusion 10, with IIS connectors. However this will work on CF 9 and railo.
https