You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Brian Foster (Created) (JIRA)" <ji...@apache.org> on 2012/03/18 20:38:40 UTC

[jira] [Created] (OODT-422) Allow for CAS-PGE PgeMetadata to be dumped to an xml file after initialization

Allow for CAS-PGE PgeMetadata to be dumped to an xml file after initialization
------------------------------------------------------------------------------

                 Key: OODT-422
                 URL: https://issues.apache.org/jira/browse/OODT-422
             Project: OODT
          Issue Type: Sub-task
          Components: pge wrapper framework
    Affects Versions: 0.3
         Environment: none
            Reporter: Brian Foster
            Assignee: Brian Foster
            Priority: Minor
             Fix For: 0.4
         Attachments: OODT-422.2012-03-18.patch.txt



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

        

[jira] [Resolved] (OODT-422) Allow for CAS-PGE PgeMetadata to be dumped to an xml file after initialization

Posted by "Brian Foster (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster resolved OODT-422.
-------------------------------

    Resolution: Fixed

- fixed in r1302586
                
> Allow for CAS-PGE PgeMetadata to be dumped to an xml file after initialization
> ------------------------------------------------------------------------------
>
>                 Key: OODT-422
>                 URL: https://issues.apache.org/jira/browse/OODT-422
>             Project: OODT
>          Issue Type: Sub-task
>          Components: pge wrapper framework
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: OODT-422.2012-03-18.patch.txt
>
>


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

        

[jira] [Commented] (OODT-422) Allow for CAS-PGE PgeMetadata to be dumped to an xml file after initialization

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232342#comment-13232342 ] 

jiraposter@reviews.apache.org commented on OODT-422:
----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4397/
-----------------------------------------------------------

Review request for oodt.


Summary
-------

Will write out PgeMetadata.asMetadata() to and xml file in the execution directory


This addresses bug OODT-422.
    https://issues.apache.org/jira/browse/OODT-422


Diffs
-----

  trunk/pge/src/main/java/org/apache/oodt/cas/pge/PGETaskInstance.java 1302040 
  trunk/pge/src/main/java/org/apache/oodt/cas/pge/metadata/PgeTaskMetKeys.java 1302040 
  trunk/pge/src/test/org/apache/oodt/cas/pge/TestPGETaskInstance.java 1302040 

Diff: https://reviews.apache.org/r/4397/diff


Testing
-------

Added unit-tests


Thanks,

brian


                
> Allow for CAS-PGE PgeMetadata to be dumped to an xml file after initialization
> ------------------------------------------------------------------------------
>
>                 Key: OODT-422
>                 URL: https://issues.apache.org/jira/browse/OODT-422
>             Project: OODT
>          Issue Type: Sub-task
>          Components: pge wrapper framework
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: OODT-422.2012-03-18.patch.txt
>
>


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

        

[jira] [Updated] (OODT-422) Allow for CAS-PGE PgeMetadata to be dumped to an xml file after initialization

Posted by "Brian Foster (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster updated OODT-422:
------------------------------

    Attachment: OODT-422.2012-03-18.patch.txt

- attached patch
                
> Allow for CAS-PGE PgeMetadata to be dumped to an xml file after initialization
> ------------------------------------------------------------------------------
>
>                 Key: OODT-422
>                 URL: https://issues.apache.org/jira/browse/OODT-422
>             Project: OODT
>          Issue Type: Sub-task
>          Components: pge wrapper framework
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: OODT-422.2012-03-18.patch.txt
>
>


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

        

[jira] [Commented] (OODT-422) Allow for CAS-PGE PgeMetadata to be dumped to an xml file after initialization

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232652#comment-13232652 ] 

jiraposter@reviews.apache.org commented on OODT-422:
----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4397/#review6071
-----------------------------------------------------------

Ship it!


LGTM!


trunk/pge/src/test/org/apache/oodt/cas/pge/TestPGETaskInstance.java
<https://reviews.apache.org/r/4397/#comment13050>

    nice note on why the warning was caused.


- Chris


On 2012-03-18 19:39:40, brian Foster wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/4397/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-03-18 19:39:40)
bq.  
bq.  
bq.  Review request for oodt.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  Will write out PgeMetadata.asMetadata() to and xml file in the execution directory
bq.  
bq.  
bq.  This addresses bug OODT-422.
bq.      https://issues.apache.org/jira/browse/OODT-422
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    trunk/pge/src/main/java/org/apache/oodt/cas/pge/PGETaskInstance.java 1302040 
bq.    trunk/pge/src/main/java/org/apache/oodt/cas/pge/metadata/PgeTaskMetKeys.java 1302040 
bq.    trunk/pge/src/test/org/apache/oodt/cas/pge/TestPGETaskInstance.java 1302040 
bq.  
bq.  Diff: https://reviews.apache.org/r/4397/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  Added unit-tests
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  brian
bq.  
bq.


                
> Allow for CAS-PGE PgeMetadata to be dumped to an xml file after initialization
> ------------------------------------------------------------------------------
>
>                 Key: OODT-422
>                 URL: https://issues.apache.org/jira/browse/OODT-422
>             Project: OODT
>          Issue Type: Sub-task
>          Components: pge wrapper framework
>    Affects Versions: 0.3
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: OODT-422.2012-03-18.patch.txt
>
>


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