[Andromda-devel] [AndroMDA/JIRA] Closed: (BPM-25) display tag dynamic link decorator

2004-08-27 Thread jira
Message: The following issue has been closed. - View the issue: http://team.andromda.org:8080/jira/browse/BPM-25 Here is an overview of the issue: -

[Andromda-devel] [AndroMDA/JIRA] Closed: (BPM-54) breadrumbs sometimes append bad parameters

2004-08-27 Thread jira
Message: The following issue has been closed. Resolver: Wouter Zoons Date: Sa, 28 Aug 2004 12:55 AM new implementation using a custom written taglib - View the issue: http://team.andromda.org:8080/jira/browse/BPM-

[Andromda-devel] [AndroMDA/JIRA] Reopened: (BPM-54) breadrumbs sometimes append bad parameters

2004-08-27 Thread jira
Message: The following issue has been reopened. Reopener: Wouter Zoons Date: Sa, 28 Aug 2004 1:44 AM breadcrumbs taglib should be included into the cartridge as a resource (not in CVS but copied dynamically) - View

[Andromda-devel] [AndroMDA/JIRA] Updated: (BPM-25) display tag dynamic link decorator

2004-08-27 Thread jira
The following issue has been updated: Updater: Wouter Zoons (mailto:[EMAIL PROTECTED]) Date: Sa, 28 Aug 2004 12:04 AM Changes: environment changed to priority changed from Major to Blocker ---

[Andromda-devel] [AndroMDA/JIRA] Reopened: (BPM-25) display tag dynamic link decorator

2004-08-27 Thread jira
Message: The following issue has been reopened. Reopener: Wouter Zoons Date: Sa, 28 Aug 2004 12:04 AM we can get rid of the decorator, I think it is a bad practice to have links rendered in that class; for calculations and special behavior it would be better suited

[Andromda-devel] [AndroMDA/JIRA] Updated: (BPM-54) breadrumbs sometimes append bad parameters

2004-08-27 Thread jira
The following issue has been updated: Updater: Wouter Zoons (mailto:[EMAIL PROTECTED]) Date: Fr, 27 Aug 2004 11:20 PM Changes: priority changed from Major to Blocker - For a full history of the issu

[Andromda-devel] [AndroMDA/JIRA] Updated: (BPM-59) Using Struts Validation Framework

2004-08-27 Thread jira
The following issue has been updated: Updater: Wouter Zoons (mailto:[EMAIL PROTECTED]) Date: Fr, 27 Aug 2004 11:19 PM Changes: type changed from Task to Improvement priority changed from Major to Blocker -

[Andromda-devel] [AndroMDA/JIRA] Updated: (BPM-32) Session Object

2004-08-27 Thread jira
The following issue has been updated: Updater: Wouter Zoons (mailto:[EMAIL PROTECTED]) Date: Fr, 27 Aug 2004 11:20 PM Changes: environment changed to priority changed from Major to Blocker ---

[Andromda-devel] RE: bpm4struts - use of

