[Andromda-user] [Bpm4Struts cartridge] [HowTo: support HTML event?]

2005-07-24 Thread shane
Thanks! But I think this will be a very common function in Web application. Can the BPM4Struts cartridge define a new tag to generate a hook for such events, so that we can customize such event in a seperate javascript file? Suppose we defined a tag @andromda.struts.view.field.htmlevents an

[Andromda-user] [Bpm4Struts cartridge] [HowTo: support HTML event?] HowTo: support HTML event?

2005-07-24 Thread shane
How to model to support HTML events, such as ONCHANGE, ONBLUR events for the html elements, etc.? Thanks for your answer! _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3074#3074 Posting to http://forum.andromda.o

[Andromda-user] [Hibernate cartridge] [Problem in generated SQL statement for MS SQLServer (2)] Problem in generated SQL statement for MS SQLServer (2)

2005-05-15 Thread shane
Assum that there is a BaseObject with inheritance strategy of "subclass" and a ConcretObject inherited from the BaseObject, and there is another object OtherObject refenenced the ConcreteObject. Then the SQL statements for these entities will be similar to the followings: Create table BASE

[Andromda-user] [Hibernate cartridge] [Problem about generated SQL statement for MS SQLServer (1)] Problem about generated SQL statement for MS SQLServer (1)

2005-05-15 Thread shane
Assum that there is a BaseObject with inheritance strategy of "interface" which associate with a BaseObjectType (ManyToOne), and there are two subclasses derived from the BaseObject, say ConcreteObject1 and ConcreteObject2 respectively. Then in the generated SQL statement, there are two BASE_O

[Andromda-user] [Installation] [error in opening zip file] Problem fixed!

2005-05-12 Thread shane
My problem (error in opening zip file) fixed by the following steps: 1) Downloaded and installed AndroMDA 3.0 release by following the guides in "Getting started" page with another "Clean" computer (that is, a computer which didn't install any older version of AndroMDA before) 2) Generated a n

[Andromda-user] [Installation] [error in opening zip file]

2005-05-10 Thread shane
I used maven 1.0.2 and there is no such problem when I used the AndroMda 3.0 RC1 SnapShot version before. I just downloaded the newer version (i.e., AndroMDA 3.0) and used "maven andromdapp:genreate" to generate a new application, then run the "maven" command and the exception was thrown wit

[Andromda-user] [Installation] [error in opening zip file] error in opening zip file

2005-05-10 Thread shane
When running maven for the auto-generate project with AndroMda 3.0, the console displayed exception of "java.util.zip.ZipException: error in opening zip file" with a long stacktrace message many times but shown "Build Successfully" at the last. What's the possible problem? Thanks! __

[Andromda-user] [Getting started] [error in opening zip file] error in opening zip file

2005-05-09 Thread shane
When running maven for the genereated project, the console will display exception of "java.util.zip.ZipException: error in opening zip file" several times, but show "build successfull" at the last. What's the possible cause for this problem? _