> Judging from the stack trace, you have a reference from one gbean to > another and that reference is a java class type (not a interface). In > geronimo, we always proxy references, which means that we treat the > reference type as an interface. When a class type is used instead of > an interface, it must have a default no-arg constructor because we > generate a subclass of the reference type, and override all public > methods, effectively making it an interface. > > Most of the time it is better to use an interface, but sometimes it is > not possible due to an implementation. Thanks everbody :) for the pointers ..
> > Is there any way to get more error messages? or may be should write a > > "Gbean verifier" to check for the conditions and give better error > > There is currently no way to get better (any :) error messages. A > GBeanInfo verifier would be nice. let us keep it in the TODO .. will have a go at first opportunity Thanks Srinath
