[ 
https://issues.jboss.org/browse/JBSEAM-4988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699951#comment-12699951
 ] 

Alexey Kazakov commented on JBSEAM-4988:
----------------------------------------

What NS's and locations are supported by JBT 3.3.0:
{code}
<components xmlns="http://jboss.com/products/seam/components";
            xmlns:core="http://jboss.com/products/seam/core";
...
            xsi:schemaLocation=
                "http://jboss.com/products/seam/core 
http://jboss.com/products/seam/core-2.3.xsd
...
                 http://jboss.com/products/seam/components 
http://jboss.com/products/seam/components-2.3.xsd";>
{code}
What we do not support:
{code}
<components xmlns="http://jboss.org/schema/seam/components";
            xmlns:core="http://jboss.org/schema/seam/core";
...
            xsi:schemaLocation=
                "http://jboss.org/schema/seam/core 
http://jboss.org/schema/seam/core-2.3.xsd
...
                 http://jboss.org/schema/seam/components 
http://jboss.org/schema/seam/components-2.3.xsd";>
{code}
                
> revert change of namespace to avoid unnecessary user and tooling changes
> ------------------------------------------------------------------------
>
>                 Key: JBSEAM-4988
>                 URL: https://issues.jboss.org/browse/JBSEAM-4988
>             Project: Seam 2
>          Issue Type: Bug
>            Reporter: Max Rydahl Andersen
>            Priority: Critical
>             Fix For: 2.3.0.CR1
>
>
> schema names were changed - see JBIDE-12132 for tooling consequences.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to