[Andromda-user] [Bpm4Struts cartridge] ["andromda.struts.view.field.required" behavior]

2005-08-03 Thread WalterIM
[EMAIL PROTECTED] wrote: I take it these validation messages are inserted in the 'messages' tile ? care to contribute ? I could create a new namespace property that would enable this feature .. that way you don't need to customize, and I think the feature is interesting (end of quote) As

[Andromda-user] [Bpm4Struts cartridge] ["andromda.struts.view.field.required" behavior] a bit \"off topic\"

2005-08-03 Thread WalterIM
Just to let you guys know: I don't like the default alert pop-up of the client validation, so I override the function "alert" in javascript code, in a way the client validation error are shown the same way (in my case inside a "DIV") the server validation errors. Instead of the default behav

[Andromda-user] [Spring cartridge] [Beware of lazy loading!] Beware of lazy loading!

2005-07-22 Thread WalterIM
I found some interesting info about lazy loading in the Hibernate forum: One of the comments: Quote: dirkschmidt wrote: The problem I have with Hibernates lazy object approach is that the proxies become useless as soon as the are detached from the initial session. Just reattach t

[Andromda-user] [Testimonials] [Andromda in latin america] Andromda in latin america

2005-07-19 Thread WalterIM
I'm using Andromda since January/2004 and my company released three projects in Brazil and one in Mexico using andromda since that. We like Andromda very much so we're starting a business unit focused in Andromda (teaching and consulting). Since our government is enhancing support to open s

[Andromda-user] [Spring cartridge] [bpm4struts related - ValueObjects as form templates...]

2005-07-19 Thread WalterIM
I would like very much to see this feature working. The big issue I see is the way bpm4struts handle date/time in forms. My suggestion: stopping doing the conversion to String. _ Reply to the post : http://galaxy.andromda.org/forum/viewtopi

[Andromda-user] [Cartridge development] [JUnit & Cactus cartridge] JUnit & Cactus cartridge

2005-07-18 Thread WalterIM
I'm thinking about creating a JUnit and Cactus testing cartridge. Is anybody working on something like that ? _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2816#2816 Posting to http://forum.andromda.org/ is preferred

[Andromda-user] [Hibernate cartridge] [Legacy DB, many2many & composite-id]

2005-07-11 Thread WalterIM
The following code creates a composite id class suitable to Andromda 2 and Hibernate. It is outdated, still using xDoclet, but I hope it helps. CompositeIdClass.vsl #set($allIds = [])##lista com todas as chaves, pks dessa classe e de classes que vem de associações <> #foreach($id in $class.

[Andromda-user] [Bpm4Struts cartridge] [Struts token like functionality]

2005-06-29 Thread WalterIM
Good question, I didn't think about that... I see one option: activate a javascript timer to close the div in case of a time-out (maybe showing an error message). _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1916#1

[Andromda-user] [Bpm4Struts cartridge] [Struts token like functionality]

2005-06-29 Thread WalterIM
I avoid the second click opening a transparent div in front of the controls right after the first click and before the actual post. _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1913#1913 Posting to http://forum.andr

[Andromda-user] [Bpm4Struts cartridge] [java.util.zip.ZipException]

2005-06-27 Thread WalterIM
C:/java tools/andromda-bin-3.1-M1 _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1858#1858 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ---

[Andromda-user] [Bpm4Struts cartridge] [java.util.zip.ZipException]

2005-06-27 Thread WalterIM
I made a small change to ResourceUtils.java (getArchive method)         catch (final Throwable throwable)         {             throw new RuntimeException(resource.toString(),throwable);         } to show me the resource name (I suggest the code change) and I realized the problem was the

[Andromda-user] [Bpm4Struts cartridge] [Debugging using maven, eclipse and tomcat]

2005-06-27 Thread WalterIM
I sptopped using maven (for while). Thanks anyway. _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1850#1850 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! --

[Andromda-user] [Bpm4Struts cartridge] [java.util.zip.ZipException]

2005-06-27 Thread WalterIM
Quote: But did you customize anything in the bpm4struts jar (since it only fails on that one)? (end of quote) No, as I'm doing the update I didn't applied the cartridges customizations. Really I think I will not need the cartridge customization anymore, since andromda has a lot of merge poin

