<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Wed, 04 Oct 2006 23:33:10 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2006-10-04T23:33:10Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Java Class Settings for new type</title>
      <link>https://forums.adobe.com/thread/5697</link>
      <description>&lt;!-- [DocumentBodyStart:c24f67f1-067b-4d83-bc50-fe8dcc20971b] --&gt;&lt;div class="jive-rendered-content"&gt;Hi 
&lt;br/&gt;
&lt;br/&gt;I've modified the example SocketGateway to create a
SilentSocketGateway.
&lt;br/&gt;
&lt;br/&gt;I copied the original SocketGateway.java file and renamed it
SilentSocketGateway.java. And modified the new file.
&lt;br/&gt;
&lt;br/&gt;All I have done is commented out the two lines that say hello
when you first connect and modified the main function names to be
SIlentSocketGateway instead of SocketGateway. So not exactly rocket
science in the JAVA programming stakes.
&lt;br/&gt;
&lt;br/&gt;I haven't changed the package at the top of the java file. 
&lt;br/&gt;
&lt;br/&gt;I've compiled it (javac SilentSocketGateway.class) and run
the class file into a JAR file (jar -cf SilentSocketGateway.jar
SilentSocketGateway.class). I've copied the resulting JAR file to
the C:\CFusionMX7\gateway\lib directory. 
&lt;br/&gt;
&lt;br/&gt;Restarted CF (on Windows obviously) and it finds the JAR
because I can't delete it as its "in use"
&lt;br/&gt;
&lt;br/&gt;But I can't install the new type, no matter what I type in
the Java Class section of the new type I get a message saying 
&lt;br/&gt;
&lt;br/&gt;"Unable to find or load Gateway class
examples.socket.SilentSocketGateway"
&lt;br/&gt;
&lt;br/&gt;I've tried every variation of
examples.socket.SilentSocketGateway I can think of. I've moved the
java file, modified the package setting, all to no avail.
&lt;br/&gt;
&lt;br/&gt;Can anyone help?
&lt;br/&gt;
&lt;br/&gt;What should I be putting in the Java Class field of the new
type?
&lt;br/&gt;
&lt;br/&gt;Many thanks
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;Steve
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c24f67f1-067b-4d83-bc50-fe8dcc20971b] --&gt;&lt;img src='/beacon?t=1415919646221' /&gt;</description>
      <pubDate>Wed, 04 Oct 2006 23:33:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/5697</guid>
      <dc:date>2006-10-04T23:33:10Z</dc:date>
      <clearspace:dateToText>10 months 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>run large file processing batches in scheduled task is failing</title>
      <link>https://forums.adobe.com/thread/505742</link>
      <description>&lt;!-- [DocumentBodyStart:e12f275c-bdc2-48a5-a417-fccdafed62a3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We have a system that receieves real time messages via an event gateway. We file all these messages onto disk as small TXT files. I am trying to get our staging environment to load these TXT file overnight to bring staging back up to date with live. We are about 3 weeks behind at this point with about 45k messages a day.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We have a CFM page that gets a list of all the TXT files, reads each one in and then uses a set of CFC objects to create an object structure from the message (the message has various subcomponents/combinations) it then calls a serialise function on the object which serialises the object into a database, it passes the serialise call down to all the subcomponents.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This page seems to run fine if I run it manually. I can run blocks of 10k messages in comfortably as long as I'm willing to sit and watch it. This takes about an hour.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I wanted to schedule this page overnight so it would process the messages at 3am and thus be up to date by the time we came in about 8.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I run the page as a scheduled task it gets to just over 1000 messages and crashes with a JVM out of memory error&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre&gt;ROOT CAUSE: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
&lt;/pre&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre&gt;javax.servlet.ServletException: ROOT CAUSE: 
java.lang.OutOfMemoryError: GC overhead limit exceeded

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:70)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.FilterChain.service(FilterChain.java:101)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
&lt;/pre&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now I can't let this run as it also takes down the gateways that are responding to live messaging and while we can catch up its not really very practical.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am resetting the object at the bottom of each loop using &amp;lt;CFSET msgObj = JavaCast("null","")&amp;gt; in the hope it wouldn't consume tons of memory, but obviously this isn't wokring. I am saving the scheduled task output to a file so I can see what happened but I don't really understand why its behaving so differently when i run it as a scheduled tasks to when i run the page in a browser,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone have any pointers as to what i might try?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e12f275c-bdc2-48a5-a417-fccdafed62a3] --&gt;</description>
      <pubDate>Tue, 13 Oct 2009 10:06:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/505742</guid>
      <dc:date>2009-10-13T10:06:09Z</dc:date>
      <clearspace:dateToText>5 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>List currently executing pages or scheduled tasks</title>
      <link>https://forums.adobe.com/thread/506255</link>
      <description>&lt;!-- [DocumentBodyStart:366ec728-4c3b-4d5b-9a7f-7396ce05e5ce] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I wondered if there was a way of executing a scheduled tasks, lets say every five minutes. But it needs to check that its not already running. i.e. that the previous execution has not taken longer than 5 mins.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I know that you can do lots of clever things with gateways but they don't do things serially and the order of execution is absolutely vital in this case.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This might be a way round an issue I hit in a previous post. &lt;a class="jive-link-thread-small" data-containerId="2225" data-containerType="14" data-objectId="505742" data-objectType="1" href="https://forums.adobe.com/thread/505742?tstart=0"&gt;http://forums.adobe.com/thread/505742?tstart=0&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I figured I could process them in blocks of 500 every 5 mins. And just exit out if the previous block hadn't finished yet.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any pointers as to where I might look?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;many thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Steve&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:366ec728-4c3b-4d5b-9a7f-7396ce05e5ce] --&gt;</description>
      <pubDate>Wed, 14 Oct 2009 07:38:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/506255</guid>
      <dc:date>2009-10-14T07:38:28Z</dc:date>
      <clearspace:dateToText>5 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SQL Server DSN using a domain account to login</title>
      <link>https://forums.adobe.com/thread/480243</link>
      <description>&lt;!-- [DocumentBodyStart:f798c84a-84e3-4b37-948c-43f5d461647d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This doesn't seem to work in CF8.&amp;nbsp; If I use a SQL login it works fine but our production SQL servers dont use mixed mode security, its domain accounts or nothing. Does anyone have any idea how I can get a domain account set up at the CF end to use for the database login?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to do this per DSN as we run multiple apps on our CF server. So I can't just use the service account the CF server is running under. This is all down to the demands for "security" from our SQL DBA.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;many thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Steve&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f798c84a-84e3-4b37-948c-43f5d461647d] --&gt;</description>
      <pubDate>Thu, 20 Aug 2009 14:21:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/480243</guid>
      <dc:date>2009-08-20T14:21:30Z</dc:date>
      <clearspace:dateToText>5 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Editor niggles</title>
      <link>https://forums.adobe.com/thread/461837</link>
      <description>&lt;!-- [DocumentBodyStart:7054a528-46d4-4bec-80a2-26fe75bab662] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Stupid things I know but...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can't hit CTRL + RETURN to get a line break tag inserted, same for Paragraph tags and Bold, Underline or Italic. I edit lots of static documentation pages in amongst my CFML and being able to edit the text easily was pretty good in CFEclipse.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I couldn't figure out how to add keyboard commands the CFML editor through the Preferences dialog. Didn't seem to let me add things just edit the ones already present.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Its noce they are on the HTML toolbar but shortcuts to them are far faster. Any chance they can be added or get an instriction for how to add your own?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Steve&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7054a528-46d4-4bec-80a2-26fe75bab662] --&gt;</description>
      <pubDate>Tue, 14 Jul 2009 10:15:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/461837</guid>
      <dc:date>2009-07-14T10:15:17Z</dc:date>
      <clearspace:dateToText>5 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CGI scope not being initialised properly</title>
      <link>https://forums.adobe.com/thread/37620</link>
      <description>&lt;!-- [DocumentBodyStart:2b00d4da-ac1b-4ec9-8f02-2c043365616a] --&gt;&lt;div class="jive-rendered-content"&gt;Something of an odd one here.
