Hi Wolfgang, That might be a great idea. I have been looking for an OSS tool that can inject information into byte code; I'm not familiar with BCEL, but I'll check it out. I really like the idea of having no additional artifacts!
Do you have any experience with BCEL? It would be interesting to see if it works with Java 1.5, or provides a mechanism to inject the param names somehow. Cheers, -michael -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 9:47 AM To: Beehive Developers Subject: Re: [WSM] About Beehive-120 in Jira. Hi there, Can't we just embed the param names in the class file generated by APT using jakarta BCEL ? ( I'm not sure that BCEL has that kinda ability though.) I know this solution is not smart but one choice anyway. Thanks in advance. Wolfgang
