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

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Wed Dec 2 10:48:30 EST 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-5350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12497773#action_12497773 ] 

Viacheslav Kabanovich commented on JBIDE-5350:
----------------------------------------------

The report is from WTP validation, it is not aware of schema. Our editor's ui also cannot support it.

> 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
>            Assignee: Viacheslav Kabanovich
>
> 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

        


More information about the jbosstools-issues mailing list