Title:
Bug 82247:getMetaData( cfc ) displays "name" and "fullname" properties inconsistently
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / bill shelton (virtix)
Created: 02/25/2010
Components: Language, CF Component
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 / 274100
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 7
Problem:
getMetaData( cfc ) displays "name" and "fullname" properties inconsistently. Sometimes the fully qualified name is displayed ("com.foo.bar") and other times, only the component name alone is displayed ("bar"). This undeterministic behavior (at times) breaks applications such as MXUnit that depend on accurate metadata names of components.
Method:
In some configurations involving Apache Virtual Hosts on OSX and Linux (Ubuntu and CentOS), and some IIS environments w/ virtual directories, the "name" and "fullname" properties retrieved from getMetaData( cfc ) are inconsitent. The behavior appears to be tied to the web server connectors. Using the internal JRun web server seems to work as expected, but connecting to external web servers, especially those configured with virtual hosts, appears to alter the meta data properties of name and fullname.Below are reports of tests that MXUnit users have performed that verify the defect. in various environments. http://groups.google.com/group/mxunit/browse_thread/thread/8251255c0afd0006//Some bug reports that are caused by the meta data issuehttp://groups.google.com/group/mxunit/browse_thread/thread/ca7d99fcc3e46219http://groups.google.com/group/mxunit/browse_thread/thread/0144b1db979e52c6
Result:
No error message, but incorrect results
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041033
External Customer Info:
External Company:
External Customer Name: bill shelton
External Customer Email: 259D3B324929474C992015A8
External Test Config: 02/25/2010
Attachments:
Comments: