[jboss-dev] jaxen in AS

Steve Ebersole steven.ebersole at gmail.com
Thu Mar 1 13:46:30 EST 2007


Not always that simple.  For example, everyone here is assuming that 
hibernate should just declare cglib as a direct dependency.  But the 
truth is that for hibernate, cglib is an "optional" dependency (to 
borrow the Maven terminology) depending on the features of hibernate you 
use.  In fact, within AS y'all use the javassist-based provider for 
bytecode services and thus cglib is not really a hibernate dependency at 
all as AS uses it.

At any rate, I was originally simply pointing out that there are other 
dependency paths for jaxen...

Dimitris Andreadis wrote:
> Is quite simple actually: every component declares all it's direct 
> dependencies and whatever tool is used can validate the whole graph.
>
> Fernando Nasser wrote:



More information about the jboss-development mailing list