Re: ActiveMQ - Maven - ActiveIO

2008-05-06 Thread william1104
Could we workaround the problem by switching the dependency from activeio-3.1-snapshot to activeio-3.1.0 with following settings? org.apache.activemq activeio-core 3.1.0 org.apache.activemq activemq-core 5.0.0 org.

Re: maximum open cursors exceeded

2008-05-06 Thread Hatta
Hi Rob, I m thankful for your reply and the effort put up by yourself to get this bug fixed. I have already downloaded and run the standalone version of 5.2 snapshot on windows environment. After leaving it open for one night since 6 May 2008, I m glad to see that its not producing the same pro

Re: Does MessageServlet do any http authentication?

2008-05-06 Thread Eric Rodriguez
Fixed! https://issues.apache.org/activemq/secure/ManageAttachments.jspa?id=26295 Regards, Brad Clements wrote: Eric Rodriguez wrote: I had to extend MessageListenerServlet and WebClient to add authentication. How you implement it is up to you but this might be a good starting point: https:

Re: Does MessageServlet do any http authentication?

2008-05-06 Thread Eric Rodriguez
My bad, let me fix it. Brad Clements wrote: Eric Rodriguez wrote: I had to extend MessageListenerServlet and WebClient to add authentication. How you implement it is up to you but this might be a good starting point: https://issues.apache.org/activemq/browse/AMQ-1547 Hi, I looked at that i

Re: Does MessageServlet do any http authentication?

2008-05-06 Thread Brad Clements
Eric Rodriguez wrote: I had to extend MessageListenerServlet and WebClient to add authentication. How you implement it is up to you but this might be a good starting point: https://issues.apache.org/activemq/browse/AMQ-1547 Hi, I looked at that issue, but the attached patch only had changes fo

Re: Does MessageServlet do any http authentication?

2008-05-06 Thread Eric Rodriguez
I had to extend MessageListenerServlet and WebClient to add authentication. How you implement it is up to you but this might be a good starting point: https://issues.apache.org/activemq/browse/AMQ-1547 Brad Clements wrote: Hi, I have looked at MessageServlet, MesageServletSupport and WebCli

Does MessageServlet do any http authentication?

2008-05-06 Thread Brad Clements
Hi, I have looked at MessageServlet, MesageServletSupport and WebClient and I can't figure out if MessageServlet (or AjaxServlet) do any kind of http authentication. I suppose the web server could be configured to require authentication (but I don't know how to do that).. But even then, I ne

Re: Should I use 5.2 snapshot or 5.1? amq.js is missing from 5.2 chat demo

2008-05-06 Thread Eric Rodriguez
I haven't seen 5.2, but amq.js has always been inside the activemq-web.jar and it's served from there. Cheers, Brad Clements wrote: Hi, I am trying to a) find detailed documentation on setup and configuration of the REST interface (best I can find is copying demo web.xml) b) find out wha