2004-08-27 Thread Wouter Zoons
Btw, the reason is that we are using a single form across all action within the same use-case, we therefore need each html:form to reuse that form, and by default it uses the action form As I said, I will be fixing that soon -- Wouter > -Original Message- > From: Wouter Zoons [mailto:[EM

[Andromda-devel] RE: bpm4struts - use of

2004-08-27 Thread Wouter Zoons
These input fields are only valid in a html:form tag, and that tag does not allow to use another (shared) formbean for client-side validation The javascript reads the name of the form but that tag renders the name of the use-case form rather than the action form, resulting in no validation rules b

[Andromda-devel] bpm4struts - use of

2004-08-27 Thread Walter Mourão
Hi Wouter, I saw bpm4struts isn't generating html:form, html:text and so on... Could you tell me why ? --- Walter Itamar Mourão - Diretor de Tecnologia e Projetos - Arcadian S/A www.arcadian.com.br

[Andromda-devel] [AndroMDA/JIRA] Commented: (BPM-44) Select with diferent option text and value

2004-08-27 Thread jira
The following comment has been added to this issue: Author: Wouter Zoons Created: Fr, 27 Aug 2004 8:01 PM Body: I need more time to think about this one, it's non-trivial - View this comment: http://team.andromda

[Andromda-devel] [AndroMDA/JIRA] Work Stopped: (BPM-44) Select with diferent option text and value

2004-08-27 Thread jira
Message: Work on this issue has been stopped by Wouter Zoons (mailto:[EMAIL PROTECTED]) - View the issue: http://team.andromda.org:8080/jira/browse/BPM-44 Here is an overview of the issue: --

Re: [Andromda-devel] Out of memory error in build

2004-08-27 Thread Chad Brandon
Hey Matthias, Yes, you need an additional option added to your MAVEN_OPTS, since we process so many models during the build (we've added 4 more for cartridge tests). I sent out an email about this to both lists a while back, but I guess you missed it. Take a look at the andromda from scratch pag

[Andromda-devel] Out of memory error in build

2004-08-27 Thread Matthias Bohlen
Hi Chad, when I rebuild AndroMDA, I get an OutOfMemoryError exception with MAVEN_OPTS set to 512 MB. Do you know, why? This is the message: INFO [AndroMDA:bpm4struts] Output: 'file:/C:/Programming/andromda/V3/HEAD/andromda-all/samples/animal-quiz/mda/../web/target/src/or g/andromda/samples/ani

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

2004-08-27 Thread Wouter Zoons
Hi, In the future please send this type of questions to the user-list you'll reach a broader audience; and by the way, this is a generic EJB question not andromda related Having that said: Controllers don't access entity beans directly (the generated code does not expose remote interfaces for the

[Andromda-devel] [AndroMDA/JIRA] Commented: (HIB-3) One to one association generates redundant association

2004-08-27 Thread jira
The following comment has been added to this issue: Author: Walter Itamar MourÃo Created: Fr, 27 Aug 2004 2:59 PM Body: Ok, my idea is: create a boolean tagged value to association ends (@andromda.hibernate.associationEnd.fkHolder ?) to tell which class will hold the fk. The temp

[Andromda-devel] [AndroMDA/JIRA] Commented: (HIB-5) Query parameters in finder methods

2004-08-27 Thread jira
The following comment has been added to this issue: Author: Walter Itamar MourÃo Created: Fr, 27 Aug 2004 2:03 PM Body: How about changing the finder method to support only named parameters ? the code to set the parameter could be something like: ... setParameter("foo", foo, Hibe

[Andromda-devel] BPM4Struts, modified jsps

2004-08-27 Thread Rajesh Bhaskar
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? Q2: Can we set a stereotype

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

2004-08-27 Thread Rajesh Bhaskar
Hi All: I am trying to access an EntityBean from FrontEndController and I get this error - "ejb not bound" I checked the lists and see that this error has been posted before. Could someone please post the solution? Thanks and Regards Rajesh Bhaskar. ---

[Andromda-devel] [AndroMDA/JIRA] Commented: (BPM-32) Session Object

2004-08-27 Thread jira
The following comment has been added to this issue: Author: Carlos Cuenca Created: Fr, 27 Aug 2004 11:31 AM Body: Method for the StrutsControllerLogicImpl protected Collection handleGetSessionObjects() { final Collection sessionsList = new ArrayList(); fi

[Andromda-devel] [AndroMDA/JIRA] Updated: (BPM-32) Session Object

2004-08-27 Thread jira
The following issue has been updated: Updater: Carlos Cuenca (mailto:[EMAIL PROTECTED]) Date: Fr, 27 Aug 2004 11:24 AM Comment: new controller templates with the accesor methods for the sessions. With more than one sessionObject, the accesor methods will have diferent signature