-
Bug
-
Resolution: Done
-
Major
-
jBPM 3.2.13
-
None
When a task has more than 10 variables and you view task variables in jbpm-console, the view doesn't limit them as 10 rows (show every variables). And if you click the "Next" link, it throws IllegalArgumentException.
2012-11-02 16:50:24,680 SEVERE [facelets.viewhandler] (http-10.14.139.11-8080-4) Error Rendering View[/app/task.xhtml] java.lang.IllegalArgumentException at sun.reflect.GeneratedMethodAccessor727.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at javax.faces.component.UIComponentBase$AttributesMap.put(UIComponentBase.java:1641) at javax.faces.component.UIComponentBase$AttributesMap.put(UIComponentBase.java:1526) at org.jboss.gravel.action.handler.AttributeHandler.apply(AttributeHandler.java:106) ...