[Andromda-user] [Bpm4Struts cartridge] [Debugging using maven, eclipse and tomcat]

2005-06-27 Thread WalterIM
Quote: Just curious ... what is worse than it looks ? I can assure you $PROJECT/web/target/-.war/ is a real, complete and working webapp, so I guess there is another problem ... (end of quote) You're right, but this path is created by maven, so it isn't recognized as the "output path" by

[Andromda-user] [Bpm4Struts cartridge] [Inter Use Case : Anonymous Sender / Anonymous Object]

2005-06-27 Thread WalterIM
Are you thinking about inheritance in use cases or controllers ? I have been thinking about for while as a way to avoid cut and paste in activity graphs... _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1842#1842 Post

[Andromda-user] [Bpm4Struts cartridge] [java.util.zip.ZipException]

2005-06-27 Thread WalterIM
Quote: this is Portugese, right ? "system was unable to locate specified path" ? (end of quote) Sorry, folks, I just forgot to translate. Yes, it means "path not found". Quote: did you manually edit /mda/conf/andromda.xml ? what did you do exactly ? (end of quote) Yes, I'm converting the (

[Andromda-user] [Bpm4Struts cartridge] [java.util.zip.ZipException]

2005-06-24 Thread WalterIM
The jar file is ok and the Velocity is starting fine INFO  2005-06-24 17:16:32,816 - ** INFO  2005-06-24 17:16:32,816 - Starting Jakarta Velocity v1.4 INFO  2005-06-24 17:16:32,816 - RuntimeInstance initializing. INFO  2005-06-2

[Andromda-user] [Bpm4Struts cartridge] [java.util.zip.ZipException] java.util.zip.ZipException

2005-06-24 Thread WalterIM
I'm using a customized ant script and I've got the exception: C:ProjetosappTeste-gen>type bpm4struts050624165103.exc --- AndroMDA Exception Recording --- Version : 3.1-M1 Error ..: Error performing ModelProcessor.process with model(s) --> 'C:ProjetosappTeste-ge numl

[Andromda-user] [Bpm4Struts cartridge] [Debugging using maven, eclipse and tomcat]

2005-06-24 Thread WalterIM
Thanks, it's worse than it looks... I gave up and I'm using my old ant script, for while. Walter _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1750#1750 Posting to http://forum.andromda.org/ is preferred over post

[Andromda-user] [Bpm4Struts cartridge] [Debugging using maven, eclipse and tomcat]

2005-06-24 Thread WalterIM
Quote: What is the problem with the WEB-INF/classes structure ? (end of quote) I didn't find a full web application structure ready to run inside the maven generated project structure. I will keep trying. _ Reply to the post : http://

[Andromda-user] [Bpm4Struts cartridge] [bpm4struts library]

2005-06-24 Thread WalterIM
Just to avoid re-generation of static (and shared) code and get better organization (IMO). As I see, just the model related things should be part of the generation. Everything is working fine. _ Reply to the post : http://galaxy.andromda.o

[Andromda-user] [Bpm4Struts cartridge] [Debugging using maven, eclipse and tomcat] Debugging using maven, eclipse and tomcat

2005-06-23 Thread WalterIM
I'm trying to use Maven (nowadays I use a customized build.xml with ant) and I would like to know how to debug a bpm4struts app using tomcat and eclipse. The generated WEB-INF/classes structure does not look suitable to do that. Am I wrong ? (I suppose so !). Thanks in advance. Walter __

[Andromda-user] [Bpm4Struts cartridge] [bpm4struts library] bpm4struts library

2005-06-23 Thread WalterIM
I would like to suggest the creation of a "bpm4struts library" to contain non volatile stuff, like StrutsValidator, PatternMatchingExceptionHandler and so on. Regards, Walter _ Reply to the post : http://galaxy.andromda.org/forum/viewt

[Andromda-user] [Project generator] [Anyone using Ant?] I''m using Ant!

2005-06-21 Thread WalterIM
I'm using Ant with a customized build.xml. Regards, _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1582#1582 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! --