I am trying to correct the testcase failures, and found that
ValueComposites does not do the "composite lookup" like the others.

So, if one does;

public interface MyType
{
    Property<String> bubba();
}

public interface MyTypeValue extends MyType, ValueComposite
{}

and then
public interface SomeEntity extends EntityComposite
{
    Property<MyType> lauWei();
}

we get an NotSerializableException thrown (pointing at ValueInstance).

I will take a quick look if I can correct it, otherwise I open up an
issue about it.


Cheers
Niclas
-- 
http://www.qi4j.org - New Energy for Java

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to