&lt;br/&gt;
&lt;br/&gt;We run a version of the TCP/IP socket gateway on our boxes
(CFMX7 and CFMX8) we recieve text packet messages from a remote
server and send back acknowledgements.
&lt;br/&gt;
&lt;br/&gt;Because we run this on several boxes we use an
application.cfm to initialise various things, we use the
CGI.SERVER_NAME to determine thesettings in the application.cfm by
reading a config file and picking the right section, that way our
code can be dropped onto any box, we just add a new section to the
config file with the new machine name.
&lt;br/&gt;
&lt;br/&gt;Yay config management!
&lt;br/&gt;
&lt;br/&gt;Every now and again it dies and reports an error, we're
talking maybe a half a dozen times a week out of the 250,000
messages its processing.
&lt;br/&gt;
&lt;br/&gt;the error should report like this.
&lt;br/&gt;
&lt;br/&gt;CONFIG ERROR: Unknown Server (gbstahosphlgw01) for
application HL7 Messaging Gateway; TIME: 07:37 AM
&lt;br/&gt;APPLICATION.user_for_config: 
&lt;br/&gt;CGI.SCRIPT_NAME: /hl7_gate/xml_from_ll/xml_listener.cfm
&lt;br/&gt;APPLICATION.this_server_name: gbstahosphlgw01 
&lt;br/&gt;
&lt;br/&gt;But they are in fact coming through like this.
&lt;br/&gt;
&lt;br/&gt;CONFIG ERROR: Unknown Server (none) for application HL7
Messaging Gateway; TIME: 11:29 AM
&lt;br/&gt;APPLICATION.user_for_config: 
&lt;br/&gt;CGI.SCRIPT_NAME:
C:\Inetpub\wwwroot\hl7_gate\inbound_classics_STAR_LIVE.cfcC:\Inetpub\wwwroot\hl7_gate\inb ound_classics_STAR_LIVE.cfc
&lt;br/&gt;APPLICATION.this_server_name: gbstahosphlgw01 
&lt;br/&gt;
&lt;br/&gt;CONFIG ERROR: Unknown Server (none) for application HL7
Messaging Gateway; TIME: 01:04 PM
&lt;br/&gt;APPLICATION.user_for_config: 
&lt;br/&gt;CGI.SCRIPT_NAME:
C:\Inetpub\wwwroot\hl7_gate\inbound_spire_STAR_LIVE.cfcC:\Inetpub\wwwroot\hl7_gate\inboun d_spire_STAR_LIVE.cfc

