[Andromda-devel] AndroMDA/JIRA Commented: (BPM-171) validwhen doesn't work with java.util.Date

2005-07-19 Thread Wouter Zoons (JIRA)
[ http://jira.andromda.org/browse/BPM-171?page=comments#action_11804 ] Wouter Zoons commented on BPM-171: -- the validwhen should not be referencing the myDateAsDate fields in the first place, the regular myDate fields (returning a String) should be used

[Andromda-devel] AndroMDA/JIRA Commented: (BPM-171) validwhen doesn't work with java.util.Date

2005-07-19 Thread JIRA
[ http://jira.andromda.org/browse/BPM-171?page=comments#action_11805 ] Walter Itamar Mourão commented on BPM-171: -- FYI: I don't know if there is another user waiting for this issue to be closed, but it's not an priority issue to me anymore. >

[Andromda-devel] Re: Next steps on the metamodels

2005-07-19 Thread Chad Brandon
Yeah sure, I can set up the Maven stuff for the uml2mof tool. Matthias Bohlen wrote: Hello Chad, after last night's success with metamodels, I think we should do a little integration work to make our toolset powerful enough. What we need to do is: * A Maven plug-in that wraps the MDR ant task

[Andromda-devel] AndroMDA/JIRA Commented: (BPM-171) validwhen doesn't work with java.util.Date

2005-07-19 Thread Wouter Zoons (JIRA)
[ http://jira.andromda.org/browse/BPM-171?page=comments#action_11806 ] Wouter Zoons commented on BPM-171: -- before I restart trying to fix this issue one small question: when using the date field in the validwhen constraint, didn't it work to just refer

[Andromda-devel] AndroMDA/JIRA Commented: (BPM-171) validwhen doesn't work with java.util.Date

2005-07-19 Thread JIRA
[ http://jira.andromda.org/browse/BPM-171?page=comments#action_11807 ] Walter Itamar Mourão commented on BPM-171: -- myDateAsDate should not be used because the validWhen validator uses the toString() method, and the implementation of this method

[Andromda-devel] AndroMDA/JIRA Commented: (BPM-171) validwhen doesn't work with java.util.Date

2005-07-19 Thread Wouter Zoons (JIRA)
[ http://jira.andromda.org/browse/BPM-171?page=comments#action_11808 ] Wouter Zoons commented on BPM-171: -- that's my point .. why don't you use the date accessor that is returning a String instance ? for each date 'today' you have these accessors: ge

[Andromda-devel] AndroMDA/JIRA Commented: (BPM-171) validwhen doesn't work with java.util.Date

2005-07-19 Thread JIRA
[ http://jira.andromda.org/browse/BPM-171?page=comments#action_11809 ] Walter Itamar Mourão commented on BPM-171: -- I forgot to write: the string version isn't suitable to comparison since it can be dd/mm/ (my case), mm/dd/yy, yy/mm/dd, and

[Andromda-devel] AndroMDA/JIRA Closed: (BPM-135) Generate resource reference tags in WEB-INF/web.xml

2005-07-19 Thread Wouter Zoons (JIRA)
[ http://jira.andromda.org/browse/BPM-135?page=history ] Wouter Zoons closed BPM-135: Resolution: Won't Fix Fix Version: (was: 3.0 RC1) since we're not using any of that stuff we don't need it in web.xml > Generate resource reference tags in W

[Andromda-devel] AndroMDA/JIRA Commented: (BPM-171) validwhen doesn't work with java.util.Date

2005-07-19 Thread JIRA
[ http://jira.andromda.org/browse/BPM-171?page=comments#action_11812 ] Walter Itamar Mourão commented on BPM-171: -- I'm my first case I needed to compare using > and <. The validWhen didn't work because '31/01/2005' is greater than '01/02/2005'

[Andromda-devel] AndroMDA/JIRA Commented: (BPM-171) validwhen doesn't work with java.util.Date

2005-07-19 Thread Wouter Zoons (JIRA)
[ http://jira.andromda.org/browse/BPM-171?page=comments#action_11813 ] Wouter Zoons commented on BPM-171: -- oh yeah that's right, it only works when using /MM/dd > validwhen doesn't work with java.util.Date >

[Andromda-devel] AndroMDA/JIRA Closed: (JBPM-1) adding constants for transition names

2005-07-19 Thread Wouter Zoons (JIRA)
[ http://jira.andromda.org/browse/JBPM-1?page=history ] Wouter Zoons closed JBPM-1: --- Resolution: Fixed Fix Version: 3.1-RC1 > adding constants for transition names > - > > Key: JBPM-1 > URL: http:

[Andromda-devel] AndroMDA/JIRA Commented: (BPM-171) validwhen doesn't work with java.util.Date

2005-07-19 Thread Wouter Zoons (JIRA)
[ http://jira.andromda.org/browse/BPM-171?page=comments#action_11811 ] Wouter Zoons commented on BPM-171: -- with comparison you mean not .equals() but .before and .after ? did you try writing your own validator ? is still think < and > would work (if t