HEAD: org.jboss.cache.pojo.collection failures: dependency on MC?!??
by Manik Surtani
Guys,
on HEAD we have a couple of failures to do with a classpath issue.
org.jboss.cache.pojo.collection.CachedListImplTest
org.jboss.cache.pojo.collection.CachedMapImplTest
both fail with (nested)
java.lang.NoClassDefFoundError: org/jboss/repository/spi/
MetaDataContext
which is a microcontainer class. And this does NOT exist in any of
the current jars we ship with.
Have we inadvertently introduced a dependency on the microcontainer,
through AOP 2.0?
Cheers,
--
Manik Surtani
Lead, JBoss Cache
JBoss, a division of Red Hat
Email: manik(a)jboss.org
Telephone: +44 7786 702 706
MSN: manik(a)surtani.org
Yahoo/AIM/Skype: maniksurtani
17 years, 10 months
JDBCClassLoader bug
by Mircea Markus
Hi,
loader.put(any_fqn);
assertTrue(loader.exists(Fqn.ROOT)); //fails
The problem is that root element is not persisted.
Cheers,
Mircea
17 years, 10 months