Re: [Resin-interest] @Inject works in 4.0.7 but fails in 4.0.9

2010-08-09 Thread Scott Ferguson
smallufo wrote: @Stateless @Repository public class MergingServiceImpl implements Serializable, MergingService { @Inject private UserOldDao userOldDao; ... } Do you have the signature of the UserOldDao? In other words, is it a plain class or a generic one (or inherits from a generic).

[Resin-interest] @Inject works in 4.0.7 but fails in 4.0.9

2010-08-05 Thread smallufo
@Stateless @Repository public class MergingServiceImpl implements Serializable, MergingService { @Inject private UserOldDao userOldDao; ... } This works in 4.0.7 , but fails in 4.0.9 2010-08-06 08:23:53,388 INFO impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name