Community
Participate
Working Groups
instructions to follow...
Build onto the mdr-build.xml script to create another war file for the logging and statistical data manager. 1. Logging Data Manager ======================= Code Module: org.eclipse.cosmos.dc.logging.datamgr.web The following jar files need to be copied in WEB-INF\lib: muse-complete-2.2.0.jar muse-platform-mini-2.2.0.jar org.apache.xerces_2.8.0.v200705301630.jar org.eclipse.cosmos.common.jar org.eclipse.cosmos.dc.dataManager.common.jar org.eclipse.cosmos.dc.dataManager.jar org.eclipse.cosmos.dc.logging.datamgr.common.jar org.eclipse.cosmos.dc.management.domain.client.jar org.eclipse.cosmos.me.management.common.jar org.eclipse.cosmos.me.management.wsdm.jar wsdl4j-1.6.1.jar Add all jar files in the lib directory in the classpath. Compile classes in the src directory. Put the class files in the WEB-INF/classes directory. Zip up the WEB-INF and META-INF directories in a war file called logging.war. Unzip the war file to the webapps directory of the demo zip. 2. Statistical Data Manager =========================== Code module: org.eclipse.cosmos.dc.stat.datamgr.web The following jar files need to be copied in WEB-INF\lib: muse-complete-2.2.0.jar muse-platform-mini-2.2.0.jar org.apache.derby_10.1.2.1_v200711021015.jar org.apache.xerces_2.8.0.v200705301630.jar org.eclipse.cosmos.common.jar org.eclipse.cosmos.dc.broker.client.jar org.eclipse.cosmos.dc.dataManager.common.jar org.eclipse.cosmos.dc.dataManager.jar org.eclipse.cosmos.dc.management.domain.client.jar org.eclipse.cosmos.dc.stat.datamgr.common.jar org.eclipse.cosmos.me.management.common.jar org.eclipse.cosmos.me.management.wsdm.jar org.eclipse.cosmos.tptp.dependencies.jar wsdl4j-1.6.1.jar Add all jar files in the lib directory in the classpath. Compile classes in the src directory. Put the class files in the WEB-INF/classes directory. Zip up the WEB-INF and META-INF directories in a war file called stat.war. Unzip the war file to the webapps directory of the demo zip.
Hi Ruth, the build change requires packaging non-COSMOS code, so I'm assigning it to you to verify. Thank you.
Hi Hubert. Thanks. I've sent you an email requesting IPZilla numbers for the following: - javax.servlet v2.4.0 - Xerces 2.8.0 - WSDL v1.6.1. (I see other versions of WSDL approved but not that version.) - Derby 10.1.2.1 Thanks, Ruth.
We don't need to package javax.servlet. Xerces 2.8.0: 2121 new P3 awai barb.co... NEW Apache Xerces Version: 2.8 (PB CQ2093) This CQ is for requesting approval to use the download from Orbit. We already also have approval to use xerces 2.8.0 using another packaging: 1541 approved_all_projects P3 Wind technol... RESO FIXE xercesImpl.jar (as part of Apache Xerces2) Version: 2.8.0 1575 approved_all_projects P3 Wind technol... RESO FIXE xml-apis version 1.3.0.3 WSDL4J: Not required by this bug Derby: 2123 new P3 new emo-ip-... NEW Apache Derby Version: 10.1.2.1 (PB CQ1187) (Derby is required only by the statistical data manager.) Also, xml resolver is NOT required in this package.
Hi Saurabh, Bobby, The legal looks good. Please proceed with this bugzilla. Thanks, Ruth.
Created attachment 90104 [details] Patch to build Logging and Statistics data manger war files The following patch will build Logging datamanager, Statistics datamanager, SML MDR and example MDR files and then place them into cosmos demo.zip
Created attachment 90105 [details] Corrected patch
Logging and stat data managers war file is getting created in build and getting bundled in cosmos demo, hence changing the status of bug is fixed.
Logging and stat data managers war file is getting created in build and getting bundled in cosmos demo, hence changing the status of bug is closed.