You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2008/10/02 15:58:30 UTC

DO NOT REPLY [Bug 45936] New: Workflow overview throws an error for too deep trees

https://issues.apache.org/bugzilla/show_bug.cgi?id=45936

           Summary: Workflow overview throws an error for too deep trees
           Product: Lenya
           Version: 2.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Workflow
        AssignedTo: dev@lenya.apache.org
        ReportedBy: rfrovarp@apache.org


Looks like trees that are 10 levels below Authoring generate an error on
workflow overview. I am going to have to dig as to what the cause is and if it
is reproducible under the trunk. Just wanted to document it here so I don't
forget.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


DO NOT REPLY [Bug 45936] Workflow overview throws an error for too deep trees

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45936


Richard Frovarp <rf...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Richard Frovarp <rf...@apache.org>  2008-10-03 14:31:53 PST ---
Yeah, it existed under trunk as well. Resulted from a substring call that went
out of bounds. Stuck a Math.min around the second substring parameter to make
sure it won't go out of bounds. For some ridiculous reason a double is being
returned back, so that had to be wrapped with a Integer.valueOf.

Fixed in 701540.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org