Hi, I am currently looking for a way to pre-evaluate the "completeness" of an assembly. I learned that the (normal) validation happens in ApplicationModelFactory.newApplicationModel(..)
which leads to (wrapped) InvalidCompositeException or similar. Now, i wonder: - is this the only way to validate an assembly ? - Casting down exceptions in order to gracefully degrade from (expected) assembly errors is not really fun & rich of information. - any opinions on that ? thx, Toni _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

