<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/cometd-users</id>
  <title type="text">cometd-users Google Group</title>
  <subtitle type="text">
  User group for cometd, an http based event bus (Please keep development questions on the cometd-dev list!)
  </subtitle>
  <link href="/group/cometd-users/feed/atom_v1_0_msgs.xml" rel="self" title="cometd-users feed"/>
  <updated>2008-09-07T01:36:13Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Greg Wilkins</name>
  <email>gr...@mortbay.com</email>
  </author>
  <updated>2008-09-07T01:36:13Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/d16c8954bdb461d0/af9497ae41cb5d11?show_docid=af9497ae41cb5d11</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/d16c8954bdb461d0/af9497ae41cb5d11?show_docid=af9497ae41cb5d11"/>
  <title type="text">Re: [cometd-users] Cometd + Acegi context filter issue</title>
  <summary type="html" xml:space="preserve">
  Jigar, &lt;br&gt; sorry for the glacially slow response (holidays, work load and other excuses). &lt;br&gt; The org.mortbay.jetty.RetryRequest exception is part of the asynchronous &lt;br&gt; handling provided by jetty to allow cometd to scale. &lt;br&gt; The acegi filter must be catching that exception. It should allow that &lt;br&gt; exception to propagate to the container to be handled. Can you give me
  </summary>
  </entry>
  <entry>
  <author>
  <name>Siarhei Barysiuk</name>
  <email>s.barys...@gmail.com</email>
  </author>
  <updated>2008-09-01T13:17:55Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/22806d76717ae294/d23e96e101a6f712?show_docid=d23e96e101a6f712</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/22806d76717ae294/d23e96e101a6f712?show_docid=d23e96e101a6f712"/>
  <title type="text">Re: [cometd-users] Re: Error: Unable to load /cometd status:500 status=500</title>
  <summary type="html" xml:space="preserve">
  Hello Bjarki, &lt;br&gt; &lt;p&gt;Thanks for your response. I&#39;m sure that there is no any server running on 8080. &lt;br&gt; That&#39;s problem with cometd-python implementation only. And I realized &lt;br&gt; where it is. &lt;br&gt; &lt;p&gt;If you take a look at bayeux_server.py line 82 you will see following check: &lt;br&gt; ... &lt;br&gt; //checking for supported connection types
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bjarki Björgúlfsson</name>
  <email>bjark...@gmail.com</email>
  </author>
  <updated>2008-09-01T11:36:50Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/22806d76717ae294/c04d2abb5a961d69?show_docid=c04d2abb5a961d69</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/22806d76717ae294/c04d2abb5a961d69?show_docid=c04d2abb5a961d69"/>
  <title type="text">Re: [cometd-users] Error: Unable to load /cometd status:500 status=500</title>
  <summary type="html" xml:space="preserve">
  Are you sure you aren&#39;t running another server on port 8080? If I recall it &lt;br&gt; correctly I got a 500 error at first and the reason was because I have &lt;br&gt; Oracle Expressed server installed and it was running on port 8080 &lt;br&gt; 2008/8/30 Siarhei Barysiuk &amp;lt;S.Barys...@gmail.com&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Siarhei Barysiuk</name>
  <email>s.barys...@gmail.com</email>
  </author>
  <updated>2008-08-30T12:02:37Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/22806d76717ae294/ed4574cce4b1f8f8?show_docid=ed4574cce4b1f8f8</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/22806d76717ae294/ed4574cce4b1f8f8?show_docid=ed4574cce4b1f8f8"/>
  <title type="text">Error: Unable to load /cometd status:500 status=500</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;I&#39;m starting with cometd. So, I managed to install twisted stuff and &lt;br&gt; run cometd example. &lt;br&gt; I can load any example but none of them works. I always have Error: &lt;br&gt; Unable to load /cometd status:500 status=500 in Firebug console. &lt;br&gt; &lt;p&gt;Client is trying to send following message to /cometd &lt;br&gt; &lt;p&gt;message	[
  </summary>
  </entry>
  <entry>
  <author>
  <name>JigarPrajapati</name>
  <email>jigar.prajap...@gmail.com</email>
  </author>
  <updated>2008-08-28T08:32:20Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/d16c8954bdb461d0/f7484a2bf34bcd1e?show_docid=f7484a2bf34bcd1e</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/d16c8954bdb461d0/f7484a2bf34bcd1e?show_docid=f7484a2bf34bcd1e"/>
  <title type="text">Cometd + Acegi context filter issue</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt; When i try to integrate cometd chat application in my application &lt;br&gt; then i am getting below exception. I have configured acegi context &lt;br&gt; filter in web.xml. if i remove then cometd dojo implementation works &lt;br&gt; fine. but if i keep acegi configuration in my web.xml then it gives &lt;br&gt; below browser error. also java stacktrace is given below.
  </summary>
  </entry>
  <entry>
  <author>
  <name>JigarPrajapati</name>
  <email>jigar.prajap...@gmail.com</email>
  </author>
  <updated>2008-08-28T08:23:44Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/181faba193738da9/80e92e73baa39479?show_docid=80e92e73baa39479</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/181faba193738da9/80e92e73baa39479?show_docid=80e92e73baa39479"/>
  <title type="text">Re: AMQ AJAX +DOJO COMETD</title>
  <summary type="html" xml:space="preserve">
  Thanks Greg for reply, &lt;br&gt; &lt;p&gt; I am using Hightide 6.1H.10 , I know that latest version does not &lt;br&gt; use amq any more. but want to know that whether you face same above &lt;br&gt; issue what i have face? or it is possible to run amq + cometd? &lt;br&gt; &lt;p&gt;if yes then what can be reason for above issue? &lt;br&gt; &lt;p&gt;and I had check auction related code but it seems that you are using
  </summary>
  </entry>
  <entry>
  <author>
  <name>Greg Wilkins</name>
  <email>gr...@mortbay.com</email>
  </author>
  <updated>2008-08-27T23:56:06Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/181faba193738da9/28685c2615252066?show_docid=28685c2615252066</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/181faba193738da9/28685c2615252066?show_docid=28685c2615252066"/>
  <title type="text">Re: [cometd-users] AMQ AJAX +DOJO COMETD</title>
  <summary type="html" xml:space="preserve">
  Jigar, &lt;br&gt; I think you may be looking at an old version of hightide. &lt;br&gt; The latest auction demo no longer uses amq.js but bridges &lt;br&gt; from JMS to bayeux on the server side. &lt;br&gt; We are currently moving hightide to a fully public SVN &lt;br&gt; repository.... let me get back to you with the status of &lt;br&gt; that. &lt;br&gt; cheers
  </summary>
  </entry>
  <entry>
  <author>
  <name>Greg Wilkins</name>
  <email>gr...@mortbay.com</email>
  </author>
  <updated>2008-08-27T23:53:42Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/de61498fe453865b/b52fb70f28e99f81?show_docid=b52fb70f28e99f81</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/de61498fe453865b/b52fb70f28e99f81?show_docid=b52fb70f28e99f81"/>
  <title type="text">Re: [cometd-users] cometd chat question</title>
  <summary type="html" xml:space="preserve">
  Hi Bjarki &lt;br&gt; The code for the server side is in &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://svn.codehaus.org/jetty-contrib/branches/jetty-6.1.x/contrib/cometd/demo/src/main/java/org/cometd/demo/ChatService.java&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; this class is instantiated by &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://svn.codehaus.org/jetty-contrib/branches/jetty-6.1.x/contrib/cometd/demo/src/main/java/org/cometd/demo/BayeuxServicesListener.java&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bjarki Bjorgulfsson</name>
  <email>bjark...@gmail.com</email>
  </author>
  <updated>2008-08-23T18:05:43Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/de61498fe453865b/793026ed07f01b14?show_docid=793026ed07f01b14</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/de61498fe453865b/793026ed07f01b14?show_docid=793026ed07f01b14"/>
  <title type="text">cometd chat question</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; In the cometd chat application that comes with Jetty 6 there is a message &lt;br&gt; sent that contains a list of users that are currently subscribed to the chat &lt;br&gt; when a client joins the chat channel. Is there a server side client that &lt;br&gt; generates that message? Where is the logic for that? &lt;br&gt; Regards, &lt;br&gt; - Bjarki
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jerod Venema</name>
  <email>jven...@gmail.com</email>
  </author>
  <updated>2008-08-22T12:56:17Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/91c27f494ebcab4d/d7c95dd57eded6f6?show_docid=d7c95dd57eded6f6</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/91c27f494ebcab4d/d7c95dd57eded6f6?show_docid=d7c95dd57eded6f6"/>
  <title type="text">ASP.Net Implementation</title>
  <summary type="html" xml:space="preserve">
  I know there has at least been some mention of an IIS-based &lt;br&gt; implementation of cometd, and I was wondering if anyone has seen this &lt;br&gt; article: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.codeproject.com/KB/aspnet/CometAsync.aspx&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;and if so, if anyone has any opinions as to the viability of the &lt;br&gt; approach. &lt;br&gt; &lt;p&gt;Thanks in advance,
  </summary>
  </entry>
  <entry>
  <author>
  <name>JigarPrajapati</name>
  <email>jigar.prajap...@gmail.com</email>
  </author>
  <updated>2008-08-22T08:43:16Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/181faba193738da9/91bf58611486a12f?show_docid=91bf58611486a12f</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/181faba193738da9/91bf58611486a12f?show_docid=91bf58611486a12f"/>
  <title type="text">AMQ AJAX +DOJO COMETD</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; &lt;p&gt; I have downloaded Hightide project and was able to run auctiondemo &lt;br&gt; for cometd. you are using DWR + dojo Cometd. I want to use &lt;br&gt; AMQ(Activemq ajax) for sending data to MQ ( as it is already &lt;br&gt; supporting it) and want send back to data to client using DOJO Cometd. &lt;br&gt; &lt;p&gt;When i try to configure AMQ and DOJO at client side then i was getting
  </summary>
  </entry>
  <entry>
  <author>
  <name>vetal</name>
  <email>vitaly.parfo...@gmail.com</email>
  </author>
  <updated>2008-08-21T14:37:03Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/29e98566ce1a8369/65ef827e0939c001?show_docid=65ef827e0939c001</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/29e98566ce1a8369/65ef827e0939c001?show_docid=65ef827e0939c001"/>
  <title type="text">x-site cometd</title>
  <summary type="html" xml:space="preserve">
  Hi all! &lt;br&gt; I have a questions about cross-domain requests. In my project need use &lt;br&gt; two servers (PC) on first server be service with main business logic &lt;br&gt; that work on Tomcat, on other server be Jetty with cometd for sending &lt;br&gt; message to client. So client need do cross-domain XmlHttpRequest. &lt;br&gt; &lt;p&gt;If i use prototype.js with plugin for cross-domain XmlHttpRequest did
  </summary>
  </entry>
  <entry>
  <author>
  <name>DarkMonk</name>
  <email>devs...@yahoo.com</email>
  </author>
  <updated>2008-08-16T03:03:04Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/ede225228bdc239a/02bda002eef01a4f?show_docid=02bda002eef01a4f</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/ede225228bdc239a/02bda002eef01a4f?show_docid=02bda002eef01a4f"/>
  <title type="text">Cometd and GWT</title>
  <summary type="html" xml:space="preserve">
  Hi all, has anyone out there managed to get dojox.cometd working &lt;br&gt; within a GWT app?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Greg Wilkins</name>
  <email>gr...@mortbay.com</email>
  </author>
  <updated>2008-08-13T23:17:55Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/7be932008c1995e3/77e4cf030fb1f2e0?show_docid=77e4cf030fb1f2e0</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/7be932008c1995e3/77e4cf030fb1f2e0?show_docid=77e4cf030fb1f2e0"/>
  <title type="text">Re: [cometd-users] Re: Cometd and Jetty</title>
  <summary type="html" xml:space="preserve">
  the following code works &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://svn.codehaus.org/jetty/jetty/trunk/modules/extra/cometd/demo/src/main/java/org/cometd/demo/CometdDemo.java&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Note that it uses a Context Attribute Listener to detect when the Bayeux object &lt;br&gt; is set on the context. If you try to get it too soon, it will be null. &lt;br&gt; cheers
  </summary>
  </entry>
  <entry>
  <author>
  <name>Greg Wilkins</name>
  <email>gr...@mortbay.com</email>
  </author>
  <updated>2008-08-13T23:15:07Z</updated>
  <id>http://groups.google.com/group/cometd-users/browse_thread/thread/75781f185eb98230/718296b121826cae?show_docid=718296b121826cae</id>
  <link href="http://groups.google.com/group/cometd-users/browse_thread/thread/75781f185eb98230/718296b121826cae?show_docid=718296b121826cae"/>
  <title type="text">Re: [cometd-users] Cometd and Adobe AIR / Doesn&#39;t seem to work with Dojo v.1.1 beta 1</title>
  <summary type="html" xml:space="preserve">
  BGM, &lt;br&gt; what server side are you using ? &lt;br&gt; Do you have dojo 1.1 working from javascript with your server (try the &lt;br&gt; chat demo, it is only a few lines). &lt;br&gt; no calls should ever &amp;quot;stuck&amp;quot; as cometd is implemented asynchronously. &lt;br&gt; regards
  </summary>
  </entry>
</feed>
