Hi Benjamin,
maybe the reason is
that you only see References and their properties in the properties view? As
Data are ReferenceableElements they are not directly displayed in the graphical
editor, but only via References. Maybe the References currently only retrieve
the “normal” properties of the ReferenceableElements but not their
aspect-extensions? Chris, you will probably be the expert here ;-)
Did you try and
select the Data in the overview sheet? There, you should see all properties
directly from the Data and not of the References...
Best regards,
Florian
Von:
jwt-dev-bounces@xxxxxxxxxxx [mailto:jwt-dev-bounces@xxxxxxxxxxx] Im Auftrag
von Benjamin Honke
Gesendet: Donnerstag, 21. Januar 2010 14:06
An: jwt-dev@xxxxxxxxxxx
Betreff: [jwt-dev] JWT Annotation question
Hi together,
actually I try to use JWT and its
aspect annotation mechanism in order to annotate jwt models, i.e. Data from the
jwt data package, with additional information.
Paradoxically, my annotation plugin only
works for “targetModelElements” which are within the jwt processes package.
Otherwise my profile is registered and the .workflow_conf file is created
correctly, but the property section does not show my aspect/feature.
Example:
With the following line within my .conf
file everything is fine:
<targetModelElements
href="">
Otherwise, if I change the
targetModelElement from elements within the processes package to something else
like elements within the data package, the property section does not show this
feature.
<targetModelElements href="">data#//Data”/>
Does anyone know the reason for this
behavior?
Many Thanks and best regards
Benjamin Honke