[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-4153) media-type-mappings and language-mappings have incorrect types in resteasy-2.1.xsd
Jozef Hartinger (JIRA)
jira-events at lists.jboss.org
Mon Apr 27 17:20:46 EDT 2009
[ https://jira.jboss.org/jira/browse/JBSEAM-4153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jozef Hartinger closed JBSEAM-4153.
-----------------------------------
Resolution: Done
> media-type-mappings and language-mappings have incorrect types in resteasy-2.1.xsd
> ----------------------------------------------------------------------------------
>
> Key: JBSEAM-4153
> URL: https://jira.jboss.org/jira/browse/JBSEAM-4153
> Project: Seam
> Issue Type: Bug
> Components: WS
> Affects Versions: 2.1.2.CR1
> Reporter: Jozef Hartinger
> Assignee: Jozef Hartinger
> Fix For: 2.1.2.CR2
>
>
> Both media-type-mappings and language-mappings elements are specified as type components:multiValuedProperty in resteasy schema file. However, in order to let this pass validation:
> <resteasy:application-config>
> <resteasy:media-type-mappings>
> <key>txt</key><value>text/plain</value>
> </resteasy:media-type-mappings>
> <resteasy:language-mappings>
> <key>deutsch</key><value>de-DE</value>
> </resteasy:language-mappings>
> </resteasy:application-config>
> the type has to be changed to components:mapProperty.
--
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 seam-issues
mailing list