[jboss-user] [JBoss jBPM] - Re: EL Condition failing

dslevine do-not-reply at jboss.com
Wed Mar 28 15:22:51 EDT 2007


Without having looked at the JBPM source code in this section, it looks like its doing a Double to Long comparison and getting an error.  Would 

#{ amount > 1000.00 } 

make a difference?  Or something like 

#{ amount > (Double) 1000.00 }

?  (i'm not sure of the syntax of casting in EL.)

d

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032513#4032513

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032513



More information about the jboss-user mailing list