I am going to try to do the pluggable container. The more I think about it, the more I prefer this. This way, I don't have to loop the entire collection, I just copy the specific part I know is an issue.
Now that I am modifying log4j anyway, this is the easiest and most flexible for everyone. I have only one question. JDK compatibility. Just so I understand what I am seeing, it looks like code must run in an older JDK but is compiled in at least 1.2. Can someone summarize the constraints here? Looks like I can do what I want in code as long as that code isn't run if the older JDK is loaded. -C --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
