JIRA

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Use Agile By Default
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile Access more options (Alt+g)
  • Create Issue
  • Mule
  • MULE-6190

Some attributes of basic functionality are not marked as required (Attachment, Property, Variable and Variable Session)

  • Agile Board
  • More Actions
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Critical Critical
  • Resolution: Unresolved
  • Affects Version/s: 3.3 RC1
  • Fix Version/s: None
  • Component/s: Schema
  • Labels:
    None
  • User impact:
    High
  • Similar Issues:
    None

Description

There are a couple of things that need to be improved in the schemas. These issues are affecting Studio since we base Studio in the required fields to make them required in Studio. I will be adding all the issues I find related to Attachment, Property, Variable and Variable Session transformers. (With this I mean set-attachment, remove-variable, etc).

In the schema Attachment name in remove attachment is not displayed as required, while it should be:

<xsd:complexType name="removeAttachmentType">
      <xsd:complexContent>
          <xsd:extension base="commonTransformerType">
              <xsd:attribute name="attachmentName" type="attributeType"/>
          </xsd:extension>
      </xsd:complexContent>
  </xsd:complexType>

The same issue happens with copy attachments:

<xsd:element name="copy-attachments" type="copyAttachmentType" substitutionGroup="abstract-transformer">
      <xsd:annotation>
          <xsd:documentation>
              A transformer that copy inbound attachment to outbound attachment scope by name or regular expression.
          </xsd:documentation>
      </xsd:annotation>
  </xsd:element>
  <xsd:complexType name="copyAttachmentType">
      <xsd:complexContent>
          <xsd:extension base="commonTransformerType">
              <xsd:attribute name="attachmentName" type="attributeType"/>
          </xsd:extension>
      </xsd:complexContent>
  </xsd:complexType>

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions
  • Commits
  • Source
  • Builds
There are no comments yet on this issue.

People

  • Assignee:
    Unassigned
    Reporter:
    María Eugenia Aldinio
Vote (0)
Watch (0)

Dates

  • Created:
    24/Apr/12 01:14 PM
    Updated:
    13/Jun/12 01:29 PM

Agile

  • View on Board
  • Atlassian JIRA (v5.0.7#734-sha1:8ad78a6)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for MuleForge. Try JIRA - bug tracking software for your team.