DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7633>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7633 ServerDeploy Nested Elements JOnAS [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-03-30 13:16 ------- Thanks for the patch - applied. In the future, please try to combine all patches into a single file which makes it a bit easier to apply. I tightened up some of the contracts in your code. Rather than making member variables protected, I changed them back to private and made accessors for them. Then used those accessors in the JonasHotDeploymentTool class. I also made fields private in that class - and if you would like them opened up for subclassability, feel free to submit a patch with getters for those fields. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
