|
2005-03-30 00:42:58
|
Sean Hardman
|
src/java/jpl/eda/archive/server/Product.java
v 1.18
Made sure to set the productStatusType in the class variable when the database is updated. This change makes that value available to any task executed as part of the registration event.
|
|
2005-03-30 00:41:22
|
Sean Hardman
|
src/java/jpl/eda/archive/server/ArchiveImpl.java
v 1.12
If metadata was passed in via the buffer, we now make sure the Product class loads that information after we update the database. This change makes the metadata information via the Product class available to any task executed as part of the registration event.
|
|
2005-03-23 19:22:04
|
Sean Hardman
|
xdocs/changes.xml
v 1.5
Added changes for the yet to be released 2.1.0.
|
|
2005-03-23 19:21:06
|
Sean Hardman
|
project.xml
v 1.18
Bumped the grid-profile and grid-product dependencies to the latest released versions and bumped this component's version number to 2.1.0 since deprecated classes were being removed.
|
|
2005-03-23 19:21:37
|
Sean Hardman
|
xdocs/release/index.xml
v 1.5
Added notes for release 2.1.0.
|
|
2005-03-23 18:25:18
|
Sean Hardman
|
src/test/jpl/eda/archive/MetadataTest.java
v 1.1
Initial revision.
|
|
2005-03-23 18:24:11
|
Sean Hardman
|
src/java/jpl/eda/archive/ArchiveClient.java
v 1.6
Modified to read the URL contained in the product reference directly instead of pulling it apart for the path and file name. Consolidated some duplicated code into the verifyRetrieval() method and removed all references to the Reference class.
|
|
2005-03-23 18:21:26
|
Sean Hardman
|
src/java/jpl/eda/archive/ArchiveProductHandler.java
v 1.4
Removed references to the Reference class.
|
|
2005-03-23 18:19:19
|
Sean Hardman
|
src/java/jpl/eda/archive/ProductList.java
v 1.4
Removed the deprecated method, addProductItem(String, String, String), as well as all references to the Reference class.
|
|
2005-03-23 18:17:46
|
Sean Hardman
|
src/java/jpl/eda/archive/Metadata.java
v 1.2
Added a constructor which accepts a File object and removed the constructor which accepted a path and file name.
|
|
2005-03-23 17:48:44
|
Sean Hardman
|
src/java/jpl/eda/archive/server/ArchiveImpl.java
v 1.11
Removed all references to the Reference class.
|
|
2005-03-23 17:47:18
|
Sean Hardman
|
src/java/jpl/eda/archive/server/Product.java
v 1.17
Removed the deprecated constructor, Product(JDBC_DB, Dataset, int), as well as all references to the Reference class.
|
|
2005-03-23 17:34:38
|
Sean Hardman
|
src/java/jpl/eda/archive/ReferenceException.java
v 1.2
With the Reference class gone, not much need for this class.
|
|
2005-03-23 17:34:06
|
Sean Hardman
|
src/java/jpl/eda/archive/Reference.java
v 1.2
This class, which was essentially a wrapper for the java.net.URL class, is not necessary now that we are using the URL in a more direct manner.
|
|
2005-03-23 17:31:28
|
Sean Hardman
|
src/java/jpl/eda/archive/server/ArchiveIntException.java
v 1.4
This deprecated class is now permanently replaced by jpl.eda.archive.ArchiveException.
|
|
2005-03-23 17:30:05
|
Sean Hardman
|
src/java/jpl/eda/archive/server/ArchiveInt.java
v 1.9
This deprecated class is now permanently replaced by jpl.eda.archive.ArchiveClient.
|
|
2005-03-23 17:23:49
|
Sean Hardman
|
src/java/jpl/eda/archive/client/package.html
v 1.2
No need for a package description when all of the classes have been nixed.
|
|
2005-03-23 17:22:05
|
Sean Hardman
|
src/java/jpl/eda/archive/client/ArchiveClient.java
v 1.8
This deprecated class is now permanently replaced by jpl.eda.archive.ArchiveClient.
|
|
2005-03-23 17:22:40
|
Sean Hardman
|
src/java/jpl/eda/archive/client/CreateTables.java
v 1.6
This deprecated class is not permanently replaced by jpl.eda.archive.server.ProductTable.
|
|
2005-03-21 21:25:57
|
Sean Hardman
|
project.xml
v 1.17
Bumped the version to 2.0.3.
|
|
2005-03-21 20:26:37
|
Sean Hardman
|
maven.xml
v 1.2
Added inclusion of the schema installation scripts for the binary distribution.
|
|
2005-03-21 20:24:42
|
Sean Hardman
|
xdocs/changes.xml
v 1.4
xdocs/release/index.xml
v 1.4
Added a description for release 2.0.2.
|
|
2005-03-21 20:23:38
|
Sean Hardman
|
xdocs/install/index.xml
v 1.4
Fixed a typo.
|
|
2005-03-21 18:31:22
|
Sean Hardman
|
src/java/jpl/eda/archive/server/Product.java
v 1.16
Fixed the call to escapeBackSlash(). It helps when you choose the correct string to escape.
|
|
2005-03-18 21:11:19
|
Sean Hardman
|
src/java/jpl/eda/archive/server/NoOpRule.java
v 1.1
src/java/jpl/eda/archive/server/NoOpTask.java
v 1.1
Initial revision. This class provides a template.
|
|
2005-03-18 21:10:24
|
Sean Hardman
|
src/java/jpl/eda/archive/server/Product.java
v 1.15
Added calls to Utility.escapeBackSlash() when inserting file specifications into the database.
|
|
2005-03-18 21:09:25
|
Sean Hardman
|
src/java/jpl/eda/archive/server/RuleException.java
v 1.3
Added methods to handle the cause parameter.
|
|
2005-03-18 21:08:51
|
Sean Hardman
|
src/java/jpl/eda/archive/server/TaskException.java
v 1.3
Updated a comment.
|
|
2005-03-18 16:51:43
|
Sean Hardman
|
src/java/jpl/eda/archive/server/Utility.java
v 1.4
Added the escapeBackSlash() method to resolve those pesky Windows file references.
|
|
2005-03-15 23:28:04
|
Sean Hardman
|
xdocs/install/index.xml
v 1.3
Added some additional information regarding appropriate properties for the ProductTable application.
|