tracker issue : CF-3040737

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 81482:-(Watson Migration Closure)ColdFusion 9 hava a problem in event gateway, specially in Data Management Gateway Type (Data Service Gateway Type is no problem)I'm try two mode1

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/LowImpact

Reporter/Name(from Bugbase): TaeShik Kim / TaeShik Kim (TaeShik Kim)

Created: 01/06/2010

Components: Event Gateway

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 9,0,0,251028 /

Priority/Frequency: Trivial / Unknown

Locale/System: English / Win All

Vote Count: 0

Problem:

ColdFusion 9 hava a problem in event gateway, specially in Data Management Gateway Type (Data Service Gateway Type is no problem)I'm try two mode1. ColdFusion standalone - BlazeDS (Default)2. JRUN mode - LCDS 2.61
Method:

. goto Gateway Instances   in ColdFusion Administrator (data management gateway type). input the detail information (Gateway ID : flex2cf, Gateway Type : DataManagement, CFC Path : aaa.cfc, Configuration File : flex-data-management-gateway.cfg). edit flex-data-management-gateway.cfg  - comment out #host=localhost. register gateway instance  1. ColdFusion standalone : can't start gateway instance service.   2. JRUN mode (LCDS2.61) : started.. test sample cfm  <cfif IsDefined("FORM.message")>      <cfset msg=StructNew()>      <cfset msg.body="#FORM.message#">      <cfset msg.destination="ColdFusionGateway">      <cfset ret=SendGatewayMessage("Flex2CF", msg)>      <cfif ret>          Message sent.      <cfelse>          Message failed.      </cfif>      <br />  </cfif>  <!--- Form --->  <cfform name="form1" action="#CGI.SCRIPT_NAME#">  Message:  <cfinput type="text" name="message">  <br />  <cfinput type="submit" name="sbmt" value="Send">  </cfform>  <!--- Set focus to form --->  <script>  document.form1.message.focus();  </script>. Test above cfm code  - always happen error (Unable to locate the Data Management destination ColdFusionGateway)  
Result:

Unable to locate the Data Management destination ColdFusionGateway

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3040737

External Customer Info:
External Company:  
External Customer Name: TaeShik Kim
External Customer Email: 73673B534455B931992016B6
External Test Config: 01/06/2010

Attachments:

Comments: