Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-5350

Seam components.xml editor and validator show errors for components from user-defined namespace

XMLWordPrintable

    • Documentation (Ref Guide, User Guide, etc.)

      I'm trying to use this factory component in Seam:

      http://seamframework.org/Documentation/JaxWSClientFactoryComponent

      to this end, i have such a components.xml:

      <?xml version="1.0" encoding="UTF-8"?>
      <components xmlns="http://jboss.com/products/seam/components" xmlns:jaxws="http://taylor.net/jaxws"... >

      ...

      <jaxws:client-factory
      name="sampleServiceClient"
      serviceQName="

      {http://service.jaxws.taylor.net/}

      SampleService"
      serviceEndpointInterface="net.taylor.sample.service.SampleService"
      endpointAddress="http://localhost/foobar"
      />

      </components>

      However I get this error in the editor: ERROR: Editor model does not support child element jaxws:client-factory of components
      And this in the problems view: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'jaxws:client-factory'.

      My app deploys fine, and the factory works, so this must be an issue with the seam editor / validator.

            scabanovich Viacheslav Kabanovich (Inactive)
            gnagy_jira Gergely Nagy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: