You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2006/05/04 16:29:17 UTC

[jira] Created: (XBEAN-10) Add support for inline xml (bean properties as DOM nodes)

Add support for inline xml (bean properties as DOM nodes)
---------------------------------------------------------

         Key: XBEAN-10
         URL: http://issues.apache.org/jira/browse/XBEAN-10
     Project: XBean
        Type: New Feature

  Components: spring  
    Reporter: Guillaume Nodet




-- 
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


[jira] Commented: (XBEAN-10) Add support for inline xml (bean properties as DOM nodes)

Posted by "james strachan (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/XBEAN-10?page=comments#action_12424798 ] 
            
james strachan commented on XBEAN-10:
-------------------------------------

Agreed. Also it might be nice to support other 'XML types' as well like SDO as well

> Add support for inline xml (bean properties as DOM nodes)
> ---------------------------------------------------------
>
>                 Key: XBEAN-10
>                 URL: http://issues.apache.org/jira/browse/XBEAN-10
>             Project: XBean
>          Issue Type: New Feature
>          Components: spring
>            Reporter: Guillaume Nodet
>


-- 
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

        

[jira] Commented: (XBEAN-10) Add support for inline xml (bean properties as DOM nodes)

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/XBEAN-10?page=comments#action_12377811 ] 

Guillaume Nodet commented on XBEAN-10:
--------------------------------------

It would be very handy to have support for

  <mybean>
    <myProperty>
       <foo:myXml name="bar" />
    </myProperty>
  </mybean>

with
   class MyBean {
      private Node myProperty;
      ...
   }

> Add support for inline xml (bean properties as DOM nodes)
> ---------------------------------------------------------
>
>          Key: XBEAN-10
>          URL: http://issues.apache.org/jira/browse/XBEAN-10
>      Project: XBean
>         Type: New Feature

>   Components: spring
>     Reporter: Guillaume Nodet

>


-- 
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