[jboss-user] [JBoss jBPM] - Re: compare dates

2007-02-22 Thread jbmp user
In http://docs.jboss.org/jbpm/v3/userguide/jpdl.html#expressions I read: expression="#{myVar.handler[assignments].assign}" can it be useful?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020494#4020494 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss jBPM] - Re: compare dates

2007-02-22 Thread jbmp user
I write the dates like DDMM because I am spanish. Also, we would like compare if one date is 15 days great than other date, then if I write 16/01/2000 < 17/01/2000, the result is true and it is right, but I write 16/01/2000 < 01/01/2005, the result is false and it is wrong I am sorry my engl

[jboss-user] [JBoss jBPM] - Re: compare dates

2007-02-22 Thread RomeuFigueira
Just a theoretical thought, why don't you write the dates like MMDD instead of the DDMM that you showed us? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020456#4020456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss jBPM] - Re: compare dates

2007-02-22 Thread jbmp user
I am sorry!!! I want tell us: some idea?? I have not solution for this problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020451#4020451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020451 _

[jboss-user] [JBoss jBPM] - Re: compare dates

2007-02-21 Thread kukeltje
Tell us View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020145#4020145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020145 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss jBPM] - Re: compare dates (urgent help, please)

2007-02-21 Thread jbmp user
Some idea!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020136#4020136 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020136 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss jBPM] - Re: compare dates

2007-02-21 Thread jbmp user
I write in processdefinition.xml: decision transition condition expression="#{date1 le date2}" transition decision but date1 > date2 is wrong, because: for example, if date1=01/01/2005 and if date2=16/01/2000 date1 le date2 is true because 01 < 16, it is wrong! what can I use instead of le??

[jboss-user] [JBoss jBPM] - Re: compare dates

2007-02-19 Thread kukeltje
I don't know if this is a real object compare or a date compare (content) I usually (in java) use the before and after statements, which afaik are identical to > and <. Don't know about ==. Better also ask on the el mailinglists/forums. View the original post : http://www.jboss.com/index.html?