Skip to content
Snippets Groups Projects
Commit b9b7c8f9 authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-714 : Implement OAI-PMH support in openBIS:

- modify wstx-asl jar not to be found by SAXParserFactory.newInstance() method call (see http://docs.oracle.com/javase/7/docs/api/javax/xml/parsers/SAXParserFactory.html#newInstance())
- generate missing sha1 checksums for the new jars
- remove javax.xml.parsers.SAXParserFactory property from launch configs - it is no longer needed when wstx-asl is not found

SVN: 32299
parent da13d752
No related branches found
No related tags found
No related merge requests found
...@@ -33,5 +33,5 @@ ...@@ -33,5 +33,5 @@
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.DevMode"/> <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.DevMode"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-startupUrl ch.systemsx.cisd.openbis.plugin.proteomics.OpenBIS/index.html ch.systemsx.cisd.openbis.plugin.proteomics.OpenBIS -war targets/www -logLevel WARN"/> <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-startupUrl ch.systemsx.cisd.openbis.plugin.proteomics.OpenBIS/index.html ch.systemsx.cisd.openbis.plugin.proteomics.OpenBIS -war targets/www -logLevel WARN"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="rtd_phosphonetx"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="rtd_phosphonetx"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dpython.path=../libraries/jython/jython-lib&#10;-Dlog4j.configuration=../openbis/etc/log.xml&#13;&#10;-Djavax.net.ssl.trustStore=../openbis/dist/server/openBIS.keystore&#10;-Dorg.mortbay.util.FileResource.checkAliases=false&#10;-Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl&#10;-Xmx2048m&#10;-XX:MaxPermSize=512m&#13;&#10;-ea"/> <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dpython.path=../libraries/jython/jython-lib&#10;-Dlog4j.configuration=../openbis/etc/log.xml&#13;&#10;-Djavax.net.ssl.trustStore=../openbis/dist/server/openBIS.keystore&#10;-Dorg.mortbay.util.FileResource.checkAliases=false&#10;-Xmx2048m&#10;-XX:MaxPermSize=512m&#13;&#10;-ea"/>
</launchConfiguration> </launchConfiguration>
...@@ -33,5 +33,5 @@ ...@@ -33,5 +33,5 @@
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.DevMode"/> <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.DevMode"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-startupUrl ch.systemsx.cisd.openbis.plugin.screening.OpenBIS/index.html ch.systemsx.cisd.openbis.plugin.screening.OpenBIS -war targets/www -logLevel WARN"/> <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-startupUrl ch.systemsx.cisd.openbis.plugin.screening.OpenBIS/index.html ch.systemsx.cisd.openbis.plugin.screening.OpenBIS -war targets/www -logLevel WARN"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="screening"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="screening"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dpython.path=../libraries/jython/jython-lib&#10;-Dlog4j.configuration=../openbis/etc/log.xml&#13;&#10;-Djavax.net.ssl.trustStore=../openbis/dist/server/openBIS.keystore&#10;-Dorg.mortbay.util.FileResource.checkAliases=false&#10;-Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl&#10;-Xmx1536M&#10;-XX:MaxPermSize=512m&#13;&#10;-ea"/> <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dpython.path=../libraries/jython/jython-lib&#10;-Dlog4j.configuration=../openbis/etc/log.xml&#13;&#10;-Djavax.net.ssl.trustStore=../openbis/dist/server/openBIS.keystore&#10;-Dorg.mortbay.util.FileResource.checkAliases=false&#10;-Xmx1536M&#10;-XX:MaxPermSize=512m&#13;&#10;-ea"/>
</launchConfiguration> </launchConfiguration>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment