Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » Generate EMF GenModel not working for providerType
Generate EMF GenModel not working for providerType [message #593234] Thu, 26 August 2010 17:34 Go to next message
Ken Sayers is currently offline Ken SayersFriend
Messages: 40
Registered: July 2009
Member
Hi,

I am using the wonderful "Generate EMF GenModel" in Eugenia. I have added an annotation like this in hopes of setting the provider type to stateful for the class. It doesn't seem to take though.


@emf.gen(providerType="Stateful")
abstract class ProductEntity {
attr String entityName;
attr String entityId;
}

Ken
Re: Generate EMF GenModel not working for providerType [message #593268 is a reply to message #593234] Fri, 27 August 2010 10:30 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Ken,

It seems that enumeration values are not currently supported in all
@emf.gen annotations - but this should be straightforward to fix. Could
you please file a bug report and send the link here?

Cheers,
Dimitris

Ken Sayers wrote:
> Hi,
>
> I am using the wonderful "Generate EMF GenModel" in Eugenia. I have
> added an annotation like this in hopes of setting the provider type to
> stateful for the class. It doesn't seem to take though.
>
>
> @emf.gen(providerType="Stateful")
> abstract class ProductEntity {
> attr String entityName;
> attr String entityId; }
>
> Ken
Previous Topic:Modify diagram dynamically.
Next Topic:Generate EMF GenModel not working for providerType
Goto Forum:
  


Current Time: Thu Apr 25 01:53:58 GMT 2024

Powered by FUDForum. Page generated in 0.03347 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top