ruper2/src/java/core/org/krysalis/ruper/util/xml XMLHandler.java,1.10,1.11

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper/util/xml
In directory sc8-pr-cvs1:/tmp/cvs-serv17841/src/java/core/org/krysalis/ruper/util/xml

Modified Files:
	XMLHandler.java 
Log Message:
Protocol mgr made as a handler mgr to manage the provider selection through 
the selectors.

And tested the full cycle for FileUpdater working

Index: XMLHandler.java
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/src/java/core/org/krysalis/ruper/util/xml/XMLHandler.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** XMLHandler.java	12 Sep 2003 15:19:42 -0000	1.10
--- XMLHandler.java	18 Sep 2003 20:15:40 -0000	1.11
***************
*** 231,235 ****
  				if (tmp.equalsIgnoreCase(attributeName)) {
  
! 					if (parameters.length == 1) {
  						method.invoke(
  							tagObject,
--- 231,236 ----
  				if (tmp.equalsIgnoreCase(attributeName)) {
  
! 					if (parameters.length == 1
! 					&& parameters[0] == attributeValue.getClass()) {
  						method.invoke(
  							tagObject,
***************
*** 300,304 ****
  
  							attributeValue = objectAttributeValue;
! 
  						}
  						else {
--- 301,305 ----
  
  							attributeValue = objectAttributeValue;
! 							attribute = getClassNameWithoutPackage(attributeClassName);
  						}
  						else {




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.