search : bob silverberg

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

displaying top 100 results

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
2598041 CF-3041813 Language : CFSCRIPT Bob Silverberg Bug 83669:(Watson Migration Closure)Please add support for creating annotations outside of a comment block Problem: Please add support for creating annotations outside of a comment block. The current syntax of /** * @ */ is confusing
2598042 CF-3041812 Language : CFSCRIPT Bob Silverberg Bug 83668:(Watson Migration Closure)Please add support for multi-line annotations in the next ColdFusion release Problem: Please add support for multi-line annotations in the next ColdFusion release. Currently if you create a multi
Tracker Issue Bug 82608:ormsettings
2598493 CF-3041274 ORM Support Bob Silverberg Bug 82608:ormsettings Problem: ormsettings.automanageSession="disabled" not flushing on commit In a test that I just did I found that with automanagesession="true", the session is not being flushed when I commit the transaction. Here’s a test script
2598580 CF-3041172 ORM Support Bob Silverberg Bug 82464:Methods missing from cfdump when an entity contains other entities Duplicate ID: CF-3040930 Problem: Methods missing from cfdump when an entity contains other entities.When dumping an entity, if the entity has relationships that cause other
2598808 CF-3040919 ORM Support Bob Silverberg Bug 82038:(Watson Migration Closure)Enable Hibernate SQL logging info to be displayed with standard ColdFusion debugging info Duplicate ID: CF-3040480 Problem: Enable Hibernate SQL logging info to be displayed with standard ColdFusion debugging info
2599598 CF-3039923 ORM Support Bob Silverberg Bug 79791:validate/type attributes of cfproperty tag won't work with nulls Duplicate ID: CF-3039803 Problem: validate/type attributes of cfproperty tag won't work with nulls.If you specify a type="date" or validate="date" ORtype="boolean" or validate
2598545 CF-3041214 ORM Support Bob Silverberg Bug 82514:(Watson Migration Closure)Improve implementation of implicit methods for struct-based collectionsPlease allow the generated add(), remove() and das() methods that are generated for struct-based collections to have an object pa Problem
2601095 CF-3038328 ORM Support Bob Silverberg Bug 76833:(Watson Migration Closure)Requesting an EntityNew() function and onNew()handler Problem: Requesting an EntityNew() function and onNew()handler. I would like an EntityNew() function to be made available, which would allow for the creation
2601130 CF-3038292 Language : CF Component Bob Silverberg Bug 76788:Problem with cfinvoke combined with onMissingMethod Problem: Problem with cfinvoke combined with onMissingMethod. The arguments received by onMissingMethod are stored as a struct with numeric keys, and when that struct is passed
2598816 CF-3040910 ORM Support Bob Silverberg Bug 82017:(Watson Migration Closure)You cannot retrieve a member of a struct-based collection where the key is an integer using any of the built-in ColdFusion methods for referring to a member of a struct Problem: You cannot retrieve a member of a
2597727 CF-3042802 ORM Support Bob Silverberg Bug 85099:From an email exchange with Himavanth:In this case the folder with the components is above the currentfolder, so it's using a relative path:this Problem: From an email exchange with Himavanth:In this case the folder with the components
2598524 CF-3041239 ORM Support Bob Silverberg Bug 82545:(Watson Migration Closure)Problem with many-to-many and struct-based collections Problem: Problem with many-to-many and struct-based collections.I'm finding that I cannot add an item to a many-to-many collection when both sides