I don't know if this is for the users mailing list or the dev, but I'm writing some cartridges and have some questions.
I was trying to write some alternatives to the primary keys must be 'Strings' and automatically generated. So I thought I'd add a tagged value to my primary key attributes called @auto-pk = "true', and then modify the andromda-ejb cartridge to look for that tagged value and modify it's ejbCreate method appropriately. Only problem was, I couldn't get the tagged value to stick to an attribute. I could see it when I applied it at the class level, however. So, I just settled on putting the tagged value on the class instead. I'm not sure what I was doing wrong. Any ideas? -Neal ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
