Re: [Andromda-user] Problem processing Model

2004-06-14 Thread Torsten Bergeest
Hi again ! It was something completely different :-) , the commons-beanutils-1.6.1.jar was missing in the .war-file. After copying it manually into the extracted app folder in Tomcat and reloading the app it went fine. Here's the respective part from the Tomcat-.log-file if thats important for y

Re: [Andromda-user] Problem processing Model

2004-06-14 Thread Wouter Zoons
hi Torsten, try exploding your WAR bundle in JBoss, my guess is you're using Windows and the operating system cannot resolve paths longer than 255 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 Wou

Re: [Andromda-user] Problem processing Model

2004-06-14 Thread Torsten Bergeest
Thanks for that quick info it helped :-) , although its not explicitley said in the Howto its important to give every model-construct a good and clear name ! I dont know which one it was but after I named eveything the generation went fine. And for the MagicDraw-Users, its important to name the e

Re: [Andromda-user] Problem processing Model

2004-06-10 Thread Wouter Zoons
yes this is correct, the getForwardPath() problem is probably due to the trigger missing a name, or an action state not having a name (although it shows a label on screen, as Gabriela pointed out) putting in the validation from OCL constraints is no little undertaking so it might take a while b

Re: [Andromda-user] Problem processing Model

2004-06-10 Thread Gabriela Chiribau
Torsten,   I got that error to at some point. You have to go through your model and check if you correctly set up all the names, stereotypes and tagged values. For example check if you actually gave names to your action states and transitions. Sometimes the user is tempted to give the names directl