RE: [Andromda-user] important bpm4struts change

2004-11-10 Thread Chad Brandon
Yeah sure we could add that to the andromdapp plugin. Can you add that as an improvement request in jira for the andromdapp plugin? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin West Sent: Wednesday, November 10, 2004 3:30 PM To: [EMAIL PROTECTED]

RE: [Andromda-user] important bpm4struts change

2004-11-10 Thread Wouter Zoons
Title: Message Credits go to Chad J   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 11:32 PM To: [EMAIL PROTECTED] Subject: RE: [Andromda-user] important bpm4struts change   Good move. I used to work with a patched cartridge to avoid

Re: [Andromda-user] important bpm4struts change

2004-11-10 Thread Martin West
Could the copy/merge be made part of the build process? I prefer to have a generation area and source area. The source area is under cvs control, the generation area is not. On Wed, 2004-11-10 at 22:19, Wouter Zoons wrote: > Hi everybody, > > > > I changed something in the bpm4struts cartridge

[Andromda-user] important bpm4struts change

2004-11-10 Thread Wouter Zoons
Hi everybody,   I changed something in the bpm4struts cartridge that is of importance to everyone using it: all jsp pages and css files will be overwritten upon regeneration It seems to be better this way. The recommended technique is to keep your custom jsps in the source location (and

Re: [Andromda-user] BPM4Struts Questions: Redirect After Post, Platform Independance

2004-11-10 Thread Chad Brandon
- Original Message - From: "Wouter Zoons" <[EMAIL PROTECTED]> To: "'Christian Seiler'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 10, 2004 7:11 AM Subject: RE: [Andromda-user] BPM4Struts Questions: Redirect After Post, Platform Independance 1. Is there a way to mo

Re: [Andromda-user] Incorrect manifest in ejb server jar

2004-11-10 Thread Martin West
Actually I think this is a locally introduced feature, you can tell Im having a bad day when I start sending emails to myself!! On Wed, 2004-11-10 at 15:09, Martin West wrote: > On second thoughts this was a bad idea, ok for the pojo project but not > the ejb project. Will work out a better soluti

Re: [Andromda-user] BPM4Struts Questions: Redirect After Post, Platform Independance

2004-11-10 Thread Martin West
You guys are amazing, must be the crystal spheres you have :<} On Wed, 2004-11-10 at 14:54, Chad Brandon wrote: > - Original Message - > From: "Wouter Zoons" <[EMAIL PROTECTED]> > To: "'Christian Seiler'" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Wednesday, November 10, 2004 7:

Re: [Andromda-user] BPM4Struts Questions: Redirect After Post, Platform Independance

2004-11-10 Thread Chad Brandon
- Original Message - From: "Wouter Zoons" <[EMAIL PROTECTED]> To: "'Christian Seiler'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 10, 2004 7:11 AM Subject: RE: [Andromda-user] BPM4Struts Questions: Redirect After Post, Platform Independance 1. Is there a way to

[Andromda-user] Incorrect manifest in ejb server jar

2004-11-10 Thread Martin West
The ejb and hibernate/ejb ant build scripts add classpath info to the jars manifest. However it is incorrect on windows. Work around is to just no-op the adding of the classpath info to the manifest ... -- Martin West Head of Product Design and Development http://www.star-map.net +44(

[Andromda-user] Bad hibernatdoclet custom types packages generated

2004-11-10 Thread Frederic Chapuis
Hi All,   The fully qualified name of the Hibernate custom types (Blob, Clob and Utils) still refers to org.andromda.persistence.hibernate package in the hibernatedoclet tag (even if namespace property customTypesPackage is defined with a different value).   Didn't this worked a few builds ag

RE: [Andromda-user] BPM4Struts Questions: Redirect After Post, Platform Independance

2004-11-10 Thread Wouter Zoons
> 1. Is there a way to model an action as redirect? The reason for this > is obvious and once again discussed widely at TSS > http://www.theserverside.com/news/thread.tss?thread_id=29758 [WZ> ] no, but I guess we could add a tagged value for that > 2. It seems to me (though still an Andromd new

[Andromda-user] BPM4Struts Questions: Redirect After Post, Platform Independance

2004-11-10 Thread Christian Seiler
Hi, once again I have two little questions: 1. Is there a way to model an action as redirect? The reason for this is obvious and once again discussed widely at TSS http://www.theserverside.com/news/thread.tss?thread_id=29758 2. It seems to me (though still an Andromd newbie) that many of the @an

RE: [Andromda-user] BPM4Struts-Guard Usage

2004-11-10 Thread Wouter Zoons
The animal quiz has an example of such decision point: 1. the incoming transition needs to have a call-event deferring to an operation that can return a value 2. for each outgoing transition you will need to model a guard (in MagicDraw you can best enter eg. 'true' in the name as well as the cond

[Andromda-user] BPM4Struts-Guard Usage

2004-11-10 Thread Seraffetin Sentürk
Hello, Can anyone tell me how to realize the "guard" and decision point. I mean, I am getting the email information of a person in a FrontEndView. Just after this, I want to ask if the user wants to enter another email for this specific person. If the answer is yes this page will appear again,