On 2/3/12 12:24 , Niclas Hedhman wrote:
Also, the org.qi4j.api.Qi4j methods that requires the Composite meta type needs to be changed, such asEntityDescriptor getEntityDescriptor( EntityComposite composite ); to EntityDescriptor getEntityDescriptor( Object composite );
Works for me.
I also suggest returning null, instead of throwing an exception.
Why? This would lead to a lot of defensive programming, which tends to be error prone..
/Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

