My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 11, 2009
    issue 67 (Tables are missing) reported by murphyhg   -   What steps will reproduce the problem? 1. Create DSN 2. Open Illudium and select DSN no tables generated empty list 3. What is the expected output? What do you see instead? I expect to see a list of my tables. I do not see the tables empty list What version of the product are you using? On what operating system? Latest version from Ria-Forge Version: 1.0 Beta (Build 13) Windows XP SQL Server 2005 Developers Edition Please provide any additional information below.
    What steps will reproduce the problem? 1. Create DSN 2. Open Illudium and select DSN no tables generated empty list 3. What is the expected output? What do you see instead? I expect to see a list of my tables. I do not see the tables empty list What version of the product are you using? On what operating system? Latest version from Ria-Forge Version: 1.0 Beta (Build 13) Windows XP SQL Server 2005 Developers Edition Please provide any additional information below.

Earlier this year

  • Jul 08, 2009
    issue 66 (error on cfgenerator first opening ) commented on by brian.rinaldi   -   The components are called from within Flex not CF. You need to create the mapping and modify your services-config.xml to allow Flex to use mappings. See the readme.txt for the instructions.
    The components are called from within Flex not CF. You need to create the mapping and modify your services-config.xml to allow Flex to use mappings. See the readme.txt for the instructions.
  • Jul 08, 2009
    issue 66 (error on cfgenerator first opening ) commented on by candidec...@hotmail.it   -   No, I did'nt. I also look for the createobject istruction that call the component generatorRemote, but i don't find it... it's possible?
    No, I did'nt. I also look for the createobject istruction that call the component generatorRemote, but i don't find it... it's possible?
  • Jul 07, 2009
    issue 66 (error on cfgenerator first opening ) commented on by brian.rinaldi   -   Did you add a mapping to cfcgenerator?
    Did you add a mapping to cfcgenerator?
  • Jul 07, 2009
    issue 66 (error on cfgenerator first opening ) commented on by candidec...@hotmail.it   -   Thanks for your reply :-) Please excuse my inexperience... I follow th installation instruction putting the folder in the web root and verify Flex remoting in my cf server. But please explain me what mean 'the path to the components should be cfcgenerator.* from the root'. May it be the problem. However, I restarted cfcgenerator and now index.cfm appear! but it show an alert (not a page error) whith a new error 'Could not find the ColdFusion Component cfcgenerator.com.cf.model.generatorRemote'. May you help me?
    Thanks for your reply :-) Please excuse my inexperience... I follow th installation instruction putting the folder in the web root and verify Flex remoting in my cf server. But please explain me what mean 'the path to the components should be cfcgenerator.* from the root'. May it be the problem. However, I restarted cfcgenerator and now index.cfm appear! but it show an alert (not a page error) whith a new error 'Could not find the ColdFusion Component cfcgenerator.com.cf.model.generatorRemote'. May you help me?
  • Jul 07, 2009
    issue 66 (error on cfgenerator first opening ) Status changed by brian.rinaldi   -   This is caused by one of two issues (discussed in the readme.txt with installation instructions): 1) you do not have a mapping to cfcgenerator (or have the cfcgenerator folder under the root so that the path to the components should be cfcgenerator.* from the root); 2) you have not enabled Flex remoting to use ColdFusion mappings (see instructions in readme).
    Status: Invalid
    This is caused by one of two issues (discussed in the readme.txt with installation instructions): 1) you do not have a mapping to cfcgenerator (or have the cfcgenerator folder under the root so that the path to the components should be cfcgenerator.* from the root); 2) you have not enabled Flex remoting to use ColdFusion mappings (see instructions in readme).
    Status: Invalid
  • Jul 07, 2009
    issue 66 (error on cfgenerator first opening ) reported by candidec...@hotmail.it   -   What steps will reproduce the problem? 1. unpack content of cfcgenerator_build_13_2008-12-02.zip 2. put the content in the webroot 3. open the cfcgenerator whith browser What is the expected output? What do you see instead? I expect the browser displays the index.cfm page, but it diplays an error page instead. The error is the follow: Could not find the ColdFusion Component cfcgenerator.com.cf.model.generatorService. The error occurred in C:\ms4w\apps\cfcgenerator\Application.cfm: line 6 6 : <cfset application.generatorService = createObject("component","cfcgenerator.com.cf.model.generatorService").init(xslBasePath) /> Stack Trace at cfApplication2ecfm1332396558.runPage(C:\ms4w\apps\cfcgenerator\Application.cfm:6) coldfusion.runtime.CfJspPage$NoSuchTemplateException: Could not find the ColdFusion Component cfcgenerator.com.cf.model.generatorService. at coldfusion.runtime.TemplateProxyFactory.getResolvedFile(TemplateProxyFactory.java:531) at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:626) at coldfusion.runtime.CFPage.createObject(CFPage.java:5708) at coldfusion.runtime.CFPage.CreateObject(CFPage.java:5677) at coldfusion.runtime.CFPage.CreateObject(CFPage.java:5642) at cfApplication2ecfm1332396558.runPage(C:\ms4w\apps\cfcgenerator\Application.cfm:6) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:172) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115) at coldfusion.CfmServlet.service(CfmServlet.java:107) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) What version of the product are you using? On what operating system? I'm using cf 7.0.2,on a windows 2003 server Please provide any additional information below.
    What steps will reproduce the problem? 1. unpack content of cfcgenerator_build_13_2008-12-02.zip 2. put the content in the webroot 3. open the cfcgenerator whith browser What is the expected output? What do you see instead? I expect the browser displays the index.cfm page, but it diplays an error page instead. The error is the follow: Could not find the ColdFusion Component cfcgenerator.com.cf.model.generatorService. The error occurred in C:\ms4w\apps\cfcgenerator\Application.cfm: line 6 6 : <cfset application.generatorService = createObject("component","cfcgenerator.com.cf.model.generatorService").init(xslBasePath) /> Stack Trace at cfApplication2ecfm1332396558.runPage(C:\ms4w\apps\cfcgenerator\Application.cfm:6) coldfusion.runtime.CfJspPage$NoSuchTemplateException: Could not find the ColdFusion Component cfcgenerator.com.cf.model.generatorService. at coldfusion.runtime.TemplateProxyFactory.getResolvedFile(TemplateProxyFactory.java:531) at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:626) at coldfusion.runtime.CFPage.createObject(CFPage.java:5708) at coldfusion.runtime.CFPage.CreateObject(CFPage.java:5677) at coldfusion.runtime.CFPage.CreateObject(CFPage.java:5642) at cfApplication2ecfm1332396558.runPage(C:\ms4w\apps\cfcgenerator\Application.cfm:6) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:172) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115) at coldfusion.CfmServlet.service(CfmServlet.java:107) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) What version of the product are you using? On what operating system? I'm using cf 7.0.2,on a windows 2003 server Please provide any additional information below.
  • Jul 03, 2009
    issue 65 (Default validation for "string" type seems invalid) reported by jc96...@hotmail.com   -   <cfif (len(trim(getlastName())) AND NOT IsSimpleValue(trim(getlastName())))> It wouldn't get to the IsSimpleValue test if it didn't pass the Trim and Len calls, which would have thrown an error if the value wasn't a simple value. Maybe something like the following would be more appropriate? <cfif (NOT IsSimpleValue(getlastName()))> The max length check that follows would throw an error as well, as it does another Len/Trim combo without regard to the results of the previous type check.
    <cfif (len(trim(getlastName())) AND NOT IsSimpleValue(trim(getlastName())))> It wouldn't get to the IsSimpleValue test if it didn't pass the Trim and Len calls, which would have thrown an error if the value wasn't a simple value. Maybe something like the following would be more appropriate? <cfif (NOT IsSimpleValue(getlastName()))> The max length check that follows would throw an error as well, as it does another Len/Trim combo without regard to the results of the previous type check.
  • May 18, 2009
    issue 64 (Scale not added to sqlparam tag) commented on by judah.mcauley   -   cfdbinfo returns a column called DECIMAL_DIGITS which should contain the value the needs to be used for the scale attribute on cfqueryparam I believe.
    cfdbinfo returns a column called DECIMAL_DIGITS which should contain the value the needs to be used for the scale attribute on cfqueryparam I believe.
  • May 18, 2009
    issue 64 (Scale not added to sqlparam tag) reported by judah.mcauley   -   When introspecting a database column that uses both precision and scale such as numeric(10,2) the resulting code output sets the sql type correctly in the cfqueryparam tag: CFSQLType="cf_sql_numeric" but it does not set the scale="2" that would be needed to support the column correctly. As a result, any numbers inserted into the db will be rounded inappropriately. i.e., 113.65 will get inserted as 114.00 because CF assumes a default scale of 0 when none is specified.
    When introspecting a database column that uses both precision and scale such as numeric(10,2) the resulting code output sets the sql type correctly in the cfqueryparam tag: CFSQLType="cf_sql_numeric" but it does not set the scale="2" that would be needed to support the column correctly. As a result, any numbers inserted into the db will be rounded inappropriately. i.e., 113.65 will get inserted as 114.00 because CF assumes a default scale of 0 when none is specified.
  • Jan 26, 2009
    issue 63 (Inital Startup Error when getting Datasources) commented on by patweb99   -   Yup I do. I have a hard cfcgenerator mapping in cfadmin and the following within the cf flex config: <destination id="ColdFusion"> <channels> <channel ref="my-cfamf"/> </channels> <properties> <source>*</source> <!-- define the resolution rules and access level of the cfc being invoked --> <access> <!-- Use the ColdFusion mappings to find CFCs, by default only CFC files under your webroot can be found. --> <use-mappings>true</use-mappings> <!-- allow "public and remote" or just "remote" methods to be invoked --> <method-access-level>remote</method-access-level> </access> <property-case> <!-- cfc property names --> <force-cfc-lowercase>true</force-cfc-lowercase> <!-- Query column names --> <force-query-lowercase>true</force-query-lowercase> <!-- struct keys --> <force-struct-lowercase>true</force-struct-lowercase> </property-case> </properties> </destination>
    Yup I do. I have a hard cfcgenerator mapping in cfadmin and the following within the cf flex config: <destination id="ColdFusion"> <channels> <channel ref="my-cfamf"/> </channels> <properties> <source>*</source> <!-- define the resolution rules and access level of the cfc being invoked --> <access> <!-- Use the ColdFusion mappings to find CFCs, by default only CFC files under your webroot can be found. --> <use-mappings>true</use-mappings> <!-- allow "public and remote" or just "remote" methods to be invoked --> <method-access-level>remote</method-access-level> </access> <property-case> <!-- cfc property names --> <force-cfc-lowercase>true</force-cfc-lowercase> <!-- Query column names --> <force-query-lowercase>true</force-query-lowercase> <!-- struct keys --> <force-struct-lowercase>true</force-struct-lowercase> </property-case> </properties> </destination>
  • Jan 26, 2009
    issue 63 (Inital Startup Error when getting Datasources) commented on by brian.rinaldi   -   Yes it is supported. It sounds like a pathing issue. Is cfcgenerator set as a mapping? Is use-mappings set to true? See the readme file for details.
    Yes it is supported. It sounds like a pathing issue. Is cfcgenerator set as a mapping? Is use-mappings set to true? See the readme file for details.
  • Jan 26, 2009
    issue 63 (Inital Startup Error when getting Datasources) reported by patweb99   -   Using Coldfusion 8 enterprise on Mac OS X I tend to get the following error whenever I start Illudium. Any ideas? Is Enterprise supported? "Unable to invoke CFC - The value returned from the getDatasource function is not of type cfcgenerator.com.cf.model.datasource.datasource." This seems to be an issue related to getDatasources as flex does not seem to be able to get the names to populate within the datasources list. I've confirmed that the datasource list is getting created on the back end. Just not sure what is going on afterwards. Thanks, -Pat patweb99@gmail.com
    Using Coldfusion 8 enterprise on Mac OS X I tend to get the following error whenever I start Illudium. Any ideas? Is Enterprise supported? "Unable to invoke CFC - The value returned from the getDatasource function is not of type cfcgenerator.com.cf.model.datasource.datasource." This seems to be an issue related to getDatasources as flex does not seem to be able to get the names to populate within the datasources list. I've confirmed that the datasource list is getting created on the back end. Just not sure what is going on afterwards. Thanks, -Pat patweb99@gmail.com

