http://nagoya.apache.org/bugzilla/show_bug.cgi?id=959
*** shadow/959 Tue Mar 13 04:36:00 2001 --- shadow/959.tmp.10642 Wed Mar 14 02:49:30 2001 *************** *** 5,11 **** | Status: NEW Version: Nightly build | | Resolution: Platform: All | | Severity: Enhancement OS/Version: All | ! | Priority: Component: Optional Tasks | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | --- 5,11 ---- | Status: NEW Version: Nightly build | | Resolution: Platform: All | | Severity: Enhancement OS/Version: All | ! | Priority: High Component: Optional Tasks | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | *************** *** 43,46 **** source WLRmic.java that should be added to optional/ejb. Please let me know if this is worth being added to ant, or if it should be ! considered a third party add-on. --- 43,57 ---- source WLRmic.java that should be added to optional/ejb. Please let me know if this is worth being added to ant, or if it should be ! considered a third party add-on. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-03-14 02:49 ------- ! Peter, ! ! as far as I can remeber, you received some feedback - including that making ! rmic a facade like javac would be the better solution. Actually such a facade ! version has just been submitted to ant-dev and is pending review. ! ! Regarding isValidRmiRemote: Let's say class A implements Remote (or a derived ! interface) and B extends A. rmic will complain and not compile B - no _Stub ! needed at all - but isAssignableFrom will return true for B. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
