I'm having another problem with JBoss AS 6.0-M4 deployment. I have a class (
http://www.pastebin.org/568839) which I do an jndi lookup on an EJB in the
constructor to pass a callback to it. I want to report on system events
(import progress in this case) and I'm eventually going to use CDI's event
handling mechanism instead of this kind of hack, but last time I checked,
CDI integration wasn't in trunk, yet. Is that correct? Anyway, the Guice
provision error stack trace:
http://www.pastebin.org/568845
Can anyone make sense of that?
Jesse