Hi, probably means ConfigurationFetcherBean is a stateless and there are @Resource Properties somewhere. How these properties are intended to be injected?
*Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2012/10/18 gabriel.ozeas <[email protected]> > Hello guys, ca anyone help me? > > I'm using openejb to test my ejb backend. But in production we use JBoss > with JBossCache. > There a restriction that i need to used a library that uses JBossCache > internally. > > When i add JBossCache to the test environment with provided scope, the > OpenEJB stops to work. It gives this message: > > No provider available for resource-ref 'null' of type > 'java.util.Properties' > for 'ConfigurationFetcherBean' > > And sometimes: > > No provider available for resource-ref 'null' of type > 'org.jboss.cache.TreeCacheMBean' for 'ConfigurationServiceBean'. > > Above this error there is this msg of the ConfigurationFetcherBean. > > INFO - Auto-creating a container for bean ConfigurationServiceBean: > Container(type=STATELESS, id=Default Stateless Container) > > Can anyone help me? > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/OpenEJB-JBossCache-tp4658134.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
