<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 7 - htmldocs - 00000231.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T06:24:14</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#70809" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#46561" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#33950" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#31846" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#30789" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#70809">
		<title>coldfusion/7/htmldocs/00000231.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#70809</link>
		<description>In addition to Corey Gilmore comment above, the additon of spaces to the display name doesn't make a differece.  I had &quot;User Access&quot; for the display name of the file userAccess.cfc and I got the same error.  However, when I changed the display name to &quot;User_Access&quot;, everything worked fine.</description>
		<dc:creator>wyntermoonwolf</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-07-26T14:05:42</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#46561">
		<title>coldfusion/7/htmldocs/00000231.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#46561</link>
		<description>With CFMX 7 when invoking the CFC as a web service be careful to name your file something different than the value of the displayname param.&lt;br /&gt;&lt;br /&gt;If your file is ABC.cfc do not set displayname=&quot;ABC&quot; otherwise you'll receive compile errors.&lt;br /&gt;&lt;br /&gt;This is not an issue with CFMX 6.&lt;br /&gt;&lt;br /&gt;coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: &lt;br /&gt;Found 2 semantic errors compiling &quot;C:/CFusionMX7/stubs/WS-550951322/DefaultNamespace/ABCLocator.java&quot;:&lt;br /&gt;&lt;br /&gt;*** Error: The type of this return expression, &quot;DefaultNamespace/ABCCfcSoapBindingStub&quot;, does not match the return type of the method, &quot;java/rmi/Remote&quot;.</description>
		<dc:creator>Corey Gilmore</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-03-28T13:28:18</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#33950">
		<title>coldfusion/7/htmldocs/00000231.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#33950</link>
		<description>The attributes: namespace, serviceportname, porttypename, bindingname, wsdlfile, displayname and hint all have the same affect on the WSDL in either rpc or document style.</description>
		<dc:creator>tomj</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-05-25T08:35:23</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#31846">
		<title>coldfusion/7/htmldocs/00000231.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#31846</link>
		<description>Yes - CF, like JavaScript and ActionScript, has a dynamic object model.  &lt;br&gt;You can add properties to ColdFusion components at runtime.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-04-19T11:04:18</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#30789">
		<title>coldfusion/7/htmldocs/00000231.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000231.htm#30789</link>
		<description>I know CFC's  are not &quot;Real objects&quot; but I would at least expect most of the same behavior.  take the following code&lt;br /&gt;&lt;br /&gt;&lt;cfcomponent name=&quot;testVariablesScope&quot;&gt;&lt;br /&gt;	&lt;cfset variables.blah2 = &quot;blah&quot;&gt;&lt;br /&gt;	&lt;cffunction name=&quot;blahFunction&quot; returntype=&quot;any&quot;&gt;&lt;br /&gt;		&lt;cfreturn &quot;blahblahblah&quot;&gt;&lt;br /&gt;	&lt;/cffunction&gt;&lt;br /&gt;&lt;/cfcomponent&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfobject component=&quot;teststuff.testVariablesScope&quot; name=&quot;tst&quot;&gt;&lt;br /&gt;&lt;cfset tst.thisSucks=&quot;thisSucks&quot;&gt;&lt;br /&gt;&lt;cfdump var=&quot;#tst#&quot;&gt;&lt;br /&gt;&lt;br /&gt;is it proper behavior to be able to add any property you want to a pre-defined instantiated object?</description>
		<dc:creator>david_h</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-04-01T08:13:32</dc:date>
	</item>
	</rdf:RDF>

