OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

tosca message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (TOSCA-171) Various bugs found in TOSCA v1.0 specification


Thomas Spatzier  created TOSCA-171:
--------------------------------------

             Summary: Various bugs found in TOSCA v1.0 specification
                 Key: TOSCA-171
                 URL: https://tools.oasis-open.org/issues/browse/TOSCA-171
             Project: OASIS Topology and Orchestration Specification for Cloud Applications (TOSCA) TC
          Issue Type: Bug
          Components: Errata, Spec
    Affects Versions: OASIS Standard v1.0
            Reporter: Thomas Spatzier 
            Assignee: Thomas Spatzier 
            Priority: Minor


Various minor issues have been found in the TOSCA v1.0 OASIS Standard:

#1:

Line 2443 misses a quote.

xmlns:mcp="http://www.example.com/SampleCapabilityProperties
should be
xmlns:mcp="http://www.example.com/SampleCapabilityProperties";


#2:

Line 2333, the closing quote for mrp is missing:

xmlns:mrp="http://www.example.com/SampleRequirementProperties>
should be
xmlns:mrp="http://www.example.com/SampleRequirementProperties";>


#3:

On line 2807, there is a superfluous ">"

Lines 2807 and 2808 are:
xmlns:bnt="http://www.example.com/BaseNodeTypes";>    
xmlns:spp="http://www.example.com/SamplePolicyProperties";>

But should be:
xmlns:bnt="http://www.example.com/BaseNodeTypes";
xmlns:spp="http://www.example.com/SamplePolicyProperties";>


#4:

Lines 1580, 1582, and 1584 miss an "e"

InputParam**e**ter


#5:

Line 2025 reads "RelationshipTypeProperties", but it should by
"PropertiesDefinition", because tRelationshipType inherits from
tElementType.


#6:

In line 2195 it should read "Relationship Type" instead of "Node Type"


#7:

In line 2220 the tag "ImplementationArtifact" has to be closed, not opended
again.


#8:

Line 433: When talking about imports, the specification says that "the value of the
importType attribute MUST be set to
http://docs.oasis-open.org/tosca/ns/2011/12 when importing Service Template
documents".

Shouldn't "Service Template documents" replaced by "Definitions documents"
to be in line with line 411, which states "TOSCA Definitions".


#9:

Line 1710 (text) requires a name attribute of an IA.
Line 1634 (listing) does NOT show a name
Lines 4251 to 4262 (XSD) does NOT show a name either




--
This message was sent by Atlassian JIRA
(v6.1.1#6155)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]