[Andromda-devel] Re: Decorator zombies strike back! :-)

2004-02-24 Thread Jürgen Dufner
Hi Matthias, Wouter and Chad, great work! Have a nice day, Jürgen --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com

[Andromda-devel] TemplateConfiguration and CartridgeXmlParser

2004-02-24 Thread Brian Topping
All, I need another parameter in TemplateConfiguration, and was looking around in CartridgeXMLParser and noticed that validation is turned off on the parsing. If that's the case, it seems like storing the TemplateConfiguration in a DynaBean or similar would make a lot of sense. If this were don

[Andromda-devel] Ignorable namespaces and namespace properties

2004-02-24 Thread Chad Brandon
Matthias and Wouter, I added the ability to ignore namespaces and properties tonight. So now if you happen to have a cartridge on your classpath for some reason and its too much work to remove ityou can just ignore it by adding the 'ignore' attribute to the namespace. For example in the car

[Andromda-devel] Re: Decorator zombies strike back! :-)

2004-02-24 Thread Chad Brandon
- Original Message - From: "Matthias Bohlen" <[EMAIL PROTECTED]> To: "'Chad Brandon'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "'Dr. Gernot Starke'" <[EMAIL PROTECTED]>; "'Jürgen Dufner'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 5:26 PM Subject: Decora

[Andromda-devel] bpm4struts checking

2004-02-24 Thread Wouter Zoons
guys I checked in a lot of stuff today .. I rebuilt all, everything went fine, also the generation of the samples (ignore the output of AnimalQuiz for the moment, it continues for has some errors in the generate jsp code) I have to sleep now .. if there's something wrong: tomorrow first thing

[Andromda-devel] Decorator zombies strike back! :-)

2004-02-24 Thread Matthias Bohlen
Hi Chad, Wouter, Gernot, Jürgen, (and the audience in the background) I have committed my bug fix to DefaultAndroMDACartridge.java - it should now work without a problem. The changes you announce below sound all very good, so go ahead and commit them. I will now continue to refactor the andromda-

Re: [Andromda-devel] bpm4struts - reusing activity diagrams

2004-02-24 Thread Wouter Zoons
yes, that's a natural consequence of the cartridge construction, I decided to exclusively make links from the static to the dynamic part of the model (that is, from Classes to ActivityGraphs) ... so you can do that as much as you want :-) I did not think about it though, the fact that people are

[Andromda-devel] bpm4struts - reusing activity diagrams

2004-02-24 Thread Walter Mourão
FYI I made a small experience with bpm4struts: I assigned two sets of controller-model-view classes to the same activity diagram, and... it works ! I don't know if it's a side effect, but IMO it's a good way to work when we need the same process flow to different classes (like CRUD). regards, -

[Andromda-devel] Re: Warming up

2004-02-24 Thread Wouter Zoons
Walter Mourão wrote: Hi Wouter, congratulations you are doing a great job. thanks :-) I made a small model following your instructions on the wiki and it is almost running. if it does not work you may let me know what the problem is and I'll see what I can do Is it time to tell you some

Re: [Andromda-devel] Broken MMD build

2004-02-24 Thread Chad Brandon
Great! When you're done with that...and when Wouter checks his changes in to remove accessing the model from the scriipt helper (I'll synchronize and get your changes and test my changes with those fixes)...and then if no one has any objections, I'll check in my changes. Last night I made the fol