Ok so the good news is that your bean is found and being managed by cdi. But your are trying to inject a logger which isn't managed by cdi.
Try adding a producer, common way to do. Le 12 janv. 2014 16:24, "Caterpillar" <[email protected]> a écrit : > Il 12/01/2014 16:16, Jean-Louis MONTEIRO ha scritto: > > I'm not at home right now. Give it a try with an empty web-inf/beans.xml > > It's just a marker to enable cdi. > > > > If u have am error starting tomee, copy/paste it. > > > > Jean Louis > TomEE console: http://pastebin.com/x9Xh92Ab > Thank you >
