You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Christian Raschka (JIRA)" <ji...@apache.org> on 2007/05/28 21:27:15 UTC

[jira] Created: (PLUTO-373) Throw exception if event value has not a valid JAXB binding or is not a Java primitive type

Throw exception if event value has not a valid JAXB binding or is not a Java primitive type
-------------------------------------------------------------------------------------------

                 Key: PLUTO-373
                 URL: https://issues.apache.org/jira/browse/PLUTO-373
             Project: Pluto
          Issue Type: Sub-task
            Reporter: Christian Raschka




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PLUTO-373) Throw exception if event value has not a valid JAXB binding or is not a Java primitive type

Posted by "Ate Douma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma updated PLUTO-373:
----------------------------

    Issue Type: Task  (was: Sub-task)
        Parent:     (was: PLUTO-267)

> Throw exception if event value has not a valid JAXB binding or is not a Java primitive type
> -------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-373
>                 URL: https://issues.apache.org/jira/browse/PLUTO-373
>             Project: Pluto
>          Issue Type: Task
>            Reporter: Christian Raschka
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PLUTO-373) Throw exception if event value has not a valid JAXB binding or is not a Java primitive type

Posted by "Ate Douma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma resolved PLUTO-373.
-----------------------------

    Resolution: Fixed

Seems to be working just fine. JAXB itself can (and must) deal with the Java Standard Classes as described in JAXB 2.0 8.5.2

> Throw exception if event value has not a valid JAXB binding or is not a Java primitive type
> -------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-373
>                 URL: https://issues.apache.org/jira/browse/PLUTO-373
>             Project: Pluto
>          Issue Type: Task
>          Components: portal driver, portlet container
>    Affects Versions: 2.0.0
>            Reporter: Christian Raschka
>            Assignee: Ate Douma
>             Fix For: 2.0.0
>
>
> Need to evaluate if this requirement is already checked by the TCK and/or needs further checks in the container, otherwise close as implemented.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PLUTO-373) Throw exception if event value has not a valid JAXB binding or is not a Java primitive type

Posted by "Ate Douma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma updated PLUTO-373:
----------------------------

          Component/s: portlet container
                       portal driver
          Description: Need to evaluate if this requirement is already checked by the TCK and/or needs further checks in the container, otherwise close as implemented.
    Affects Version/s: 2.0.0
        Fix Version/s: 2.0.0
             Assignee: Ate Douma

> Throw exception if event value has not a valid JAXB binding or is not a Java primitive type
> -------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-373
>                 URL: https://issues.apache.org/jira/browse/PLUTO-373
>             Project: Pluto
>          Issue Type: Task
>          Components: portal driver, portlet container
>    Affects Versions: 2.0.0
>            Reporter: Christian Raschka
>            Assignee: Ate Douma
>             Fix For: 2.0.0
>
>
> Need to evaluate if this requirement is already checked by the TCK and/or needs further checks in the container, otherwise close as implemented.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (PLUTO-373) Throw exception if event value has not a valid JAXB binding or is not a Java primitive type

Posted by "Christian Raschka (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PLUTO-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499624 ] 

Christian Raschka commented on PLUTO-373:
-----------------------------------------

See PLT.15.2.3:
"The event payload must have a valid JAXB binding, or be in the list of Java primitive types of the JAXB 2.0 specification section 2.0, and implement java.io.Serializable, otherwise a java.lang.IllegalArgumentException must be thrown."

> Throw exception if event value has not a valid JAXB binding or is not a Java primitive type
> -------------------------------------------------------------------------------------------
>
>                 Key: PLUTO-373
>                 URL: https://issues.apache.org/jira/browse/PLUTO-373
>             Project: Pluto
>          Issue Type: Sub-task
>            Reporter: Christian Raschka
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.