You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "James Liao (JIRA)" <je...@portals.apache.org> on 2005/06/20 10:48:17 UTC

[jira] Updated: (JS2-268) Persistent PageLocalizedFieldImpl object to PSML omit xml:lang attribute

     [ http://issues.apache.org/jira/browse/JS2-268?page=all ]

James Liao updated JS2-268:
---------------------------

    Attachment: patch2.txt

A better patch.

> Persistent PageLocalizedFieldImpl object to PSML omit xml:lang attribute
> ------------------------------------------------------------------------
>
>          Key: JS2-268
>          URL: http://issues.apache.org/jira/browse/JS2-268
>      Project: Jetspeed 2
>         Type: Bug
>   Components: PSML
>     Versions: 2.0-M3
>  Environment: WinXP SP2, JDK1.4.2_07
>     Reporter: James Liao
>     Assignee: Randy Watler
>     Priority: Critical
>      Fix For: 2.0-M4
>  Attachments: patch.zip, patch2.txt
>
> When a PSML file contains multi-language metadata as following snapshot:
>   ......
>   <metadata name="title" xml:lang="fr">
> 		Ma Premiere Page de PSML
>   </metadata>
>     <metadata name="title" xml:lang="ja">
> 		Jetspeed 2 ?????
>   </metadata>
>   ......
> If you change this PSML file in admin mode, CastorFileSystemDocumentHandler will renew the PSML file, then the xml:lang attribute will be lost, like this:
>   ......
>   <metadata name="title">
> 		Ma Premiere Page de PSML
>   </metadata>
>     <metadata name="title">
> 		Jetspeed 2 ?????
>   </metadata>
>   ......

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org