[ 
https://issues.apache.org/jira/browse/CAY-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832481#action_12832481
 ] 

Øyvind Harboe commented on CAY-1079:
------------------------------------

I got hit by this again as Derby runs out of stack. It's easy to get hit by 
this even in well tested code as it only fails as the database grows....

> Derby adapter uses recursive implementation for orExp()
> -------------------------------------------------------
>
>                 Key: CAY-1079
>                 URL: https://issues.apache.org/jira/browse/CAY-1079
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Core Library
>    Affects Versions: 3.0
>            Reporter: Øyvind Harboe
>            Assignee: Andrus Adamchik
>
> I get this exception w/paged queries. 
> I need to make a note of this bug and get back to it.
>       at org.apache.derby.impl.sql.compile.OrNode.bindExpression(Unknown 
> Source)
>       at 
> org.apache.derby.impl.sql.compile.BinaryOperatorNode.bindExpression(Unknown 
> Source)
>       at 
> org.apache.derby.impl.sql.compile.BinaryLogicalOperatorNode.bindExpression(Unknown
>  Source)
>       at org.apache.derby.impl.sql.compile.OrNode.bindExpression(Unknown 
> Source)
>       at 
> org.apache.derby.impl.sql.compile.BinaryOperatorNode.bindExpression(Unknown 
> Source)
>       at 
> org.apache.derby.impl.sql.compile.BinaryLogicalOperatorNode.bindExpression(Unknown
>  Source)
>       at org.apache.derby.impl.sql.compile.OrNode.bindExpression(Unknown 
> Source)
>       at 
> org.apache.derby.impl.sql.compile.BinaryOperatorNode.bindExpression(Unknown 
> Source)
>       at 
> org.apache.derby.impl.sql.compile.BinaryLogicalOperatorNode.bindExpression(Unknown
>  Source)
>       at org.apache.derby.impl.sql.compile.OrNode.bindExpression(Unknown 
> Source)
>       at 
> org.apache.derby.impl.sql.compile.BinaryOperatorNode.bindExpression(Unknown 
> Source)
>       at 
> org.apache.derby.impl.sql.compile.BinaryLogicalOperatorNode.bindExpression(Unknown
>  Source)
>       at org.apache.derby.impl.sql.compile.OrNode.bindExpression(Unknown 
> Source)
>       at 
> org.apache.derby.impl.sql.compile.BinaryOperatorNode.bindExpression(Unknown 
> Source)
>       at 
> org.apache.derby.impl.sql.compile.BinaryLogicalOperatorNode.bindExpression(Unknown
>  Source)
>       at org.apache.derby.impl.sql.compile.OrNode.bindExpression(Unknown 
> Source)
>       at 
> org.apache.derby.impl.sql.compile.BinaryOperatorNode.bindExpression(Unknown 
> Source)
>       at 
> org.apache.derby.impl.sql.compile.BinaryLogicalOperatorNode.bindExpression(Unknown
>  Source)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to