On 2009-12-07 23.19, philippe van dyck wrote:
Ok, I found something fishy, dunno if it is the only source of the problem.In ValueCompositeType : if (!value.getClass().getInterfaces()[0].getName().equals( type.name() ))
Values will only implement one interface, so order is not important. See previous response on why it uses SerializableType.
/Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

