[Resin-interest] Registering my CanDI producer with InjectionManager?

2014-03-09 Thread Rick Mann
I'm trying to create a factory to let me @Inject Loggers as shown here: http://docs.jboss.org/cdi/api/1.0/javax/enterprise/inject/spi/InjectionPoint.html But I get: [14-03-08 23:59:23.129] WARNING com.caucho.server.webapp.WebApp setConfigException:

Re: [Resin-interest] already a root application context present

2014-03-09 Thread Rick Mann
Any word on this in 4.0.38? On Jul 9, 2013, at 13:18 , Scott Ferguson f...@caucho.com wrote: On 7/8/13 12:38 PM, Rick Mann wrote: On Jul 8, 2013, at 09:43 , Scott Ferguson f...@caucho.com wrote: On 7/6/13 4:54 PM, Rick Mann wrote: I'm still getting this error with resin-4.0-36. It seems

Re: [Resin-interest] Wiki page broken

2014-03-09 Thread Paul Cowan
On Mar 9, 2014, at 3:02 AM, Rick Mann rm...@latencyzero.com wrote: On Mar 8, 2014, at 22:57 , Rick Mann rm...@latencyzero.com wrote: Also, it seems the bugs.caucho.com forgot who I am... Nevermind, it was I who forgot who I am. Is Mantis still in use? I see very few bug reports.

[Resin-interest] @WebServlet and Hessian

2014-03-09 Thread Rick Mann
Well, I added @WebServlet to my Hessian servlet implementation, and making a GET request results in the expected Hessian Requires POST response. But when my client accesses it properly, the response is empty, and there's no evidence that my actual implementation is being called. Is it possible