&lt;br/&gt;APPLICATION.this_server_name: gbstahosphlgw01 
&lt;br/&gt;
&lt;br/&gt;Anyone have any ideas?&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2b00d4da-ac1b-4ec9-8f02-2c043365616a] --&gt;</description>
      <pubDate>Fri, 28 Nov 2008 08:30:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/37620</guid>
      <dc:date>2008-11-28T08:30:13Z</dc:date>
      <clearspace:dateToText>5 years 12 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SQL Server @@IDENTITY strangeness</title>
      <link>https://forums.adobe.com/thread/36994</link>
      <description>&lt;!-- [DocumentBodyStart:89d76c02-b6e1-4d3b-91d1-b1951cdb7452] --&gt;&lt;div class="jive-rendered-content"&gt;OK something changed in CF8. Either in the JDBC or the SQL
Server drivers.
&lt;br/&gt;
&lt;br/&gt;I have a lump of code that looks like this in a custom tag
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;&amp;lt;cfquery name="make_new_ref_id_qry"
datasource="#ATTRIBUTES.dsn#"&amp;gt;
&lt;br/&gt;INSERT INTO referral_tbl
&lt;br/&gt; (referral_type, 
&lt;br/&gt; an_number, 
&lt;br/&gt; account_number, 
&lt;br/&gt; referral_status_code, 
&lt;br/&gt; rejection_code)
&lt;br/&gt;VALUES 
&lt;br/&gt; ('INIT',
&lt;br/&gt; '#ATTRIBUTES.AN_number#', 
&lt;br/&gt; '#ATTRIBUTES.account_number#',
&lt;br/&gt; 'INIT',
&lt;br/&gt; 0)
&lt;br/&gt; SELECT new_id = @@IDENTITY
&lt;br/&gt;&amp;lt;/cfquery&amp;gt;
&lt;br/&gt;&amp;lt;CFSET rms_referral_id = make_new_ref_id_qry.new_id&amp;gt;
&lt;br/&gt;
&lt;br/&gt;To get the new ID out. Now I'm changing this to be a stored
proc that gives me the ID back cos I know this is really sloppy
practise.
&lt;br/&gt;
&lt;br/&gt;But this code has been running fine on our CFMX7 boxes, we've
upgraded our dev boxes to CF8 and sometimes (not always) this code
dies with the fllowing error being reported
&lt;br/&gt;
&lt;br/&gt;Element NEW_ID is undefined in MAKE_NEW_REF_ID_QRY. 
&lt;br/&gt;
&lt;br/&gt;Now I want to know is there something I can change on the CF8
boxes that will make it easy for me to just upgrade the porduction
boxes or do I have to trawl all my apps and code for this stuff and
turn them into stored procs?
&lt;br/&gt;
&lt;br/&gt;What changed? 
&lt;br/&gt;
&lt;br/&gt;Also does anyone have any idea, why it works sometimes?
&lt;br/&gt;
&lt;br/&gt;I'd point out that the dev system and live system are in fact
talking to the same database. So there's no difference on the SQL
Server side of things.
&lt;br/&gt;
&lt;br/&gt;many thanks
&lt;br/&gt;
&lt;br/&gt;Steve&lt;/div&gt;&lt;!-- [DocumentBodyEnd:89d76c02-b6e1-4d3b-91d1-b1951cdb7452] --&gt;</description>
      <pubDate>Tue, 25 Nov 2008 12:07:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/36994</guid>
      <dc:date>2008-11-25T12:07:05Z</dc:date>
      <clearspace:dateToText>5 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFGRID HTML AJAX doesn't work in IE5.5</title>
      <link>https://forums.adobe.com/thread/105279</link>
      <description>&lt;!-- [DocumentBodyStart:a07887b1-955c-4e07-84b3-dd09955b51f3] --&gt;&lt;div class="jive-rendered-content"&gt;It would seem there is a problem using an editable grid in
