[jboss-jira] [JBoss JIRA] Created: (JBPM-834) Build fails on cvs head in console/src/main/java/org/jbpm/webapp/tag/jbpm/ui/DataTable.java
Chris Russell (JIRA)
jira-events at jboss.com
Wed Feb 7 10:55:30 EST 2007
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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list