displaying top 100 results
Tracker Comment Comment on Bug 75028:(Watson Migration Closure)Added support for a new classloader to createObject by External U.
2602049 CF-3037287 External U. Mark Mandel's JavaLoader would be a great addition to the core.
2599942 CF-3039555 ORM Support Mark Mandel Bug 79276:(Watson Migration Closure)the 'cascade' attribute on cfproperty only allows for a subset of the mapped options via XML Problem:
the 'cascade' attribute on cfproperty only allows for a subset of the mapped options via XML.It would be extremely
2598203 CF-3041623 General Server Mark Mandel Bug 83272:(Watson Migration Closure)[MSM]You should be able to control if the POP CFaaS service sends email out asynchronously through the spool or not Problem:
[MSM]You should be able to control if the POP CFaaS service sends email out asynchronously
2598302 CF-3041488 General Server Mark Mandel Bug 82980:[MSM] If debugging is enabled, the the ColdFusion as a Service web services returns JSON/XML data with the debugging at the bottom of the response Related Bugs:
CF-3043886 - Similar to
Problem:
[MSM] If debugging is enabled, the the Cold
2598497 CF-3041269 ORM Support Mark Mandel Bug 82585:The following collection mapping should work:property name="roles" fieldtype="collection" type="array" elementtype="string";However, the following fields require population so that it can work, even t Problem:
The following collection mapping
Tracker Issue Bug 82537:(Watson Migration Closure)Meta data types do not resolve correctly when using import statements
2598530 CF-3041231 Language : CFSCRIPT Mark Mandel Bug 82537:(Watson Migration Closure)Meta data types do not resolve correctly when using import statements Problem:
Meta data types do not resolve correctly when using import statements.They end up having a resolvedArgType structure attached
2599223 CF-3040459 Core Runtime : Application Mark Mandel Bug 80798:onRequestEnd() doesn't fire when or is used(I'm also 99% sure that it doesn't fire when using either)It would be useful if it did Problem:
onRequestEnd() doesn't fire when or is used(I'm also 99% sure that it doesn't fire
2599837 CF-3039670 Language : CF Component Mark Mandel Bug 79429:(Watson Migration Closure)For automated documentation, it would be nice if the 'hint' attribute value was given to the metadata for its corresponding get and set methods Problem:
For automated documentation, it would be nice
2599875 CF-3039627 Language : CFSCRIPT Mark Mandel Bug 79374:(Watson Migration Closure)Can you please make so that a for in loop works for arrays?You have the functionality with You should also be able to do:for(arrayFoo in bar){ writeoutput Problem:
Can you please make so that a for in loop
Tracker Issue Bug 79228:When using ORMGetSession()
2599978 CF-3039518 ORM Support Mark Mandel Bug 79228:When using ORMGetSession() Problem:
When using ORMGetSession().lock() to reassociate a detached object with the session, if you try and pass an object directly into lock(), like so:ormGetSession().lock(session.musician, LockMode.READ); You get
2600075 CF-3039414 Language : Functions Mark Mandel Bug 79029:(Watson Migration Closure)Doing a StructCopy() on the arguments scope doesn't return a copy of the arguments scope - it simply returns the arguments scope Problem:
Doing a StructCopy() on the arguments scope doesn't return a copy
Tracker Issue Bug 77671:This is complicated, but:
2600673 CF-3038779 Language : Exception Handling Mark Mandel Bug 77671:This is complicated, but: Problem:
This is complicated, but:
If an exception is thrown from within a CFC, from a UDF named 'throw', it can't be caught by a statement.
I will provide the code below, and also in the forums
Tracker Issue Bug 85490:(Watson Migration Closure)It looks like the admin API uses the application name to name a variable
2597665 CF-3043014 Administrator : Administrator Console Mark Mandel Bug 85490:(Watson Migration Closure)It looks like the admin API uses the application name to name a variable Problem:
It looks like the admin API uses the application name to name a variable.Since an application name can contains
Tracker Issue Bug 83424:(Watson Migration Closure)This is something I would really like to see in CF10
2598138 CF-3041698 Language : CF Component Mark Mandel Bug 83424:(Watson Migration Closure)This is something I would really like to see in CF10 Problem:
This is something I would really like to see in CF10.I want to be able to intercept when any CFC is created via new/createObject.The use case
2598284 CF-3041506 Language : CF Component Mark Mandel Bug 83012:(Watson Migration Closure)[MSM]If you have a ColdFusion component that has a "remote" method, you cannot access it as REST Web Service, if it has a object[] typed argument Problem:
[MSM]If you have a ColdFusion component that has a
2598286 CF-3041504 Language : CF Component Mark Mandel Bug 83010:[MSM]If you have a ColdFusion component that has a "remote" method, you cannot access it as REST Web Service, if it has a object[] typed argument Problem:
[MSM]If you have a ColdFusion component that has a "remote" method, you cannot
2598288 CF-3041502 Language : CF Component Mark Mandel Bug 83008:[MSM]If you have a ColdFusion component that has a "remote" method, you cannot access it as REST Web Service, if it has a object[] typed argument Problem:
[MSM]If you have a ColdFusion component that has a "remote" method, you cannot
2598289 CF-3041501 Language : CF Component Mark Mandel Bug 83007:[MSM]If you have a ColdFusion component that has a "remote" method, you cannot access it as REST Web Service, if it has a object[] typed argument Problem:
[MSM]If you have a ColdFusion component that has a "remote" method, you cannot
2598290 CF-3041500 Language : CF Component Mark Mandel Bug 83006:[MSM]If you have a ColdFusion component that has a "remote" method, you cannot access it as REST Web Service, if it has a object[] typed argument Problem:
[MSM]If you have a ColdFusion component that has a "remote" method, you cannot
2598291 CF-3041499 Language : CF Component Mark Mandel Bug 83005:[MSM]If you have a ColdFusion component that has a "remote" method, you cannot access it as REST Web Service, if it has a object[] typed argument Problem:
[MSM]If you have a ColdFusion component that has a "remote" method, you cannot
2598456 CF-3041313 General Server Mark Mandel Bug 82668:After restarting ColdFusion 9 (this is also true for 8), ColdFusion seems to get stuck at:13/04 10:20:39 user MessageBrokerServlet: initFor a looong time Problem:
After restarting ColdFusion 9 (this is also true for 8), ColdFusion seems
2598502 CF-3041264 Language : CF Component Mark Mandel Bug 82580:When using Script based CFCs, and import statements, typing on return typed and argument types can randomly be resolved incorrectly, if there are more than 1 CFC with the same name in a directory stru Problem:
When using Script based
2598505 CF-3041261 Language : CF Component Mark Mandel Bug 82577:the underlying hashCode() operation of a CFC (TemplateProxy), only considers the 'this' scope when creating it's hashCode Problem:
the underlying hashCode() operation of a CFC (TemplateProxy), only considers the 'this' scope when
2598561 CF-3041196 ORM Support Mark Mandel Bug 82493:When mapping many-to-one associations, you have to specify the fkcolumn, like so:property name="courseType" fieldtype="many-to-one" cfc="ClassType" notnull="true" fkcolumn="courseType_id";However, you Problem:
When mapping many
2599195 CF-3040480 ORM Support Mark Mandel Bug 80896:(Watson Migration Closure)The output from the Hibernate logging should be output as part of the Debug display on a ColdFusion page, as many people don't look to the console to look for debugging data with Hibernate Problem:
The output from
2600579 CF-3038875 ORM Support Mark Mandel Bug 77857:When using Hibernate, I love letting it build my tables for me, and, regularly simply opt for ’whatever Hibernate thinks is best’, in terms of table and column naming, rather than defining the name fo Problem:
When using Hibernate, I love
2600584 CF-3038870 ORM Support Mark Mandel Bug 77850:So I was playing around with using ORMGetCurrentSession() to do call Save(), SaveOrUpdate(), Merge(), and the other methods that were available Problem:
So I was playing around with using ORMGetCurrentSession() to do call Save(), Save
you can do this with Mark Mandel's JavaLoader, but it would be nice to have the support built in. Currently users have to use a third party application (like Mark's) or drop Jar's in the CF class path and restart the server in order to load external Java libraries.
Method:
Result
Tracker Issue Bug 79390:There is currently no way of dynamically invoking a CFC's method in CFScript
2616150 CF-3039641 Language : CFSCRIPT Mark Mandel Bug 79390:There is currently no way of dynamically invoking a CFC's method in CFScript Problem:
There is currently no way of dynamically invoking a CFC's method in CFScript.In tags, you are able to use to provide this functionality, but if you
Tracker Issue Bug 87131:-(Watson Migration Closure)I would like to integrate pure Java code inside my CFML
to create a byte array for CF to read a stream such as the FileInputStream, which is required when interacting with some java libraries. The workaround now is to write my own class, compile it, put it in the server classpath or use Mark Mandel's JavaLoader (I am using ColdFusion 9), then call my method
so you can add paths a-la-carte, get the current loaded URLs, or remove them as needed. This is completely doable as we have achieved this already with the JavaLoader project with Mark Mandel. It requires implementing a network class loader and just attaching it to the current parent loader
Tracker Issue Bug 81910:Currently there is no way in CFScript based components to add custom metadata to arguments
2598843 CF-3040880 Language : CFSCRIPT Mark Mandel Bug 81910:Currently there is no way in CFScript based components to add custom metadata to arguments Problem:
Currently there is no way in CFScript based components to add custom metadata to arguments.It says that it is possible