IE5.5. If you use dropdowns as part of your editable HTML AJAX
CFGRID.
&lt;br/&gt;
&lt;br/&gt;To reproduce make a grid and set it as editable.
&lt;br/&gt;
&lt;br/&gt;Set the values and valuesdisplay attributes on a gridcolumn
and make the column selectable.
&lt;br/&gt;
&lt;br/&gt;Now try and view the grid in IE 5.5.
&lt;br/&gt;
&lt;br/&gt;You just get the dropdown for the slectable columna and a
Javascript error. LIne 26 char 288 Object doesn't suport this
property or method.
&lt;br/&gt;
&lt;br/&gt;Stop the column being Selectable and its fine. 
&lt;br/&gt;
&lt;br/&gt;Make the column selectable but remove the values and
valusdisplay attributes and its also fine for editing.
&lt;br/&gt;
&lt;br/&gt;Sounds like a bug to me.
&lt;br/&gt;
&lt;br/&gt;If anyone has any idea how to fix this. I'm guessing its
buried in one of the many Javscript files that are loaded when
using AJAX controls then I'd be very grateful.
&lt;br/&gt;
&lt;br/&gt;many thanks
&lt;br/&gt;
&lt;br/&gt;Steve
&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a07887b1-955c-4e07-84b3-dd09955b51f3] --&gt;</description>
      <pubDate>Fri, 15 Feb 2008 10:38:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/105279</guid>
      <dc:date>2008-02-15T10:38:55Z</dc:date>
      <clearspace:dateToText>6 years 9 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flex Builder 2 not compiling or debugging?</title>
      <link>https://forums.adobe.com/thread/153711</link>
      <description>&lt;!-- [DocumentBodyStart:0f9b5ef7-7c39-4c13-9c5c-a7e473e6b6d1] --&gt;&lt;div class="jive-rendered-content"&gt;I have been working my way through the Flex 2 Training from
the source book. I'm on a vista laptop and have run into problems
compiling and debugging my projects (chapter 5). Whenever I try to
debug I just get a browser window saying "Initializing" and not
much else.
&lt;br/&gt;
&lt;br/&gt;If I go and find the BIN directory of the project I can run
the SWF directly or via the HTML and the updates are in place but
it won't actually debug. Flash is reporting version 9.0.45.0 and
really simple flex projects seem to compile and debug fine (a
couple of buttons on screen) but the more complex projects just
don't want to co-operate. I've tried it with both my own code and
the sources from the book.
&lt;br/&gt;
&lt;br/&gt;As I say they will run fine when I open them directly but not
much use for debugging&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0f9b5ef7-7c39-4c13-9c5c-a7e473e6b6d1] --&gt;</description>
      <pubDate>Sun, 22 Apr 2007 10:42:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/153711</guid>
      <dc:date>2007-04-22T10:42:09Z</dc:date>
      <clearspace:dateToText>7 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Socket Gateway modifications</title>
      <link>https://forums.adobe.com/thread/6665</link>
      <description>&lt;!-- [DocumentBodyStart:42c6c154-e6b6-480b-84f8-517a7ca8a956] --&gt;&lt;div class="jive-rendered-content"&gt;Anyone have any ideas how I could change the control
characters that the socket gateway uses. Its adding a character to
the ACK message I am returning to another system. Its causing us
some problems. I want to strip this last char off, i'd also like to
change the end of message character as my messages are frequently
chopped up because of stray CHR(13) values in the string I am being
sent. I'm trapping this by stitching messages together until I
receive the EOF marker but once again its a pain and not very
efficient.
&lt;br/&gt;
&lt;br/&gt;Many thanks
&lt;br/&gt;
&lt;br/&gt;Steve&lt;/div&gt;&lt;!-- [DocumentBodyEnd:42c6c154-e6b6-480b-84f8-517a7ca8a956] --&gt;</description>
      <pubDate>Thu, 05 Oct 2006 12:56:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/6665</guid>
      <dc:date>2006-10-05T12:56:44Z</dc:date>
      <clearspace:dateToText>8 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

