Sorry I I am not running 6.1.  I was stating that the bug in 6.1 is back 
in  Version 7,0,2,142559.

Also I have found exactly what is causing the problem.  It arises when CF 
generates a wsdl for a cfc.  For some reason it adds a new key to the 
struct returned from getMedataData called skeleton.  The value of this key 
is a java object which is what causes the duplicate to fail (per livedocs 
duplicate will not work for objects).  I am in the middle of some urgent 
production work, so I will reply with complete details to reproduce the 
error in a few hours.


Best Regards,

Adam Crump
Manager - Web Applications
Web Services - ICS
Amkor Technology





Sent by: [email protected]
"Peter J. Farrell" <[EMAIL PROTECTED]>

08/27/2007 10:08 AM 
Please respond to coldspring-dev


To:
<[email protected]>

cc:


bcc:


Subject:
[coldspring-dev] Array Element Type Mismatch






Adam Crump said the following on 8/27/2007 11:36 AM: 

Hummmm Interesting it appears that the bug in the early version of 6.1 is 
back as this simple example does not work, which has nothing to do with 
CS. 
<cfset foo = createObject("component", "dsn") /> 
<cfset md = getMetaData(foo) /> 
<cfdump var="#md#" /> 
<cfdump var="#duplicate(md)#" /> 

The duplicate(md) generates the error.  I can not access the BER right now 
due to firewall issues, but if the flattenMedataData method works the 
same, I bet I will have the same issue. 

Can you paste in the complete version number of your 6.1 server?  
ColdSpring requires a minimum hotfix number in order to work.  Have you 
applied all the available hotfixes for 6.1?

.pjf

Reply via email to