Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-2990

SCA runtime should throw an exception when requestConnect and corresponding elements both defined.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Java-SCA-1.3.1
    • None
    • None

    Description

      As JMS bindings said, If the @requestConnection attribute is specified, the binding.jms element MUST NOT also contain the corresponding elements.
      But when I used following definition:
      <reference name="Reference1" target="TestComponent2/Service1">
      <binding.jms requestConnection="test:TestService">
      <destination name="MyServiceQueue" create="always"/>
      </binding.jms>
      </reference>

      It failed to throw an exception, but still worked.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kujunguo Ku Jun Guo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: