[Resin-interest] CanDI, @Startup, and Log4J

2014-03-08 Thread Rick Mann
I have a Servlet 2-style webapp. web.xml causes an InitServlet to be instantiated at startup, and one of its tasks is to initialize Log4J using JNDI to find the name of the log4j.xml file. The @startup singleton I just got working gets instantiated before this happens, and so in its @PostConstr

Re: [Resin-interest] Wiki page broken

2014-03-08 Thread Rick Mann
On Mar 8, 2014, at 22:57 , Rick Mann 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. Maybe they're mostly private? -- Rick signature.asc Description: Message signed with OpenPGP

[Resin-interest] Wiki page broken

2014-03-08 Thread Rick Mann
Looks like a lot of tags are confused on this page: http://wiki4.caucho.com/Resin_4_CDI_Dependency_Injection_Binding_Examples Also, it seems the bugs.caucho.com forgot who I am... -- Rick signature.asc Description: Message signed with OpenPGP using GPGMail

[Resin-interest] Best way to start background task?

2014-03-08 Thread Rick Mann
Developments in Java EE never cease to leave me behind, given that my day job is iOS development, and I poke at my server dev more as a hobby than anything else. I'm a moderately experienced using Spring, Hibernate and Resin. CanDI is new to me, but I'd like to understand it better. I think it s