Re: [Andromda-user] How to model multiple hyperlinks on a jsp...might found a bug ?

2004-07-19 Thread Torsten Bergeest
)     When JBoss tries to deploy the ejb he throws an jdbc exception, the problem is the declared field length, after I deleted the "(9)" it was ok. Don't know if this is intended, just want to give you the hint ;-) Greets Torsten Torsten Bergeest wrote: [EMAIL PROTECTED] wrote:

Re: [Andromda-user] How to model multiple hyperlinks on a jsp

2004-07-19 Thread Torsten Bergeest
[EMAIL PROTECTED] wrote: I'm giving you the output, I don't know if this has anything to do with the multiple hyperlinks. The reason I am asking is because my actual model is just a putting together of use cases I modeled as single applications before, there's nothing really new to me

Re: [Andromda-user] How to model multiple hyperlinks on a jsp

2004-07-19 Thread Torsten Bergeest
Wouter Zoons wrote: I want a jsp with just a few hyperlinks to forward to the use cases but have troubles to model it. I know how to model just one link on a jsp (tagging a transition with @andromda.struts.action.type=hyperlink, the link then gets the name of the sig

[Andromda-user] How to model multiple hyperlinks on a jsp

2004-07-18 Thread Torsten Bergeest
I want a jsp with just a few hyperlinks to forward to the use cases but have troubles to model it. I know how to model just one link on a jsp (tagging a transition with @andromda.struts.action.type=hyperlink, the link then gets the name of the signal event), but have no idea with multiple links.

Re: [Andromda-user] Is @andromda.struts.view.table.columns not yetimplemented ?

2004-07-18 Thread Torsten Bergeest
his has changed ? Greetings Torsten [EMAIL PROTECTED] wrote: yes it would not work with 3.0M1, I guess I should have mentioned that in the docs.. Torsten Bergeest <[EMAIL PROTECTED]> wrote: Oh ok, think the reason is your first suggestion. I just downloaded the 3.0M2 Snapsho

Re: [Andromda-user] Is @andromda.struts.view.table.columns not yet implemented ?

2004-07-15 Thread Torsten Bergeest
shot: http://team.andromda.org/maven/andromda/distributions/andromda-bin-3.0M2-SNAPSHOT.zip this one works with the tagged value you described   hth -- Wouter   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Torsten Bergeest Sent: Thu

[Andromda-user] Is @andromda.struts.view.table.columns not yet implemented ?

2004-07-15 Thread Torsten Bergeest
Hello, I have a signal event incoming to JSP Page with a collection parameter tagged with the above mentioned value with property values id and name to show these both properties in the table. However the collection is displayed as follows : [ejb/bergeest/Auction/Local:1, ejb/bergeest/Auction/

[Andromda-user] How to set simple page with Hyperlinks to Use Cases

2004-07-13 Thread Torsten Bergeest
Hi all, In my application I want the first page to be a simple page with 2 Hyperlinks which forward to the real Use Cases. I modelled an Action State with a Transition to a final State, which forwards back to the same page for now just for the simplicity. The Transition is tagged with the @andro

Re: [Andromda-user] Problem processing Model

2004-06-14 Thread Torsten Bergeest
characters exploding the war will make it easier to resolve file paths because you will make them shorter just a guess but try it and let me know Wouter. Torsten Bergeest wrote: Thanks for that quick info it helped :-) , although its not explicitley said in the Howto its important to give every model-c

[Andromda-user] bpm4struts code-generation

2004-06-14 Thread Torsten Bergeest
Hi, I modeled a small simple Login-Component and got 2 questions regarding that. It has a decision point to decide where to go in case of sucess (to the next use-case) and in case of failure (back to login). 1. The transition going to the decision point has a call-event which calls the loginUser

Re: [Andromda-user] Problem processing Model

2004-06-14 Thread Torsten Bergeest
realized that, after a little exercise, if I set the model up like documentation says, AndroMDA works fine. The error is about getForwardPath so I would check the transitions going out of a FrontEndView. Hope this helps, Gabriela */Torsten Bergeest <[EMAIL PROTECTED]>/* wrote: Hi

[Andromda-user] Problem processing Model

2004-06-10 Thread Torsten Bergeest
Hi everybody, I started with bpm4struts and modeled a very simple Use Case where the User can enter some data on one page (for an auction in this case) so it can be processed later in a Controller-Class. I think I did everything as required in the bpm4struts-Howto. However the generation stops w