Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] About NMWG classes

Subject: perfsonar development work

List archive

Re: [pS-dev] About NMWG classes


Chronological Thread 
  • From: Cándido Rodríguez Montes <>
  • To:
  • Cc:
  • Subject: Re: [pS-dev] About NMWG classes
  • Date: Thu, 2 Nov 2006 17:55:44 +0100

Hi Jason,
thanks for quick response. Also, reading the 'getDom(org.w3c.dom.Element parent)' method in that class, I've seen the next lines:
org.w3c.dom.Element intfc = doc.createElement(getLocalName());
intfc = doc.createElementNS(getUri(), getQName()); 
Mmm... I think the first line is not valid, isn't? Also, I saw this problem in more classes

Cheers

PD: I haven't been bored. I had to read their source classes so I would find the error in Topology Service :-D

El 02/11/2006, a las 16:20, Jason Zurawski escribió:

Cándido;

Although the 'import' problem was fixed in the revision 173, there is still a problem in org.ggf.ns.nmwg.topology.l3.v3_0.Link.java. In its constructor, it should set the localname attribute:
localname = "link";
As I said before, this problem appears in other classes, so we should look in depth at those classes, shouldn't we? 

The problem is now fixed in the topology classes.  I will file a bug for myself to fix the rest of the classes you claim have the same issues.

-jason





Archive powered by MHonArc 2.6.16.

Top of Page