You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "KIND,LANCE (HP-FtCollins,ex1)" <la...@hp.com> on 2001/07/01 01:08:45 UTC

RE: TEST-test.encoding.PackageTests.xml are failing

Ugh, of course!  Its that old ant parser.jar.  
 
I took care of it.  
 
Thanks,
 
==>Lancer--- 

-----Original Message-----
From: Glen Daniels [mailto:gdaniels@macromedia.com]
Sent: Friday, June 29, 2001 8:21 PM
To: axis-dev@xml.apache.org
Subject: Re: TEST-test.encoding.PackageTests.xml are failing


Hi Lance!
 
Hm - line 379 in the current Admin.java is this:
 
      root.appendChild( doc.importNode(elem,true) );

Seems kind of odd - maybe there's an XML parser / classpath issue on your
machine?
 
The current CVS builds and passes all the tests on both my home and work
machines.  I haven't actually tested frying my entire source tree and
re-checking out from CVS... I don't see anything obviously extraneous in
there, though.
 
I'll pull a fresh copy down tomorrow and build it just to make sure.
 
--Glen

----- Original Message ----- 
From: KIND,LANCE  <ma...@hp.com> (HP-FtCollins,ex1) 
To: Axis  <ma...@apache.org> (E-mail) 
Sent: Friday, June 29, 2001 7:37 PM
Subject: TEST-test.encoding.PackageTests.xml are failing

NoSuchMethodError => some type of runtime binding attempted on a method
name.
 

java.lang.NoSuchMethodError

	at org.apache.axis.utils.Admin.list(Admin.java:379)

	at org.apache.axis.utils.Admin.listConfig(Admin.java:334)

	at org.apache.axis.AxisEngine.saveConfiguration(AxisEngine.java:210)

	at org.apache.axis.utils.Admin.processEngineConfig(Admin.java:165)

	at org.apache.axis.AxisEngine.readConfiguration(AxisEngine.java:190)

	at org.apache.axis.AxisEngine.init(AxisEngine.java:151)

	at org.apache.axis.AxisEngine.<init>(AxisEngine.java:122)

	at org.apache.axis.server.AxisServer.<init>(AxisServer.java:79)

	at test.encoding.TestDeser.deserialize(TestDeser.java:68)

	at test.encoding.TestDeser.testString(TestDeser.java:88)


 
Sorry, I don't know the details any further than that.  Code probably got
checked in that had an old class lying around on the classpath.  
 
 
==>Lancer---