Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Stored Procedures (new): Stored procedures updated with new naming, moved to subversion.
  • Client: Pipeline client has been updated to new Stored Procedures, naming.
    • org-glast-pipeline-client-1.0.2.jar -> org-srs-pipeline-client-1.1.0.jar
  • Plugins: 
    • org-glast
    Plugins: org-srs
    • -datacat-client-2.3
    .4, org
    • .2.jar -> org-srs-datacat-client-2.4.0.jar
    • org-glast-datacat-sp-2.2.1-.jar -> org-srs-datacat-client-sp-2.2.2
    ,
    • .jar
    • org-glast-runquality-jar-1.3.4.jar -> org-glast-runquality
    (currently at
    • -jar-1.4.0.jar
    • org-glast-
    SNAPSHOT, will be released as 1.4.0 ), all updated to use srs naming
    • historyprocessing-1.0-SNAPSHOT.jar - > org-glast-historyprocessing-1.0.jar
  • Web: Pipeline front end is affected through the update to the pipeline client
    • org-glast-pipeline-web-2.8.5.jar -> org-srs-pipeline-web-3.0.0.jar
  • JobControl:  JobControl has also been moved to srs naming and subversion.
    • org-glast-jobcontrol-1.10.jar -> org-srs-jobcontrol-2.0.0.jar

Related Jira Issues:

https://jira.slac.stanford.edu/browse/PII/fixforversion/12283
https://jira.slac.stanford.edu/browse/SSC-308

Backward Compatibility:

This release is mostly backwards compatible.  However, due to our use of the new datacatalog client plugin, which uses srs naming, explicit imports using "from org.glast.datacat.client.sql import NewDataset" in Jython scripts will fail.

The solution is to not use the explicit import, since the datacatalog object is imported implicitly into the jython execution environment.

...

:

datacatalog.newDataset(....)

No other No known compatibility issues should arise with this release.

Upgrade Procedure:

?Migrating Pipeline II systems from 1.3 to 1.4

...