search : andrew scott

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

displaying top 100 results

2599166 CF-3040510 ORM Support Andrew Scott Bug 80980:All of a sudden I have started to get the attaxhed errors A
2614138 CF-3130306 AJAX : UI Components Andrew Scott J2EE archive created from administrator doesn't get deployed properly
2597878 CF-3042146 ORM Support Andrew Scott Bug 84126:(Watson Migration Closure)Cascade rules are not applied to the database Problem: Cascade rules are not applied to the database.It appears that when creating an entity and using cascade options in the entity, these are not applied
2599263 CF-3040407 Language : CFSCRIPT Andrew Scott Bug 80679:In the new cfscript there is no support for this: Problem: In the new cfscript there is no support for this: for (arrayItem in myArray) {} This is almost a must have, that would be great the sooner we have it. Method: Result
2600113 CF-3039375 AJAX : UI Components Andrew Scott Bug 78949:When using bind with the following example attached, the grid will not render in IE Problem: When using bind with the following example attached, the grid will not render in IE. Method: Result
2600247 CF-3039235 ORM Support Andrew Scott Bug 78706:(Watson Migration Closure)When using the new keyword/operator we need to be able to pass as in the following Problem: When using the new keyword/operator we need to be able to pass as in the following.The following generates null values
2598906 CF-3040807 Language : CFSCRIPT Andrew Scott Bug 81693:(Watson Migration Closure)It seems that the syntax for comments is broken Problem: It seems that the syntax for comments is broken.For example we can't do this/* /** */*/And I started to ignore the editor / IDE when this happens
2599349 CF-3040303 General Server Andrew Scott Bug 80368:(Watson Migration Closure)When doing debugging, the debugger needs to reflext xml nodes as it does when dumping them to the screen Problem: When doing debugging, the debugger needs to reflext xml nodes as it does when dumping them
2600037 CF-3039454 Language : Functions Andrew Scott Bug 79094:(Watson Migration Closure)There are now script equivalant for cflogin, cflogout to name a few Problem: There are now script equivalant for cflogin, cflogout to name a few. This was brought up on the pre-release forums and it is a must
2614069 CF-3133321 Language Andrew Scott No equivalent in cfscript for cfhtmlhead Problem Description: There is currently no support for cfhtmlhead in cfscript can we have it please. Steps to Reproduce: Actual Result: Expected Result: Any Workarounds: ----------------------------- Additional
2614070 CF-3133316 Language Andrew Scott No equivalent in cfscript for cfcontent Problem Description: There is currently no support for cfcontent in cfscript can we have it please. Steps to Reproduce: Actual Result: Expected Result: Any Workarounds: ----------------------------- Additional
2614071 CF-3133310 Language Andrew Scott No equivalent in cfscript for cfcache Problem Description: There is currently no support for cfcache in cfscript can we have it please. Steps to Reproduce: Actual Result: Expected Result: Any Workarounds: ----------------------------- Additional Watson
2614072 CF-3133307 Language Andrew Scott No equivalent in cfscript for cfreport Problem Description: There is currently no support for cfreport in cfscript can we have it please. Steps to Reproduce: Actual Result: Expected Result: Any Workarounds: ----------------------------- Additional
2614073 CF-3133306 Language Andrew Scott No equivalent in cfscript for cfschedule Problem Description: There is currently no support for cfschedule in cfscript can we have it added please. Steps to Reproduce: Actual Result: Expected Result: Any Workarounds
2614075 CF-3133303 Language Andrew Scott No equivalent in cfscript for cfsharepoint Problem Description: There is currently no support for cfsharepoint in cfscript can we have it please. Steps to Reproduce: Actual Result: Expected Result: Any Workarounds
2614076 CF-3133302 Language Andrew Scott No equivalent in cfscript for cfsetting Problem Description: There is currently no support for this in cfscript can we have it please. Steps to Reproduce: Actual Result: Expected Result: Any Workarounds: ----------------------------- Additional Watson
2614077 CF-3133299 Language Andrew Scott No equivalent in cfscript for cftrace Problem Description: There is currently no support for cftrace in cfscript, can we have this added please. Steps to Reproduce: Actual Result: Expected Result: Any Workarounds
2614078 CF-3133297 Language Andrew Scott No equivalent in cfscript for cfzip Problem Description: There is currently no support for cfzip to be used in cfscript, can we have this added please. Steps to Reproduce: Actual Result: Expected Result: Any Workarounds
2599168 CF-3040508 ORM Support Andrew Scott Bug 80978:When trying to write a log out inside an event it doesn't write Problem: When trying to write a log out inside an event it doesn't write. Method: Application.cfcthis.ormsettings = {datasource=this.databaseName, dbcreate
2597109 CF-3114282 Core Runtime : Application Andrew Scott Bug 87280:-(Watson Migration Closure)I found that while in the Application constructor, one can't use per application or administrator mappings Problem: I found that while in the Application constructor, one can't use per application
2597711 CF-3042854 AJAX : Plumbing Andrew Scott Bug 85182:(Watson Migration Closure)I don't know why this - http://www Problem: I don't know why this - http://www.andyscott.id.au/2010/11/25/ColdFusion-and-debugging-ColdFusion-9-Ajax-calls-with-the-line-debugger - is a problem in ColdFusion 9
2598687 CF-3041053 Reporting : Report Designer Andrew Scott Bug 82295:(Watson Migration Closure)When creating a report to be displayed in PDF format, we had used the LSCurrencyFormat to display the amount in that currency Problem: When creating a report to be displayed in PDF format, we had used
2598697 CF-3041043 Language : CFSCRIPT Andrew Scott Bug 82277:The following code generates an error that I don't know how to get around Problem: The following code generates an error that I don't know how to get around. public void function saveConfiguration(required any componentName, required
2599164 CF-3040512 ORM Support Andrew Scott Bug 80982:When creating an Entity with something like thisproperty name="username" ormtype="string" unique="true" fieldtype="id";And then changing it to thisproperty name="id" ormtype="int" generator="identity" Problem: When creating an Entity
2599212 CF-3040472 AJAX : UI Components Andrew Scott Bug 80875:When using images in a cfgrid, in ColdFusion 8 there is a time very now and then that the Grid looses the scrollbar if there is more records than the height of the grid Problem: When using images in a cfgrid, in ColdFusion 8 there is a
2599262 CF-3040408 AJAX : UI Components Andrew Scott Bug 80680:After investigating this further, the cfgridcolumn when adding text that has anything like and apostrophe in it the grid falls over, this doesn't happen in ColdFusion 8 Problem: After investigating this further, the cfgridcolumn when
2599351 CF-3040301 ORM Support Andrew Scott Bug 80357:When creating an application with dbcreate="dropcreate" and then making the following steps with an entity, the expected results in the database prodces a serious bug Problem: When creating an application with dbcreate
2599352 CF-3040300 Administrator : Administrator Console Andrew Scott Bug 80356:After installing ColdFusion 9 Final on Ubuntu and trying to run the deploy package which also failed with nurmerous errors, I then tried to browse the Administrator and got the following error message Problem: After
2599354 CF-3040298 General Server Andrew Scott Bug 80353:This code doesn't cycle in the debugger in other words if the struct has 3 maybe 4 keys one would expect to run the loop that many times, instead the loop is only ever run the once Problem: This code doesn't cycle in the debugger in other
2599372 CF-3040278 General Server Andrew Scott Bug 80312:When trying to debug ColdBox Application any on method in Application is not fired, which is annoying if you are trying to find a bug Problem: When trying to debug ColdBox Application any on method in Application is not fired, which
2599403 CF-3040241 Language : CFSCRIPT Andrew Scott Bug 80231:When using the new way to create structsso var myStruct = {}; instead of myStruct = structNew(); is very handy and intuitive Problem: When using the new way to create structsso var myStruct = {}; instead of myStruct = struct
2600114 CF-3039374 AJAX : UI Components Andrew Scott Bug 78948:(Watson Migration Closure)When displaying a grid with pagination it no longer holds its height any more, this is critical when having other componentes underneath itnd for backward compatability this should be fixed Problem: When
2600159 CF-3039327 AJAX : UI Components Andrew Scott Bug 78866:(Watson Migration Closure)When using bind with a grid, it seems that the ability to group by field is disabled Problem: When using bind with a grid, it seems that the ability to group by field is disabled... WHY?PLease enable
2683860 CFB-3040941 Debugger : General Andrew Scott Bug 82098:(Watson Migration Closure)I reported this once before and you guys closed it as you said you couldn't duplicate it Problem: I reported this once before and you guys closed it as you said you couldn't duplicate it. I constantly
2610566 CF-3695877 ORM Support Andrew Scott ORM Logging needs to be controlled at application level As it stands on ColdFusion 10, by default the logging is stored in a file. By default this is wrong and should be sent to the console or no logging at all should be taking place. Then the ability
2611031 CF-3649420 File Management : CFDirectory Andrew Scott direcortyList has no type in script As it stands there is no way, like the tag to just return either files, dirs or all. This is a huge oversight in the script implementation. Also this is the 3rd time I have mentioned it, this bug
2614068 CF-3133332 Documentation Andrew Scott Possible documentation error, applicationcfc documentation Problem Description: The following seems wrong, when you require an argument cfcname, you hardcode the invoke with test. I think this should be changed to use the cfcname passed in the argument
2614074 CF-3133304 Language Andrew Scott No equivalent in cfscript for cfsearch / cfcollection Duplicate ID: CF-3133982 Problem Description: There is currently no support for cfsearch or cfcollection in cfscript can we have them added please. Steps to Reproduce: Actual Result: Expected Result
2614079 CF-3133295 Web Socket Andrew Scott No equivalent in cfscript for websocket Problem Description: This may be already being worked on, but there is no equivalent to that can be used in cfscript. This really should have been done first thing, so I hope you can add it before release. Steps
2614136 CF-3130323 Administrator : Administrator Console Andrew Scott Error thrown in Administrator when trying to select websocket from navigation menu Problem Description: As the subject says please see attached image. Steps to Reproduce: Actual Result: Expected Result: Any Workarounds
2614137 CF-3130311 Administrator : Archive Andrew Scott Can not delete J2EE archive error thrown Problem Description: When I tried to delete a J2EE archive that I just created, an error was thrown. Please see attached image for the error. Steps to Reproduce: Actual Result: Expected Result: Any
2614148 CF-3129822 Web Container (Tomcat) : Instance/Cluster Manager Andrew Scott Web Connector has no selection for instance Problem Description: There is no way how to select which instance will be used for the web connector. For example create instance name cfusion2 with the server manager
2614149 CF-3129821 Web Container (Tomcat) : Instance/Cluster Manager Andrew Scott Can only deploy 2 instances Problem Description: Deploying anymore than this will result in instance 3 and 4 etc, not being able to be started. Steps to Reproduce: Actual Result: Expected Result: Any Workarounds
2614292 CF-3118680 Language : Java Integration Andrew Scott Java error when trying to instantiate an object Problem Description: When trying to instantiate WURFL there is an error thrown Steps to Reproduce: Actual Result: Expected Result: Any Workarounds: The error message is Object
2599163 CF-3040513 ORM Support Andrew Scott Bug 80983:This is in response to bug # 75679 being closed Problem: This is in response to bug # 75679 being closed.i have raised it again because there is a huge inconsistancy when using either colon or equal signs in the ORM when in comparison to other
2610202 CF-3719927 ORM Support Andrew Scott Criteria Building in ColdFusion is god damn slow as hell Problem Description: The following Blog post shows the test and the results. http://www.andyscott.id.au/blog/coldfusion-orm-and-things-one-should-consider-and-is-criteria-building-a-good-option I
2612581 CF-3495357 Language : Closures Andrew Scott Closures and outer arguments have no scope Problem Description: When looking at the below code, the outer arguments have no scope, in Railo they use the variables scope which I believe is confusing, But it is also confusing to not have a scope
2613764 CF-3166026 Debugging : CFDump Andrew Scott cfdump and writeDump produce duplicate JS and CSS code Problem Description: When doing more than one cfdump and / or writeDump the css code and JS for these are duplicated on a page, when doing a lot of these it can really slow the page down due
2614107 CF-3131509 Installation/Config : JEE Deployment Andrew Scott CF 10 crashes in a non responsive way under tomcat Problem Description: When stopping ColdFusion on a tomcat install, it will stop. But you can't start ColdFusion as it sits there trying in an endless loop for over an hour
2614139 CF-3130239 Administrator : HotFix Notification Andrew Scott Updates not working anymore Problem Description: Well I have no idea why, but I have done this before and it has worked. But after installing and uninstalling that many times, I think something has finally screwed up. I have
2598038 CF-3041817 AJAX : UI Components Andrew Scott Bug 83673:(Watson Migration Closure)According to the ExtJS docs I should be able to do this, but it seems this is not possible Problem: According to the ExtJS docs I should be able to do this, but it seems this is not possible. var test = ColdFusion.Window.getWindowObject('testAndrew
2597487 CF-3043773 ORM Support Andrew Scott Bug 86859:-(Watson Migration Closure)We need a way to be able to use interceptors in ColdFusion ORM, things like postFlush is missing in the normal events Problem: We need a way to be able to use interceptors in ColdFusion ORM, things like post
2597514 CF-3043668 ORM Support Andrew Scott Bug 86761:-(Watson Migration Closure)When writing the following code the attached error is produced, this makes param binding with numeric values impossible Problem: When writing the following code the attached error is produced, this makes param binding
2597518 CF-3043658 ORM Support Andrew Scott Bug 86751:-(Watson Migration Closure)Entity can't handle mapping an FK back to itself Problem: Entity can't handle mapping an FK back to itself. For more of an explanationhttp://www.andyscott.id.au/2011/3/27/ColdFusion-9-ORM
2599162 CF-3040514 Language : CF Component Andrew Scott Bug 80984:(Watson Migration Closure)ColdFusion is supposed to be a RAD language, and yet the most fundamental requirement is still not implemented Problem: ColdFusion is supposed to be a RAD language, and yet the most fundamental requirement
2599165 CF-3040511 ORM Support Andrew Scott Bug 80981:(Watson Migration Closure)When trying to define an ID it should be assumed that one should only be able to do thisproperty name="id";This should default to an int, it should also be a primary key and it should be identity Problem: When trying
2599373 CF-3040277 General Server Andrew Scott Bug 80309:When debugging code as in tags and functions that have close tags, these are sometimes skipped over and is annoying Problem: When debugging code as in tags and functions that have close tags, these are sometimes skipped over and is annoying
2600038 CF-3039452 AJAX : Plumbing Andrew Scott Bug 79093:(Watson Migration Closure)I have to admit this is really annoying, and I haven't seen a way to override this behavior Problem: I have to admit this is really annoying, and I haven't seen a way to override this behavior.When using cf
2683859 CFB-3043730 Debugger : General Andrew Scott Bug 86819:-(Watson Migration Closure)When debugging I have come across times where the debugger won't fire, and the browser continues to try and connect and never returns a valid status code Problem: When debugging I have come across times where
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
2611049 CF-3648120 Core Runtime Andrew Scott Another example of scoping issues with inconsistent bahviour Problem Description: While doing a bit of code re-factoring I ran into an error with the following code. public void function myMethod(testVar) { var testVar = "defined locally
2612562 CF-3498342 Administrator Andrew Scott Robust Exception flag to be added to application.cfc As it stands now the following is a security risk on production servers, and they are giving in to customers who don't understand the implications that this causes to other websites on the server
2613549 CF-3263954 Language Andrew Scott Raising bug #3160224 again as it is a bug Related Bugs: 3155601 - Similar to ColdFusion Builder 3160224 - Similar to ColdFusion Builder Problem Description: Now I believe it is a problem with ColdFusion as well. But the person who closed this ticket, has
2613719 CF-3175684 Installation/Config Andrew Scott ColdFusion 10 installer fails on Windows Server 2012 Duplicate ID: CF-3318770 Problem Description: When trying to install on Windows Server 2012 the following is thrown by the installer ZeroGu6: Windows DLL failed to load at ZeroGa2.b
2614021 CF-3136803 Installation/Config : Connector Andrew Scott Deploying ColdFusion onto Tomcat, web connectors don't work Problem Description: From a previous discussion I know that Tomcat for CF is custom, however there is a desire to install ColdFusion onto tomcat. The problem is that like Cold
2597061 CF-3134978 Language Andrew Scott ColdFusion will not support look ahead or look behind regular expressions Problem Description: This is a kicker for me, as I am in need of this right now, and there seems no work around. (?<="").+(?="") is supposed to get what's between something like src
2614150 CF-3129813 Installation/Config : Installer Andrew Scott Uninstalling leaves things running Problem Description: When I uninstalled CF10, I found the following directories could not be deleted cfusion & jre In the jre the file rt.jar is locked and can't be deleted, something still has
2614152 CF-3129769 Installation/Config : JEE Deployment Andrew Scott Not able to deploy ColdFusion 9 on CF10 enterprise Problem Description: Currently there is no way to install a war/ear on ant CF10 install. CF9 had the ability to install as standalone/multi/j2ee. CF10 doesn't seem to have
2597084 CF-3123610 Administrator Andrew Scott Deploy new instance mappings are wrong Duplicate ID: CF-3208658 Problem Description: When deploying a new instance, I noticed that the gateway mapping was incorrectly setup. It actually has the original setting from the original instance C:\JRun4
2597087 CF-3123437 Installation/Config Andrew Scott Debugger in Multi Server setup and Admin When installing ColdFusion as Multi Server, there is no way to tell the services which jvm config to use. So that when the server is restarted it just loads those setup. For example the jvm config is setup
2598489 CF-3041278 AJAX : UI Components Andrew Scott Bug 82622:-(Watson Migration Closure)This is actually a very serious problem, and is a number of bugs that consist in an application breaking when trying to run it on ColdFusion 9 with the cfGrid tag Problem: This is actually a very serious
2609882 CF-3752424 Logging Andrew Scott logging and try / catch has a flaw Problem Description: This has actually surprised me that it has taken me this long to wake up to this behavior... Anyway the current problem is that I am having a major read / write lock and can't find where
2612284 CF-3530539 Language : Java Integration Andrew Scott ColdFusion 10 for Windows 8 / Server 2012 Problem Description: The following code works when it is on ColdFusion 8, 9 and ColdFusion 10 if it is running on anything but Windows 8 and Windows 2012. Error message is No group with name
2613694 CF-3184291 AJAX : Plumbing Andrew Scott ColdFusion 8 / 9 / 10 does not accept correctly formatted json via Ajax Problem Description: For example a typical json object might be myData = [10,0,1,5]; Yet when we send this across to ColdFusion, it fails miserably. This means that writing a
2613792 CF-3162929 Installation/Config Andrew Scott Raising Bug 3130196 again, creating a war installs services that should not be installed Problem Description: Ok here is the situation. Computer A - Is a workstation Computer B - Is a server running Tomcat On Computer A I have downloaded Cold
2613797 CF-3162456 Web Container (Tomcat) Andrew Scott Not able to use connectors to connect to ColdFusion 10 running on tomcat Problem Description: When I last raised this problem it was marked as user error, and I want to make this perfectly clear that this is not user error, and there is a real
2597050 CF-3160257 ORM Support Andrew Scott Re-Opening bug #3138032 - this is not a 3rd Party problem as it works in Railo Problem Description: Ok I have done further testing, and the following code inside an EventHandler will not work in ColdFusion 9, but works fine in Railo 3.3.2 public void
2614140 CF-3130196 Installation/Config : JEE Deployment Andrew Scott Deploying a war version to a running tomcat creates files and directories that is not self explaining why Problem Description: This is something that annoyed me in previous version, and for the life of me have found no valid
2597088 CF-3123428 ORM Support Andrew Scott We need a way to be able to use interceptors in ColdFusion ORM, things like postFlush is missing in the normal events Problem Description: I listed this once before under another bug and you have closed / deferred this. I hope this is going to be in Cold
2614063 CF-3133547 Language Andrew Scott Bug introduced in ColdFusion 9 still plagues us today - session scope gets trashed Problem Description: I reported this over 3 years ago, and I see that ColdFusion still suffers the same problem. I have ColdFusion 8 code that I would like to migrate to Cold
2599350 CF-3040302 ORM Support Andrew Scott Bug 80364:I am getting this error under ubuntu, this code works fine in ColdFusion installed in a windows serverPath /domains specified in the cfclocation does not exist Problem: I am getting this error under ubuntu, this code works fine in Cold
2611054 CF-3647489 Core Runtime Andrew Scott Explicit Local variable for closure should work out of its own localscope object, instead of parents localscope. Problem Description: Closures are confusing, the documentation for them is all over the place and needs to be in one place. That is problem
2611074 CF-3644083 Documentation Andrew Scott Rasing bug#3495357 again because you didn't look into the problem before closing it. Problem Description: In trying to give you examples of the problem that bug #3495357 raises, I discovered that your own documentation is hindering this feature
2596966 CF-3298269 ORM Support Andrew Scott Entity extends with join column appears to link wrong way Problem Description: This is going to be perhaps a little hard to explain but lets try, I have 2 tables that extends another table, that seems to be broken, in other words the key and relationship
2613695 CF-3184256 AJAX : Plumbing Andrew Scott Sending Ajax Request with JSON throws an exception Duplicate ID: CF-3184291 Problem Description: the following code throws an exception http://www.raymondcamden.com/index.cfm/2010/3/23/Using-jQuery-to-post-an-array-to-a-ColdFusion-Component HTTP
2613752 CF-3167817 Web Container (Tomcat) Andrew Scott Running Web Server Configuration tool on one site throws a 500 error Problem Description: Here is the scenario, ColdFusion 9 is installed on the server as a multi server installation. I was told that I could install ColdFusion 10 on the same
2614006 CF-3138032 ORM Support Andrew Scott I reported this once before and it was marked user error Problem Description: I wanted to try this again and get you to understand how important this error is. Currently I am trying to find a way to write audit logs for my entities, and have been trying
2614106 CF-3131518 Web Container (Tomcat) : Instance/Cluster Manager Andrew Scott Not able to install cf9 as an instance in CF10 - revisted Problem Description: Sorry raising this again, because Rupesh made a comment about running XP on Windows 7, which technically you can. When one installs
2614151 CF-3129772 Installation/Config : Connector Andrew Scott Application that runs on CF9 won't run on CF 10, can not find included file Problem Description: When copying an Application that runs fine on CF9.01 on ColdFusion 10, the following error is displayed. Not sure what has changed
2597068 CF-3128906 ORM Support Andrew Scott Raising again, events like post/preFlush are missing Duplicate ID: CF-3123428 Problem Description: I am raising this again and before its closed and deferred please fully read, and pass on to the ColdFusion product manager, I would like an explanation
2611175 CF-3634391 Core Runtime Andrew Scott null pointer exception thrown every now and then Problem Description: There seems to be a certain condition, where the getApplicationMetaData is throwing an exception. Not sure how or why this is occurring and has been seen in my application logs
2613898 CF-3149408 ORM Support Andrew Scott Re-Opening bug #3138032 - this is not a 3rd Party problem Duplicate ID: CF-3138032 Problem Description: As per the notes by Rupesh this is not a problem with a 3rd Party, Grails has been able to do this for 6 years and Java is very capable of also doing
2613900 CF-3149329 ORM Support Andrew Scott bug #3138032 closed incorrectly - I reported this once before and it was marked user error Duplicate ID: CF-3138032 Problem Description: Re-Submitting as the previous was closed as duplicate to other bugs, when in fact there was nothing that makes them
2597085 CF-3123609 Installation/Config Andrew Scott When deploying another instance a server monitoring is not running error is thrown Problem Description: As the subject states, I have never seen this before 9.0.01 when deploying another instance. And I can also confirm that a fresh install of CF9
2613788 CF-3163153 Core Runtime Andrew Scott ColdFusion error array index out of bounds with ContentBox Duplicate ID: CF-3131288 Problem Description: When editing a post in an Application called ContentBox, and trying to save it I am getting the following error. This code works in ColdFusion 9
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