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: Bug
Components: Seam
Environment: 3.3.0.M2-N200907092133-H355 on Ganymede
Reporter: Gergely Nagy
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:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira