"jiwils" wrote : 
  | Basically, I ended up making the XMLConfigurator parse(InputStream) method call 
the parse(Element) method, fixed a possible ClassCastException causing situation in 
ConfiguratorFactory (I caused one), and added File as a possible parameter for the 
JChannel constructor that is used in ConfiguratorFactory.
  | 

anonymous wrote : 
  | So, how should I get these changes to you: post forums diffs (like last time, but 
longer), via CVS checkin ("jiwils" is my sourceforge account name), or some other 
method?
  | 

I gave you CVS r/w, could you check in your changes ? Please read the RULES file for 
all new developers.

anonymous wrote : 
  | One other question: why does the JChannel constructor takes one Object parameter 
rather than having overloaded constructors?

Because most args ars String, which can mean:
- old style plain string configuration
- filename
- URL
- filename on classpath

So I have to have some logic to handle these in the same method anyway. Also, I don't 
want to have 5 constructors for JChannel. 2-3 maybe, but you have to convince me first 
:-)

Bela

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842307#3842307

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842307


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to