<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>commits@oodt.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/oodt-commits/"/>
<id>http://mail-archives.apache.org/mod_mbox/oodt-commits/</id>
<updated>2013-05-19T12:56:27Z</updated>
<entry>
<title>[jira] [Commented] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Rishi Verma (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12644831.1366982146526.318582.1368563596014@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-318582-1368563596014@arcas%3e</id>
<updated>2013-05-14T20:33:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13657474#comment-13657474&#010;] &#010;&#010;Rishi Verma commented on OODT-605:&#010;----------------------------------&#010;&#010;Hey Chris - just an update. It went through and I've added Ross' project to my list of "willing&#010;to mentor".&#010;&#010;Thanks!&#010;rishi &#010;                &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Resolved] (OODT-608) filemgr-client fails to run properly due to syntax errors</title>
<author><name>&quot;Rishi Verma (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12646924.1368144940318.318579.1368563476536@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12646924-1368144940318-318579-1368563476536@arcas%3e</id>
<updated>2013-05-14T20:31:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/OODT-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Rishi Verma resolved OODT-608.&#010;------------------------------&#010;&#010;    Resolution: Fixed&#010;&#010;Resolved in r1482565.&#010;                &#010;&gt; filemgr-client fails to run properly due to syntax errors&#010;&gt; ---------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-608&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-608&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: Bug&#010;&gt;          Components: radix&#010;&gt;    Affects Versions: 0.5&#010;&gt;            Reporter: Rishi Verma&#010;&gt;            Assignee: Rishi Verma&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;         Attachments: OODT-608.riverma.05092013.patch.txt&#010;&gt;&#010;&gt;&#010;&gt; The bundled RADiX filemgr-client [1] script contains some syntax errors that prevent&#010;it from running properly within the context of RADiX.&#010;&gt; Namely:&#010;&gt; a. The JAVA Spring "action" property sent into the XmlRpcFilemgrClient class is used&#010;twice and overshadows the "option" property&#010;&gt; i.e. "-Dorg.apache.oodt.cas.cli.action.spring.config" occurs twice accidently&#010;&gt; b. The use of an absolute path (and env variable FILEMGR_HOME) within the spring config&#010;properties for "org.apache.oodt.cas.cli.*.spring.config" causes XmlRpcFilemgrClient to interpret&#010;the path incorrectly. Specifically, it assumes a relative path, and thus prepends the current&#010;directory with the environment variable's expanded path following. Often, this causes the&#010;same base path to occur twice within the final path.&#010;&gt; c. The given paths for "-Dorg.apache.oodt.cas.filemgr.properties" and "-Djava.util.logging.config.file"&#010;point to the "conf" directory for looking up files; however, this should instead be the "etc"&#010;directory within the context of RADiX.&#010;&gt; –-&#010;&gt; [1] http://svn.apache.org/repos/asf/oodt/tags/0.5/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r1482565 - /oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client</title>
<author><name>riverma@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3c20130514202948.51E3C23888E4@eris.apache.org%3e"/>
<id>urn:uuid:%3c20130514202948-51E3C23888E4@eris-apache-org%3e</id>
<updated>2013-05-14T20:29:48Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: riverma&#010;Date: Tue May 14 20:29:47 2013&#010;New Revision: 1482565&#010;&#010;URL: http://svn.apache.org/r1482565&#010;Log:&#010;OODT-608 : filemgr-client fails to run properly due to syntax errors&#010;&#010;Modified:&#010;    oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client&#010;&#010;Modified: oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client&#010;URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client?rev=1482565&amp;r1=1482564&amp;r2=1482565&amp;view=diff&#010;==============================================================================&#010;--- oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client&#010;(original)&#010;+++ oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client&#010;Tue May 14 20:29:47 2013&#010;@@ -70,8 +70,8 @@ cd "$FILEMGR_HOME"/bin&#010; &#010; "$_RUNJAVA" $JAVA_OPTS $OODT_OPTS \&#010;   -Djava.ext.dirs="$FILEMGR_HOME"/lib \&#010;-  -Dorg.apache.oodt.cas.filemgr.properties="$FILEMGR_HOME"/conf/filemgr.properties \&#010;-  -Djava.util.logging.config.file="$FILEMGR_HOME"/conf/logging.properties \&#010;-  -Dorg.apache.oodt.cas.cli.action.spring.config="$FILEMGR_HOME"/policy/cmd-line-actions.xml&#010;\&#010;-  -Dorg.apache.oodt.cas.cli.action.spring.config="$FILEMGR_HOME"/policy/cmd-line-actions.xml&#010;\&#010;+  -Dorg.apache.oodt.cas.filemgr.properties="$FILEMGR_HOME"/etc/filemgr.properties \&#010;+  -Djava.util.logging.config.file="$FILEMGR_HOME"/etc/logging.properties \&#010;+  -Dorg.apache.oodt.cas.cli.action.spring.config=file:"$FILEMGR_HOME"/policy/cmd-line-actions.xml&#010;\&#010;+  -Dorg.apache.oodt.cas.cli.option.spring.config=file:"$FILEMGR_HOME"/policy/cmd-line-options.xml&#010;\&#010;   org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient "$@"&#010;&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Chris A. Mattmann (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12644831.1366982146526.305129.1368250035755@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-305129-1368250035755@arcas%3e</id>
<updated>2013-05-11T05:27:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13655168#comment-13655168&#010;] &#010;&#010;Chris A. Mattmann commented on OODT-605:&#010;----------------------------------------&#010;&#010;Gotcha Reesh -- can you bug Ulrich Stark and the code-awards@apache.org list for info on this?&#010;                &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Created] (OODT-614) Implement a JAX-RS interface to access File Manager product information and metadata as configurable JSON streams</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12647039.1368204705718.300861.1368204796150@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12647039-1368204705718-300861-1368204796150@arcas%3e</id>
<updated>2013-05-10T16:53:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Ross Laidlaw created OODT-614:&#010;---------------------------------&#010;&#010;             Summary: Implement a JAX-RS interface to access File Manager product information&#010;and metadata as configurable JSON streams&#010;                 Key: OODT-614&#010;                 URL: https://issues.apache.org/jira/browse/OODT-614&#010;             Project: OODT&#010;          Issue Type: Sub-task&#010;          Components: product server&#010;    Affects Versions: 0.6&#010;            Reporter: Ross Laidlaw&#010;            Assignee: Ross Laidlaw&#010;             Fix For: 0.6&#010;&#010;&#010;Add Java classes to the org.apache.oodt.cas.product.service package and add XML configuration&#010;files to allow File Manager product information and metadata to be accessible as JSON streams&#010;via a JAX-RS RESTful interface (URLs).&#010;&#010;The URLs should allow information on single products to be retrieved by product ID, information&#010;on product sets to be retrieved by product type and information to be retrieved for any transfers&#010;in progress.&#010;&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Created] (OODT-613) Implement a JAX-RS interface to access File Manager product information and metadata as configurable RSS streams</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12647037.1368204624550.300859.1368204675857@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12647037-1368204624550-300859-1368204675857@arcas%3e</id>
<updated>2013-05-10T16:51:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Ross Laidlaw created OODT-613:&#010;---------------------------------&#010;&#010;             Summary: Implement a JAX-RS interface to access File Manager product information&#010;and metadata as configurable RSS streams&#010;                 Key: OODT-613&#010;                 URL: https://issues.apache.org/jira/browse/OODT-613&#010;             Project: OODT&#010;          Issue Type: Sub-task&#010;          Components: product server&#010;    Affects Versions: 0.6&#010;            Reporter: Ross Laidlaw&#010;            Assignee: Ross Laidlaw&#010;             Fix For: 0.6&#010;&#010;&#010;Add Java classes to the org.apache.oodt.cas.product.service package and add XML configuration&#010;files to allow File Manager product information and metadata to be accessible as RSS streams&#010;via a JAX-RS RESTful interface (URLs).&#010;&#010;The URLs should allow information on single products to be retrieved by product ID, information&#010;on product sets to be retrieved by product type and information to be retrieved for any transfers&#010;in progress.&#010;&#010;The new JAX-RS interface should also maintain backwards-compatibility with the URLs supported&#010;by the servlets in the org.apache.oodt.cas.product.rss package, as detailed in the user guide:&#010;https://cwiki.apache.org/confluence/display/OODT/File+Manager+REST+API.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Created] (OODT-612) Implement a JAX-RS interface to access File Manager product information and metadata as configurable RDF streams</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12647036.1368204528401.300851.1368204556098@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12647036-1368204528401-300851-1368204556098@arcas%3e</id>
<updated>2013-05-10T16:49:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Ross Laidlaw created OODT-612:&#010;---------------------------------&#010;&#010;             Summary: Implement a JAX-RS interface to access File Manager product information&#010;and metadata as configurable RDF streams&#010;                 Key: OODT-612&#010;                 URL: https://issues.apache.org/jira/browse/OODT-612&#010;             Project: OODT&#010;          Issue Type: Sub-task&#010;          Components: product server&#010;    Affects Versions: 0.6&#010;            Reporter: Ross Laidlaw&#010;            Assignee: Ross Laidlaw&#010;             Fix For: 0.6&#010;&#010;&#010;Add Java classes to the org.apache.oodt.cas.product.service package and add XML configuration&#010;files to allow File Manager product information and metadata to be accessible as RDF streams&#010;via a JAX-RS RESTful interface (URLs).&#010;&#010;The URLs should allow information on single products to be retrieved by product ID, information&#010;on product sets to be retrieved by product type and information to be retrieved for any transfers&#010;in progress.&#010;&#010;The new JAX-RS interface should also maintain backwards-compatibility with the URLs supported&#010;by the servlets in the org.apache.oodt.cas.product.rdf package, as detailed in the user guide:&#010;https://cwiki.apache.org/confluence/display/OODT/File+Manager+REST+API.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Created] (OODT-611) Implement a JAX-RS interface to access File Manager products and associated metadata as raw data</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12647035.1368203828108.300802.1368203836793@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12647035-1368203828108-300802-1368203836793@arcas%3e</id>
<updated>2013-05-10T16:37:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Ross Laidlaw created OODT-611:&#010;---------------------------------&#010;&#010;             Summary: Implement a JAX-RS interface to access File Manager products and associated&#010;metadata as raw data&#010;                 Key: OODT-611&#010;                 URL: https://issues.apache.org/jira/browse/OODT-611&#010;             Project: OODT&#010;          Issue Type: Sub-task&#010;          Components: product server&#010;    Affects Versions: 0.6&#010;            Reporter: Ross Laidlaw&#010;            Assignee: Ross Laidlaw&#010;             Fix For: 0.6&#010;&#010;&#010;Add Java classes to the org.apache.oodt.cas.product.service package and add XML configuration&#010;files to allow File Manager products and associated metadata to be served as resources via&#010;a JAX-RS RESTful interface (URLs).&#010;&#010;The RESTful interface should return product-metadata combinations as zip (application/zip&#010;MIME type) files.&#010;&#010;The URLs should allow products to be retrieved by product ID and allow product sets to be&#010;retrieved by product type.&#010;&#010;The new JAX-RS interface should also maintain backwards-compatibility with the URLs supported&#010;by the servlets in the org.apache.oodt.cas.product.data package, as detailed in the user guide:&#010;https://cwiki.apache.org/confluence/display/OODT/File+Manager+REST+API.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Rishi Verma (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12644831.1366982146526.300504.1368199036694@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-300504-1368199036694@arcas%3e</id>
<updated>2013-05-10T15:17:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13654543#comment-13654543&#010;] &#010;&#010;Rishi Verma commented on OODT-605:&#010;----------------------------------&#010;&#010;Hey Chris,&#010;&#010;I meant waiting for the Melange system to get a response from Apache. My current status on&#010;Melange (after signing up for a "connection with ASF") is the following: 'Status: Org Action&#010;Required'. I currently don't see any links for looking at proposals or signing up for 'willing&#010;to mentor'. &#010;&#010;I think I have to wait for a response from the ASF, no? If not, could you send me a sample&#010;link of where on Melange one can look over proposals etc? I can check to see if I have access&#010;to that page.&#010;&#010;Thanks!&#010;Rishi &#010;                &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Updated] (OODT-610) Create a skeleton Java package for the CAS-Product JAX-RS service</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12647011.1368193886823.300004.1368193997705@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12647011-1368193886823-300004-1368193997705@arcas%3e</id>
<updated>2013-05-10T13:53:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/OODT-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Ross Laidlaw updated OODT-610:&#010;------------------------------&#010;&#010;    Summary: Create a skeleton Java package for the CAS-Product JAX-RS service  (was: Create&#010;a skeleton Java package for a CAS-Product JAX-RS service)&#010;    &#010;&gt; Create a skeleton Java package for the CAS-Product JAX-RS service&#010;&gt; -----------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-610&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-610&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: Sub-task&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;&#010;&gt; Create a new package (e.g. named 'org.apache.oodt.cas.product.service') within the CAS-Product&#010;web application (sub-package of org.apache.oodt.cas.product).  This package will be used for&#010;the CAS-Prodoct JAX-RS interface.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Updated] (OODT-610) Create a skeleton Java package for the CAS-Product JAX-RS service</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12647011.1368193886823.300005.1368193997784@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12647011-1368193886823-300005-1368193997784@arcas%3e</id>
<updated>2013-05-10T13:53:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/OODT-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Ross Laidlaw updated OODT-610:&#010;------------------------------&#010;&#010;    Description: Create a new Java package (e.g. named 'service') within the CAS-Product web&#010;application (i.e. as a sub-package of org.apache.oodt.cas.product).  This package will be&#010;used for the CAS-Prodoct JAX-RS interface.  (was: Create a new package (e.g. named 'org.apache.oodt.cas.product.service')&#010;within the CAS-Product web application (sub-package of org.apache.oodt.cas.product).  This&#010;package will be used for the CAS-Prodoct JAX-RS interface.)&#010;    &#010;&gt; Create a skeleton Java package for the CAS-Product JAX-RS service&#010;&gt; -----------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-610&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-610&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: Sub-task&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;&#010;&gt; Create a new Java package (e.g. named 'service') within the CAS-Product web application&#010;(i.e. as a sub-package of org.apache.oodt.cas.product).  This package will be used for the&#010;CAS-Prodoct JAX-RS interface.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Updated] (OODT-610) Create a skeleton Java package for a CAS-Product JAX-RS service</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12647011.1368193886823.300002.1368193997198@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12647011-1368193886823-300002-1368193997198@arcas%3e</id>
<updated>2013-05-10T13:53:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/OODT-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Ross Laidlaw updated OODT-610:&#010;------------------------------&#010;&#010;    Summary: Create a skeleton Java package for a CAS-Product JAX-RS service  (was: Create&#010;a skeleton package for a CAS-Product JAX-RS service)&#010;    &#010;&gt; Create a skeleton Java package for a CAS-Product JAX-RS service&#010;&gt; ---------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-610&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-610&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: Sub-task&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;&#010;&gt; Create a new package (e.g. named 'org.apache.oodt.cas.product.service') within the CAS-Product&#010;web application (sub-package of org.apache.oodt.cas.product).  This package will be used for&#010;the CAS-Prodoct JAX-RS interface.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Created] (OODT-610) Create a skeleton package for a CAS-Product JAX-RS service</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12647011.1368193886823.300001.1368193997028@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12647011-1368193886823-300001-1368193997028@arcas%3e</id>
<updated>2013-05-10T13:53:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Ross Laidlaw created OODT-610:&#010;---------------------------------&#010;&#010;             Summary: Create a skeleton package for a CAS-Product JAX-RS service&#010;                 Key: OODT-610&#010;                 URL: https://issues.apache.org/jira/browse/OODT-610&#010;             Project: OODT&#010;          Issue Type: Sub-task&#010;          Components: product server&#010;    Affects Versions: 0.6&#010;            Reporter: Ross Laidlaw&#010;            Assignee: Ross Laidlaw&#010;             Fix For: 0.6&#010;&#010;&#010;Create a new package (e.g. named 'org.apache.oodt.cas.product.service') within the CAS-Product&#010;web application (sub-package of org.apache.oodt.cas.product).  This package will be used for&#010;the CAS-Prodoct JAX-RS interface.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Created] (OODT-609) Add Apache CXF dependency to the Maven POM for CAS-Product</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12647009.1368193335657.299970.1368193397617@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12647009-1368193335657-299970-1368193397617@arcas%3e</id>
<updated>2013-05-10T13:43:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Ross Laidlaw created OODT-609:&#010;---------------------------------&#010;&#010;             Summary: Add Apache CXF dependency to the Maven POM for CAS-Product&#010;                 Key: OODT-609&#010;                 URL: https://issues.apache.org/jira/browse/OODT-609&#010;             Project: OODT&#010;          Issue Type: Sub-task&#010;          Components: product server&#010;    Affects Versions: 0.6&#010;            Reporter: Ross Laidlaw&#010;            Assignee: Ross Laidlaw&#010;             Fix For: 0.6&#010;&#010;&#010;Update the Maven POM file (pom.xml) for the CAS-Product web application to include Apache&#010;CXF as a dependency, so that we can use Apache CXF for JAX-RS.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Chris A. Mattmann (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12644831.1366982146526.298228.1368164956255@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-298228-1368164956255@arcas%3e</id>
<updated>2013-05-10T05:49:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13653563#comment-13653563&#010;] &#010;&#010;Chris A. Mattmann commented on OODT-605:&#010;----------------------------------------&#010;&#010;Reesh nothing for Apache to approve the ACK is all you need and you got it.&#010;&#010;Outside of the ACK are you registered in Melange? If so, the next step is to indicate your&#010;"willing to mentor" on proposals (aka Ross's) and then to rank the proposals per latest instructions&#010;from Uli.&#010;&#010;                &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Updated] (OODT-608) filemgr-client fails to run properly due to syntax errors</title>
<author><name>&quot;Rishi Verma (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12646924.1368144940318.297141.1368145155471@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12646924-1368144940318-297141-1368145155471@arcas%3e</id>
<updated>2013-05-10T00:19:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/OODT-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Rishi Verma updated OODT-608:&#010;-----------------------------&#010;&#010;    Attachment: OODT-608.riverma.05092013.patch.txt&#010;&#010;OODT-608.riverma.05092013.patch.txt details:&#010;* change 'conf' to 'etc' to filemgr properties and logging paths&#010;* add the suffix 'file:' to spring argument paths&#010;* change duplicate action spring path to option path&#010;                &#010;&gt; filemgr-client fails to run properly due to syntax errors&#010;&gt; ---------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-608&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-608&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: Bug&#010;&gt;          Components: radix&#010;&gt;    Affects Versions: 0.5&#010;&gt;            Reporter: Rishi Verma&#010;&gt;            Assignee: Rishi Verma&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;         Attachments: OODT-608.riverma.05092013.patch.txt&#010;&gt;&#010;&gt;&#010;&gt; The bundled RADiX filemgr-client [1] script contains some syntax errors that prevent&#010;it from running properly within the context of RADiX.&#010;&gt; Namely:&#010;&gt; a. The JAVA Spring "action" property sent into the XmlRpcFilemgrClient class is used&#010;twice and overshadows the "option" property&#010;&gt; i.e. "-Dorg.apache.oodt.cas.cli.action.spring.config" occurs twice accidently&#010;&gt; b. The use of an absolute path (and env variable FILEMGR_HOME) within the spring config&#010;properties for "org.apache.oodt.cas.cli.*.spring.config" causes XmlRpcFilemgrClient to interpret&#010;the path incorrectly. Specifically, it assumes a relative path, and thus prepends the current&#010;directory with the environment variable's expanded path following. Often, this causes the&#010;same base path to occur twice within the final path.&#010;&gt; c. The given paths for "-Dorg.apache.oodt.cas.filemgr.properties" and "-Djava.util.logging.config.file"&#010;point to the "conf" directory for looking up files; however, this should instead be the "etc"&#010;directory within the context of RADiX.&#010;&gt; –-&#010;&gt; [1] http://svn.apache.org/repos/asf/oodt/tags/0.5/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Created] (OODT-608) filemgr-client fails to run properly due to syntax errors</title>
<author><name>&quot;Rishi Verma (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12646924.1368144940318.297132.1368145036245@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12646924-1368144940318-297132-1368145036245@arcas%3e</id>
<updated>2013-05-10T00:17:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Rishi Verma created OODT-608:&#010;--------------------------------&#010;&#010;             Summary: filemgr-client fails to run properly due to syntax errors&#010;                 Key: OODT-608&#010;                 URL: https://issues.apache.org/jira/browse/OODT-608&#010;             Project: OODT&#010;          Issue Type: Bug&#010;          Components: radix&#010;    Affects Versions: 0.5&#010;            Reporter: Rishi Verma&#010;            Assignee: Rishi Verma&#010;             Fix For: 0.6&#010;&#010;&#010;The bundled RADiX filemgr-client [1] script contains some syntax errors that prevent it from&#010;running properly within the context of RADiX.&#010;&#010;Namely:&#010;a. The JAVA Spring "action" property sent into the XmlRpcFilemgrClient class is used twice&#010;and overshadows the "option" property&#010;i.e. "-Dorg.apache.oodt.cas.cli.action.spring.config" occurs twice accidently&#010;b. The use of an absolute path (and env variable FILEMGR_HOME) within the spring config properties&#010;for "org.apache.oodt.cas.cli.*.spring.config" causes XmlRpcFilemgrClient to interpret the&#010;path incorrectly. Specifically, it assumes a relative path, and thus prepends the current&#010;directory with the environment variable's expanded path following. Often, this causes the&#010;same base path to occur twice within the final path.&#010;c. The given paths for "-Dorg.apache.oodt.cas.filemgr.properties" and "-Djava.util.logging.config.file"&#010;point to the "conf" directory for looking up files; however, this should instead be the "etc"&#010;directory within the context of RADiX.&#010;&#010;–-&#010;[1] http://svn.apache.org/repos/asf/oodt/tags/0.5/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/src/main/resources/bin/filemgr-client&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Rishi Verma (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12644831.1366982146526.297112.1368144795762@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-297112-1368144795762@arcas%3e</id>
<updated>2013-05-10T00:13:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13653413#comment-13653413&#010;] &#010;&#010;Rishi Verma commented on OODT-605:&#010;----------------------------------&#010;&#010;Hey Chris,&#010;&#010;Should be ready to do that soon - just waiting for Apache to approve my GSoC mentor connection.&#010;&#010;&#010;Thanks -&#010;Rishi &#010;                &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12644831.1366982146526.269455.1367689096158@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-269455-1367689096158@arcas%3e</id>
<updated>2013-05-04T17:38:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13649123#comment-13649123&#010;] &#010;&#010;Ross Laidlaw commented on OODT-605:&#010;-----------------------------------&#010;&#010;Thanks Chris, much appreciated! :)&#010;                &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Chris A. Mattmann (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12644831.1366982146526.266745.1367607256458@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-266745-1367607256458@arcas%3e</id>
<updated>2013-05-03T18:54:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13648675#comment-13648675&#010;] &#010;&#010;Chris A. Mattmann commented on OODT-605:&#010;----------------------------------------&#010;&#010;I clicked wish to mentor to make sure you had at least one of those so the proposal has a&#010;shot to get in.&#010;&#010;Rishi please ASAP click "wish to mentor" so you can be a mentor too.&#010;&#010;Thanks Ross!&#010;&#010;                &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12644831.1366982146526.266553.1367605217370@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-266553-1367605217370@arcas%3e</id>
<updated>2013-05-03T18:20:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13648644#comment-13648644&#010;] &#010;&#010;Ross Laidlaw commented on OODT-605:&#010;-----------------------------------&#010;&#010;Thanks Rishi &amp; Chris!&#010;&#010;Today I submitted a [GSoC proposal|https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2013/rlaidlaw/15001].&#010; It should be visible to everyone but please let me know if you can't access the link.&#010;&#010;Ross&#010;&#010;&#010;                &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Rishi Verma (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12644831.1366982146526.261190.1367514019275@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-261190-1367514019275@arcas%3e</id>
<updated>2013-05-02T17:00:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13647697#comment-13647697&#010;] &#010;&#010;Rishi Verma commented on OODT-605:&#010;----------------------------------&#010;&#010;+1 to still applying for GSoC - go for it Ross! You have an excellent game plan here, so it&#010;will be valuable either way it goes. &#010;&#010;Rishi &#010;                &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Updated] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12644831.1366982146526.254523.1367416106007@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-254523-1367416106007@arcas%3e</id>
<updated>2013-05-01T13:48:26Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Ross Laidlaw updated OODT-605:&#010;------------------------------&#010;&#010;    Labels: gsoc2013  (was: )&#010;    &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201305.mbox/%3cJIRA.12644831.1366982146526.254514.1367415977188@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-254514-1367415977188@arcas%3e</id>
<updated>2013-05-01T13:46:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13646582#comment-13646582&#010;] &#010;&#010;Ross Laidlaw commented on OODT-605:&#010;-----------------------------------&#010;&#010;Hi Chris!&#010;&#010;Many thanks for your comments and advice.  I see what you mean about GSoC.  I'll try to submit&#010;a proposal before Friday's deadline :)&#010;&#010;Ross&#010;                &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Chris A. Mattmann (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3cJIRA.12644831.1366982146526.250082.1367350095890@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-250082-1367350095890@arcas%3e</id>
<updated>2013-04-30T19:28:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13645867#comment-13645867&#010;] &#010;&#010;Chris A. Mattmann commented on OODT-605:&#010;----------------------------------------&#010;&#010;Ross I think you can still apply to GSoC if you want -- I'm not sure how the ranking will&#010;work out so the docs you posted may be right but you'll never know if you don't try. Either&#010;way is fine with me though and I appreciate and thank you for being willing to do the work&#010;regardless!&#010;&#010;                &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Chris A. Mattmann (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3cJIRA.12644831.1366982146526.250078.1367349976487@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-250078-1367349976487@arcas%3e</id>
<updated>2013-04-30T19:26:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13645866#comment-13645866&#010;] &#010;&#010;Chris A. Mattmann commented on OODT-605:&#010;----------------------------------------&#010;&#010;+1 to keeping the old scheme (being back compat).&#010;+1 to defining a new URL scheme that Ross L. proposes below which is awesome and way more&#010;consistent!&#010;&#010;Then in later versions of OODT (perhaps before 1.0 but after 0.6 or 0.7) we could revisit&#010;deprecating&#010;and even removing the old APIs (with lots of notice in CHANGES.txt and warnings and other&#010;good stuff).&#010;                &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Comment Edited] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3cJIRA.12644831.1366982146526.249687.1367346377362@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-249687-1367346377362@arcas%3e</id>
<updated>2013-04-30T18:26:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13645804#comment-13645804&#010;] &#010;&#010;Ross Laidlaw edited comment on OODT-605 at 4/30/13 6:25 PM:&#010;------------------------------------------------------------&#010;&#010;Hi Rishi,&#010;&#010;Many thanks for your comments and advice, much appreciated!&#010;&#010;I like your comment about a JAX-RS webapp being more extensible.  Hopefully we can write/design&#010;the code in such a way that we can easily add new output formats (and configurations too).&#010;&#010;I can see advantages of keeping the same URL format as before - for example, existing users&#010;of OODT wouldn't need to reconfigure their projects to use the new system.  Was this the main&#010;reason you were thinking of too?&#010;&#010;For reference for anyone looking at this JIRA issue, here's a list of the main URLs for the&#010;CAS-Product webapp that I found in the classes, documentation, wikis, etc:&#010;&#010;For raw data (DataDeliveryServlet, DatasetDeliveryServlet):&#010;&#010;{panel}&#010;/data&#010;/dataset&#010;{panel}&#010;&#010;&#010;For RDF streams (RDFProductServlet, RDFDatasetServlet):&#010;&#010;{panel}&#010;/rdf&#010;/rdf/dataset&#010;{panel}&#010;&#010;&#010;For RSS streams (RSSProductServlet, RSSProductTransferServlet):&#010;&#010;{panel}&#010;/viewRecent&#010;/viewTransfers&#010;{panel}&#010;&#010;&#010;As well as keeping these intact, it might also be useful for us to define a consistent URL&#010;scheme/plan that will fit well with extended features we'd like to introduce later.  For example,&#010;we could have something like this:&#010;&#010;{panel}&#010;/[type]/[format]?parameters&#010;{panel}&#010;&#010;Where [format] is the output format and [type] can be 'product', 'dataset', 'transfer', etc.,&#010;e.g.&#010;&#010;{panel}&#010;/product/rdf?...&#010;/dataset/rss?...&#010;/transfer/json?...&#010;{panel}&#010;&#010;&#010;Or we could specify the format as a parameter, e.g.:&#010;&#010;{panel}&#010;/product?format=JSON...&#010;/transfer?format=RSS...&#010;/dataset?format=RDF...&#010;{panel}&#010;&#010;&#010;I'm sure there are many alternative arrangements we could experiment with!&#010;&#010;Regarding GSoC, it seems that Apache prefers applications from new recruits rather than students&#010;who have already participated in previous years.[1]  Since I participated in GSoC last year&#010;with Apache OODT, I've decided not to apply this year after all.  But I'd like to work on&#010;OODT-605 anyway as a normal non-GSoC project.  I'm happy to do the work if that's ok with&#010;everyone and will gladly accept advice, guidance, etc from the OODT community.  In fact, it&#010;would be awesome to work together with you on this Rishi under your guidance, if you have&#010;time available.&#010;&#010;Ross&#010;&#010;&#010;[1] http://community.apache.org/mentee-ranking-process.html&#010;&#010;                &#010;      was (Author: rlaidlaw):&#010;    Hi Rishi,&#010;&#010;Many thanks for your comments and advice, much appreciated!&#010;&#010;I like your comment about a JAX-RS webapp being more extensible.  Hopefully we can write/design&#010;the code in such a way that we can easily add new output formats (and configurations too).&#010;&#010;I can see advantages of keeping the same URL format as before - for example, existing users&#010;of OODT wouldn't need to reconfigure their projects to use the new system.  Was this the main&#010;reason you were thinking of too?&#010;&#010;For reference for anyone looking at this JIRA issue, here's a list of the main URLs for the&#010;CAS-Product webapp that I found in the classes, documentation, wikis, etc:&#010;&#010;For raw data (DataDeliveryServlet, DatasetDeliveryServlet):&#010;&#010;{panel}&#010;/data&#010;/dataset&#010;{panel}&#010;&#010;&#010;For RDF streams (RDFProductServlet, RDFDatasetServlet):&#010;&#010;{panel}&#010;/rdf&#010;/rdf/dataset&#010;{panel}&#010;&#010;&#010;For RSS streams (RSSProductServlet, RSSProductTransferServlet):&#010;&#010;{panel}&#010;/viewRecent&#010;/viewTransfers&#010;{panel}&#010;&#010;&#010;As well as keeping these intact, it might also be useful for us to define a consistent URL&#010;scheme/plan that will fit well with extended features we'd like to introduce later.  For example,&#010;we could have something like this:&#010;&#010;{panel}&#010;/[format]/[type]?parameters&#010;{panel}&#010;&#010;Where [format] is the output format and [type] can be 'product', 'dataset', 'transfers', etc.,&#010;e.g.&#010;&#010;{panel}&#010;/rdf/product&#010;/rss/dataset&#010;/json/transfers&#010;{panel}&#010;&#010;&#010;Or we could specify the format as a parameter, e.g.:&#010;&#010;{panel}&#010;/product?format=JSON...&#010;/transfers?format=RSS...&#010;/dataset?format=RDF...&#010;{panel}&#010;&#010;&#010;I'm sure there are many alternative arrangements we could experiment with!&#010;&#010;Regarding GSoC, it seems that Apache prefers applications from new recruits rather than students&#010;who have already participated in previous years.[1]  Since I participated in GSoC last year&#010;with Apache OODT, I've decided not to apply this year after all.  But I'd like to work on&#010;OODT-605 anyway as a normal non-GSoC project.  I'm happy to do the work if that's ok with&#010;everyone and will gladly accept advice, guidance, etc from the OODT community.  In fact, it&#010;would be awesome to work together with you on this Rishi under your guidance, if you have&#010;time available.&#010;&#010;Ross&#010;&#010;&#010;[1] http://community.apache.org/mentee-ranking-process.html&#010;&#010;                  &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Updated] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3cJIRA.12644831.1366982146526.249666.1367346136349@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-249666-1367346136349@arcas%3e</id>
<updated>2013-04-30T18:22:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Ross Laidlaw updated OODT-605:&#010;------------------------------&#010;&#010;    Labels:   (was: gsoc2013)&#010;    &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Comment Edited] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3cJIRA.12644831.1366982146526.249659.1367346016578@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-249659-1367346016578@arcas%3e</id>
<updated>2013-04-30T18:20:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13645804#comment-13645804&#010;] &#010;&#010;Ross Laidlaw edited comment on OODT-605 at 4/30/13 6:18 PM:&#010;------------------------------------------------------------&#010;&#010;Hi Rishi,&#010;&#010;Many thanks for your comments and advice, much appreciated!&#010;&#010;I like your comment about a JAX-RS webapp being more extensible.  Hopefully we can write/design&#010;the code in such a way that we can easily add new output formats (and configurations too).&#010;&#010;I can see advantages of keeping the same URL format as before - for example, existing users&#010;of OODT wouldn't need to reconfigure their projects to use the new system.  Was this the main&#010;reason you were thinking of too?&#010;&#010;For reference for anyone looking at this JIRA issue, here's a list of the main URLs for the&#010;CAS-Product webapp that I found in the classes, documentation, wikis, etc:&#010;&#010;For raw data (DataDeliveryServlet, DatasetDeliveryServlet):&#010;&#010;{panel}&#010;/data&#010;/dataset&#010;{panel}&#010;&#010;&#010;For RDF streams (RDFProductServlet, RDFDatasetServlet):&#010;&#010;{panel}&#010;/rdf&#010;/rdf/dataset&#010;{panel}&#010;&#010;&#010;For RSS streams (RSSProductServlet, RSSProductTransferServlet):&#010;&#010;{panel}&#010;/viewRecent&#010;/viewTransfers&#010;{panel}&#010;&#010;&#010;As well as keeping these intact, it might also be useful for us to define a consistent URL&#010;scheme/plan that will fit well with extended features we'd like to introduce later.  For example,&#010;we could have something like this:&#010;&#010;{panel}&#010;/[format]/[type]?parameters&#010;{panel}&#010;&#010;Where [format] is the output format and [type] can be 'product', 'dataset', 'transfers', etc.,&#010;e.g.&#010;&#010;{panel}&#010;/rdf/product&#010;/rss/dataset&#010;/json/transfers&#010;{panel}&#010;&#010;&#010;Or we could specify the format as a parameter, e.g.:&#010;&#010;{panel}&#010;/product?format=JSON...&#010;/transfers?format=RSS...&#010;/dataset?format=RDF...&#010;{panel}&#010;&#010;&#010;I'm sure there are many alternative arrangements we could experiment with!&#010;&#010;Regarding GSoC, it seems that Apache prefers applications from new recruits rather than students&#010;who have already participated in previous years.[1]  Since I participated in GSoC last year&#010;with Apache OODT, I've decided not to apply this year after all.  But I'd like to work on&#010;OODT-605 anyway as a normal non-GSoC project.  I'm happy to do the work if that's ok with&#010;everyone and will gladly accept advice, guidance, etc from the OODT community.  In fact, it&#010;would be awesome to work together with you on this Rishi under your guidance, if you have&#010;time available.&#010;&#010;Ross&#010;&#010;&#010;[1] http://community.apache.org/mentee-ranking-process.html&#010;&#010;                &#010;      was (Author: rlaidlaw):&#010;    Hi Rishi,&#010;&#010;Many thanks for your comments and advice, much appreciated!&#010;&#010;I like your comment about a JAX-RS webapp being more extensible.  Hopefully we can write/design&#010;the code in such a way that we can easily add new output formats (and configurations too).&#010;&#010;I can see advantages of keeping the same URL format as before - for example, existing users&#010;of OODT wouldn't need to reconfigure their projects to use the new system.  Was this the main&#010;reason you were thinking of too?&#010;&#010;For reference for anyone looking at this JIRA issue, here's a list of the main URLs I found&#010;in the classes, documentation, wikis, etc:&#010;&#010;For raw data (DataDeliveryServlet, DatasetDeliveryServlet):&#010;&#010;{panel}&#010;/data&#010;/dataset&#010;{panel}&#010;&#010;&#010;For RDF streams (RDFProductServlet, RDFDatasetServlet):&#010;&#010;{panel}&#010;/rdf&#010;/rdf/dataset&#010;{panel}&#010;&#010;&#010;For RSS streams (RSSProductServlet, RSSProductTransferServlet):&#010;&#010;{panel}&#010;/viewRecent&#010;/viewTransfers&#010;{panel}&#010;&#010;&#010;As well as keeping these intact, it might also be useful for us to define a consistent URL&#010;scheme/plan that will fit well with extended features we'd like to introduce later.  For example,&#010;we could have something like this:&#010;&#010;{panel}&#010;/[format]/[type]?parameters&#010;{panel}&#010;&#010;Where [format] is the output format and [type] can be 'product', 'dataset', 'transfers', etc.,&#010;e.g.&#010;&#010;{panel}&#010;/rdf/product&#010;/rss/dataset&#010;/json/transfers&#010;{panel}&#010;&#010;&#010;Or we could specify the format as a parameter, e.g.:&#010;&#010;{panel}&#010;/product?format=JSON...&#010;/transfers?format=RSS...&#010;/dataset?format=RDF...&#010;{panel}&#010;&#010;&#010;I'm sure there are many alternative arrangements we could experiment with!&#010;&#010;Regarding GSoC, it seems that Apache prefers applications from new recruits rather than students&#010;who have already participated in previous years.[1]  Since I participated in GSoC last year&#010;with Apache OODT, I've decided not to apply this year after all.  But I'd like to work on&#010;OODT-605 anyway as a normal non-GSoC project.  I'm happy to do the work if that's ok with&#010;everyone and will gladly accept advice, guidance, etc from the OODT community.  In fact, it&#010;would be awesome to work together with you on this Rishi under your guidance, if you have&#010;time available.&#010;&#010;Ross&#010;&#010;&#010;[1] http://community.apache.org/mentee-ranking-process.html&#010;&#010;                  &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Comment Edited] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3cJIRA.12644831.1366982146526.249648.1367345775876@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-249648-1367345775876@arcas%3e</id>
<updated>2013-04-30T18:16:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13645804#comment-13645804&#010;] &#010;&#010;Ross Laidlaw edited comment on OODT-605 at 4/30/13 6:14 PM:&#010;------------------------------------------------------------&#010;&#010;Hi Rishi,&#010;&#010;Many thanks for your comments and advice, much appreciated!&#010;&#010;I like your comment about a JAX-RS webapp being more extensible.  Hopefully we can write/design&#010;the code in such a way that we can easily add new output formats (and configurations too).&#010;&#010;I can see advantages of keeping the same URL format as before - for example, existing users&#010;of OODT wouldn't need to reconfigure their projects to use the new system.  Was this the main&#010;reason you were thinking of too?&#010;&#010;For reference for anyone looking at this JIRA issue, here's a list of the main URLs I found&#010;in the classes, documentation, wikis, etc:&#010;&#010;For raw data (DataDeliveryServlet, DatasetDeliveryServlet):&#010;&#010;{panel}&#010;/data&#010;/dataset&#010;{panel}&#010;&#010;&#010;For RDF streams (RDFProductServlet, RDFDatasetServlet):&#010;&#010;{panel}&#010;/rdf&#010;/rdf/dataset&#010;{panel}&#010;&#010;&#010;For RSS streams (RSSProductServlet, RSSProductTransferServlet):&#010;&#010;{panel}&#010;/viewRecent&#010;/viewTransfers&#010;{panel}&#010;&#010;&#010;As well as keeping these intact, it might also be useful for us to define a consistent URL&#010;scheme/plan that will fit well with extended features we'd like to introduce later.  For example,&#010;we could have something like this:&#010;&#010;{panel}&#010;/[format]/[type]?parameters&#010;{panel}&#010;&#010;Where [format] is the output format and [type] can be 'product', 'dataset', 'transfers', etc.,&#010;e.g.&#010;&#010;{panel}&#010;/rdf/product&#010;/rss/dataset&#010;/json/transfers&#010;{panel}&#010;&#010;&#010;Or we could specify the format as a parameter, e.g.:&#010;&#010;{panel}&#010;/product?format=JSON...&#010;/transfers?format=RSS...&#010;/dataset?format=RDF...&#010;{panel}&#010;&#010;&#010;I'm sure there are many alternative arrangements we could experiment with!&#010;&#010;Regarding GSoC, it seems that Apache prefers applications from new recruits rather than students&#010;who have already participated in previous years.[1]  Since I participated in GSoC last year&#010;with Apache OODT, I've decided not to apply this year after all.  But I'd like to work on&#010;OODT-605 anyway as a normal non-GSoC project.  I'm happy to do the work if that's ok with&#010;everyone and will gladly accept advice, guidance, etc from the OODT community.  In fact, it&#010;would be awesome to work together with you on this Rishi under your guidance, if you have&#010;time available.&#010;&#010;Ross&#010;&#010;&#010;[1] http://community.apache.org/mentee-ranking-process.html&#010;&#010;                &#010;      was (Author: rlaidlaw):&#010;    Hi Rishi,&#010;&#010;Many thanks for your comments and advice, much appreciated!&#010;&#010;I like your comment about a JAX-RS webapp being more extensible.  Hopefully we can write/design&#010;the code in such a way that we can easily add new output formats (and configurations too).&#010;&#010;I can see advantages of keeping the same URL format as before - for example, existing users&#010;of OODT wouldn't need to reconfigure their projects to use the new system.  Was this the main&#010;reason you were thinking of too?&#010;&#010;For reference for anyone looking at this JIRA issue, here's a list of the main URLs I found&#010;in the classes, documentation, wikis, etc:&#010;&#010;For raw data (DataDeliveryServlet, DatasetDeliveryServlet):&#010;&#010;{panel}&#010;/data&#010;/dataset&#010;{panel}&#010;&#010;&#010;For RDF streams (RDFProductServlet, RDFDatasetServlet):&#010;&#010;{panel}&#010;/rdf&#010;/rdf/dataset&#010;{panel}&#010;&#010;&#010;For RSS streams (RSSProductServlet, RSSProductTransferServlet):&#010;&#010;{panel}&#010;/viewRecent&#010;/viewTransfers&#010;{panel}&#010;&#010;&#010;As well as keeping these intact, it might also be useful for us to define a consistent URL&#010;scheme/plan that will fit well with extended features we'd like to introduce later.  For example,&#010;we could have something like this:&#010;&#010;{panel}&#010;/[format]/[type]?parameters&#010;{panel}&#010;&#010;Where [format] is the output format and [type] can be 'product', 'dataset', 'transfers', etc.,&#010;e.g.&#010;&#010;{panel}&#010;/rdf/product&#010;/rss/dataset&#010;/json/transfers&#010;{panel}&#010;&#010;&#010;Or we could specify the format as a parameter, e.g.:&#010;&#010;/product?format=JSON...&#010;/transfers?format=RSS...&#010;/dataset?format=RDF...&#010;&#010;&#010;I'm sure there are many alternative arrangements we could experiment with!&#010;&#010;Regarding GSoC, it seems that Apache prefers applications from new recruits rather than students&#010;who have already participated in previous years.[1]  Since I participated in GSoC last year&#010;with Apache OODT, I've decided not to apply this year after all.  But I'd like to work on&#010;OODT-605 anyway as a normal non-GSoC project.  I'm happy to do the work if that's ok with&#010;everyone and will gladly accept advice, guidance, etc from the OODT community.  In fact, it&#010;would be awesome to work together with you on this Rishi under your guidance, if you have&#010;time available.&#010;&#010;Ross&#010;&#010;&#010;[1] http://community.apache.org/mentee-ranking-process.html&#010;&#010;                  &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Ross Laidlaw (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3cJIRA.12644831.1366982146526.249643.1367345656246@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-249643-1367345656246@arcas%3e</id>
<updated>2013-04-30T18:14:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13645804#comment-13645804&#010;] &#010;&#010;Ross Laidlaw commented on OODT-605:&#010;-----------------------------------&#010;&#010;Hi Rishi,&#010;&#010;Many thanks for your comments and advice, much appreciated!&#010;&#010;I like your comment about a JAX-RS webapp being more extensible.  Hopefully we can write/design&#010;the code in such a way that we can easily add new output formats (and configurations too).&#010;&#010;I can see advantages of keeping the same URL format as before - for example, existing users&#010;of OODT wouldn't need to reconfigure their projects to use the new system.  Was this the main&#010;reason you were thinking of too?&#010;&#010;For reference for anyone looking at this JIRA issue, here's a list of the main URLs I found&#010;in the classes, documentation, wikis, etc:&#010;&#010;For raw data (DataDeliveryServlet, DatasetDeliveryServlet):&#010;&#010;{panel}&#010;/data&#010;/dataset&#010;{panel}&#010;&#010;&#010;For RDF streams (RDFProductServlet, RDFDatasetServlet):&#010;&#010;{panel}&#010;/rdf&#010;/rdf/dataset&#010;{panel}&#010;&#010;&#010;For RSS streams (RSSProductServlet, RSSProductTransferServlet):&#010;&#010;{panel}&#010;/viewRecent&#010;/viewTransfers&#010;{panel}&#010;&#010;&#010;As well as keeping these intact, it might also be useful for us to define a consistent URL&#010;scheme/plan that will fit well with extended features we'd like to introduce later.  For example,&#010;we could have something like this:&#010;&#010;{panel}&#010;/[format]/[type]?parameters&#010;{panel}&#010;&#010;Where [format] is the output format and [type] can be 'product', 'dataset', 'transfers', etc.,&#010;e.g.&#010;&#010;{panel}&#010;/rdf/product&#010;/rss/dataset&#010;/json/transfers&#010;{panel}&#010;&#010;&#010;Or we could specify the format as a parameter, e.g.:&#010;&#010;/product?format=JSON...&#010;/transfers?format=RSS...&#010;/dataset?format=RDF...&#010;&#010;&#010;I'm sure there are many alternative arrangements we could experiment with!&#010;&#010;Regarding GSoC, it seems that Apache prefers applications from new recruits rather than students&#010;who have already participated in previous years.[1]  Since I participated in GSoC last year&#010;with Apache OODT, I've decided not to apply this year after all.  But I'd like to work on&#010;OODT-605 anyway as a normal non-GSoC project.  I'm happy to do the work if that's ok with&#010;everyone and will gladly accept advice, guidance, etc from the OODT community.  In fact, it&#010;would be awesome to work together with you on this Rishi under your guidance, if you have&#010;time available.&#010;&#010;Ross&#010;&#010;&#010;[1] http://community.apache.org/mentee-ranking-process.html&#010;&#010;                &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-581) Update and upgrade usage of Lucene core dependency to write File Manager catalogs</title>
<author><name>&quot;Lewis John McGibbney (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3cJIRA.12638609.1363992120171.248793.1367337255828@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12638609-1363992120171-248793-1367337255828@arcas%3e</id>
<updated>2013-04-30T15:54:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13645680#comment-13645680&#010;] &#010;&#010;Lewis John McGibbney commented on OODT-581:&#010;-------------------------------------------&#010;&#010;If this serves as a basis for discussion then it will be a move in the right direction. I&#010;am happy to go to chat or skype or phone/whatever to talk through this. There is a good bit&#010;of work to be done to bring it up in quality. Thanks  &#010;                &#010;&gt; Update and upgrade usage of Lucene core dependency to write File Manager catalogs &#010;&gt; ----------------------------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-581&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-581&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: Improvement&#010;&gt;          Components: catalog, file manager&#010;&gt;            Reporter: Lewis John McGibbney&#010;&gt;            Assignee: Chris A. Mattmann&#010;&gt;            Priority: Minor&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;         Attachments: OODT-581-notes.txt, OODT-581.patch, OODT-581.patch&#010;&gt;&#010;&gt;&#010;&gt; As recently explained on the user@ list [0], FM could so with an upgrade of the lucene-core&#010;library for improved writing of catalogs. &#010;&gt; We can discuss which new features we can leverage from lucene-core 4.X   &#010;&gt; [0] http://www.mail-archive.com/user%40oodt.apache.org/msg00603.html&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Resolved] (OODT-408) Drop Spring logging levels from WARNING to SEVERE</title>
<author><name>&quot;Chris A. Mattmann (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3cJIRA.12546326.1331680372280.248753.1367336175530@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12546326-1331680372280-248753-1367336175530@arcas%3e</id>
<updated>2013-04-30T15:36:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/OODT-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Chris A. Mattmann resolved OODT-408.&#010;------------------------------------&#010;&#010;    Resolution: Fixed&#010;&#010;- patch applied in r1477690 and r1477691. Thanks Lewis!&#010;                &#010;&gt; Drop Spring logging levels from WARNING to SEVERE&#010;&gt; -------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-408&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-408&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: Improvement&#010;&gt;          Components: catalog, crawler, file manager, resource manager, workflow manager&#010;&gt;    Affects Versions: 0.4&#010;&gt;         Environment: none&#010;&gt;            Reporter: Brian Foster&#010;&gt;            Assignee: Chris A. Mattmann&#010;&gt;            Priority: Minor&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;         Attachments: OODT-408.patch&#010;&gt;&#010;&gt;&#010;&gt; change logging.properties to:&#010;&gt; org.springframework.beans.level = SEVERE&#010;&gt; org.springframework.core.level = SEVERE&#010;&gt; org.springframework.level = SEVERE&#010;&gt; org.springframework.beans.factory.level = SEVERE&#010;&gt; org.springframework.beans.factory.config.level = SEVERE&#010;&gt; org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.level = SEVERE&#010;&gt; org.apache.oodt.cas.crawl.util.CasPropertyPlaceholderConfigurer.level = SEVERE&#010;&gt; sun.net.level = SEVERE&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r1477691 - /oodt/trunk/CHANGES.txt</title>
<author><name>mattmann@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3c20130430153412.B9FC12388A2C@eris.apache.org%3e"/>
<id>urn:uuid:%3c20130430153412-B9FC12388A2C@eris-apache-org%3e</id>
<updated>2013-04-30T15:34:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: mattmann&#010;Date: Tue Apr 30 15:34:12 2013&#010;New Revision: 1477691&#010;&#010;URL: http://svn.apache.org/r1477691&#010;Log:&#010;Drop Spring logging levels from WARNING to SEVERE&#010;&#010;Modified:&#010;    oodt/trunk/CHANGES.txt&#010;&#010;Modified: oodt/trunk/CHANGES.txt&#010;URL: http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1477691&amp;r1=1477690&amp;r2=1477691&amp;view=diff&#010;==============================================================================&#010;--- oodt/trunk/CHANGES.txt (original)&#010;+++ oodt/trunk/CHANGES.txt Tue Apr 30 15:34:12 2013&#010;@@ -4,6 +4,9 @@ Apache OODT Change Log&#010; Release 0.6 - Current Development&#010; --------------------------------------------&#010; &#010;+* OODT-408 Drop Spring logging levels from WARNING to SEVERE (Lewis John McGibbney&#010;+  via mattmann, bfoster)&#010;+&#010; * OODT-607 SciPgeWriter that is a simple MetKey template replacer (mattmann)&#010; &#010; * OODT-606 SciPgeWriter that uses ApacheVelocity (mattmann, pramirez)&#010;&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>svn commit: r1477690 - in /oodt/trunk: catalog/src/main/resources/ crawler/src/main/resources/ filemgr/src/main/resources/ resource/src/main/resources/ workflow/src/main/resources/</title>
<author><name>mattmann@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3c20130430153359.D707323889FD@eris.apache.org%3e"/>
<id>urn:uuid:%3c20130430153359-D707323889FD@eris-apache-org%3e</id>
<updated>2013-04-30T15:33:59Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Author: mattmann&#010;Date: Tue Apr 30 15:33:59 2013&#010;New Revision: 1477690&#010;&#010;URL: http://svn.apache.org/r1477690&#010;Log:&#010;OODT-408: Drop Spring logging levels from WARNING to SEVERE&#010;&#010;Modified:&#010;    oodt/trunk/catalog/src/main/resources/logging.properties&#010;    oodt/trunk/crawler/src/main/resources/logging.properties&#010;    oodt/trunk/filemgr/src/main/resources/logging.properties&#010;    oodt/trunk/resource/src/main/resources/logging.properties&#010;    oodt/trunk/workflow/src/main/resources/logging.properties&#010;&#010;Modified: oodt/trunk/catalog/src/main/resources/logging.properties&#010;URL: http://svn.apache.org/viewvc/oodt/trunk/catalog/src/main/resources/logging.properties?rev=1477690&amp;r1=1477689&amp;r2=1477690&amp;view=diff&#010;==============================================================================&#010;--- oodt/trunk/catalog/src/main/resources/logging.properties (original)&#010;+++ oodt/trunk/catalog/src/main/resources/logging.properties Tue Apr 30 15:33:59 2013&#010;@@ -45,7 +45,7 @@ httpclient.wire.level = INFO&#010; # airs dom loggin&#010; sun.rmi.level = INFO&#010; &#010;-# spring logging&#010;+# spring framework logging&#010; org.springframework.beans.level = SEVERE&#010; org.springframework.core.level = SEVERE&#010; org.springframework.level = SEVERE&#010;&#010;Modified: oodt/trunk/crawler/src/main/resources/logging.properties&#010;URL: http://svn.apache.org/viewvc/oodt/trunk/crawler/src/main/resources/logging.properties?rev=1477690&amp;r1=1477689&amp;r2=1477690&amp;view=diff&#010;==============================================================================&#010;--- oodt/trunk/crawler/src/main/resources/logging.properties (original)&#010;+++ oodt/trunk/crawler/src/main/resources/logging.properties Tue Apr 30 15:33:59 2013&#010;@@ -53,6 +53,7 @@ org.apache.commons.httpclient.level = IN&#010; httpclient.wire.header.level = INFO&#010; httpclient.wire.level = INFO&#010; &#010;+# spring framework logging&#010; org.springframework.beans.level = SEVERE&#010; org.springframework.core.level = SEVERE&#010; org.springframework.level = SEVERE&#010;&#010;Modified: oodt/trunk/filemgr/src/main/resources/logging.properties&#010;URL: http://svn.apache.org/viewvc/oodt/trunk/filemgr/src/main/resources/logging.properties?rev=1477690&amp;r1=1477689&amp;r2=1477690&amp;view=diff&#010;==============================================================================&#010;--- oodt/trunk/filemgr/src/main/resources/logging.properties (original)&#010;+++ oodt/trunk/filemgr/src/main/resources/logging.properties Tue Apr 30 15:33:59 2013&#010;@@ -70,4 +70,6 @@ org.springframework.level = SEVERE&#010; org.springframework.beans.factory.level = SEVERE&#010; org.springframework.beans.factory.config.level = SEVERE&#010; org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.level = SEVERE&#010;+org.apache.oodt.cas.crawl.util.CasPropertyPlaceholderConfigurer.level = SEVERE&#010;+sun.net.level = SEVERE&#010; &#010;&#010;Modified: oodt/trunk/resource/src/main/resources/logging.properties&#010;URL: http://svn.apache.org/viewvc/oodt/trunk/resource/src/main/resources/logging.properties?rev=1477690&amp;r1=1477689&amp;r2=1477690&amp;view=diff&#010;==============================================================================&#010;--- oodt/trunk/resource/src/main/resources/logging.properties (original)&#010;+++ oodt/trunk/resource/src/main/resources/logging.properties Tue Apr 30 15:33:59 2013&#010;@@ -65,3 +65,5 @@ org.springframework.level = SEVERE&#010; org.springframework.beans.factory.level = SEVERE&#010; org.springframework.beans.factory.config.level = SEVERE&#010; org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.level = SEVERE&#010;+org.apache.oodt.cas.crawl.util.CasPropertyPlaceholderConfigurer.level = SEVERE&#010;+sun.net.level = SEVERE&#010;&#010;Modified: oodt/trunk/workflow/src/main/resources/logging.properties&#010;URL: http://svn.apache.org/viewvc/oodt/trunk/workflow/src/main/resources/logging.properties?rev=1477690&amp;r1=1477689&amp;r2=1477690&amp;view=diff&#010;==============================================================================&#010;--- oodt/trunk/workflow/src/main/resources/logging.properties (original)&#010;+++ oodt/trunk/workflow/src/main/resources/logging.properties Tue Apr 30 15:33:59 2013&#010;@@ -66,3 +66,5 @@ org.springframework.level = SEVERE&#010; org.springframework.beans.factory.level = SEVERE&#010; org.springframework.beans.factory.config.level = SEVERE&#010; org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.level = SEVERE&#010;+org.apache.oodt.cas.crawl.util.CasPropertyPlaceholderConfigurer.level = SEVERE&#010;+sun.net.level = SEVERE&#010;&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Assigned] (OODT-408) Drop Spring logging levels from WARNING to SEVERE</title>
<author><name>&quot;Chris A. Mattmann (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3cJIRA.12546326.1331680372280.248739.1367335935441@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12546326-1331680372280-248739-1367335935441@arcas%3e</id>
<updated>2013-04-30T15:32:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/OODT-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Chris A. Mattmann reassigned OODT-408:&#010;--------------------------------------&#010;&#010;    Assignee: Chris A. Mattmann  (was: Brian Foster)&#010;    &#010;&gt; Drop Spring logging levels from WARNING to SEVERE&#010;&gt; -------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-408&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-408&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: Improvement&#010;&gt;          Components: catalog, crawler, file manager, resource manager, workflow manager&#010;&gt;    Affects Versions: 0.4&#010;&gt;         Environment: none&#010;&gt;            Reporter: Brian Foster&#010;&gt;            Assignee: Chris A. Mattmann&#010;&gt;            Priority: Minor&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;         Attachments: OODT-408.patch&#010;&gt;&#010;&gt;&#010;&gt; change logging.properties to:&#010;&gt; org.springframework.beans.level = SEVERE&#010;&gt; org.springframework.core.level = SEVERE&#010;&gt; org.springframework.level = SEVERE&#010;&gt; org.springframework.beans.factory.level = SEVERE&#010;&gt; org.springframework.beans.factory.config.level = SEVERE&#010;&gt; org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.level = SEVERE&#010;&gt; org.apache.oodt.cas.crawl.util.CasPropertyPlaceholderConfigurer.level = SEVERE&#010;&gt; sun.net.level = SEVERE&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Assigned] (OODT-581) Update and upgrade usage of Lucene core dependency to write File Manager catalogs</title>
<author><name>&quot;Chris A. Mattmann (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3cJIRA.12638609.1363992120171.248736.1367335817022@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12638609-1363992120171-248736-1367335817022@arcas%3e</id>
<updated>2013-04-30T15:30:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/OODT-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Chris A. Mattmann reassigned OODT-581:&#010;--------------------------------------&#010;&#010;    Assignee: Chris A. Mattmann&#010;    &#010;&gt; Update and upgrade usage of Lucene core dependency to write File Manager catalogs &#010;&gt; ----------------------------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-581&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-581&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: Improvement&#010;&gt;          Components: catalog, file manager&#010;&gt;            Reporter: Lewis John McGibbney&#010;&gt;            Assignee: Chris A. Mattmann&#010;&gt;            Priority: Minor&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;         Attachments: OODT-581-notes.txt, OODT-581.patch, OODT-581.patch&#010;&gt;&#010;&gt;&#010;&gt; As recently explained on the user@ list [0], FM could so with an upgrade of the lucene-core&#010;library for improved writing of catalogs. &#010;&gt; We can discuss which new features we can leverage from lucene-core 4.X   &#010;&gt; [0] http://www.mail-archive.com/user%40oodt.apache.org/msg00603.html&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-581) Update and upgrade usage of Lucene core dependency to write File Manager catalogs</title>
<author><name>&quot;Chris A. Mattmann (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3cJIRA.12638609.1363992120171.248734.1367335816830@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12638609-1363992120171-248734-1367335816830@arcas%3e</id>
<updated>2013-04-30T15:30:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13645665#comment-13645665&#010;] &#010;&#010;Chris A. Mattmann commented on OODT-581:&#010;----------------------------------------&#010;&#010;Thanks Lewis. I'll take a look at this this weekend.&#010;                &#010;&gt; Update and upgrade usage of Lucene core dependency to write File Manager catalogs &#010;&gt; ----------------------------------------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-581&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-581&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: Improvement&#010;&gt;          Components: catalog, file manager&#010;&gt;            Reporter: Lewis John McGibbney&#010;&gt;            Priority: Minor&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;         Attachments: OODT-581-notes.txt, OODT-581.patch, OODT-581.patch&#010;&gt;&#010;&gt;&#010;&gt; As recently explained on the user@ list [0], FM could so with an upgrade of the lucene-core&#010;library for improved writing of catalogs. &#010;&gt; We can discuss which new features we can leverage from lucene-core 4.X   &#010;&gt; [0] http://www.mail-archive.com/user%40oodt.apache.org/msg00603.html&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Commented] (OODT-605) Upgrade the CAS-Product web application to use JAX-RS</title>
<author><name>&quot;Rishi Verma (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3cJIRA.12644831.1366982146526.240836.1367217976391@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12644831-1366982146526-240836-1367217976391@arcas%3e</id>
<updated>2013-04-29T06:46:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;    [ https://issues.apache.org/jira/browse/OODT-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=13644308#comment-13644308&#010;] &#010;&#010;Rishi Verma commented on OODT-605:&#010;----------------------------------&#010;&#010;Hey Chris, Ross,&#010;&#010;I would me more than happy to. Let me look into the process. Chris, if you have any direct&#010;pointers, do let me know.&#010;&#010;Thanks guys, looking forward to making OODT-605 a success!&#010;rishi&#010;                &#010;&gt; Upgrade the CAS-Product web application to use JAX-RS&#010;&gt; -----------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-605&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-605&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: New Feature&#010;&gt;          Components: product server&#010;&gt;    Affects Versions: 0.6&#010;&gt;            Reporter: Ross Laidlaw&#010;&gt;            Assignee: Ross Laidlaw&#010;&gt;              Labels: gsoc2013&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;   Original Estimate: 3,360h&#010;&gt;  Remaining Estimate: 3,360h&#010;&gt;&#010;&gt; This is the parent JIRA issue for adding JAX-RS support to the CAS-Product web application&#010;(webapp/fmprod).&#010;&gt; The primary goal is to use Apache CXF's JAX-RS implementation to provide all of the functionality&#010;of the existing RSS, RDF and data servlets in the CAS-Product web application, i.e. to provide&#010;various ways of accessing File Manager products and product sets using JAX-RS.&#010;&gt; After completing the primary goal, a secondary goal would be to extend the service to&#010;provide additional ways of accessing File Manager products (e.g. providing different output&#010;formats for metadata, and using additional parameters to find and filter lists of products&#010;and product groups).&#010;&gt; I'd like to volunteer to work on this and I'm hoping to do it as a Google Summer of Code&#010;project.&#010;&gt; I'll use this JIRA issue to record the schedule and plans for the project.  I'm hoping&#010;that if other members of the OODT community are interested they can find information here&#010;and make comments, suggestions, etc. and see how everything's progressing.&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] [Updated] (OODT-408) Drop Spring logging levels from WARNING to SEVERE</title>
<author><name>&quot;Lewis John McGibbney (JIRA)&quot; &lt;jira@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/oodt-commits/201304.mbox/%3cJIRA.12546326.1331680372280.238600.1367122096248@arcas%3e"/>
<id>urn:uuid:%3cJIRA-12546326-1331680372280-238600-1367122096248@arcas%3e</id>
<updated>2013-04-28T04:08:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;     [ https://issues.apache.org/jira/browse/OODT-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&#010;]&#010;&#010;Lewis John McGibbney updated OODT-408:&#010;--------------------------------------&#010;&#010;    Attachment: OODT-408.patch&#010;&#010;Patch for trunk&#010;                &#010;&gt; Drop Spring logging levels from WARNING to SEVERE&#010;&gt; -------------------------------------------------&#010;&gt;&#010;&gt;                 Key: OODT-408&#010;&gt;                 URL: https://issues.apache.org/jira/browse/OODT-408&#010;&gt;             Project: OODT&#010;&gt;          Issue Type: Improvement&#010;&gt;          Components: catalog, crawler, file manager, resource manager, workflow manager&#010;&gt;    Affects Versions: 0.4&#010;&gt;         Environment: none&#010;&gt;            Reporter: Brian Foster&#010;&gt;            Assignee: Brian Foster&#010;&gt;            Priority: Minor&#010;&gt;             Fix For: 0.6&#010;&gt;&#010;&gt;         Attachments: OODT-408.patch&#010;&gt;&#010;&gt;&#010;&gt; change logging.properties to:&#010;&gt; org.springframework.beans.level = SEVERE&#010;&gt; org.springframework.core.level = SEVERE&#010;&gt; org.springframework.level = SEVERE&#010;&gt; org.springframework.beans.factory.level = SEVERE&#010;&gt; org.springframework.beans.factory.config.level = SEVERE&#010;&gt; org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.level = SEVERE&#010;&gt; org.apache.oodt.cas.crawl.util.CasPropertyPlaceholderConfigurer.level = SEVERE&#010;&gt; sun.net.level = SEVERE&#010;&#010;--&#010;This message is automatically generated by JIRA.&#010;If you think it was sent incorrectly, please contact your JIRA administrators&#010;For more information on JIRA, see: http://www.atlassian.com/software/jira&#010;&#010;
</pre>
</div>
</content>
</entry>
</feed>
