Re: [Andromda-user] security, roles problems

2005-01-19 Thread Frederic Chapuis
Hi, Had this pbm some time ago due to my personal firewall and solved it using my computer name instead of the localhost in the url (if I remember well). Fred. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January 19, 2005 11:19 AM Subject:

Re: [Andromda-user] Specifying client side processing

2005-01-10 Thread Frederic Chapuis
Hi Wouter, Do you mean having a deferred operation on the FrontEndView will generate something (and what if any ?) in the current version of the cartridge ? Fred. - Original Message - From: "Wouter Zoons" <[EMAIL PROTECTED]> To: "Frederic Chapuis" <[EMAIL PR

[Andromda-user] Specifying client side processing

2005-01-10 Thread Frederic Chapuis
Hello, I'm looking for a way of specifying client side processing in the activity graphs and therefore, was wondering if there was a way (in the BPM4Struts cartridge) to determine the swimlane an action state belongs to. Thus having a swimlane stereotyped as <> could "hold" action states represen

Re: [Andromda-user] BPM4Struts customization

2004-12-23 Thread Frederic Chapuis
ot;Chad Brandon" <[EMAIL PROTECTED]> To: "'Frederic Chapuis'" <[EMAIL PROTECTED]>; "'AndroMDA Users List'" Sent: Thursday, December 23, 2004 8:54 PM Subject: RE: [Andromda-user] BPM4Struts customization Enhanced meaning you added

Re: [Andromda-user] BPM4Struts customization

2004-12-23 Thread Frederic Chapuis
Well, had a quick look and was wondering where I should put my enhanced andromda-cartridge.xml file ? Should it be somewhere in the mergeLocation or should I replace the one in the bpm4struts jar ? - Original Message - From: "Chad Brandon" <[EMAIL PROTECTED]> To: &q

Re: [Andromda-user] BPM4Struts customization

2004-12-23 Thread Frederic Chapuis
g ? Thanks Chad - Original Message - From: "Chad Brandon" <[EMAIL PROTECTED]> To: "'Frederic Chapuis'" <[EMAIL PROTECTED]>; "'AndroMDA Users List'" Sent: Thursday, December 23, 2004 5:29 PM Subject: RE: [Andromda-user] BPM

[Andromda-user] BPM4Struts customization

2004-12-23 Thread Frederic Chapuis
Hello, I'm now reaching the point where I would like to customize what is generated. For exemple add some javascript files into my JSPs. Using mergeLocation, I can have my customized templates for inserting javascript tags and my customized resources (limited to bundled ones: hints.js...), but ho

Re: [Andromda-user] Build error package not found on org.apache.beanutils

2004-12-16 Thread Frederic Chapuis
it ? So, until today, I was working offline because of templates customization, and had no errors. Cheers, Fred. - Original Message - From: "Chad Brandon" <[EMAIL PROTECTED]> To: "'Frederic Chapuis'" <[EMAIL PROTECTED]>; "'AndroMDA Users

Re: [Andromda-user] Build error package not found on org.apache.beanutils

2004-12-16 Thread Frederic Chapuis
So it is also missing from the project.xml.vsl in the andromdapp plugin. Ok, it works fine now. Many thanks Chad. Fred. - Original Message - From: "Chad Brandon" <[EMAIL PROTECTED]> To: "'Frederic Chapuis'" <[EMAIL PROTECTED]> Cc: "'And

Re: [Andromda-user] Build error package not found on org.apache.beanutils

2004-12-16 Thread Frederic Chapuis
The 1.7.0 jar is present and I can browse its content. Have you seen the other post with the same problem (from "Ömer Gürsoy"). - Original Message - From: "Chad Brandon" <[EMAIL PROTECTED]> To: "'Frederic Chapuis'" <[EMAIL PROTECTED]>

[Andromda-user] Security: what should be modeled or not ?

2004-12-15 Thread Frederic Chapuis
Hi, I have enabled security, and have to give access to "unsecured" use-cases to visitors. Do I have to model an actor Visitor and link it to any "unsecured" use-case ? Or should these use-cases be linked to no actor ? I've read the thread about unsecured use-cases but what is the situation abou

Re: [Andromda-user] Build error package not found on org.apache.beanutils

2004-12-13 Thread Frederic Chapuis
No it still fails finding the org.apache.commons.beanutils package when compiling the PatternMatchingExceptionHandler class. - Original Message - From: "Chad Brandon" <[EMAIL PROTECTED]> To: "'Frederic Chapuis'" <[EMAIL PROTECTED]>; "&

Re: [Andromda-user] Build error package not found on org.apache.beanutils

2004-12-13 Thread Frederic Chapuis
t;[EMAIL PROTECTED]> To: "'Frederic Chapuis'" <[EMAIL PROTECTED]>; "'AndroMDA Users List'" <[EMAIL PROTECTED]> Sent: Monday, December 13, 2004 5:37 PM Subject: RE: [Andromda-user] Build error package not found on org.apache.beanutils No I d

[Andromda-user] BPM4Struts: missing jakarta-ORO dependency to use commons-validator ?

2004-12-13 Thread Frederic Chapuis
Hello, I was trying to use form validation with validwhen tagged value but the validator could not find the Perl5Util class. So I bundled the jakarta-oro-2.0.8.jar with my war and it worked. However, maven wasn't able to find it so I installed by hand. Maybe I'm not using the right groupId or arti

[Andromda-user] BPM4Struts: weird generation behavior with selectable view type fields

2004-12-13 Thread Frederic Chapuis
Hello, I'm having problems getting Interfaces well generated while using fields of type select in my FrontEndView. As it works fine on a basic exemple (the defered ctlr operation that should preload the select with data has an interface generated with setters for the lists), it fails on a more s

[Andromda-user] Build error package not found on org.apache.beanutils

2004-12-13 Thread Frederic Chapuis
Hi, Using the latest build, I'm now getting this build error (caused by PatternMatchingExceptionHandler.java), I checked against a newly generated project if a dependency was missing but It doesn't seem to be the cause (present in the web project.xml). This was building fine before I got the lat

Re: [Andromda-user] Passing data beetween use-cases How-To ?

2004-12-03 Thread Frederic Chapuis
defers to a checkInputData ctlr operation but the parameter isn't initialized in any way. Fred. - Original Message - From: "Wouter Zoons" <[EMAIL PROTECTED]> To: "Frederic Chapuis" <[EMAIL PROTECTED]> Cc: "AndroMDA Users List" <[EMAIL PRO

Re: R: [Andromda-user] RE: bpm4struts layout suggestions/questions

2004-12-02 Thread Frederic Chapuis
Hello Walter, I do like your idea, even more if you meant having the final/transformed JSPs deployed thus not having the transformation occur on the server at runtime. Fred. - Original Message - From: "Walter Mourão" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "'Matthias Küspert'" <[

[Andromda-user] Passing data beetween use-cases How-To ?

2004-12-01 Thread Frederic Chapuis
Hello Wouter, I've read a lot in the archives but I can't have it work. Does it work or do I have to manually set the data to be passed as an attribute in the session for example ? Thx, Fred. --- SF email is sponsored by - The IT Product Guide Re

Re: [Andromda-user] BPM4Struts: enabling security pbm

2004-12-01 Thread Frederic Chapuis
th or years with the calendar, meaningless javascript errors are reported but did not had time to investigate on this so if you have a quick answer I thank you. Fred. - Original Message - From: "Wouter Zoons" <[EMAIL PROTECTED]> To: "'Frederic Chapuis'"

[Andromda-user] BPM4Struts: enabling security pbm

2004-11-30 Thread Frederic Chapuis
Hello, I've just tried enabling security in the generation process, so I configured JBoss to set up a new security domain for my webapp (jboss-web.xml + login-config.xml). AndroMDA generates security constraints for my use-cases but I can't have the login-form.jsp to work, I get an HTTP 400 error

Re: [Andromda-user] Hibernate Lazy initialization

2004-11-25 Thread Frederic Chapuis
Yes, I also think it would be more convenient to be able to switch it on/off on any other associations. And maybe 'lazy' could default to false only for composite aggregates. - Original Message - From: "Chad Brandon" <[EMAIL PROTECTED]> To: <[EMAIL PR

[Andromda-user] Hibernate Lazy initialization

2004-11-24 Thread Frederic Chapuis
Hello, For composite aggregations it would be nice to be able to switch off lazy initialization, don't you think ? However, how can I initialize an entity Collection member (of entities, resulting from a composite aggregation) ? I ask this because I get entities (having that kind of member) throu

Re: [Andromda-user] BPM4Struts: wrong output directory when model uses module

2004-11-18 Thread Frederic Chapuis
Hi Wouter, As I have two other applications using the module, I tried differents things like re-creating package structures in the module model and in applications models but everything failed except having both packages (module & application) in their own pkg tree. The weird thing is that import

[Andromda-user] BPM4Struts: wrong output directory when model uses module

2004-11-16 Thread Frederic Chapuis
Hi, I have a model (pkg = basepackage.application) which uses an external module (pkg = basepackage.persistence). The BPM4Struts cartridge generates impls files in the wrong directory web/src/java/application/ instead of web/src/java/basepackage/application/ If I remove the module from my model,

Re: [Andromda-user] Maven problem

2004-11-16 Thread Frederic Chapuis
Sorry, it seems that Mevenide added an erronous groupId element in the mda/project.xml and I didn't saw it. Fred. - Original Message - From: "Frederic Chapuis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 16, 2004 11:06 AM Subject: [A

[Andromda-user] Maven problem

2004-11-16 Thread Frederic Chapuis
Hello, I'm working on several projects (all generated with AndroMDApp) and some of them used to build correctly, but now I have two of them whose reactor does not process sub-projects in the right order (Common, Core, Web and Application are processed before MDA) Since I'm new to maven and I didn

Re: [Andromda-user] Bad hibernatdoclet custom types packages generated

2004-11-15 Thread Frederic Chapuis
Hello,   This is because the default mappings have to be overwritten to map hibernate types (Blob, Clob) to the customized fully qualified names in a custom HibernateTypeMappings.xml file targetted by the namespace property.   - Original Message - From: Frederic Chapuis

[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

[Andromda-user] Hibernate cartridge : FinderMethod and inheritance

2004-11-09 Thread Frederic Chapuis
Hi All,   I have a base Entity defining a FinderMethod findAll(), which generates the hibernate query for that class in the factory. This is Ok. But it generates the same method with exactly the same hibernate query in all sub-Entity factories, whereas I was expecting it to use the class of t

Re: [Andromda-user] Validation Error: One Use-Case per package...

2004-11-01 Thread Frederic Chapuis
Ok, now I know what to do...it's not too hard :o) Many thanks for all these useful helps.   Fred. - Original Message - From: Wouter Zoons To: 'Frederic Chapuis' Cc: [EMAIL PROTECTED] Sent: Monday, November 01, 2004 8:11 PM Subject: RE:

Re: [Andromda-user] Validation Error: One Use-Case per package...

2004-11-01 Thread Frederic Chapuis
gged value targetting these attributes.   Fred.   - Original Message - From: "Wouter Zoons" <[EMAIL PROTECTED]> To: "'Frederic Chapuis'" <[EMAIL PROTECTED]> Cc: "'AndroMDA-Users'" <[EMAIL PROTECTED]> Sent: Monday, Nove

[Andromda-user] Client side modelling

2004-10-29 Thread Frederic Chapuis
Hi again,   Was wondering if client side actions (_javascript_) could not be modelled with FrontEndEvents going out from a FrontEndView to the same FrontEndView, leading to _javascript_ file generation. Have you ever discussed about this ?   Regards, Fred.

[Andromda-user] Validation Error: One Use-Case per package...

2004-10-29 Thread Frederic Chapuis
Hi,   I switched to m3 recently and was trying a few things when I ran into this. The error is resolved by effectively dedicating a package to each use-case. My question is why should one package be dedicated to one modeled "process" ? I mean you could have several processes (eg. "User Manag

[Andromda-user] Compilation error on byte[] / Blob (due to hibernate tag ?)

2004-10-18 Thread Frederic Chapuis
Hi,   I'm having a compilation error due to a Blob modeled attribute. Below is the error : > 18 oct. 2004 10:21:22 net.sf.hibernate.cfg.Configuration add> GRAVE: Could not compile the mapping document> net.sf.hibernate.MappingException: Could not interpret type: byte[]> at net.sf.hibern

Re: [Andromda-user] Unable to generate new app.

2004-10-12 Thread Frederic Chapuis
ï Having troubles with normal text messages (client removes carriage returns) so here is the html-formated version of the answer...hope it's readable.   Hi Katta,You might not have downloaded AndroMDA Maven plugins, you can do it with thefollowing command line :1:maven plugin:download -Dgroup

Re: [Andromda-user] Unable to generate new app.

2004-10-12 Thread Frederic Chapuis
Hi Katta, You might not have downloaded AndroMDA Maven plugins, you can do it with the following command line : 1: maven plugin:download -DgroupId=andromda -DartifactId=maven-andromda-plugin -Dversion=3.0M-SNAPSHOT -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://team.andromda.org/maven2:

Re: [Andromda-user] [bpm4struts + Hibernate] Pbm with associations on Actors and UseCase when Actor is an Entity

2004-10-06 Thread Frederic Chapuis
n" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; ""Frederic Chapuis"" <[EMAIL PROTECTED]>; ""AndroMDA users"" <[EMAIL PROTECTED]> Sent: Wednesday, October 06, 2004 5:42 PM Subject: Re: [Andromda-user] [bpm4struts + Hibernate] Pbm

[Andromda-user] [bpm4struts + Hibernate] Pbm with associations on Actors and UseCase when Actor is an Entity

2004-10-06 Thread Frederic Chapuis
Hi All,   Currently learning how to use AndroMDA with Hibernate and Bpm4struts (using 3.0M2), I tried this : I have an Actor (SomeUser) who's a FrontEndUser and an Entity. The actor is associated with a FrontEndUseCase (Some Process) for bpm4struts to do his job. This leads hibernate cartridg