there are 3 bundles:util bundle,dao bundle,service bundle.
the dao bundle import the util bundle and also add the project references,the service bundle import the dao bundle and also add the project references.
the util bundle and dao bundle is fine,but the service bundle can't pass complie in eclipse,the error message is that:can't find a class which is in the util bundle.when i import the util bundle into the service bundle,all is ok.
should i need to always import the util bundle when a bundle import the dao bundle?that is very bad!!



