I had the same problem and eventually I modified the UMLDefaultHelper to
bypass those Pxxx classes in simpleuml package, since I don't need the
backward compatibility which the Pxxx classes were trying to achieve (there
may be more that they do but pardon me if I am wrong).  As such i have
direct access to the UML classes from MDR instead including the
taggedValues.

I probably should have name my helper differently and configure it in the
cartridges accordingly, but I was trying out quickly during that time.  I
can send you my modified UMLDefaultHelper if you are interested, but I can't
gurantee it will as is; it has been a while since i experimented with it.

ph


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> [EMAIL PROTECTED]
> Sent: 09 October 2003 18:24
> To: [EMAIL PROTECTED];
> [EMAIL PROTECTED]
> Subject: AW: [Andromda-user] TaggedValues of the root model
>
>
> Hi Ingo,
>
>
>
> this is the right mailing list but maybe people were a bit lazy... :-)
> Folks, I am not the only one to answer these questions! :-)
> Users should
> also help other users, that's the sense of this list.
>
>
>
> Tony, does the PModel class support tagged values at all? If
> not, it's a
> bug. Ingo, you can look into velocity.log - Velocity writes
> error messages
> there. If you find something like "method getTaggedValues()
> not found...",
> you know that AndroMDA has a bug.
>
>
>
> Cheers...
>
> Matthias
>
>
>
>  --- Ursprüngliche Nachricht ---
>
> Datum: 09.10.2003 10:04
>
> Von: Ingo Bruell <[EMAIL PROTECTED]>
>
> An: [EMAIL PROTECTED]
>
> Betreff: [Andromda-user] TaggedValues of the root model
>
>
>
> > Hello andromda-user,
>
> >
>
> > i  have asked this some time ago and no one answered. Is my
> english so
>
> > bad  that  no  one  understand my question or ist it the
> wrong mailing
>
> > list for such questions ?
>
> >
>
> > I  want  access  the taggedValues from the outer most model
> from a PIM
>
> > modeled  with  Poseidon  1.6x.  This  model  is  not  a
> diagram and is
>
> > referred as "root" model and reflected by the PModel class.
>
> >
>
> > In  the  delivered  script  EntiyBean.vsl  there is code
> that tries to
>
> > access these values. But there is no output generated
>
> >
>
> > #foreach ($x in $model.taggedValues)
>
> >    $x.tag       $x.value
>
> > #end
>
> > #foreach ($x in $model.core.taggedValues)
>
> >    $x.tag       $x.value
>
> > #end
>
> >
>
> > I need this to set global parameters for my project. Is
> this the right
>
> > way or place ?
>
> >
>
> >
>
> > best regards
>
> >
>
> > Ingo Bruell
>
> >
>
> > ---
>
> > <[EMAIL PROTECTED]>
>
> > <ICQ# 40377720>
>
> > Oldenburg  PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C  953C 8FE7 C648
> 169E E5FC
>
> > Germany    PGP-Public-Key available at pgpkeys.mit.edu
>
> >
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> SourceForge.net hosts over 70,000 Open Source Projects.
> See the people who have HELPED US provide better services:
> Click here: http://sourceforge.net/supporters.php
> _______________________________________________
> Andromda-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/andromda-user
>
>



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to