HTCondor Project List Archives



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-devel] Typo in Schedd WSDL



The enum for the LOCAL universe is misspelled as LOCALUNIVESE. Aside
from the misspelling, it should probably be just LOCAL for
consistency.

Version String:
    $CondorVersion: 7.4.3 Aug  4 2010 BuildID: 261829 $
    $CondorPlatform: X86_64-LINUX_RHEL5 $

Snippet from condorSchedd.wsdl:
    <simpleType name="UniverseType">
      <restriction base="xsd:string">
      <enumeration value="STANDARD"/><!-- enum const = 1 -->
      <enumeration value="VANILLA"/><!-- enum const = 5 -->
      <enumeration value="SCHEDULER"/><!-- enum const = 7 -->
      <enumeration value="MPI"/><!-- enum const = 8 -->
      <enumeration value="GRID"/><!-- enum const = 9 -->
      <enumeration value="JAVA"/><!-- enum const = 10 -->
      <enumeration value="PARALLEL"/><!-- enum const = 11 -->
      <enumeration value="LOCALUNIVESE"/><!-- enum const = 12 -->
      <enumeration value="VM"/><!-- enum const = 13 -->
    </restriction>

-- 
David Arthur