[jbosstools-issues] [JBoss JIRA] (JBIDE-5350) Seam components.xml editor and validator show errors for components from user-defined namespace

Max Rydahl Andersen (JIRA) issues at jboss.org
Mon Jan 20 06:55:43 EST 2014


     [ https://issues.jboss.org/browse/JBIDE-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen resolved JBIDE-5350.
----------------------------------------

    Resolution: Out of Date


Thank you for reporting this issue but this issue have been resolved as out-of-date since it has not had any updates for the last 2+ years (730 days).

If you believe this issue is still relevant and important then please reopen the issue or create a new one mentioning/linking this jira for background information.

Thank you!


                
> Seam components.xml editor and validator show errors for components from user-defined namespace
> -----------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-5350
>                 URL: https://issues.jboss.org/browse/JBIDE-5350
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: seam2, upstream, xml-structured-editor
>         Environment: 3.3.0.M2-N200907092133-H355 on Ganymede
>            Reporter: Gergely Nagy
>            Assignee: Viacheslav Kabanovich
>              Labels: new_and_noteworthy
>             Fix For: LATER
>
>
> 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, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list