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

Application could possibly fail to start if multiple threads are loading the same schema

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • Java-SCA-2.0
    • None
    • None
    • Patch Available

    Description

      This was an issue in Tuscany 1.x and is likely an issue in the 2.x code as well. The fix in 1.x was to synchronize schema loading across all XSDModelResolvers.

      Starting multiple applications simultaneously can lead to an
      exception such as:

      org.apache.ws.commons.schema.XmlSchemaException: Schema name conflict in collection. Namespace: http://my.namespace
      at
      org.apache.ws.commons.schema.SchemaBuilder.handleXmlSchemaElement(SchemaBuilder.java:223)
      at
      org.apache.ws.commons.schema.SchemaBuilder.build(SchemaBuilder.java:202)
      at
      org.apache.ws.commons.schema.XmlSchemaCollection.read(XmlSchemaCollection.java:424)
      at
      org.apache.ws.commons.schema.XmlSchemaCollection.read(XmlSchemaCollection.java:347)
      at
      org.apache.ws.commons.schema.XmlSchemaCollection.read(XmlSchemaCollection.java:379)
      at
      org.apache.tuscany.sca.xsd.xml.XSDModelResolver.loadOnDemand(XSDModelResolver.java:204)
      at
      org.apache.tuscany.sca.xsd.xml.XSDModelResolver.aggregate(XSDModelResolver.java:240)
      at
      org.apache.tuscany.sca.xsd.xml.XSDModelResolver.resolveModel(XSDModelResolver.java:114)

      Attachments

        1. TUSCANY-4035v2.patch
          9 kB
          Kaushik Mukherjee

        Activity

          People

            simonslaws Simon Laws
            kmukher Kaushik Mukherjee
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: