search : orm support

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

displaying top 100 results

2613798 CF-3162251 ORM Support Peruz Carlsen ColdFusion 10 ORM - Linked Table Error Please visit http://stackoverflow.com/questions/10093206/coldfusion-10-orm-linked-table-error for details about this error/bug. ----------------------------- Additional Watson Details
2608265 CF-4148154 ORM Support Geoffrey Demoulin ORM inheritance working incorrectly Problem Description: Using entity inheritance causes incorrect SQL statements to be generated by coldfusion. I have the following structure: The Company component has offices. The Office component inherits
2599644 CF-3039871 ORM Support Andrew Powell Bug 79706:(Watson Migration Closure)Integrate Hibernate Search into ORM functionality Problem: Integrate Hibernate Search into ORM functionality. Method: Result: ----------------------------- Additional Watson Details
2610028 CF-3737411 ORM Support Luis Majano ORM bi-directional relationship setup Right now as it stands, you have to code a tremendous amount of boilerplate code in order to have bi-directional relationships work from either side. Why not add this already to the generated functions already
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
2613697 CF-3183868 REST Services Ben Dalton ORM Search Serialization Issue Problem Description: This may or may not be tied to ORM Search or the REST support. If I conduct an ORM search inside a REST handler/listener, if I want to return an array of the entities and not the entire ORM search
2610921 CF-3668080 ORM Support Luis Majano Add ability to register new ORM CFC location dynamically: ORMLoadLocation() Add ability to register new ORM CFC location dynamically: ORMLoadLocation() which can take in a: * absolute path * mapping path * array of absolute paths * array of mapping paths
2610923 CF-3668074 ORM Support Luis Majano Create a new ORM event handler for when ORM entities are created: postNew() Create a new ORM event handler for when ORM entities are created: postNew(). The only missing event trigger is when an entity is created via entityNew(). This is critical
6289850 CF-4205359 ORM Support Add the hibernate Envers library to hibernate Envers is a library in Java Hibernate that allows auditing on ORM enties. It creates an auditing table for that entity. The US government really wants this feature.
4533883 CF-4203055 ORM Support ORM referencing non-existing arguments in cffunction Problem Description: The entityLoad function attempts to filter using all arguments from the calling cffunction, even if they were not passed to the function and no default argument value exists. In the test
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
2613698 CF-3183856 REST Services Ben Dalton ORM Search XML Serialization Issue Duplicate ID: CF-3183868 Problem Description: When using the RESTful API support, returning a ORM Search result fails to serialize via XML. Steps to Reproduce: Create simple, indexed, ORM entity. Create restful
2599166 CF-3040510 ORM Support Andrew Scott Bug 80980:All of a sudden I have started to get the attaxhed errors A
2608923 CF-3963346 ORM Support Ryan Panning ORM Collection Mapping Multiple Foreign Keys Problem Description: For an ORM component, a 'collection' property does not support a comma delimited list of multiple foreign keys, the 'fkcolumn' attribute. The same *does* work for relationships (as stated
OrderColumn support for Indexed collections (i.e. type="array" in CF ORM)
5075441 CF-4203461 ORM Support CfScript ORM mapping annotation for param/sequence does not work Problem Description: When mapping a sequence to an ORM-mapped component using CfScript annotations, the value for the sequence name is *ignored* and replaced with "hibernate_sequence". Steps
2599783 CF-3039727 ORM Support João Fernandes Bug 79522:[JFERNANDES] ORM many-to-one definitions don't respect lazy property Problem: [JFERNANDES] ORM many-to-one definitions don't respect lazy property. Something is triggering the relationship. No memory tracking is enabled on the server. Method
5196059 CF-4203834 ORM Support Database Names no longer escaped during ORM table create/update Problem Description: If your database name contains a period, ie: "biz.stuff", ORM create/update of tables will fail with an error regarding "too many prefixes". This may be specific to Microsoft SQL
2609865 CF-3755230 ORM Support Giancarlo Gomez ORM EventHandler is stating that it must implement interface cfide.orm.IEventHandler when it does Duplicate ID: CF-3753750 Problem Description: ORM EventHandler is stating that it must implement interface cfide.orm.IEventHandler when it does Steps
2609866 CF-3755218 ORM Support Giancarlo Gomez ORM EventHandler is stating that it must implement interface cfide.orm.IEventHandler when it does Duplicate ID: CF-3753750 Problem Description: ORM EventHandler is stating that it must implement interface cfide.orm.IEventHandler when it does Steps
2611607 CF-3607057 ORM Support Peter Boughton Prevent dumping an ORM object with lots of relations from causing OoM errors. Dumping variables from a complex ORM application runs the risk of causing a java.lang.OutOfMemoryError caused by too many levels of ORM relationships attempting to be dumping
2599732 CF-3039778 ORM Support Henry Ho Bug 79588:CFC ORM types "money" and "money4" are missing in current beta release Problem: CFC ORM types "money" and "money4" are missing in current beta release. Method: Result: Not an error message, but can "Money" and "Money4" be added as CFC ORM types
2602287 CF-3037024 ORM Support Ben Archibald Bug 74186:An ORM CFC with a name of "class" doesn't work Problem: An ORM CFC with a name of "class" doesn't work. Either the bug is that its not handling this reserved word gracefully, or that it should handle any name for ORM cfcs . Method: Result
2599317 CF-3040336 ORM Support Thomas Wieser Bug 80443:No ORM Operations are submitted to database if they are executed in the application Problem: No ORM Operations are submitted to database if they are executed in the application.cfc onApplicationStart() method.I wanted to insert some dummy data
Tracker Issue Add OGM support
2611670 CF-3602417 ORM Support Luis Majano Add OGM support Add OGM support natively in CF via Hibernate Object Grid Mapper for NoSQL databases. ----------------------------- Additional Watson Details ----------------------------- Watson Bug ID: 3602417 External Customer Info: External Company
2610922 CF-3668077 ORM Support Luis Majano Allow ability to register more than one ORM event handler and dynamically Allowing one event handler for ORM is short sighted. Can you provide the ability to allow an array of event handlers that can be triggered on events, much how interceptors work
2609822 CF-3761317 ORM Support Giancarlo Gomez ehcache files are being generated at site root with ORM app with secondary cache enabled Problem Description: An Application with ORM secondaryCacheEnabled is creating an ehcache file at site's root and this never happened on 10 or 9. Steps
2600841 CF-3038598 ORM Support Raymond Camden Bug 77294:ormGetSessionFactory returns an NPE if you run it w/ orm disabled Problem: ormGetSessionFactory returns an NPE if you run it w/ orm disabled. If you call it with orm disabled, it should throw an error. Method: Result
2615613 CF-3043096 ORM Support Luis Majano Bug 85851:make ORM entities that have genereted setters return this by default so we can do method chaining:user Problem: make ORM entities that have genereted setters return this by default so we can do method chaining
2602406 CF-3036886 ORM Support Sam Farmer Bug 73858:Using ORM without a valid datasource being defined in CFIDE Administrator returns this message: Problem: Using ORM without a valid datasource being defined in CFIDE Administrator returns this message: "Id field not defined for cfc orm
2601433 CF-3037967 ORM Support Devin Holloway Bug 76101:If you create a one-to-one ORM relationship, an implicit has*() method is created Problem: If you create a one-to-one ORM relationship, an implicit has*() method is created. This is good, but the documentation only talks about implicit method
2616286 CF-3000279 ORM Support ext-user Error Object with id:{id} was not of the specified subclass: coldfusion.orm.PersistentTemplateProxy While loading an Entity If there is any difference in the case for CFC name used for the Entity and the one specified in the relationship Definition, it can
2599219 CF-3040464 ORM Support Tony Nelson Bug 80859:ORM session closes prematurely when using DataManagement event gateway Problem: ORM session closes prematurely when using DataManagement event gateway. Method: Result: ORM session closes prematurely when using DataManagement event gateway.http://groups.google.com/group/cf-orm
Bug 78856:Summary: CF-ORM collection mapping need to support objectsCurrently the collection mappings only support simple values
Comment on Bug 79663:The current AIR ORM for ColdFusion 9 does not support primary key generation by External U.
Comment on Bug 79663:The current AIR ORM for ColdFusion 9 does not support primary key generation by External U.
Comment on Bug 79663:The current AIR ORM for ColdFusion 9 does not support primary key generation by External U.
Comment on Bug 79663:The current AIR ORM for ColdFusion 9 does not support primary key generation by External U.
Comment on Bug 79663:The current AIR ORM for ColdFusion 9 does not support primary key generation by External U.
Bug 79476:(Watson Migration Closure)[JFERNANDES] ORM custom naming strategy should support a method getSQLType(sqlType) so we could override default values like having nvarchar fields instead of varchar, nchar, and so on
2609894 CF-3750467 ORM Support Jonathan Clausen ORM Indexing of Large Recordsets Fail to Complete Problem Description: When attempting to index a persistent entity with joined properties with greater than 10,000 records, the function ormIndex('EntityName') hangs the server, even if there is only
3401696 CF-4199483 ORM Support Mingo Hagen Using PostgreSQL shows an error in coldfusion-out I'm seeing this error in coldfusion-out: INFO HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
2599829 CF-3039681 ORM Support João Fernandes Bug 79449:[JFERNANDES] ORM dbcreate = 'update' doesn't update table if we add a new fieldtype = ID Problem: [JFERNANDES] ORM dbcreate = 'update' doesn't update table if we add a new fieldtype = ID. To workaround we have to drop the table and have
5045486 CF-4203440 ORM Support Enhance orm setting for logging output to include DDL schema updates, else debugging is horrible The current orm setting for logs is `this.ormsettings.logSQL` which works great. However, if you use the hibernate db update procedures none of the DDL statements
Bug 79663:The current AIR ORM for ColdFusion 9 does not support primary key generation
2597504 CF-3043690 ORM Support SUMIT VERMA Bug 86783:(Watson Migration Closure)When you rollback a transaction the current ORM session is not cleared as stated in the docs Problem: When you rollback a transaction the current ORM session is not cleared as stated in the docs. After rollback, using a
2608676 CF-4024472 ORM Support Mingo Hagen ORM entities are incorrectly created when using single table inheritance with mappedSuperClass Related Bugs: CF-4178506 - Similar to CF-4178506 - Similar to Problem Description: When you have a base component (base.cfc) with MappedSuperClass set
3401697 CF-4199484 ORM Support Mingo Hagen saveMapping=true logs WARN messages Problem Description: The hbmxml files seem to be generated with an out of date DTD reference: WARN HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http
2608681 CF-4024159 ORM Support Jork Zijlstra ormClearSession and ormCloseSession causes entityDelete not to work Duplicate ID: CF-4024153 Problem Description: calling ormClearSession and ormCloseSession after an entityDelete causes the entity nog to be deleted Steps to Reproduce: 1) entity
2597834 CF-3042380 ORM Support Mary Jo Sminkey Bug 84553:(Watson Migration Closure)ORM does not properly create blob/clob fields in Oracle Problem: ORM does not properly create blob/clob fields in Oracle Method: When the ORM creates tables in Oracle, it is using RAW for a BLOB and LONG for CLOB
2597684 CF-3042954 ORM Support Raymond Camden Bug 85341:(Watson Migration Closure)CF901 has gone a LONG way to making ORM errors a lot better Problem: CF901 has gone a LONG way to making ORM errors a lot better. So for example, I had A linked to B. I renamed B. On reload, I got a very nice error
6815609 CF-4207239 ORM Support entityLoad doesn't support options on filter plus unique combination Problem Description: entityLoad( entityName, filter, unique, options ) throws an error whereas most other combinations work Steps to Reproduce: Run enclosed files Actual Result: A nonsensical
2612357 CF-3518916 ORM Support ext-user Trying to inserting Null in primitive boolean type throws error for SQLServer Trying to inserting Null in primitive boolean type throws the following error for SQLServer. [Macromedia][SQLServer JDBC Driver]The specified SQL type is not supported
2597526 CF-3043638 ORM Support Raymond Camden Bug 86731:-(Watson Migration Closure)CF901 improved ORM error reporting quite a bit, but I just got this error and have no idea what CFC to check Problem: CF901 improved ORM error reporting quite a bit, but I just got this error and have no idea what
2598674 CF-3041067 ORM Support Mike Nicholls Bug 82326:(Watson Migration Closure)Provide a tag (or other mechanism) to easily run ORM code within a new Hibernate session, similar to "withNewSession" in Grails (see link) Problem: Provide a tag (or other mechanism) to easily run ORM code within a
2601133 CF-3038289 ORM Support Neil Middleton Bug 76773:I would like to see if we can have some sort of ActiveRecord style ORM search helpers as per Rails/Grails etc Duplicate ID: CF-3037605 Problem: I would like to see if we can have some sort of ActiveRecord style ORM search helpers as per
2611811 CF-3589391 ORM Support Todd Sharp CFDump Duplicating Properties and Showing Incorrect Methods Problem Description: When dumping an ORM entity, if an entity overrides an inherited property from a base class the property is listed twice in cfdump. Also, incorrect methods are being shown
2599733 CF-3039777 Flex/Flash : AIR Integration David Tucker Bug 79587:The current ORM capability provided in the cfair Problem: The current ORM capability provided in the cfair.swc file does not support the logging of SQL as it is sent to the SQLite database. This greatly limits the developer
2599947 CF-3039550 ORM Support Cameron Jacobs Bug 79268:I have a application which runs multiple datasources Problem: I have a application which runs multiple datasources. From what I can tell ORM only has provisions for one database. It would be great if we could run multiple datasources
2597287 CF-3044024 ORM Support Mary Jo Sminkey Bug 87099:-(Watson Migration Closure)This is one of the errors I recently got running a unit test on my ORM code Problem: This is one of the errors I recently got running a unit test on my ORM code. It's extremely cryptic and makes no sense to a Cold
2608458 CF-4090267 ORM Support ext-user We should have an option to set orminitmethod property at application level Related Bugs: CF-4012852 - Similar to Problem Description: We should have an option to set orminitmethod property at application level Steps to Reproduce: Actual Result
2611815 CF-3588717 ORM Support Phill Nacelli Hibernate log4j.properties settings issue Problem Description: The log4j.properties settings for hibernate is causing files to get incrementally larger without any restrictions. the log appender library is not set correctly and is missing commented out
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
2598996 CF-3040710 ORM Support Henry Ho Bug 81386:CFCExplorer ignores overridden one-to-many type:struct generated methods Problem: CFCExplorer ignores overridden one-to-many type:struct generated methods. Method: Result: ----------------------------- Additional Watson Details
2599606 CF-3039913 ORM Support Bob Silverberg Bug 79764:EntityNew() should call init() to make it consistent with the New operator Problem: EntityNew() should call init() to make it consistent with the New operator. Method: Result: ----------------------------- Additional Watson Details
Comment on Bug 78843:(Watson Migration Closure)Summary: add CF-ORM support to CFFORMWouldn’t it be nice if one could do this:[code][code]This would take either the name of an entity (for a data entry form for a new object by External U.
2598811 CF-3040916 ORM Support Henry Ho Bug 82029:Readonly attribute support for "one-to-one" fieldtype Problem: Readonly attribute support for "one-to-one" fieldtype.fieldtype=column can make immutable by update=falsefieldtype=one-to-many or many-to-many can make immutable by readonly
2612962 CF-3360524 ORM Support Adam Cameron "unique" constraint on ORM-mapped properties not respected when DB is Derby Problem Description: I have a Derby Database, which I am using to persist ORM-mapped objects. One of my objects has this property: property name="email" unique
2598343 CF-3041440 ORM Support Henry Ho Bug 82853:(Watson Migration Closure)Support for indexed collections maps to CF Array for preserving order Problem: Support for indexed collections maps to CF Array for preserving order.Or at least document how we can utilize indexed collections with hbxml
2599612 CF-3039905 ORM Support Rob Kolosky Bug 79756:With ORM settings to dropcreate, when you create a new CFC, the first time you load the application, you always get a message that the table for the CFC doesn't exist Problem: With ORM settings to dropcreate, when you create a new CFC, the first
2601805 CF-3037559 ORM Support Devin Bug 75515:When using ORM with cfscript and metadata to generate a char column, no matter what you specify for the column length, it gets created with a length of 1 Problem: When using ORM with cfscript and metadata to generate a char column, no matter what you
2600241 CF-3039241 ORM Support João Fernandes Bug 78714:(Watson Migration Closure)[JFERNANDES] Persistent CFCs should support distriminatorFormula to allow fine grain control or discriminated entities Problem: [JFERNANDES] Persistent CFCs should support distriminatorFormula to allow fine grain
2610654 CF-3688668 ORM Support Adam Tuttle Debug information for ORM DDL Update Exceptions occluded by error displayed on screen, even w/robust exceptions enabled I made an ORM change and tried to ormReload(). This was the resulting error message: > Error in executing the DDL. > > Cannot add
2598006 CF-3041854 ORM Support John Whish Bug 83748:It seems that the ORM event handler now fires the preUpdate method twice when updating a persistent entity Duplicate ID: CF-3041853 Problem: It seems that the ORM event handler now fires the preUpdate method twice when updating a persistent
5196242 CF-4203835 ORM Support Table names that clash with reserved words no longer escaped properly Problem Description: If you name an ORM entity the same as a reserved word in SQL Server, a crash occurs when Hibernate attempts to update the table (creation is OK). This is even with escaping
2601631 CF-3037758 ORM Support Devin Holloway Bug 75802:Implement Hibernate's NamingStrategy Problem: Implement Hibernate's NamingStrategy. We need the ability to implement Hibernate's NamingStrategy in the ormSettings. One method would be to reference a CFC containing the methods that define how
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
5196054 CF-4203833 ORM Support dbdefault no longer quoted properly when generating Hibernate DDL for DB create/update Problem Description: If you have a dbdefault set on a property, and it is a string, it will fail to create the table. The problem is that strings are no longer quoted when passed
5728939 CF-4204325 ORM Support preUpdate inserts two records Problem Description: Trying to use PreUpdate() and it's inserting two records on save. Steps to Reproduce: Use preUpdate to attempt to insert a new record on entity update. Actual Result: Two identical records are inserted for every
2602123 CF-3037203 ORM Support João Fernandes Bug 74851:(Watson Migration Closure)[ORM] we should be able to use a CFC as a custom Hibernate persister Problem: [ORM] we should be able to use a CFC as a custom Hibernate persister. This would allow us to use ORM integration not only with data coming
2599912 CF-3039588 ORM Support Douglas Hughes Bug 79318:If you have an ORM-enabled application it seems that the ORM features cause CF to recurse all application directories looking for CFCs Problem: If you have an ORM-enabled application it seems that the ORM features cause CF to recurse all
2599977 CF-3039519 ORM Support Cameron Jacobs Bug 79230: definitely defined, I have done a cfoutput of it and it always displays perfectly, which leads me to believe that it is an ORM problem Problem: definitely defined, I have done a cfoutput of it and it always displays perfectly, which leads
2602354 CF-3036949 ORM Support João Fernandes Bug 73960:(Watson Migration Closure)[ORM] there should be a ORMIsDirty(Entity) which would return true if Problem: [ORM] there should be a ORMIsDirty(Entity) which would return true if 1) not exist in the database 2) if exists but properties values don
2600143 CF-3039344 ORM Support Devin Holloway Bug 78899:Configure the "saveMappings" orm setting on the CFC level Problem: Configure the "saveMappings" orm setting on the CFC level.Anytime you have to make modifications to the hbm.xml file for configurations not exposed in the CFC (advanced
2602454 CF-3036839 ORM Support Raymond Camden Bug 73806:There is no way to refresh orm settings without using the Admin API, restarting CF, or renaming the application Problem: There is no way to refresh orm settings without using the Admin API, restarting CF, or renaming the application
Bug 78843:(Watson Migration Closure)Summary: add CF-ORM support to CFFORMWouldn’t it be nice if one could do this:[code][code]This would take either the name of an entity (for a data entry form for a new object
2602401 CF-3036891 ORM Support Raymond Camden Bug 73863:I'm seeing an odd issue with ormExecuteQuery Problem: I'm seeing an odd issue with ormExecuteQuery. When I do an inline struct, sometimes the values fail to work. I only saw this in a CFC method, not in a plain CFM. I describe this more
2602278 CF-3037033 ORM Support Ben Archibald Bug 74195:if you have an object with a foreign key relationship in ORM-land and tell it to be a type of array Problem: if you have an object with a foreign key relationship in ORM-land and tell it to be a type of array. It does not exist in the object
2598078 CF-3041766 ORM Support Joseph Brislin Bug 83576:I just updated to 9 Problem: I just updated to 9.0.1. Now the ORM EventHandler is not firing. The error message that I am seeing is happening because the property is not being setting in the PreInsert event during the ORM Transaction
2673124 CF-4149665 ORM Support Mingo Hagen ORM: has() doesn't take the property's where attribute into account Problem Description: Given this property: property name="bars" singularname="bar" fieldtype="one-to-many" fkcolumn="fooid" cfc="bar" where="deleted=0"; The hasBar() function doesn't use
2608682 CF-4024153 ORM Support Jork Zijlstra ormClearSession and ormCloseSession causes entityRelations not to be persisted Problem Description: Calling ormClearSession or ormClosession after an entitysave nog all cascading data is saved. When you have on object with an one-to-many property both
2601438 CF-3037962 ORM Support Devin Holloway Bug 76093:No support for default values for timestamp and version fieldtypes Problem: No support for default values for timestamp and version fieldtypes. You can currenly specify some default database values such as strings and numbers, but you can
Comment on Bug 79476:(Watson Migration Closure)[JFERNANDES] ORM custom naming strategy should support a method getSQLType(sqlType) so we could override default values like having nvarchar fields instead of varchar, nchar, and so on by External U.
Comment on Bug 79476:(Watson Migration Closure)[JFERNANDES] ORM custom naming strategy should support a method getSQLType(sqlType) so we could override default values like having nvarchar fields instead of varchar, nchar, and so on by External U.
2598058 CF-3041790 ORM Support SUMIT VERMA Bug 83620:(Watson Migration Closure)In ORMExecuteQuery() method when you pass the queryOption argument, the unique argument is ignored Problem: In ORMExecuteQuery() method when you pass the queryOption argument, the unique argument is ignored. So, if I
2598314 CF-3041472 ORM Support Brett Suwyn Bug 82931:I have a simple component named class Problem: I have a simple component named class..cfc I am unable to load the entities of this type with entitiyLoad or ORMExecuteQuery. Method: create class.cfctry to load the enititiesentityLoad ( "class
2598620 CF-3041126 ORM Support Henry Ho Bug 82398:Event handler CFC is cached and not refreshed even after ApplicationStop() Problem: Event handler CFC is cached and not refreshed even after ApplicationStop(). Currently only a server restart would pick up the changes in event handler CFC, which
2598650 CF-3041093 ORM Support Mike Nicholls Bug 82363:Add an attribute to to allow the "on-delete" HBM XML attribute to be set for relationships Problem: Add an attribute to to allow the "on-delete" HBM XML attribute to be set for relationships. Cascading deletes at the database level
2598782 CF-3040950 ORM Support Henry Ho Bug 82125:property type="date" does not persist time Problem: property type="date" does not persist time. Date in ColdFusion have a time portion, so one would presume saving the property with type="date" will also save the time. However, that
2598926 CF-3040786 ORM Support Henry Ho Bug 81651:(Watson Migration Closure)ormsettings Problem: ormsettings.ormscript cannot insert unicode data (nvarchar), even if the .sql is in UTF-8 with BOM. Even though plain old CFQUERY works. Method: create a DB.sql and insert unicode data