[Andromda-devel] AndroMDA/JIRA Assigned: (MAVEN-28) .properties files are not always created in WEB-INF/classes directory in the .war file

2005-03-22 Thread Chad Brandon (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/MAVEN-28?page=history ] Chad Brandon reassigned MAVEN-28: - Assign To: Wouter Zoons (was: Chad Brandon) Wouter, can you take care of this? > .properties files are not always created in WEB-INF/classes direct

[Andromda-devel] AndroMDA/JIRA Closed: (HIB-49) Problem with Hibernate mapping files & new type mapping

2005-03-22 Thread Chad Brandon (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/HIB-49?page=history ] Chad Brandon closed HIB-49: --- Resolution: Fixed Fix Version: 3.0RC1 A constraint has been added verifying this. > Problem with Hibernate mapping files & new type mapping > --

[Andromda-devel] AndroMDA/JIRA Commented: (MAVEN-12) Provide function to separate generation and cvs'able artifacts

2005-03-22 Thread Chad Brandon (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/MAVEN-12?page=comments#action_11232 ] Chad Brandon commented on MAVEN-12: --- is this still applicable? > Provide function to separate generation and cvs'able artifacts > ---

[Andromda-devel] AndroMDA/JIRA Closed: (SPRING-46) Entity query operation generates DaoBase code with a compilation error

2005-03-22 Thread Chad Brandon (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/SPRING-46?page=history ] Chad Brandon closed SPRING-46: -- Resolution: Fixed I've added a constraint to make sure anyone attempting to use a collection as a query argument has the "hibernateUserNamedParamete

[Andromda-devel] AndroMDA/JIRA Closed: (MAVEN-15) upgrade displaytag deps to 1.0 final

2005-03-22 Thread Chad Brandon (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/MAVEN-15?page=history ] Chad Brandon closed MAVEN-15: - Resolution: Fixed Fix Version: 3.0RC1 This was fixed by Wouter > upgrade displaytag deps to 1.0 final > > >

[Andromda-devel] AndroMDA/JIRA Closed: (SPRING-32) entities with "interface" inheritance strategy get mapped into applicationContext.xml

2005-03-22 Thread Chad Brandon (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/SPRING-32?page=history ] Chad Brandon closed SPRING-32: -- Resolution: Fixed Fix Version: 3.0RC1 I believe this was fixed this weekend (see SPRING-45). > entities with "interface" inheritance strategy g

[Andromda-devel] AndroMDA/JIRA Closed: (BPM-152) Decision transition - form bean doesn't implement required interface

2005-03-22 Thread Wouter Zoons (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/BPM-152?page=history ] Wouter Zoons closed BPM-152: Resolution: Fixed > Decision transition - form bean doesn't implement required interface >

[Andromda-devel] AndroMDA/JIRA Commented: (UMLMETA-22) Activity Diagrams - Sub Activity State - getSubmachine API problems

2005-03-22 Thread Jean-Baptiste Guillois (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/UMLMETA-22?page=comments#action_11227 ] Jean-Baptiste Guillois commented on UMLMETA-22: --- here is the XMI created by MD9: If i follow the submachine attribute value, i will indeed find my ac

[Andromda-devel] AndroMDA/JIRA Updated: (BPM-153) Changing the default validator message

2005-03-22 Thread Wouter Zoons (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/BPM-153?page=history ] Wouter Zoons updated BPM-153: - Version: 3.0 M3 Fix Version: 3.0 RC1 all right, I'll support the tagged value but you won't be able to parametetrize it, so no {0} tokens > Changing

[Andromda-devel] Spring ServiceLocator broken?

2005-03-22 Thread Matthias Bohlen
Hi all, somebody has modified the Spring ServiceLocator template so that this code inside my project does not compile any more: final String[] TEST_CONTEXT_LOCATIONS = new String[] { "applicationContext.xml", "applicationContext-te

[Andromda-devel] AndroMDA/JIRA Commented: (BPM-153) Changing the default validator message

2005-03-22 Thread Wouter Zoons (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/BPM-153?page=comments#action_11223 ] Wouter Zoons commented on BPM-153: -- if you have an idea how to solve it (patch) let me know > Changing the default validator message > -

[Andromda-devel] AndroMDA/JIRA Commented: (BPM-153) Changing the default validator message

2005-03-22 Thread Wouter Zoons (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/BPM-153?page=comments#action_11222 ] Wouter Zoons commented on BPM-153: -- considering parameters and such I think it's a bit tricky to support this from the model, how about overriding the validator-rules.x

[Andromda-devel] AndroMDA/JIRA Commented: (BPM-152) Decision transition - form bean doesn't implement required interface

2005-03-22 Thread Wouter Zoons (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/BPM-152?page=comments#action_11220 ] Wouter Zoons commented on BPM-152: -- hi Alexander, I just tried it and I see what the problem is. you have modeled a 'call' trigger going out of a page, this is actually

[Andromda-devel] AndroMDA/JIRA Updated: (BPM-152) Decision transition - form bean doesn't implement required interface

2005-03-22 Thread Wouter Zoons (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/BPM-152?page=history ] Wouter Zoons updated BPM-152: - Version: 3.0 M3 (was: 3.0 RC1) Fix Version: 3.0 RC1 > Decision transition - form bean doesn't implement required interface >

[Andromda-devel] AndroMDA/JIRA Commented: (BPM-153) Changing the default validator message

2005-03-22 Thread Wouter Zoons (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/BPM-153?page=comments#action_11219 ] Wouter Zoons commented on BPM-153: -- wouldn't simply using the resource bundles work ? all messages are found in application-resources.properties Suppose you are modelin

[Andromda-devel] Debugging AndroMDA in Eclipse?

2005-03-22 Thread Matthias Bohlen
Hi all, today, I had a weird effect in AndroMDA's core (a metafacade didn't want to be instantiated). Has anybody ever tried to debug AndroMDA inside Eclipse? Is it just a matter of telling Maven's main class and the current directory for the debug session to Eclipse, and off I go? Or is there mor

[Andromda-devel] AndroMDA/JIRA Created: (BPM-153) Changing the default validator message

2005-03-22 Thread JIRA
Changing the default validator message -- Key: BPM-153 URL: http://galaxy.andromda.org:8080/jira/browse/BPM-153 Project: Bpm4Struts Cartridge Type: Improvement Reporter: Walter Itamar MourÃo Assigned to: Wouter Zoons Prio

[Andromda-devel] AndroMDA/JIRA Created: (CORE-49) filtering cartridges can be used with 'negate' functionality

2005-03-22 Thread Wouter Zoons (JIRA)
filtering cartridges can be used with 'negate' functionality Key: CORE-49 URL: http://galaxy.andromda.org:8080/jira/browse/CORE-49 Project: AndroMDA Core Type: Improvement Reporter: Wouter Zoons Assign

[Andromda-devel] AndroMDA/JIRA Updated: (BPM-152) Decision transition - form bean doesn't implement required interface

2005-03-22 Thread Alexander Gordt (JIRA)
[ http://galaxy.andromda.org:8080/jira/browse/BPM-152?page=history ] Alexander Gordt updated BPM-152: Attachment: StrutsandHibernateExampleModel.xml.zip > Decision transition - form bean doesn't implement required interface >

[Andromda-devel] AndroMDA/JIRA Created: (BPM-152) Decision transition - form bean doesn't implement required interface

2005-03-22 Thread Alexander Gordt (JIRA)
Decision transition - form bean doesn't implement required interface Key: BPM-152 URL: http://galaxy.andromda.org:8080/jira/browse/BPM-152 Project: Bpm4Struts Cartridge Type: Bug Versions: 3.0 R

[Andromda-devel] Re: Model reference to standard AndroMDA profile

2005-03-22 Thread Wouter Zoons
hi Matthias, try taking a look at the database cartridge in the /contrib module (there's where you are working, this environment is a little bit different from the actual /cartridges from the dist) if you open the file /project.xml you'll see this: andromda andro