search : frameworks

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Tracker Issue Video
5044517 CF-4203439 Language : Application Framework Video All
Portal Topic Framework Migration
Framework Migration
Comment on Make underlying ExtJS framework version selectable from CFAdmin by External U.
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
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
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.
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.
Native event framework
Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by External U.
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.
2611026 CF-3650142 External U. Causes problems with coldbox, a popular CF framework
4719058 CF-4203283 Jonathan C. This is a blocker for anyone using the ColdBox framework who wishes to upgrade to 2018.
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
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
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
Comment on ColdFusion won't start automatically after Windows Update ot >net Framework 4.5.1 by Anit K.
Make underlying ExtJS framework version selectable from CFAdmin
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
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.
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.
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.
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.
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.
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.
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.
4219048 CF-4202030 Nitin K. ColdBox 5 framework works with update1 over CF2018 beta release. https://coldfusion.adobe.com/discussion/2480364/    Closing the bug.
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.
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.
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.
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
,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
.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
.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
Bug 78816:ColdFusion framework checks for remote method name EVEN if OnCFCREquest() event handler is present - http://bjam
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
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
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
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
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
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
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.
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.
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; }
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
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.
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.
and totally wrong on this issue. Go log a bug with the framework, seriously. This is not a CFML issue at all.
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.
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.
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
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)
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?
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
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
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?
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
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
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.
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
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
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
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
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
frameworks from the applications in which they live. We do not want to provide a location within the framework for application specific code and we also do not want to rely on outside paths not configured in the application. Thus, having the ability to provide a runtime path mapping, would fix these issues
2600303 CF-3039173 Language : CF Component Joel Cox Bug 78588:When using Mach-II 1 Problem: When using Mach-II 1.8 framework, application bombs on this statement (in framework code): where arguments.value is of type "any" This works properly in Beta 2, does not in the June 29 intermediate