After updating to 2.0.4 I am getting a NullPointerException on the following
line of code:

Expression exp = ExpressionFactory.likeExp(Customer.FLAG_PROPERTY, null);

It worked fine in 2.0.2.


Stack Trace:

Exception in thread "main" java.lang.NullPointerException
    at org.apache.cayenne.exp.parser.SimpleNode.connectChildren(
SimpleNode.java:264)
    at org.apache.cayenne.exp.parser.ASTLike.<init>( ASTLike.java:43)
    at org.apache.cayenne.exp.ExpressionFactory.likeExp(
ExpressionFactory.java:388)


thanks for your help
Carmen

Reply via email to