Older

  • Dec 09, 2008
    r156 (added the dsn name to the XML so that it can be used for tem...) committed by brian.rinaldi   -   added the dsn name to the XML so that it can be used for templates if needed.
    added the dsn name to the XML so that it can be used for templates if needed.
  • Dec 05, 2008
    r155 (Refs #62 - fixed incorrect type) committed by brian.rinaldi   -   Refs #62 - fixed incorrect type
    Refs #62 - fixed incorrect type
  • Dec 05, 2008
    issue 62 (cfsqltype incorrect for numeric(18,0) columns in msssql) Status changed by brian.rinaldi   -   Issue is corrected in svn rev 154. shouldn't be cf_sql_numeric. Should be cf_sql_integer.
    Status: Fixed
    Issue is corrected in svn rev 154. shouldn't be cf_sql_numeric. Should be cf_sql_integer.
    Status: Fixed
  • Dec 05, 2008
    r154 (Refs #62 - fixed incorrect type) committed by brian.rinaldi   -   Refs #62 - fixed incorrect type
    Refs #62 - fixed incorrect type
  • Dec 04, 2008
    issue 62 (cfsqltype incorrect for numeric(18,0) columns in msssql) commented on by judah.mcauley   -   I found the culprit in the Illudium code. Line 85 of com.cf.model.datasource.mssql.cfc is: <cfcase value="numeric"> <cfreturn "cf_sql_varchar" /> </cfcase> And should be: <cfcase value="numeric"> <cfreturn "cf_sql_numeric" /> </cfcase>
    I found the culprit in the Illudium code. Line 85 of com.cf.model.datasource.mssql.cfc is: <cfcase value="numeric"> <cfreturn "cf_sql_varchar" /> </cfcase> And should be: <cfcase value="numeric"> <cfreturn "cf_sql_numeric" /> </cfcase>
  • Dec 03, 2008
    issue 62 (cfsqltype incorrect for numeric(18,0) columns in msssql) reported by judah.mcauley   -   What steps will reproduce the problem? 1. create a table with a column of type numeric(18,0) which is the default for mssql server 2005 at least. 2. generate a dao from the table What is the expected output? What do you see instead? The cfqueryparam for that column should have a cfsqltype of cf_sql_numeric but instead the cfsqltype is set to cf_sql_varchar
    What steps will reproduce the problem? 1. create a table with a column of type numeric(18,0) which is the default for mssql server 2005 at least. 2. generate a dao from the table What is the expected output? What do you see instead? The cfqueryparam for that column should have a cfsqltype of cf_sql_numeric but instead the cfsqltype is set to cf_sql_varchar
  • Dec 02, 2008
    cfcgenerator_build_13_2008-12-02.zip (Build 13 (adds generate all tables in DSN)) file uploaded by brian.rinaldi   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • Dec 02, 2008
    r153 (fixed a bug whereby the last table was skipped on the autoge...) committed by brian.rinaldi   -   fixed a bug whereby the last table was skipped on the autogenerate.
    fixed a bug whereby the last table was skipped on the autogenerate.
  • Dec 02, 2008
    r152 (fixed a bug whereby the last table was skipped on the autoge...) committed by brian.rinaldi   -   fixed a bug whereby the last table was skipped on the autogenerate.
    fixed a bug whereby the last table was skipped on the autogenerate.
  • Dec 02, 2008
    cfcgenerator_build_13_2008-12-02.zip (Build 13 (adds generate all tables in DSN)) file uploaded by brian.rinaldi   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • Dec 02, 2008
    cfcgenerator_build_13_2008-12-02.zip (Build 13 (adds generate all tables in DSN)) file uploaded by brian.rinaldi   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • Dec 02, 2008
    r151 (added cancel button to auto-generate and widened window.) committed by brian.rinaldi   -   added cancel button to auto-generate and widened window.
    added cancel button to auto-generate and widened window.
  • Dec 02, 2008
    r150 (added cancel button to auto-generate and widened window.) committed by brian.rinaldi   -   added cancel button to auto-generate and widened window.
    added cancel button to auto-generate and widened window.
  • Dec 02, 2008
    cfcgenerator_build_13_2008-12-02.zip (Build 13 (adds generate all tables in DSN)) file uploaded by brian.rinaldi   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • Dec 02, 2008
    r149 (fixed bug where if you used browse generate all was not acti...) committed by brian.rinaldi   -   fixed bug where if you used browse generate all was not activated
    fixed bug where if you used browse generate all was not activated
  • Dec 02, 2008
    r148 (fixed bug where if you used browse generate all was not acti...) committed by brian.rinaldi   -   fixed bug where if you used browse generate all was not activated
    fixed bug where if you used browse generate all was not activated
  • Dec 02, 2008
    cfcgenerator_build_13_2008-12-02.zip (Build 13 (adds generate all tables in DSN)) file uploaded by brian.rinaldi   -  
    Labels: Featured Type-Archive
    Labels: Featured Type-Archive
  • Dec 02, 2008
    r147 (this swf version adds the new feature to generate all tables...) committed by brian.rinaldi   -   this swf version adds the new feature to generate all tables in a dsn
    this swf version adds the new feature to generate all tables in a dsn
  • Dec 02, 2008
    r146 (fixed compiler issue) committed by brian.rinaldi   -   fixed compiler issue
    fixed compiler issue
  • Dec 02, 2008
    r145 (generate multiple now automatically changes your path string...) committed by brian.rinaldi   -   generate multiple now automatically changes your path string to current table name
    generate multiple now automatically changes your path string to current table name
  • Dec 02, 2008
    r144 (added in the ability to save all tables in a dsn) committed by brian.rinaldi   -   added in the ability to save all tables in a dsn
    added in the ability to save all tables in a dsn
  • Nov 04, 2008
    issue 61 (Blank app after installing) reported by tim.garver   -   I am not sure why this is happening. What steps will reproduce the problem? 1. installed to instructions 2. ran the app 3. just the famous flex background and no app What is the expected output? The app What do you see instead? nothing What version of the product are you using? build 12_2008-4-13 On what operating system? XP Pro, FF and IE both no app Please provide any additional information below. when i right click on the page, i know its a flash movie because of the context menu. but nothing is loaded onto the page.
    I am not sure why this is happening. What steps will reproduce the problem? 1. installed to instructions 2. ran the app 3. just the famous flex background and no app What is the expected output? The app What do you see instead? nothing What version of the product are you using? build 12_2008-4-13 On what operating system? XP Pro, FF and IE both no app Please provide any additional information below. when i right click on the page, i know its a flash movie because of the context menu. but nothing is loaded onto the page.
  • Sep 25, 2008
    issue 60 (Save To File not Available) commented on by brian.rinaldi   -   This would happen if the path is not legitimate. Please confirm that the path is correct and let me know if it recurs.
    This would happen if the path is not legitimate. Please confirm that the path is correct and let me know if it recurs.
  • Aug 23, 2008
    issue 60 (Save To File not Available) reported by mike.tc.craig   -   What steps will reproduce the problem? 1. Generate code 2. Save To File does not enable 3. What is the expected output? What do you see instead? I expected the save to file button to enable once a filename / path was supplied for the content. What version of the product are you using? On what operating system? Most Recent as of the day of this posting? Can't tell from the interface. OS is Vista, CF 8 fully patched using localhost port 80 on IIS. Please provide any additional information below.
    What steps will reproduce the problem? 1. Generate code 2. Save To File does not enable 3. What is the expected output? What do you see instead? I expected the save to file button to enable once a filename / path was supplied for the content. What version of the product are you using? On what operating system? Most Recent as of the day of this posting? Can't tell from the interface. OS is Vista, CF 8 fully patched using localhost port 80 on IIS. Please provide any additional information below.
 
Hosted by Google Code