displaying top 100 results
Portal Topic CF Objective 2017 Links and Wrap Ups
CF Objective 2017 Links and Wrap Ups
Portal Topic CFObject in CF 2018 for calling a COM object
CFObject in CF 2018 for calling a COM object
Comment on Error instantiating a COM Object - CF10 by External U.
Tracker Issue CF arrays no longer accepted by Java objects requiring arguments of type java.util.Vector
CF arrays no longer accepted by Java objects requiring arguments of type java.util.Vector
Comment on CFObject in CF 2018 for calling a COM object by Piyush K.
Unable to instatiate object for using CF Webchart feature
Tracker Comment Comment on CF9 Query of Queries on CF10 Query object only returns the first row by External U.
Comment on CF9 Query of Queries on CF10 Query object only returns the first row by External U.
Tracker Issue CFObject in CF 2018 for calling a COM object
CFObject in CF 2018 for calling a COM object
Tracker Issue CF -> Java Lambdas
4014007 CF-4201310 Language : Java Integration Luis Majano CF -> Java Lambdas Doing modern Java integration sucks at this point with CFML. No easy way to class load dynamically, extend java objects and implement java objects from CFCs. Please look at my other tickets on extending java classess
Comment on Unable to instatiate object for using CF Webchart feature by Adobe D.
Comment on CFObject in CF 2018 for calling a COM object by H_kumar
Comment on CFObject in CF 2018 for calling a COM object by lscherr
Tracker Issue [ANeff] Bug for: CF caches S3 metadata
2609183 CF-3915081 File Management Aaron Neff [ANeff] Bug for: CF caches S3 metadata Duplicate ID: CF-3226380
CF caches S3 metadata
Steps to reproduce:
1) run writeDump(storeGetMetadata("s3://mybucket/file.txt"))
2) add/edit/delete any of the object's metadata
3) run write
Tracker Issue Web Services not listed in CF Admin - cannot delete
2608722 CF-4017604 Web Services : Axis 2 Abram Adams Web Services not listed in CF Admin - cannot delete Problem Description:
When using createObject("webservice"...) to connect to a wsdl and consume the web service the CF Admin used to list these urls in the "Data & Services > Web Services
2609004 CF-3948955 Web Services : Axis 2 Kevin Benore Empty Query Improperly Displaying in WebServices in CF 11 Problem Description: Empty queries on Axis 2 for BOTH CF 10/CF 11 comes back as a QueryBean object instead of empty query (as it does with Axis 1). Queries with results come back
were asking “is ColdFusion dead?” Muracon 2017 Adobe ColdFusion Government Summit IntoTheBox 2017 ColdFusion Conference cf.Objective 2017 NCDevCon CFCamp 2017 Adobe ColdFusion Summit 2017 ColdFusion webinars Confirmed conferences for 2018 Confirmed conferences for 2018 So far […]
The post Which CF
Comment on Error instantiating a COM Object - CF10 by External U.
Comment on CFObject in CF 2018 for calling a COM object by lscherr
Tracker Comment Comment on ColdFusion.Grid.getGridObject not returning object in cf11 update 12 by Vamseekrishna N.
Comment on ColdFusion.Grid.getGridObject not returning object in cf11 update 12 by Vamseekrishna N.
Tracker Comment Comment on Bug 80973:COM Interoperability with CF on 64 bit Windows throws 32 bit dll error by External U.
2616149 CF-3040504 External U. Even just using the following code will throw the error.
function FileDateCreated(path)
{
var returnValue = '';
var FileSystemObject = CreateObject('COM', 'Scripting.FileSystemObject');
var GetFile = '';
if(FileExists(path))
{
Get
3557837 CF-4199892 Dattanand M. @Aaron This is an expected behavior as an object as an argument works like a call by reference .
For primary data types and string, it works as call by value, just like java.
Tracker Comment Comment on CF arrays no longer accepted by Java objects requiring arguments of type java.util.Vector by HariKrishna K.
Comment on CF arrays no longer accepted by Java objects requiring arguments of type java.util.Vector by HariKrishna K.
Tracker Issue Error instantiating a COM Object - CF10
Error instantiating a COM Object - CF10
Comment on The CF10 script query object adds spaces in quotes by External U.
Tracker Comment Comment on XML Webservices not working on CF 10 by Milan C.
2609154 CF-3919057 Milan C. The service is still working in axis1, probably it has to do something with the compatibility between axis1 and axis2
As a workaround, user can pass wsversion=1 in arguments while creating webservice object.
obj = createObject("webservice", "accessiblewsdl", {wsversion
ColdFusion.Grid.getGridObject not returning object in cf11 update 12
Comment on CFObject in CF 2018 for calling a COM object by Charlie Arehart
Comment on CFObject in CF 2018 for calling a COM object by Piyush K.
Comment on CFObject in CF 2018 for calling a COM object by LOUIS S.
Comment on CFObject in CF 2018 for calling a COM object by Dave Watts
Bug 83497:(Watson Migration Closure)Modify ArrayNew() to take a native java array and return a CF array:for( var i in arrayNew(object
3557837 CF-4199892 Aaron N. Hello? Date-time objects are simple values. Simple values pass by value. https
Tracker Issue Stack traces inconsistent with previous CF releases
-requested module) use the target of the symlink. This inconsistent handling of symlinks is seen both at the Java level (stack trace available via exception object) and in a dumped CF exception (these steps use a simple exception to demonstrate the problem)
For our application, this is critical, since we
Comment on Bug 83497:(Watson Migration Closure)Modify ArrayNew() to take a native java array and return a CF array:for( var i in arrayNew(object by External U.
Tracker Comment Comment on CF9 Query of Queries on CF10 Query object only returns the first row by External U.
Comment on CF9 Query of Queries on CF10 Query object only returns the first row by External U.
Tracker Comment Comment on sort higher order functions should return the sorted object, not simply "YES" by Peter F.
3048748 CF-4198572 Peter F. Agree, should return the object not a boolean.
Bug 85247:It would be nice if CF had a built-in function called Null() or None() which would return a special object (like struct/array) that can be used
Tracker Comment Comment on ObjectLoad() Component Never Garbage Collects / ObjectLoad() = Memory Leak by Piyush K.
5065022 CF-4203450 Piyush K. Chris,
I've tried running the attached test code on CF2016 u12 and CF2018 u7 (on win x64). I can see the memory used by CF process getting reclaimed by the OS.
I am using the default CF caching ehCahce with CF's objectLoad and objectSave (not your custom object
2608722 CF-4017604 External U. How is one supposed to "refresh" these webservices that are created via creatObject? The only way I've been able to is to delete the contents of the cfusion/stubs/ folder and restart CF. If this is by design, it's a bad one.
5065022 CF-4203450 Core Runtime,Performance ObjectLoad() Component Never Garbage Collects / ObjectLoad() = Memory Leak
setting requesttimeout=600;
function testObjectLoadSave() {
var itemCount = 1000;
var thingMap = {};
for (var i=0; i
3557837 CF-4199892 Aaron N. Hi Dattanand,
Simple values, like date-time objects, must pass by value? Please see: https
Tracker Comment Comment on cfmediaplayer fails if using jQuery 1.7 by Adobe D.
2613606 CF-3206511 Adobe D. Bug verified.
Exception : Object [object Object] has no method 'strobemediaplaybackhtml5' at cfmediaplayer_wrapper.js:343
(Comment added from ex-user id:vnigam)
Tracker Comment Comment on Add object methods to FIle objects by External U.
Comment on Add object methods to FIle objects by External U.
Tracker Comment Comment on Add object methods to FIle objects by External U.
Comment on Add object methods to FIle objects by External U.
Tracker Issue APSB13-13 breaks adding new CF Instances
.jmc.management.JMCConfiguration.getServer(JMCConfiguration.java:209)
at jrunx.jmc.management.tags.ObjectSpecifyingTag.getAssociatedServerObject(ObjectSpecifyingTag.java:190)
at jrunx.jmc.management.tags.RemoveTag.doStartTag(RemoveTag.java:60)
at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2712)
at cfprocessaddserver2ecfm69052581._factor17(C:\work\cf9
Tracker Comment Comment on [ANeff] Bug for: isObject(image) and isObject(spreadsheet) and isObject(file) return YES by Immanuel N.
2608387 CF-4104246 Immanuel N. James,
I raised another bug, CF-4179264, to track reported inconsistencies in isPDFObject()
For the rest of the cases, isObject returns NO.
isObject returns True/YES only for ColdFusion objects.
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.
Tracker Issue Bug 87251:-(Watson Migration Closure)I'm running CF 9
Bug 87251:-(Watson Migration Closure)I'm running CF 9
Tracker Comment Comment on keyExists member function not available on all struct objects by External U.
2608886 CF-3971067 External U. Further questions: If the exception object is not a "Map", what is it? What is the business reason for using a different object type for exceptions than other structures?
Tracker Comment Comment on Add isFile() to the language by Rupesh K.
2613519 CF-3299625 Rupesh K. Added a method IsFileObject(fileObj) which will check if the object passed is the fileStream object that you get upon calling FileOpen().
Tracker Issue XML Webservices not working on CF 10
XML Webservices not working on CF 10
Tracker Comment Comment on ColdFusion.Grid.getGridObject not returning object in cf11 update 12 by Sridharan R.
Comment on ColdFusion.Grid.getGridObject not returning object in cf11 update 12 by Sridharan R.
Tracker Comment Comment on [ANeff] ER for: CF self-documentation as part of any possible language overhaul by External U.
2608385 CF-4104564 External U. I tried using spreadsheetNew().getClass().getMethods() to find all of a spreadsheet object's member functions. I called .getName() on each result, but not all of the member functions are listed.
I hope this ER is considered for Aether. Adam's idea for a CFML object w
Tracker Comment Comment on An exception occurred when instantiating a COM object on CF9.02 32 bit & Win 64 bit OS by Piyush K.
Comment on An exception occurred when instantiating a COM object on CF9.02 32 bit & Win 64 bit OS by Piyush K.
Tracker Comment Comment on Need to document Timestamp and Object, for the columntypelist. by External U.
2608559 CF-4064813 External U. +1 - Thanks, Preethi, for filing this. It should also be documented that "Object" is the default type.
Tracker Comment Comment on queryExecute - Add Map function by Vamseekrishna N.
2608510 CF-4073770 Vamseekrishna N. We will be adding map and reduce member functions on query object as part of #CF-3713323
Tracker Issue Bug 87144:-(Watson Migration Closure)document the now undocument getTime() method on cf datetime objects & make it official
Bug 87144:-(Watson Migration Closure)document the now undocument getTime() method on cf datetime objects & make it official
some investigation at our end and the behavior is exactly as you say. However it seems that it is not an onCFCRequest issue but a general issue with serializing throwable CF objects.When any request is thrown from event handler functions like onrequest() et al, we wrap it with Event handler exception
Tracker Comment Comment on [ANeff] Bug for: isObject(image) and isObject(spreadsheet) and isObject(file) return YES by External U.
2608387 CF-4104246 External U. Can the title please be changed to:
[ANeff] Bug for: isObject(image) and isObject(spreadsheet) and isObject(file) return YES
Updated repro which shows isObject() returns YES for a file object:
cfhtmltopdf(name="myPDF") {writeOutput("foo");};
myQuery = query
Tracker Issue A query object with a column type "object" becomes column type "longvarchar" after being converted to WDDX and back
2612231 CF-3536920 Core Runtime John Bartlett A query object with a column type "object" becomes column type "longvarchar" after being converted to WDDX and back Problem Description: Creating a query with a column of type "object" does not stay "object" if converted to WDDX and back. Adding a new
Tracker Issue [ANeff] Bug for: isObject(image) and isObject(spreadsheet) and isObject(file) return YES
2608387 CF-4104246 Language Aaron Neff [ANeff] Bug for: isObject(image) and isObject(spreadsheet) and isObject(file) return YES isObject(image) and isObject(spreadsheet) returns YES
Repro:
cfhtmltopdf(name="myPDF") {writeOutput("foo");};
myQuery = queryNew("myColumn");
myXML = xml
Tracker Comment Comment on getObjectMetadata() by External U.
2611760 CF-3594771 External U. This is a feature that I would find useful, especially pushing functions into an object's metadata.
Comment on CFObject in CF 2018 for calling a COM object by lscherr
Tracker Issue Bug 76508:(Watson Migration Closure)Add objectCreate(path) as an alias for createObject("component",path)
2601243 CF-3038171 Language Elliott Sprehn Bug 76508:(Watson Migration Closure)Add objectCreate(path) as an alias for createObject("component",path) Problem:
Add objectCreate(path) as an alias for createObject("component",path).
Currently a new form of createObject() was added that has a single
Tracker Comment Comment on Implementing the OWASP ESAPI validator in batch mode generates NULL pointer exception by Rupesh K.
2611754 CF-3595899 Rupesh K. createObject does not initialize the object - it just loads the class. It is your responsibility to do that by calling init method.
2608559 CF-4064813 Documentation ext-user Need to document Timestamp and Object, for the columntypelist. Related Bugs:
CF-3929913 - Similar to
Problem:
Need to document Timestamp and Object, for the columntypelist.
Method:
Result:
Expected:
Workaround
3866898 CF-4200656 Language : Functions Daniel Roberts Objects with property defaults defined do not serialize properly Problem Description:
We have a web service that our clients hit either through SOAP or basic HTTP with XML or JSON response formats. We have built many response components
Tracker Issue ObjectSave: Object passed is not serializable java.io.NotSerializableException: coldfusion.runtime.Variable
3821566 CF-4200440 Language : Java Serialization Tyler Clendenin ObjectSave: Object passed is not serializable java.io.NotSerializableException: coldfusion.runtime.Variable Problem Description:
When I use a function
I get the error
Error occurred while performing ObjectSave: Object
Tracker Comment Comment on Between CF 11,0,04,293328 and 11,0,10,300066, DataDirect Oracle JDBC driver updated and now causing closed connections. by Jonas M.
2608071 CF-4197019 Jonas M. I've done some further testing and research.
DataDirect article 000070365 "With the Connect for JDBC Oracle driver, an exception occurs: SQLException: "Object has been closed" when reading a row from a table that has an XMLType column" (http://knowledgebase.progress.com/articles/Article/With-the-Connect-for-JDBC-Oracle-driver-an-exception-occurs-SQLException-Object
conference in Europe. Today, we will be talking about ORM–or Object Relational Mapping. Often dubbed as the “Vietnam of Computer Science” due to its seemingly endless complexities, ORM can be a topic of debate among CF’ers. ORM is not devoid of benefit, however. There […]
The post CF Camp 2018: Madness
Tracker Comment Comment on [ANeff] Bug for: isObject(image) and isObject(spreadsheet) and isObject(file) return YES by Immanuel N.
Comment on [ANeff] Bug for: isObject(image) and isObject(spreadsheet) and isObject(file) return YES by Immanuel N.
Tracker Issue CF Elvis Operator does not function as defined.
5846717 CF-4204512 Language CF Elvis Operator does not function as defined. Problem Description:
Definition of Elvis from Adobe documentation
"In an expression, if the resultant value is not defined, then the object will be assigned to the left most part of the expression otherwise a default value
Tracker Comment Comment on "Disable CFC Type Check" does not "disables verifying an object that implements the right interface" by External U.
2608162 CF-4175902 External U. If that's the case, please update the doc as it sort of implies it will "disable verifying an object that implements the right interface" including on object instantiation. Thanks.
2613441 CF-3316776 External U. Sorry, here's Object.cfc (it's used in the test code above.
component {
public Object function init(value){
variables.value = arguments.value;
this.value = variables.value;
return this;
}
}
Tracker Comment Comment on Bug 73960:(Watson Migration Closure)[ORM] there should be a ORMIsDirty(Entity) which would return true if by Adobe D.
2602354 CF-3036949 Adobe D. Hibernate automatically checks if the object is dirty and saves it only if needed. Even if user calls EntitySave() on an object without caring if it needs to be saved, hibernate will anyway check it and no extra call will go to the DB.
For the use case that the user has
Tracker Comment Comment on CF9 Query of Queries on CF10 Query object only returns the first row by Himavanth R.
Comment on CF9 Query of Queries on CF10 Query object only returns the first row by Himavanth R.
Tracker Comment Comment on Interfaces are slow, continuously checked if modified (implementedInterfacesChanged/getLastModifiedTime) by External U.
2596942 CF-3334174 External U. Calling a function f that is part of an interface with f(argumentcollection=args) ..
will invoke:
public final Object _invoke(Object instance, String methodName, Map args)
instead of:
public final Object _invoke(Object instance, String methodName, Object args
Tracker Comment Comment on [ANeff] ER for: CF self-documentation as part of any possible language overhaul by External U.
2608385 CF-4104564 External U. Just noting I like [url=http://blog.adamcameron.me/2016/01/reflection-on-cfml-tags-and-functions.html]Adam's suggestion[/url] of a CFML object w/ methods.
Thanks!,
-Aaron
CF9 Query of Queries on CF10 Query object only returns the first row
Tracker Comment Comment on ObjectLoad() Component Never Garbage Collects / ObjectLoad() = Memory Leak by Dave D.
5065022 CF-4203450 Dave D. ObjectLoad() Component Never Garbage Collects / ObjectLoad() = Memory Leak
Using ColdFusion 2016 Update 7. Running jdk1.8.0_172.We were caching components in ehCache (in-process) without any issues. We recently started using Redis for some of our caches. We were able
Tracker Comment Comment on [ANeff] Bug for: CF10 vs CF11 wrt displaying q.dateColumn by Himavanth R.
2609104 CF-3929913 Himavanth R. Aaron,
You are right.
Object type is treated as java.sql.Types.JAVA_OBJECT.
You should be able to view the other bug now.
Comment on [ANeff] Bug for: CF rewrites file://host as file:////host by Adobe D.
Tracker Comment Comment on Iterator methods on query objects have not been implemented by Immanuel N.
2610279 CF-3713323 Immanuel N. The scope of this bug is limited to inclusion of each() and filter() methods for query objects.
Support for map, reduce and sort will be addressed in bug CF-3863003.
Tracker Comment Comment on CF9 Query of Queries on CF10 Query object only returns the first row by Adobe D.
Comment on CF9 Query of Queries on CF10 Query object only returns the first row by Adobe D.
Tracker Issue [ANeff] Bug for: deadlocks
2673638 CF-4120119 Core Runtime Aaron Neff [ANeff] Bug for: deadlocks Duplicate ID: CF-4126642
Calling the following code creates a deadlock in CF2016 but doesn't in CF11:
function getObjectFromCache(id) {
var result="";
lock name="lock#ARGUMENTS.id#" type="exclusive" timeout=10
Tracker Issue CF 2016 - Query Caching Issue - cfstoredprocprocedure
CF 2016 - Query Caching Issue - cfstoredprocprocedure
circumstances. We have nightly processes that loop through thousands of LDAP objects and something is causing CFLDAP to stop working under this load. It is completely random, but CF does require a service restart to fix it. We have three CF 2016 servers processing this workload and they all fail at random
Tracker Comment Comment on Bug 72670:THe new caching system should allow for one cache to kill another when it times out by External U.
2603286 CF-3035798 External U. does make sense when parent-object killed from cache then child-objects also be cleared
Tracker Issue ORM: Exception while deserializing persistent object
2609537 CF-3835743 ORM Support : ORM Search ext-user ORM: Exception while deserializing persistent object Calling ObjectLoad function to get the persistent object saved in a file throws java.lang.reflect.InvocationTargetException exception.
----------------------------- Additional Watson Details
Tracker Comment Comment on CF.next wishlist by External U.
2672895 CF-4157939 External U. Additional wishlist:
* Real exception objects, so that you can write:
throw new com.application.MyException();
Tracker Comment Comment on keyExists member function not available on all struct objects by Awdhesh K.
2608886 CF-3971067 Awdhesh K. While Calling structKeyExists(), Coldfusion explicitly convert an exceptopn object to Map. Same can't be done in for member function call. For member function, the object has to be an instance of Map object.
Bug 80973:COM Interoperability with CF on 64 bit Windows throws 32 bit dll error
Tracker Issue Bug 73497:[Flex] CF Deserializer doesn't handle circular references and throws an error
2602676 CF-3036592 Flex/Flash : Flex remoting João Fernandes Bug 73497:[Flex] CF Deserializer doesn't handle circular references and throws an error Problem:
[Flex] CF Deserializer doesn't handle circular references and throws an error.
If you try to send a ObjectA with Many Objects B and if one
Tracker Issue [ANeff] Doc Bug for: managing complex objects
2673612 CF-4121949 Documentation Aaron Neff [ANeff] Doc Bug for: managing complex objects https://helpx.adobe.com/coldfusion/developing-applications/accessing-and-using-data/using-query-of-queries/query-of-queries-user-guide.html says:
--------------------------------------------
Managing complex
Tracker Issue structCopy cannot be used on exception object
5747630 CF-4204401 Language structCopy cannot be used on exception object Problem Description:
structCopy cannot be used on exception object
Steps to Reproduce:
var getNull = function(){};
try {
foo = createObject( 'java', 'java.io.File' ).init( getNull() );
} catch( any e ) {
e = structCopy( e
Tracker Comment Comment on [ANeff] Bug for: CF10 vs CF11 wrt cacheGetAllIDs() for query objects by Rupesh K.
Comment on [ANeff] Bug for: CF10 vs CF11 wrt cacheGetAllIDs() for query objects by Rupesh K.
Tracker Issue The CF10 script query object adds spaces in quotes
The CF10 script query object adds spaces in quotes
CFDOCUMENT not working while enabling Windows authentication IIS 7 and CF 901
Tracker Issue CF 9.0.2 - deleteAuthorizedUser method was not found.
CF 9.0.2 - deleteAuthorizedUser method was not found.
6643049 CF-4206551 Documentation Description of cacheRemove ("Removes an object from the cache") is incorrect Problem Description: As from ColdFusion 11, the cacheRemove's id argument may be an array. Each array item may represent an object to be removed from cache.
Therefore the description