RE: [Andromda-user] Separating cutomizations from generated file

2004-08-27 Thread Sunondo Ghosh
Hi Wouter,   (1) If I have the same property in both property files, will the one in custom-resources “override” the one in the generated file? I am looking for something like that. If I add a property to the custom-resources and application-resources file is regenerated with the same

RE: [Andromda-user] RE: [Andromda-devel] BPM4Struts, modified jsps

2004-08-27 Thread Wouter Zoons
> > jsps are not overwritten by default > > > > Then it's ok, but they shouldn't be put into the target directory, because > I > understand, everything residing in the target directory should not be > modified. There should be a clear distinction on the directory level what > can be modified as it

RE: [Andromda-user] Separating cutomizations from generated file

2004-08-27 Thread Wouter Zoons
(1)   custom-resources.properties is only generated once and server that purpose (2)   yes, the generated code can use xdoclet to merge: http://xdoclet.sf.net (3)   postpone changing your jsps as long as possible     -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

Re: [Andromda-user] RE: [Andromda-devel] BPM4Struts, modified jsps

2004-08-27 Thread Andrzej Dmoch
> > Q2: Can we set a stereotype to a FrontEndView such as <> > so > > that JSPs are not generated on top of it? > > > > jsps are not overwritten by default > > Then it's ok, but they shouldn't be put into the target directory, because I understand, everything residing in the target directory shou

[Andromda-user] Separating cutomizations from generated file

2004-08-27 Thread Sunondo Ghosh
I am trying to figure out a way by which I can keep adding new use cases to my bpm4struts model and regenerating the code, but at the same time customize some the generated files. Where I will face problems is with files will have extra data each time I add new use cases but are also the fi

RE: [Andromda-user] NoClassDefFoundError while in classpath

2004-08-27 Thread Raf Haesen
Thanks alot! That solved the problem... In project.xml of the hibernate component i added andromda andromda-validation-library ${pom.currentVersion} true and at application level i added the following dependency

RE: [Andromda-user] NoClassDefFoundError while in classpath

2004-08-27 Thread Wouter Zoons
> > First of all you should set the groupId to 'andromda' instead of > > 'andromda-bootstrap' (the latter is obsolete since a few weeks) > > Well andromda-bootstrap isn't obsolete, but it contains the artifacts > necessary to build parts of andromda itself (therefore they shouldn't be > used by th

[Andromda-user] RE: [Andromda-devel] BPM4Struts, modified jsps

2004-08-27 Thread Wouter Zoons
> Hi All: > > There are two questions here: > > I have modified some jsps which are generated from BPM4Struts. > > I did so because the generated JSP showed "missing from request: > paramName" > in the page. > > Q1: How do we make this message not appear by default, ie as generated? > you di

[Andromda-user] FW: [Andromda-devel] BPM4Struts calling EJB, andromda 3.0M2 - "ejb not bound"

2004-08-27 Thread Wouter Zoons
-Original Message- From: Wouter Zoons [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 4:36 PM To: 'Rajesh Bhaskar'; '[EMAIL PROTECTED]' Subject: RE: [Andromda-devel] BPM4Struts calling EJB, andromda 3.0M2 - "ejb not bound" Hi, In the future please send this type of questions to

Re: [Andromda-user] NoClassDefFoundError while in classpath

2004-08-27 Thread Chad Brandon
- Original Message - From: "Wouter Zoons" <[EMAIL PROTECTED]> To: "'Raf Haesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 27, 2004 5:23 AM Subject: RE: [Andromda-user] NoClassDefFoundError while in classpath Hi Raf, First of all you should set the groupId to 'androm

RE: [Andromda-user] NoClassDefFoundError while in classpath

2004-08-27 Thread Wouter Zoons
Hi Raf, First of all you should set the groupId to 'andromda' instead of 'andromda-bootstrap' (the latter is obsolete since a few weeks) Like it is done in the animal quiz sample: andromda andromda-query-library ${pom.currentVersion}

[Andromda-user] NoClassDefFoundError while in classpath

2004-08-27 Thread Raf Haesen
Hello all I would like to extend my cartridge with the translation-validation library to convert OCL to java.. For my test-project i insert this dependency in 'project.xml': andromda-bootstrap andromda-validation-library ${pom.currentVersion} I don'

[Andromda-user] ModelPackages: filtering of packages to process.

2004-08-27 Thread Naik, Vikram
Hello, We are configuring ModelPacakages to filter out the packages to be processed. At all the times we set the processAllModelPackages variable to false, using setProcessAllModelPackages() API on ModelPackages. Even though when the ModelPackages are reterieved from CodeGenerationContext by