Hi there -
Every now and then I receive a strange error message in my logs ...
"No Attribute NAME defined for tag"
79: 80: //objectname 81: memento.objectName =
xObject.xmlAttributes.name; 82: 83: //memento for the table name
61: if(NOT StructKeyExists(cache, arguments.class)) 62: { 63: object =
getObjectDAO().getObject(createEmptyObject(), arguments.class); 64:
65: cache[arguments.class] = object;
171: <cfscript> 172: var qComposite = 0; 173: var object =
getObjectManager().getObject(arguments.className); 174: var subKey =
0; 175: var qSource = getQuery();
154: else 155: { 156: compositePath = buildCompositePath
(arguments.className, arguments.key, arguments.compositeName,
arguments.parentClassName); 157: addToCompositePathCache
(arguments.className, arguments.key, arguments.compositeName,
arguments.parentClassName, compositePath); 158: }
114: <cfscript> 115: var compositePathKey = getCompositePathKey
(arguments.className, arguments.key); 116: var compositionPath =
getCompositionPath(arguments.className, arguments.key,
arguments.compositeName, arguments.parentClassName); 117: 118: if(NOT
StructKeyExists(getParentCompositePaths(), compositePathKey))
73: { 74: //if we're taking a different path to the same object,
ignore it 75: if(validateParentCompositePath
(arguments.parentClassName, arguments.parentKey,
arguments.parentCompositeName, arguments.parentParentClassName)) 76:
{ 77: //add it to it's parent
335: 336: //add the details to the memento objects 337:
mementoBuilder.add(compositeName, key, object.getClassName(), isArray,
mementoPart, parentClassName, parentKey, parentCompositeName,
parentParentClassName); 338: </cfscript> 339: </cfloop>
51: 52: //create memento from the result 53: var memento = buildMemento
(qObject); 54: 55: //if key not found, it will return an empty object
70: <cfargument name="key" hint="Key for the BO" type="any"
required="Yes"> 71: <cfscript> 72: getTransferPopulator().populate
(arguments.transfer, arguments.key); 73: </cfscript> 74: </cffunction>
118: 119: //run the query 120: getDynamicManager().populate(transfer,
arguments.key); 121: 122: //set to non dirty, and persisted
The call is
<cfset var oTransfer = getProperty( 'beanFactory' ).getBean
( 'ContentTransfer' ).getTransfer() />
<cfset oItem = oTransfer.get( 'storage.uploaded_items_status',
stItem.entrykey ) />
The XML definition is
<object name="uploaded_items_status" table="uploaded_items_status">
<id name="entrykey" type="UUID" />
<property name="dt_created" type="date" />
<property name="userkey" type="string" />
<property name="location" type="string" />
....
Any idea what's going wrong?
I'm using railo 3.1.2 and transfer 1.1, mach-ii 1.6 and coldspring
Best regards,
Hansjoerg
--
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
You received this message because you are subscribed to the Google Groups
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/transfer-dev?hl=en