Sorry Wouter, I commented out the build of your cartridge for the time I was developing and I completely forgot to uncomment it to make sure I didn't break anything on yours...sorry about that! Yes I got rid of the static modifier because I needed to be able to pass the context variable of the class along with the DecoratorBase, and if it was left static this wouldn't work, can you change your calls to DecoratorBase.decoratoredElement to just be "decoratoredElement?"...since all of the decorators/facades extend this base class that shouldn't be a problem. Let me know if this won't work for you. Thanks,
Chad ----- Original Message ----- From: "Wouter Zoons" <[EMAIL PROTECTED]> To: "Chad Brandon" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, February 15, 2004 6:21 PM Subject: decoratorbase in cvs > hello Chad, > > maybe I am missing something, but since version 1.3.2.4 the file > DecoratorBase.java does not have the static modifier for the methods > 'decoratedElement' and 'decoratedElements', is there a reason for it ? > because this breaks the bpm4struts cartridge, I saw your login has > checked in the new version 2/14/04 that's why I ask you. > > can you let me know ? > > thanks in advance buddy > Wouter. > ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
