You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members. | |
| The error occurred in coldspring/core/reflect/Class.cfc: line 443 | |
Can you provide a test case?
Sent from my mobile doohickey.
--
You received this message because you are subscribed to the Google Groups "ColdSpring-Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/coldspring-users/-/HHKG7-Bkx_QJ.
To post to this group, send email to coldspri...@googlegroups.com.
To unsubscribe from this group, send email to coldspring-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/coldspring-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "ColdSpring-Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/coldspring-users/-/6YIREuPxVQQJ.
To post to this group, send email to coldspri...@googlegroups.com.
To unsubscribe from this group, send email to coldspring-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/coldspring-users?hl=en.
there are plenty of beans that only inherit from a single bean
If at ask possible, please provide me with just the bare minimum of what causes the error.
If it's a unit test, even better. (Our even a unit test, plus fix with a pull request on GitHub)
Thanks!
Mark
Sent from my mobile doohickey.
--
You received this message because you are subscribed to the Google Groups "ColdSpring-Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/coldspring-users/-/lz3FJIQb6GwJ.
All right, I'll run the unit tests here first, will get back later. (might be Monday :-)
Have a good night and weekend.
Cheers
Ok, here's an update:
First of all: I can suddenly no longer reproduce the error. I saw it
flashing by once more this morning but after that all of a sudden
things seems peachy. This is of course because of *something* I did/
change but I have retraced all of my steps and can not single out what
caused it..
I will test things again on a different system later this week so will
report back then..
I also ran all unit tests (bitch to get it to work..) , and they all
passed accept for one.
The testSortEmptyArray test in unittests.util.CollectionTest faulted
with the error: Cannot compare array references in ColdFusion::Arrays
in ColdFusion are passed by value. To compare instances, you may wrap
the array in a struct and compare those.
And finally, It was the master, not a branch.
I initially kept on strugling with the mxunit plugin in CFbuilder. And
it still doesn't work through that plugin.
I'm running MXunit 2.0.3
> Make sure you have the latest mxunit.. I think it has my fix in that for
> it. I should go double check.
--
You received this message because you are subscribed to the Google Groups "ColdSpring-Users" group.
To post to this group, send email to coldspri...@googlegroups.com.
To unsubscribe from this group, send email to coldspring-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/coldspring-users?hl=en.