]
Alexey Kazakov updated JBIDE-5350:
----------------------------------
Issue Type: Feature Request (was: Bug)
Component/s: UpStream
XML Structured Editor
Fix Version/s: 3.2.next
Seam components.xml editor and validator show errors for components
from user-defined namespace
-----------------------------------------------------------------------------------------------
Key: JBIDE-5350
URL:
https://jira.jboss.org/jira/browse/JBIDE-5350
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam, UpStream, XML Structured Editor
Environment: 3.3.0.M2-N200907092133-H355 on Ganymede
Reporter: Gergely Nagy
Assignee: Viacheslav Kabanovich
Fix For: 3.2.next
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: