]
Thomas Diesler resolved JBPM-834.
---------------------------------
Resolution: Out of Date
Build fails on cvs head in
console/src/main/java/org/jbpm/webapp/tag/jbpm/ui/DataTable.java
-------------------------------------------------------------------------------------------
Key: JBPM-834
URL:
http://jira.jboss.com/jira/browse/JBPM-834
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM jPDL 3.2 beta 2
Environment: cvs head build, javac 1.5.0_9, XEmacs, ant.
Reporter: Chris Russell
Assigned To: Tom Baeyens
Priority: Trivial
getChildren().add(element) must cast element to (UIComponent)
cvs diff of the fix to console/src/main/java/org/jbpm/webapp/tag/jbpm/ui/DataTable.java
diff -r1.2 DataTable.java
158c158
< final boolean result = comp.getChildren().add(element);
---
> final boolean result = comp.getChildren().add((UIComponent)element);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: