Re: [Andromda-user] Enumeration problem

2005-01-28 Thread Bruno Suárez Laffargue
--- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Suárez Laffargue Sent: Thursday, January 27, 2005 4:02 PM To: Andromda User Subject: Re: [Andromda-user] Enumeration problem I think it is a good idea... but ('cause there's always a but) how can I discrimine which

RE: [Andromda-user] Enumeration problem

2005-01-28 Thread Chad Brandon
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Suárez Laffargue Sent: Thursday, January 27, 2005 4:02 PM To: Andromda User Subject: Re: [Andromda-user] Enumeration problem I think it is a good idea... but ('cause there's always a but) how can I discrimine w

Re: [Andromda-user] Enumeration problem

2005-01-28 Thread Bruno Suárez Laffargue
mpiled class somewhere lingering around ? just an idea .. -Original Message- From: [EMAIL PROTECTED] [mailto:andromda-user- [EMAIL PROTECTED] On Behalf Of Bruno Suárez Laffargue Sent: Wednesday, January 26, 2005 9:57 PM To: Andromda User Subject: Re: [Andromda-user] Enumeration problem I

Re: [Andromda-user] Enumeration problem

2005-01-27 Thread Bruno Suárez Laffargue
he java onewould that work (just a thought) -Original Message- From: Bruno Suárez Laffargue [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 3:33 PM To: Chad Brandon Subject: Re: [Andromda-user] Enumeration problem So, how can I do it? I have some ideas to pach it... but no on

RE: [Andromda-user] Enumeration problem

2005-01-27 Thread Chad Brandon
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Suárez Laffargue Sent: Thursday, January 27, 2005 2:19 PM To: 'Andromda User' Subject: Re: [Andromda-user] Enumeration problem Hi, I know now where is the problem. I need the <>s in

Re: [Andromda-user] Enumeration problem

2005-01-27 Thread Bruno Suárez Laffargue
Behalf Of Bruno Suárez Laffargue Sent: Thursday, January 27, 2005 2:19 PM To: 'Andromda User' Subject: Re: [Andromda-user] Enumeration problem Hi, I know now where is the problem. I need the <>s in the VO and also in the <>s, as I have attributes of this types into both of the

[Andromda-user] Enumeration problem

2005-01-26 Thread Bruno Suárez Laffargue
Hi all, I'm getting an error with an <> stereotyped class. I have deactivated the java enumeration generation instead of the hibernate one, because it was giving me a duplicated class error. I have an attribute in a <> of my <> type, to transfer the value. Eclipse gives me no one error, but the

RE: [Andromda-user] Enumeration problem

2005-01-26 Thread Wouter Zoons
r > Subject: Re: [Andromda-user] Enumeration problem > > I'm already doing this. When doing it, I get the Duplicate Class error. > That's solved. > The problem now is when using the enumeration as the type of a value > object attribute. > While compiling VOs (as when doing

Re: [Andromda-user] Enumeration problem

2005-01-26 Thread Bruno Suárez Laffargue
da-user- [EMAIL PROTECTED] On Behalf Of Bruno Suárez Laffargue Sent: Wednesday, January 26, 2005 9:16 PM To: Andromda User Subject: [Andromda-user] Enumeration problem Hi all, I'm getting an error with an <> stereotyped class. I have deactivated the java enumeration generation instead

RE: [Andromda-user] Enumeration problem

2005-01-26 Thread Wouter Zoons
Wednesday, January 26, 2005 9:16 PM > To: Andromda User > Subject: [Andromda-user] Enumeration problem > > Hi all, > > I'm getting an error with an <> stereotyped class. > I have deactivated the java enumeration generation instead of the > hibernate one, because