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

Add stream-supporting-httpinvoker.jar to the distribution - DSS used to work...

Add stream-supporting-httpinvoker.jar to the distribution - DSS used to work without this jar as the cifex.jar used to contain all its classes. The new cifex.jar doesn't contain these classes anymore. As a result DSS couldn't startup, i.e java.lang.ClassNotFoundException: com.marathon.util.spring.StreamSupportingHttpInvokerServiceExporter was thrown.

SVN: 27058
parent 4231fe27
No related branches found
No related tags found
No related merge requests found
...@@ -258,6 +258,7 @@ ...@@ -258,6 +258,7 @@
<copy file="${lib}/jaxb/jaxb-impl.jar" todir="${dist.datastore_server.lib}" /> <copy file="${lib}/jaxb/jaxb-impl.jar" todir="${dist.datastore_server.lib}" />
<copy file="${lib}/jaxb/jsr173_1.0_api.jar" todir="${dist.datastore_server.lib}" /> <copy file="${lib}/jaxb/jsr173_1.0_api.jar" todir="${dist.datastore_server.lib}" />
<copy file="${lib}/spring/spring.jar" todir="${dist.datastore_server.lib}" /> <copy file="${lib}/spring/spring.jar" todir="${dist.datastore_server.lib}" />
<copy file="${lib}/spring/third-party/stream-supporting-httpinvoker.jar" todir="${dist.datastore_server.lib}" />
<copy file="${lib}/slf4j/log4j12/slf4j-log4j12.jar" todir="${dist.datastore_server.lib}" /> <copy file="${lib}/slf4j/log4j12/slf4j-log4j12.jar" todir="${dist.datastore_server.lib}" />
<copy file="${lib}/slf4j/slf4j.jar" todir="${dist.datastore_server.lib}" /> <copy file="${lib}/slf4j/slf4j.jar" todir="${dist.datastore_server.lib}" />
<copy file="${lib}/fast-md5/fast-md5.jar" todir="${dist.datastore_server.lib}" /> <copy file="${lib}/fast-md5/fast-md5.jar" todir="${dist.datastore_server.lib}" />
......
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