diff --git a/modules/analytics/distribution/src/assembly/bin.xml b/modules/analytics/distribution/src/assembly/bin.xml index 2055b087..71f18629 100644 --- a/modules/analytics/distribution/src/assembly/bin.xml +++ b/modules/analytics/distribution/src/assembly/bin.xml @@ -578,6 +578,17 @@ 644 + + + + src/main/resources/LICENSE.txt + + ${pom.artifactId}-${pom.version}/ + + true + 644 + + @@ -833,5 +844,12 @@ true 644 + + src/repository/jaggeryapps/portal/jaggery.conf + + ${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/portal/ + + 755 + diff --git a/modules/analytics/distribution/src/assembly/filter.properties b/modules/analytics/distribution/src/assembly/filter.properties index 3a658fef..885085a4 100644 --- a/modules/analytics/distribution/src/assembly/filter.properties +++ b/modules/analytics/distribution/src/assembly/filter.properties @@ -1,7 +1,7 @@ product.name=WSO2 IoT - Analytics -product.version=1.0.0 +product.version=3.0.0 product.key=wso2iot-analytics -carbon.product.version=4.4.10 +carbon.product.version=4.4.11 default.server.role=IoTServer cep.server.role=ComplexEventProcessor das.server.role=DataAnalyticsServer diff --git a/modules/analytics/distribution/src/bin/wso2server.bat b/modules/analytics/distribution/src/bin/wso2server.bat index 60a12126..174a57ac 100644 --- a/modules/analytics/distribution/src/bin/wso2server.bat +++ b/modules/analytics/distribution/src/bin/wso2server.bat @@ -196,7 +196,7 @@ set CARBON_CLASSPATH=.\lib;%CARBON_CLASSPATH% set JAVA_ENDORSED=".\lib\endorsed";"%JAVA_HOME%\jre\lib\endorsed";"%JAVA_HOME%\lib\endorsed" -set CMD_LINE_ARGS=-Xbootclasspath/a:%CARBON_XBOOTCLASSPATH% -Xms256m -Xmx1024m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="%CARBON_HOME%\repository\logs\heap-dump.hprof" -Dcom.sun.management.jmxremote -classpath %CARBON_CLASSPATH% %JAVA_OPTS% -Djava.endorsed.dirs=%JAVA_ENDORSED% -Dcarbon.registry.root=/ -Dcarbon.home="%CARBON_HOME%" -Dlogger.server.name="IoT-Analytics" -Dwso2.server.standalone=true -Djava.command="%JAVA_HOME%\bin\java" -Djava.opts="%JAVA_OPTS%" -Djava.io.tmpdir="%CARBON_HOME%\tmp" -Dcatalina.base="%CARBON_HOME%\lib\tomcat" -Dwso2.carbon.xml=%CARBON_HOME%\repository\conf\carbon.xml -Dwso2.registry.xml="%CARBON_HOME%\repository\conf\registry.xml" -Dwso2.user.mgt.xml="%CARBON_HOME%\repository\conf\user-mgt.xml" -Dwso2.transports.xml="%CARBON_HOME%\repository\conf\mgt-transports.xml" -Djava.util.logging.config.file="%CARBON_HOME%\repository\conf\etc\logging-bridge.properties" -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Dcarbon.config.dir.path="%CARBON_HOME%\repository\conf" -Dcomponents.repo="%CARBON_HOME%\repository\components" -Dconf.location="%CARBON_HOME%\repository\conf" -Dcom.atomikos.icatch.file="%CARBON_HOME%\lib\transactions.properties" -Dcom.atomikos.icatch.hide_init_file_path="true" -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dcom.sun.jndi.ldap.connect.pool.authentication=simple -Dmqtt.broker.host="localhost" -Dmqtt.broker.port="1886" -Diot.keymanager.host="localhost" -Diot.keymanager.https.port="9443" -Diot.gatway.host="localhost" -Diot.gateway.https.port="8243" -Dcom.sun.jndi.ldap.connect.pool.timeout=3000 -Dorg.terracotta.quartz.skipUpdateCheck=true -Dcarbon.classpath=%CARBON_CLASSPATH% -Dfile.encoding=UTF8 +set CMD_LINE_ARGS=-Xbootclasspath/a:%CARBON_XBOOTCLASSPATH% -Xms256m -Xmx1024m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="%CARBON_HOME%\repository\logs\heap-dump.hprof" -Dcom.sun.management.jmxremote -classpath %CARBON_CLASSPATH% %JAVA_OPTS% -Djava.endorsed.dirs=%JAVA_ENDORSED% -Dcarbon.registry.root=/ -Dcarbon.home="%CARBON_HOME%" -Dlogger.server.name="IoT-Analytics" -Dwso2.server.standalone=true -Djava.command="%JAVA_HOME%\bin\java" -Djava.opts="%JAVA_OPTS%" -Djava.io.tmpdir="%CARBON_HOME%\tmp" -Dcatalina.base="%CARBON_HOME%\lib\tomcat" -Dwso2.carbon.xml=%CARBON_HOME%\repository\conf\carbon.xml -Dwso2.registry.xml="%CARBON_HOME%\repository\conf\registry.xml" -Dwso2.user.mgt.xml="%CARBON_HOME%\repository\conf\user-mgt.xml" -Dwso2.transports.xml="%CARBON_HOME%\repository\conf\mgt-transports.xml" -Djava.util.logging.config.file="%CARBON_HOME%\repository\conf\etc\logging-bridge.properties" -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Dcarbon.config.dir.path="%CARBON_HOME%\repository\conf" -Dcomponents.repo="%CARBON_HOME%\repository\components" -Dconf.location="%CARBON_HOME%\repository\conf" -Dcom.atomikos.icatch.file="%CARBON_HOME%\lib\transactions.properties" -Dcom.atomikos.icatch.hide_init_file_path="true" -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dcom.sun.jndi.ldap.connect.pool.authentication=simple -Dmqtt.broker.host="localhost" -Dmqtt.broker.port="1886" -Diot.keymanager.host="localhost" -Diot.keymanager.https.port="9443" -Diot.gateway.host="localhost" -Diot.gateway.https.port="8243" -Dcom.sun.jndi.ldap.connect.pool.timeout=3000 -Dorg.terracotta.quartz.skipUpdateCheck=true -Dcarbon.classpath=%CARBON_CLASSPATH% -Dfile.encoding=UTF8 :runJava echo JAVA_HOME environment variable is set to %JAVA_HOME% diff --git a/modules/analytics/distribution/src/main/resources/LICENSE.txt b/modules/analytics/distribution/src/main/resources/LICENSE.txt new file mode 100644 index 00000000..83930ce4 --- /dev/null +++ b/modules/analytics/distribution/src/main/resources/LICENSE.txt @@ -0,0 +1,641 @@ + +This product is licensed by WSO2 Inc. under Apache License 2.0. The license +can be downloaded from the following locations: + http://www.apache.org/licenses/LICENSE-2.0.html + http://www.apache.org/licenses/LICENSE-2.0.txt + +This product also contains software under different licenses. This table below +all the contained libraries (jar files) and the license under which they are +provided to you. + +At the bottom of this file is a table that shows what each license indicated +below is and where the actual text of the license can be found. + +Name Type License +--------------------------------------------------------------------------------------------------------- +abdera_1.0.0.wso2v3.jar bundle apache2 907 +activation-1.1.1.jar jarinbundle cddl1 552 +addressing-1.6.1-wso2v20.mar bundle apache2 9597 +ajaxtags_1.3.0.beta-rc7-wso2v1.jar bundle apache2 905 +annogen_0.1.0.wso2v1.jar bundle apache2 942 +ant-contrib-1.0b3.jar jar apache2 549 +antlr-runtime_3.2.0.wso2v1.jar bundle bsd 817 +antlr_3.2.0.wso2v1.jar bundle bsd 838 +ant_1.7.0.wso2v1.jar bundle apache2 1012 +aopalliance-1.0.jar jar apache2 512 +apache-zookeeper_3.3.4.wso2v1.jar bundle apache2 4219 +asm-3.3.1.jar jar bsd 1268 +asm-all_4.1.0.wso2v1.jar bundle bsd 4702 +avro-tools_1.7.7.wos2v1.jar bundle apache2 2013 +axiom_1.2.11.wso2v11.jar bundle apache2 8489 +axis2-json_1.6.1.wso2v20.jar bundle apache2 9596 +axis2_1.6.1.wso2v20.jar bundle apache2 9595 +backport-util-concurrent_3.1.0.wso2v1.jar bundle apache2 1007 +bcprov-jdk15on-1.52.jar jarinbundle bouncy 1819 +bcprov-jdk15on_1.52.0.wso2v1.jar bundle bouncy 8485 +bcprov-jdk15-132.jar jar bouncy 285 +bigqueue_0.7.0.wso2v1.jar bundle apache2 7036 +cassandra-driver-core_2.1.10.2_wso2v2.jar bundle apache2 8865 +cassandra-thrift_1.2.13.wso2v4.jar bundle apache2 4379 +chill_2.10_0.5.0.wso2v1.jar bundle apache2 4700 +com.fasterxml.jackson.core.jackson-annotations_2.4.4.jar bundle apache2 1313 +com.fasterxml.jackson.core.jackson-core_2.4.4.jar bundle apache2 1312 +com.fasterxml.jackson.core.jackson-databind_2.4.4.jar bundle apache2 1311 +com.google.gson_2.3.1.jar bundle apache2 1143 +com.google.gson_2.7.0.jar bundle apache2 1853 +com.google.guava_19.0.0.jar bundle apache2 1627 +com.google.protobuf_2.5.0.jar bundle bsd 1309 +com.jayway.jsonpath.json-path_0.9.1.jar bundle apache2 798 +com.ning.compress-lzf_1.0.3.jar bundle cddl+gpl 1308 +com.sun.jersey.jersey-core_1.9.0.jar bundle cddl+gpl 1307 +com.sun.jersey.jersey-server_1.9.0.jar bundle cddl+gpl 1306 +com.typesafe.akka.actor_2.3.11.jar bundle apache2 2012 +com.typesafe.akka.remote_2.3.11.jar bundle apache2 2011 +com.typesafe.akka.slf4j_2.3.11.jar bundle apache2 2010 +com.typesafe.config_1.2.1.jar bundle apache2 2009 +commons-beanutils-1.7.0.jar jarinbundle apache2 383 +commons-cli_1.2.0.wso2v1.jar bundle apache2 922 +commons-codec_1.4.0.wso2v1.jar bundle apache2 980 +commons-collections-3.2.2.jar bundle apache2 2042 +commons-collections_3.2.2.wso2v1.jar bundle apache2 6268 +commons-compiler_2.7.8.wso2v1.jar bundle bsd 9786 +commons-configuration_1.6.0.wso2v1.jar bundle apache2 933 +commons-dbcp_1.4.0.wso2v1.jar bundle apache2 962 +commons-digester-1.8.jar jarinbundle apache2 384 +commons-fileupload_1.3.2.wso2v1.jar bundle apache2 9594 +commons-httpclient_3.1.0.wso2v3.jar bundle apache2 8483 +commons-io_2.4.0.wso2v1.jar bundle apache2 4217 +commons-lang-2.6.0.wso2v1.jar bundle apache2 664 +commons-lang-2.6.jar bundle apache2 506 +commons-lang_2.6.0.wso2v1.jar bundle apache2 940 +commons-logging-1.1.1.jar jar apache2 274 +commons-pool_1.5.6.wso2v1.jar bundle apache2 1009 +compass_2.0.1.wso2v2.jar bundle apache2 897 +csrfguard_3.1.0.wso2v2.jar bundle bsd 8482 +cxf-bundle-2.7.16.jar bundle apache2 1154 +cxf-xjc-boolean-3.0.2.jar jar apache2 1153 +cxf-xjc-bug671-3.0.2.jar jar apache2 1152 +cxf-xjc-dv-3.0.2.jar jar apache2 1151 +cxf-xjc-runtime-3.0.2.jar bundle apache2 1150 +cxf-xjc-ts-3.0.2.jar jar apache2 1149 +disruptor_3.3.2.wso2v2.jar bundle apache2 4377 +dom4j-1.6.1.jar jarinbundle bsd 1177 +ehcache-core-2.5.1.jar jar apache2 267 +encoder_1.2.0.wso2v1.jar bundle apache2 4030 +feign-jaxrs-9.3.1.jar jarinbundle apache2 2058 +geronimo-jaxws_2.2_spec-1.0.jar bundle apache2 395 +geronimo-jms_1.1_spec-1.1.0.wso2v1.jar bundle apache2 661 +geronimo-jta_1.1_spec-1.1.jar jar apache2 1066 +geronimo-saaj_1.3_spec_1.0.0.wso2v3.jar bundle apache2 893 +h2-1.3.175.jar jarinbundle epl1 1999 +h2_1.3.175.wso2v1.jar bundle apache2 9731 +hadoop-client_2.7.2.wso2v1.jar bundle apache2 8738 +hazelcast_3.5.4.wso2v2.jar bundle apache2 8481 +hbase-shaded-client_1.2.1.wso2v2.jar bundle apache2 10700 +hector-core_1.1.4.wso2v1.jar bundle apache2 2878 +high-scale-lib_1.0.0.wso2v1.jar bundle apache2 4216 +htrace-core-apache_3.1.0.incubating_wso2v1.jar bundle apache2 4696 +htrace-core_3.0.4.wso2v1.jar bundle apache2 4695 +httpasyncclient-4.0-beta3.jar jar apache2 280 +httpclient-4.2.5.jar jar apache2 548 +httpclient_4.3.1.wso2v2.jar bundle apache2 4214 +httpcore-4.2.4.jar jar apache2 533 +httpcore-nio-4.2.4.jar jar apache2 534 +httpcore_4.3.3.wso2v1.jar bundle apache2 3638 +httpmime_4.3.1.wso2v2.jar bundle apache2 4375 +io.dropwizard.metrics.core_3.1.2.jar bundle apache2 1305 +io.dropwizard.metrics.graphite_3.1.2.jar bundle apache2 1304 +io.dropwizard.metrics.json_3.1.2.jar bundle apache2 1303 +io.dropwizard.metrics.jvm_3.1.2.jar bundle apache2 1302 +io.github.openfeign.feign-core_9.3.1.jar bundle apache2 2060 +io.github.openfeign.feign-gson_9.3.1.jar bundle apache2 2059 +jackson-module-scala_2.10_2.4.4.wso2v1.jar bundle apache2 8863 +janino_2.7.8.wso2v1.jar bundle bsd 9785 +javasysmon_0.3.3.wso2v1.jar bundle bsd 721 +javax.cache.wso2_4.4.11.jar bundle apache2 2045 +javax.servlet.jsp-api_2.2.1.jar bundle cddl+gpl 1301 +javax.ws.rs-api-2.0-m10.jar bundle cddl+gpl 263 +jaxb-impl-2.2.6.jar jar cddl1 1148 +jaxb-xjc-2.2.6.jar jar cddl1 1147 +jaxb_2.2.5.wso2v1.jar bundle cddl1 883 +jdbc-pool_7.0.34.wso2v2.jar bundle apache2 3637 +jdom_1.0.0.wso2v1.jar bundle apache2 693 +jericho-html-2.4.jar jarinbundle epl1 363 +jettison-1.3.4.jar bundle apache2 542 +jettison_1.3.4.wso2v1.jar bundle apache2 2162 +joda-time_2.8.2.wso2v1.jar bundle apache2 6879 +json-simple_1.1.0.wso2v1.jar bundle apache2 828 +json4s-jackson_2.10_3.2.10.wso2v1.jar bundle apache2 4693 +json_1.0.0.wso2v1.jar bundle apache2 2361 +json_2.0.0.wso2v1.jar bundle apache2 971 +jsr311-api-1.1.1.jar jarinbundle cddl1 553 +jstl_1.2.1.wso2v2.jar bundle cddl1 2204 +js_1.7.0.R4wso2v1.jar bundle mpl10 2199 +kaptcha_2.3.0.wso2v1.jar bundle apache2 854 +kryo_2.24.0.wso2v1.jar bundle bsd 4692 +leveldb-api_0.6.0.wso2v1.jar bundle apache2 9783 +libthrift_0.7.0.wso2v2.jar bundle apache2 912 +libthrift_0.9.2.wso2v1.jar bundle apache2 5912 +localizer-1.0.jar jarinbundle apache2 551 +lucene_5.2.1.wso2v1.jar bundle apache2 4502 +lz4-java_1.3.0.jar bundle apache2 2008 +mesos_0.21.1.wso2v1.jar bundle apache2 9782 +metrics-json-3.1.2.wso2v1.jar bundle apache2 10598 +minlog_1.2.0.wso2v1.jar bundle bsd 4690 +neethi-3.0.3.jar bundle apache2 1146 +neethi_2.0.4.wso2v5.jar bundle apache2 6267 +net.minidev.json-smart_1.2.0.jar bundle apache2 797 +net.minidev.json-smart_1.3.0.jar bundle apache2 1337 +netty-all_4.0.29.wso2v1.jar bundle apache2 9781 +nimbus-jose-jwt_2.26.1.wso2v3.jar bundle apache2 4885 +noggit_0.6.0.wso2v1.jar bundle apache2 4211 +objenesis_2.1.0.wso2v1.jar bundle mit 4688 +opencsv-1.8.jar jarinbundle apache2 368 +opencsv_1.8.0.wso2v1.jar bundle apache2 928 +opensaml_2.6.4.wso2v3.jar bundle apache2 8480 +org.antlr.antlr4-runtime-osgi_4.5.0.jar bundle bsd3 1228 +org.apache.commons.lang3_3.3.2.jar bundle apache2 1201 +org.apache.commons.math3_3.2.0.jar bundle apache2 1227 +org.apache.felix.gogo.command_0.10.0.v201209301215.jar bundle apache2 1134 +org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar bundle apache2 1133 +org.apache.felix.gogo.shell_0.10.0.v201212101605.jar bundle apache2 1132 +org.apache.servicemix.bundles.geocoder-java_0.16.0.1.jar bundle apache2 1361 +org.apache.servicemix.bundles.jaxb-api-2.0_4.0.0.m1.jar bundle apache2 1226 +org.apache.xbean.asm5-shaded_4.4.0.jar bundle apache2 2007 +org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar bundle epl1 1131 +org.eclipse.core.expressions_3.4.500.v20130515-1343.jar bundle epl1 1130 +org.eclipse.core.jobs_3.5.300.v20130429-1813.jar bundle epl1 1129 +org.eclipse.core.runtime_3.9.0.v20130326-1255.jar bundle epl1 1128 +org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar bundle epl1 1127 +org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar bundle epl1 1126 +org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120319-0616.jar bundle epl1 289 +org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar bundle epl1 1125 +org.eclipse.ecf_3.2.0.v20130604-1622.jar bundle epl1 1124 +org.eclipse.equinox.app_1.3.100.v20130327-1442.jar bundle epl1 1123 +org.eclipse.equinox.common_3.6.200.v20130402-1505.jar bundle epl1 1122 +org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar bundle epl1 1121 +org.eclipse.equinox.console_1.0.100.v20130429-0953.jar bundle epl1 1120 +org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar bundle epl1 1119 +org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar bundle epl1 1118 +org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar bundle epl1 1117 +org.eclipse.equinox.http.helper_1.1.0.wso2v1.jar bundle epl1 839 +org.eclipse.equinox.http.servlet_1.1.400.v20130418-1354.jar bundle epl1 1116 +org.eclipse.equinox.jsp.jasper_1.0.400.v20120522-2049.jar bundle epl1 388 +org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar bundle epl1 1115 +org.eclipse.equinox.p2.artifact.repository_1.1.100.v20110519.jar bundle epl1 337 +org.eclipse.equinox.p2.console_1.0.300.v20130327-2119.jar bundle epl1 1114 +org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar bundle epl1 1113 +org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar bundle epl1 1112 +org.eclipse.equinox.p2.directorywatcher_1.0.300.v20130327-2119.jar bundle epl1 1110 +org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar bundle epl1 1111 +org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122-wso2v1.jar bundle epl1 3873 +org.eclipse.equinox.p2.extensionlocation_1.2.100.v20130327-2119.jar bundle epl1 1109 +org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar bundle epl1 1108 +org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar bundle epl1 1107 +org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar bundle epl1 1106 +org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar bundle epl1 1105 +org.eclipse.equinox.p2.publisher_1.2.0.v20110511.jar bundle epl1 306 +org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar bundle epl1 1104 +org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar bundle epl1 1103 +org.eclipse.equinox.p2.touchpoint.eclipse_2.1.0.v20110511-wso2v1.jar bundle epl1 703 +org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar bundle epl1 1102 +org.eclipse.equinox.p2.transport.ecf_1.0.100.v20110902-0807.jar bundle epl1 369 +org.eclipse.equinox.p2.updatechecker_1.1.200.v20130327-2119.jar bundle epl1 1101 +org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar bundle epl1 1100 +org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar bundle epl1 1099 +org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar bundle epl1 1098 +org.eclipse.equinox.security_1.2.0.v20130424-1801.jar bundle epl1 1097 +org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar bundle epl1 1096 +org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar bundle epl1 1095 +org.eclipse.equinox.util_1.0.500.v20130404-1337.jar bundle epl1 1094 +org.eclipse.jdt.core.compiler.batch_3.10.2.v20150120-1634.jar bundle epl1 1141 +org.eclipse.osgi.services_3.3.100.v20130513-1956.jar bundle epl1 1093 +org.eclipse.osgi_3.9.1.v20130814-1242.jar bundle epl1 1092 +org.eclipse.paho.client.mqttv3_1.0.2.jar bundle epl1 1769 +org.eclipse.wst.jsdt.debug.rhino.debugger_1.0.300.v201109150503.jar bundle epl1 558 +org.eclipse.wst.jsdt.debug.transport_1.0.100.v201109150330.jar bundle epl1 557 +org.fusesource.leveldbjni_1.8.0.jar bundle bsd3 2006 +org.jaggeryjs.hostobjects.db_0.12.8.jar bundle apache2 1998 +org.jaggeryjs.hostobjects.feed_0.12.8.jar bundle apache2 1997 +org.jaggeryjs.hostobjects.file_0.12.8.jar bundle apache2 1996 +org.jaggeryjs.hostobjects.jaggeryparser_0.12.8.jar bundle apache2 1995 +org.jaggeryjs.hostobjects.log_0.12.8.jar bundle apache2 1994 +org.jaggeryjs.hostobjects.registry_0.12.8.jar bundle apache2 1993 +org.jaggeryjs.hostobjects.stream_0.12.8.jar bundle apache2 1992 +org.jaggeryjs.hostobjects.uri_0.12.8.jar bundle apache2 1991 +org.jaggeryjs.hostobjects.web_0.12.8.jar bundle apache2 1990 +org.jaggeryjs.hostobjects.xhr_0.12.8.jar bundle apache2 1989 +org.jaggeryjs.hostobjects.xslt_0.12.8.jar bundle apache2 1988 +org.jaggeryjs.jaggery.app.mgt.stub_0.12.8.jar bundle apache2 1987 +org.jaggeryjs.jaggery.app.mgt.ui_0.12.8.jar bundle apache2 1986 +org.jaggeryjs.jaggery.app.mgt_0.12.8.jar bundle apache2 1985 +org.jaggeryjs.jaggery.core_0.12.8.jar bundle apache2 1984 +org.jaggeryjs.jaggery.deployer_0.12.8.jar bundle apache2 1983 +org.jaggeryjs.jaggery.tools_0.12.8.jar bundle apache2 1982 +org.jaggeryjs.modules.process_1.5.5.jar bundle apache2 1953 +org.jaggeryjs.modules.sso_1.5.5.jar bundle apache2 1952 +org.jaggeryjs.modules.ws_1.5.5.jar bundle apache2 1981 +org.jaggeryjs.scriptengine_0.12.8.jar bundle apache2 1980 +org.jboss.netty_3.9.0.Final.jar bundle apache2 1298 +org.restlet_2.3.0.wso2v1.jar bundle apache2 4501 +org.roaringbitmap.RoaringBitmap_0.5.11.jar bundle apache2 2005 +org.sat4j.core_2.3.5.v201308161310.jar bundle epl1+lgpl21091 +org.sat4j.pb_2.3.5.v201308161310.jar bundle epl1+lgpl21090 +org.scala-lang.scala-library_2.10.5.v20150226-164155-VFINAL-88c5407613.jar bundle bsd 2004 +org.scala-lang.scala-reflect_2.10.5.v20150226-164155-VFINAL-88c5407613.jar bundle bsd 2003 +org.wso2.carbon.addressing_4.4.11.jar bundle apache2 10386 +org.wso2.carbon.analytics.activitydashboard.admin_1.3.3.jar bundle apache2 10834 +org.wso2.carbon.analytics.activitydashboard.commons_1.3.3.jar bundle apache2 10833 +org.wso2.carbon.analytics.activitydashboard.stub_1.3.3.jar bundle apache2 10832 +org.wso2.carbon.analytics.activitydashboard.ui_1.3.3.jar bundle apache2 10831 +org.wso2.carbon.analytics.api_1.3.3.jar bundle apache2 10830 +org.wso2.carbon.analytics.common.jmx.agent.stub_5.1.5.jar bundle apache2 11128 +org.wso2.carbon.analytics.common.jmx.agent.ui_5.1.5.jar bundle apache2 11127 +org.wso2.carbon.analytics.common.jmx.agent_5.1.5.jar bundle apache2 11126 +org.wso2.carbon.analytics.dashboard.ui_1.3.3.jar bundle apache2 10829 +org.wso2.carbon.analytics.dataservice.commons_1.3.3.jar bundle apache2 10828 +org.wso2.carbon.analytics.dataservice.core_1.3.3.jar bundle apache2 10827 +org.wso2.carbon.analytics.datasource.cassandra_1.3.3.jar bundle apache2 10826 +org.wso2.carbon.analytics.datasource.commons_1.3.3.jar bundle apache2 10825 +org.wso2.carbon.analytics.datasource.core_1.3.3.jar bundle apache2 10824 +org.wso2.carbon.analytics.datasource.hbase_1.3.3.jar bundle apache2 10823 +org.wso2.carbon.analytics.datasource.rdbms_1.3.3.jar bundle apache2 10822 +org.wso2.carbon.analytics.eventsink.template.deployer_1.3.3.jar bundle apache2 11125 +org.wso2.carbon.analytics.eventsink_1.3.3.jar bundle apache2 10821 +org.wso2.carbon.analytics.eventtable_1.3.3.jar bundle apache2 10820 +org.wso2.carbon.analytics.io.commons_1.3.3.jar bundle apache2 10819 +org.wso2.carbon.analytics.jsservice_1.3.3.jar bundle apache2 10818 +org.wso2.carbon.analytics.messageconsole.stub_1.3.3.jar bundle apache2 10817 +org.wso2.carbon.analytics.messageconsole.ui_1.3.3.jar bundle apache2 10816 +org.wso2.carbon.analytics.messageconsole_1.3.3.jar bundle apache2 10815 +org.wso2.carbon.analytics.servlet_1.3.3.jar bundle apache2 10814 +org.wso2.carbon.analytics.shared.spark.common.udf_1.0.3.jar bundle apache2 10812 +org.wso2.carbon.analytics.spark.admin_1.3.3.jar bundle apache2 10810 +org.wso2.carbon.analytics.spark.core_1.3.3.jar bundle apache2 10809 +org.wso2.carbon.analytics.spark.event_1.3.3.jar bundle apache2 10808 +org.wso2.carbon.analytics.spark.stub_1.3.3.jar bundle apache2 10807 +org.wso2.carbon.analytics.spark.template.deployer_1.3.3.jar bundle apache2 10806 +org.wso2.carbon.analytics.spark.ui_1.3.3.jar bundle apache2 10805 +org.wso2.carbon.analytics.spark.utils_1.3.3.jar bundle apache2 10804 +org.wso2.carbon.analytics.stream.persistence_1.3.3.jar bundle apache2 10803 +org.wso2.carbon.analytics.tools.backup_1.3.3.jar bundle apache2 10802 +org.wso2.carbon.analytics.tools.migration_1.3.3.jar bundle apache2 10801 +org.wso2.carbon.analytics.webservice.stub_1.3.3.jar bundle apache2 10800 +org.wso2.carbon.analytics.webservice_1.3.3.jar bundle apache2 10799 +org.wso2.carbon.application.deployer_4.4.11.jar bundle apache2 10385 +org.wso2.carbon.application.mgt.stub_4.5.4.jar bundle apache2 8688 +org.wso2.carbon.application.mgt.ui_4.5.4.jar bundle apache2 8686 +org.wso2.carbon.application.mgt_4.5.4.jar bundle apache2 8685 +org.wso2.carbon.application.upload_4.5.4.jar bundle apache2 8684 +org.wso2.carbon.authenticator.proxy_4.4.11.jar bundle apache2 10384 +org.wso2.carbon.authenticator.stub_4.4.11.jar bundle apache2 10383 +org.wso2.carbon.base_4.4.11.jar bundle apache2 10382 +org.wso2.carbon.bootstrap-4.4.11.jar bundle apache2 10337 +org.wso2.carbon.captcha.mgt_4.2.0.jar bundle apache2 2154 +org.wso2.carbon.cluster.mgt.core_4.4.11.jar bundle apache2 10381 +org.wso2.carbon.core.bootup.validator_4.4.11.jar bundle apache2 10380 +org.wso2.carbon.core.commons.stub_4.4.11.jar bundle apache2 10378 +org.wso2.carbon.core.common_4.4.11.jar bundle apache2 10379 +org.wso2.carbon.core.services_4.4.11.jar bundle apache2 10377 +org.wso2.carbon.core_4.4.11.jar bundle apache2 10376 +org.wso2.carbon.cxf.ext-4.7.2.jar bundle apache2 10222 +org.wso2.carbon.dashboard.deployment_2.0.5.jar bundle apache2 11019 +org.wso2.carbon.dashboard.store.filter_2.0.5.jar bundle apache2 11018 +org.wso2.carbon.dashboard.template.deployer_5.1.5.jar bundle apache2 11124 +org.wso2.carbon.databridge.agent_5.1.5.jar bundle apache2 11017 +org.wso2.carbon.databridge.commons.binary_5.1.5.jar bundle apache2 11016 +org.wso2.carbon.databridge.commons.thrift_5.1.5.jar bundle apache2 11015 +org.wso2.carbon.databridge.commons_5.1.5.jar bundle apache2 11014 +org.wso2.carbon.databridge.core_5.1.5.jar bundle apache2 11013 +org.wso2.carbon.databridge.receiver.binary_5.1.5.jar bundle apache2 11123 +org.wso2.carbon.databridge.receiver.thrift_5.1.5.jar bundle apache2 11122 +org.wso2.carbon.databridge.streamdefn.filesystem_5.1.5.jar bundle apache2 11012 +org.wso2.carbon.datasource.reader.cassandra_4.3.6.jar bundle apache2 10667 +org.wso2.carbon.datasource.reader.hadoop_4.3.6.jar bundle apache2 10666 +org.wso2.carbon.deployment.synchronizer.subversion_4.5.4.jar bundle apache2 8451 +org.wso2.carbon.deployment.synchronizer_4.5.4.jar bundle apache2 8450 +org.wso2.carbon.device.mgt.input.adapter.extension_3.0.8.jar bundle apache2 11003 +org.wso2.carbon.device.mgt.input.adapter.http_3.0.8.jar bundle apache2 11002 +org.wso2.carbon.device.mgt.input.adapter.mqtt_3.0.8.jar bundle apache2 11001 +org.wso2.carbon.device.mgt.input.adapter.xmpp_3.0.8.jar bundle apache2 11000 +org.wso2.carbon.device.mgt.output.adapter.mqtt_3.0.8.jar bundle apache2 10998 +org.wso2.carbon.device.mgt.output.adapter.websocket_3.0.8.jar bundle apache2 10997 +org.wso2.carbon.device.mgt.output.adapter.xmpp_3.0.8.jar bundle apache2 10996 +org.wso2.carbon.discovery.cxf_4.7.2.jar bundle apache2 10308 +org.wso2.carbon.event.admin_4.5.4.jar bundle apache2 8444 +org.wso2.carbon.event.application.deployer_5.1.5.jar bundle apache2 10990 +org.wso2.carbon.event.client.stub_4.5.4.jar bundle apache2 8442 +org.wso2.carbon.event.client_4.5.4.jar bundle apache2 8441 +org.wso2.carbon.event.common_4.5.4.jar bundle apache2 8440 +org.wso2.carbon.event.core_4.5.4.jar bundle apache2 8439 +org.wso2.carbon.event.flow.stub_2.1.4.jar bundle apache2 9713 +org.wso2.carbon.event.flow.ui_2.1.4.jar bundle apache2 9712 +org.wso2.carbon.event.flow_2.1.4.jar bundle apache2 9711 +org.wso2.carbon.event.input.adapter.core_5.1.5.jar bundle apache2 10989 +org.wso2.carbon.event.input.adapter.email_5.1.5.jar bundle apache2 11121 +org.wso2.carbon.event.input.adapter.filetail_5.1.5.jar bundle apache2 11120 +org.wso2.carbon.event.input.adapter.http_5.1.5.jar bundle apache2 11119 +org.wso2.carbon.event.input.adapter.jms_5.1.5.jar bundle apache2 11118 +org.wso2.carbon.event.input.adapter.kafka_5.1.5.jar bundle apache2 11117 +org.wso2.carbon.event.input.adapter.mqtt_5.1.5.jar bundle apache2 11116 +org.wso2.carbon.event.input.adapter.soap_5.1.5.jar bundle apache2 11115 +org.wso2.carbon.event.input.adapter.websocket.local_5.1.5.jar bundle apache2 11114 +org.wso2.carbon.event.input.adapter.websocket_5.1.5.jar bundle apache2 11113 +org.wso2.carbon.event.input.adapter.wso2event_5.1.5.jar bundle apache2 11112 +org.wso2.carbon.event.output.adapter.cassandra_5.1.5.jar bundle apache2 11111 +org.wso2.carbon.event.output.adapter.core_5.1.5.jar bundle apache2 10988 +org.wso2.carbon.event.output.adapter.email_5.1.5.jar bundle apache2 11110 +org.wso2.carbon.event.output.adapter.http_5.1.5.jar bundle apache2 11109 +org.wso2.carbon.event.output.adapter.jms_5.1.5.jar bundle apache2 11108 +org.wso2.carbon.event.output.adapter.kafka_5.1.5.jar bundle apache2 11107 +org.wso2.carbon.event.output.adapter.logger_5.1.5.jar bundle apache2 11106 +org.wso2.carbon.event.output.adapter.mqtt_5.1.5.jar bundle apache2 11105 +org.wso2.carbon.event.output.adapter.rdbms_5.1.5.jar bundle apache2 11104 +org.wso2.carbon.event.output.adapter.sms_5.1.5.jar bundle apache2 11103 +org.wso2.carbon.event.output.adapter.soap_5.1.5.jar bundle apache2 11102 +org.wso2.carbon.event.output.adapter.ui_5.1.5.jar bundle apache2 11101 +org.wso2.carbon.event.output.adapter.websocket.local_5.1.5.jar bundle apache2 11100 +org.wso2.carbon.event.output.adapter.websocket_5.1.5.jar bundle apache2 11099 +org.wso2.carbon.event.output.adapter.wso2event_5.1.5.jar bundle apache2 11098 +org.wso2.carbon.event.processor.admin_2.1.4.jar bundle apache2 9684 +org.wso2.carbon.event.processor.common_2.1.4.jar bundle apache2 9683 +org.wso2.carbon.event.processor.core_2.1.4.jar bundle apache2 9682 +org.wso2.carbon.event.processor.manager.commons_5.1.5.jar bundle apache2 11097 +org.wso2.carbon.event.processor.manager.core_5.1.5.jar bundle apache2 11096 +org.wso2.carbon.event.processor.stub_2.1.4.jar bundle apache2 9679 +org.wso2.carbon.event.processor.template.deployer_2.1.4.jar bundle apache2 9678 +org.wso2.carbon.event.processor.ui_2.1.4.jar bundle apache2 9677 +org.wso2.carbon.event.publisher.admin_5.1.5.jar bundle apache2 11095 +org.wso2.carbon.event.publisher.core_5.1.5.jar bundle apache2 11094 +org.wso2.carbon.event.publisher.stub_5.1.5.jar bundle apache2 11093 +org.wso2.carbon.event.publisher.ui_5.1.5.jar bundle apache2 11092 +org.wso2.carbon.event.receiver.admin_5.1.5.jar bundle apache2 11091 +org.wso2.carbon.event.receiver.core_5.1.5.jar bundle apache2 11090 +org.wso2.carbon.event.receiver.stub_5.1.5.jar bundle apache2 11089 +org.wso2.carbon.event.receiver.ui_5.1.5.jar bundle apache2 11088 +org.wso2.carbon.event.simulator.admin_2.1.4.jar bundle apache2 9666 +org.wso2.carbon.event.simulator.core_2.1.4.jar bundle apache2 9665 +org.wso2.carbon.event.simulator.stub_2.1.4.jar bundle apache2 9664 +org.wso2.carbon.event.simulator.ui_2.1.4.jar bundle apache2 9663 +org.wso2.carbon.event.statistics.stub_5.1.5.jar bundle apache2 11087 +org.wso2.carbon.event.statistics.ui_5.1.5.jar bundle apache2 11086 +org.wso2.carbon.event.statistics_5.1.5.jar bundle apache2 11085 +org.wso2.carbon.event.stream.admin_5.1.5.jar bundle apache2 10987 +org.wso2.carbon.event.stream.core_5.1.5.jar bundle apache2 10986 +org.wso2.carbon.event.stream.persistence.stub_5.1.5.jar bundle apache2 10985 +org.wso2.carbon.event.stream.stub_5.1.5.jar bundle apache2 10984 +org.wso2.carbon.event.stream.template.deployer_5.1.5.jar bundle apache2 11084 +org.wso2.carbon.event.stream.ui_5.1.5.jar bundle apache2 10983 +org.wso2.carbon.event.template.manager.admin_5.1.5.jar bundle apache2 11083 +org.wso2.carbon.event.template.manager.core_5.1.5.jar bundle apache2 11082 +org.wso2.carbon.event.template.manager.stub_5.1.5.jar bundle apache2 11081 +org.wso2.carbon.event.template.manager.ui_5.1.5.jar bundle apache2 11080 +org.wso2.carbon.event.tracer.stub_5.1.5.jar bundle apache2 11079 +org.wso2.carbon.event.tracer.ui_5.1.5.jar bundle apache2 11078 +org.wso2.carbon.event.tracer_5.1.5.jar bundle apache2 11077 +org.wso2.carbon.event.ws_4.5.4.jar bundle apache2 8417 +org.wso2.carbon.feature.mgt.core_4.4.11.jar bundle apache2 10375 +org.wso2.carbon.feature.mgt.services_4.4.11.jar bundle apache2 10374 +org.wso2.carbon.feature.mgt.stub_4.4.11.jar bundle apache2 10373 +org.wso2.carbon.feature.mgt.ui_4.4.11.jar bundle apache2 10372 +org.wso2.carbon.framework.exporter_4.4.11.jar bundle apache2 10371 +org.wso2.carbon.gadget.template.deployer_5.1.5.jar bundle apache2 11076 +org.wso2.carbon.i18n_4.4.11.jar bundle apache2 10370 +org.wso2.carbon.identity.application.common_5.2.0.jar bundle apache2 8391 +org.wso2.carbon.identity.authentication_4.5.4.jar bundle apache2 8609 +org.wso2.carbon.identity.authenticator.saml2.sso.common_5.1.3.jar bundle apache2 9428 +org.wso2.carbon.identity.authenticator.saml2.sso.stub_5.1.1.jar bundle apache2 8382 +org.wso2.carbon.identity.authenticator.saml2.sso.ui_5.1.3.jar bundle apache2 9427 +org.wso2.carbon.identity.authenticator.saml2.sso_5.1.3.jar bundle apache2 9426 +org.wso2.carbon.identity.base_5.2.0.jar bundle apache2 8378 +org.wso2.carbon.identity.core.ui_5.2.0.jar bundle apache2 8377 +org.wso2.carbon.identity.core_5.2.0.jar bundle apache2 8376 +org.wso2.carbon.identity.jwt.client.extension_2.0.10.jar bundle apache2 10969 +org.wso2.carbon.identity.oauth.stub_5.3.1.jar bundle apache2 10505 +org.wso2.carbon.identity.sso.agent_5.1.0.jar bundle apache2 8353 +org.wso2.carbon.identity.sso.saml.stub_5.1.1.jar bundle apache2 8352 +org.wso2.carbon.identity.user.store.configuration.deployer_5.2.0.jar bundle apache2 8332 +org.wso2.carbon.identity.user.store.configuration.stub_5.2.0.jar bundle apache2 8331 +org.wso2.carbon.identity.user.store.configuration.ui_5.2.0.jar bundle apache2 8330 +org.wso2.carbon.identity.user.store.configuration_5.2.0.jar bundle apache2 8329 +org.wso2.carbon.identity.user.store.count.stub_5.2.0.jar bundle apache2 8328 +org.wso2.carbon.identity.user.store.count_5.2.0.jar bundle apache2 8327 +org.wso2.carbon.logging-4.4.11.jar bundle apache2 10339 +org.wso2.carbon.logging.admin.stub_4.5.4.jar bundle apache2 8313 +org.wso2.carbon.logging.admin.ui_4.5.4.jar bundle apache2 8312 +org.wso2.carbon.logging.service_4.5.4.jar bundle apache2 8311 +org.wso2.carbon.logging.view.stub_4.5.4.jar bundle apache2 8310 +org.wso2.carbon.logging.view.ui_4.5.4.jar bundle apache2 8309 +org.wso2.carbon.logging_4.4.11.jar bundle apache2 10369 +org.wso2.carbon.metrics.common_1.2.2.jar bundle apache2 8818 +org.wso2.carbon.metrics.das.reporter_1.2.2.jar bundle apache2 8817 +org.wso2.carbon.metrics.data.common_1.2.2.jar bundle apache2 8816 +org.wso2.carbon.metrics.data.service.stub_1.2.2.jar bundle apache2 8815 +org.wso2.carbon.metrics.data.service_1.2.2.jar bundle apache2 8814 +org.wso2.carbon.metrics.impl_1.2.2.jar bundle apache2 8813 +org.wso2.carbon.metrics.jdbc.reporter_1.2.2.jar bundle apache2 8812 +org.wso2.carbon.metrics.manager_1.2.2.jar bundle apache2 8811 +org.wso2.carbon.metrics.view.ui_1.2.2.jar bundle apache2 8810 +org.wso2.carbon.ndatasource.common_4.4.11.jar bundle apache2 10368 +org.wso2.carbon.ndatasource.core_4.4.11.jar bundle apache2 10367 +org.wso2.carbon.ndatasource.datasources_4.5.4.jar bundle apache2 8571 +org.wso2.carbon.ndatasource.rdbms_4.4.11.jar bundle apache2 10366 +org.wso2.carbon.ndatasource.stub_4.5.4.jar bundle apache2 8570 +org.wso2.carbon.ndatasource.ui_4.5.4.jar bundle apache2 8569 +org.wso2.carbon.ntask.common_4.5.4.jar bundle apache2 8568 +org.wso2.carbon.ntask.core_4.5.4.jar bundle apache2 8567 +org.wso2.carbon.ntask.solutions_4.5.4.jar bundle apache2 8566 +org.wso2.carbon.osgi.security_4.4.11.jar bundle apache2 10365 +org.wso2.carbon.qpid.stub_4.5.4.jar bundle apache2 8298 +org.wso2.carbon.queuing_4.4.11.jar bundle apache2 10364 +org.wso2.carbon.registry.admin.api_4.5.8.jar bundle apache2 10275 +org.wso2.carbon.registry.api_4.4.11.jar bundle apache2 10363 +org.wso2.carbon.registry.common.ui_4.5.8.jar bundle apache2 10274 +org.wso2.carbon.registry.common_4.5.8.jar bundle apache2 10273 +org.wso2.carbon.registry.core_4.4.11.jar bundle apache2 10362 +org.wso2.carbon.registry.indexing_4.5.8.jar bundle apache2 10266 +org.wso2.carbon.registry.properties.stub_4.5.8.jar bundle apache2 10262 +org.wso2.carbon.registry.properties.ui_4.5.8.jar bundle apache2 10261 +org.wso2.carbon.registry.properties_4.5.8.jar bundle apache2 10260 +org.wso2.carbon.registry.resource.stub_4.5.8.jar bundle apache2 10256 +org.wso2.carbon.registry.resource.ui_4.5.8.jar bundle apache2 10255 +org.wso2.carbon.registry.resource_4.5.8.jar bundle apache2 10254 +org.wso2.carbon.registry.search.stub_4.5.8.jar bundle apache2 10253 +org.wso2.carbon.registry.search.ui_4.5.8.jar bundle apache2 10252 +org.wso2.carbon.registry.search_4.5.8.jar bundle apache2 10251 +org.wso2.carbon.registry.server_4.4.11.jar bundle apache2 10361 +org.wso2.carbon.registry.servlet_4.5.8.jar bundle apache2 10250 +org.wso2.carbon.remote-tasks.stub_4.5.4.jar bundle apache2 8529 +org.wso2.carbon.roles.mgt.stub_4.4.11.jar bundle apache2 10360 +org.wso2.carbon.roles.mgt.ui_4.4.11.jar bundle apache2 10359 +org.wso2.carbon.roles.mgt_4.4.11.jar bundle apache2 10358 +org.wso2.carbon.securevault_4.4.11.jar bundle apache2 10357 +org.wso2.carbon.security.mgt.stub_5.2.0.jar bundle apache2 8272 +org.wso2.carbon.security.mgt.ui_5.2.0.jar bundle apache2 8271 +org.wso2.carbon.security.mgt_5.2.0.jar bundle apache2 8270 +org.wso2.carbon.server-4.4.11.jar bundle apache2 10338 +org.wso2.carbon.server.admin.common_4.4.11.jar bundle apache2 10356 +org.wso2.carbon.server.admin.stub_4.4.11.jar bundle apache2 10355 +org.wso2.carbon.server.admin.ui_4.4.11.jar bundle apache2 10354 +org.wso2.carbon.server.admin_4.4.11.jar bundle apache2 10353 +org.wso2.carbon.siddhi.geo.event.fuser_2.1.4.jar bundle apache2 9644 +org.wso2.carbon.siddhi.geo.event.notifier_2.1.4.jar bundle apache2 9643 +org.wso2.carbon.siddhi.metrics.core_2.1.4.jar bundle apache2 9642 +org.wso2.carbon.siddhi.tryit.ui_2.1.4.jar bundle apache2 9641 +org.wso2.carbon.tenant.common.stub_4.5.4.jar bundle apache2 8258 +org.wso2.carbon.tenant.common_4.5.4.jar bundle apache2 8257 +org.wso2.carbon.tenant.dispatcher_4.6.1.jar bundle apache2 10242 +org.wso2.carbon.tenant.keystore.mgt_4.6.1.jar bundle apache2 10241 +org.wso2.carbon.tenant.mgt.core_4.6.1.jar bundle apache2 10240 +org.wso2.carbon.tenant.mgt.stub_4.6.1.jar bundle apache2 10239 +org.wso2.carbon.tenant.mgt.ui_4.6.1.jar bundle apache2 10238 +org.wso2.carbon.tenant.mgt_4.6.1.jar bundle apache2 10237 +org.wso2.carbon.tenant.redirector.servlet.stub_4.6.1.jar bundle apache2 10236 +org.wso2.carbon.tenant.redirector.servlet.ui_4.6.1.jar bundle apache2 10235 +org.wso2.carbon.tenant.redirector.servlet_4.6.1.jar bundle apache2 10234 +org.wso2.carbon.tenant.sso.redirector.ui_4.6.1.jar bundle apache2 10233 +org.wso2.carbon.tenant.theme.mgt_4.6.1.jar bundle apache2 10232 +org.wso2.carbon.tomcat.ext_4.4.11.jar bundle apache2 10351 +org.wso2.carbon.tomcat.patch_4.7.2.jar bundle apache2 10229 +org.wso2.carbon.tomcat_4.4.11.jar bundle apache2 10350 +org.wso2.carbon.tryit.ui_4.5.4.jar bundle apache2 8750 +org.wso2.carbon.tryit_4.5.4.jar bundle apache2 8748 +org.wso2.carbon.ui.menu.general_4.4.11.jar bundle apache2 10349 +org.wso2.carbon.ui.menu.registry_4.4.7.jar bundle apache2 8503 +org.wso2.carbon.ui.menu.stratos_2.2.0.jar bundle apache2 2202 +org.wso2.carbon.ui.menu.tools_4.4.7.jar bundle apache2 8238 +org.wso2.carbon.ui_4.4.11.jar bundle apache2 10348 +org.wso2.carbon.user.api_4.4.11.jar bundle apache2 10347 +org.wso2.carbon.user.core_4.4.11.jar bundle apache2 10346 +org.wso2.carbon.user.mgt.common_5.2.0.jar bundle apache2 8230 +org.wso2.carbon.user.mgt.stub_5.2.0.jar bundle apache2 8229 +org.wso2.carbon.user.mgt.ui_5.2.0.jar bundle apache2 8228 +org.wso2.carbon.user.mgt.workflow.stub_5.2.0.jar bundle apache2 8227 +org.wso2.carbon.user.mgt_5.2.0.jar bundle apache2 8224 +org.wso2.carbon.utils_4.4.11.jar bundle apache2 10345 +org.wso2.carbon.webapp.deployer_4.7.2.jar bundle apache2 10227 +org.wso2.carbon.webapp.mgt_4.7.2.jar bundle apache2 10223 +org.wso2.carbon.wsdl2form-4.5.4.jar bundle apache2 8749 +org.wso2.ciphertool-1.0.0-wso2v3.jar bundle apache2 4038 +org.wso2.das.multitenancy.dashboard.ui_3.1.0.jar bundle apache2 9741 +org.wso2.das.styles_3.1.0.jar bundle apache2 9740 +org.wso2.extension.siddhi.execution.json_3.0.6.jar bundle apache2 11075 +org.wso2.securevault_1.0.0.wso2v2.jar bundle apache2 768 +org.xerial.snappy.snappy-java_1.1.2.1.jar bundle apache2 2002 +org.yaml.snakeyaml_1.11.0.jar bundle apache2 1222 +oro_2.0.8.wso2v1.jar bundle apache2 9739 +paranamer_2.6.0.wso2v1.jar bundle bsd 4644 +parquet-hadoop_1.7.0.wso2v1.jar bundle apache2 9738 +patch.jar jarinbundle epl1 1137 +pdepublishing-ant.jar jar epl1 524 +pdepublishing.jar jar epl1 525 +perf4j_0.9.12.wso2v1.jar bundle apache2 832 +poi-ooxml_3.14.0.wso2v1.jar bundle apache2 8218 +poi-scratchpad_3.14.0.wso2v1.jar bundle apache2 8217 +poi_3.14.0.wso2v1.jar bundle apache2 8216 +quartz_2.1.1.wso2v1.jar bundle apache2 975 +rampart-core_1.6.1.wso2v21.jar bundle apache2 8215 +rampart-policy_1.6.1.wso2v21.jar bundle apache2 8214 +rampart-trust_1.6.1.wso2v21.jar bundle apache2 8213 +rome_0.9.0.wso2v1.jar bundle apache2 930 +saxon.bps_9.0.0.x-wso2v1.jar bundle mpl11 985 +siddhi-core_3.1.2.jar bundle apache2 1979 +siddhi-extension-eval-script_3.1.2.jar bundle apache2 1978 +siddhi-extension-event-table_3.1.2.jar bundle apache2 1977 +siddhi-extension-geo_3.1.2.jar bundle apache2 1976 +siddhi-extension-kalman-filter_3.1.2.jar bundle apache2 1975 +siddhi-extension-map_3.1.2.jar bundle apache2 1974 +siddhi-extension-markov-models_3.1.2.jar bundle apache2 1973 +siddhi-extension-math_3.1.2.jar bundle apache2 1972 +siddhi-extension-regex_3.1.2.jar bundle apache2 1971 +siddhi-extension-reorder_3.1.2.jar bundle apache2 1970 +siddhi-extension-string_3.1.2.jar bundle apache2 1969 +siddhi-extension-timeseries_3.1.2.jar bundle apache2 1967 +siddhi-extension-time_3.1.2.jar bundle apache2 1968 +siddhi-query-api_3.1.2.jar bundle apache2 1966 +siddhi-query-compiler_3.1.2.jar bundle apache2 1965 +slf4j.api_1.6.1.jar bundle mit 354 +slf4j.api_1.7.13.jar bundle mit 1606 +slf4j.api_1.7.21.jar bundle mit 1852 +slf4j.log4j12_1.6.1.jar bundle mit 346 +slf4j.log4j12_1.7.13.jar bundle mit 1605 +slf4j.log4j12_1.7.21.jar bundle mit 1851 +slf4j_1.5.10.wso2v1.jar bundle mit 1429 +smackx_3.0.4.wso2v1.jar bundle apache2 1871 +smack_3.0.4.wso2v1.jar bundle apache2 1493 +solr_5.2.1.wso2v1.jar bundle apache2 4384 +spark-core_2.10_1.6.2.wso2v2.jar bundle apache2 10597 +spark-sql_2.10_1.6.2.wso2v1.jar bundle apache2 9735 +spark-streaming_2.10_1.6.2.wso2v1.jar bundle apache2 9734 +spatial4j_0.4.1.wso2v1.jar bundle apache2 4045 +spring-aop-3.0.7.RELEASE.jar bundle apache2 279 +spring-asm-3.0.7.RELEASE.jar bundle apache2 261 +spring-beans-3.0.7.RELEASE.jar bundle apache2 275 +spring-context-3.0.7.RELEASE.jar bundle apache2 273 +spring-core-3.0.7.RELEASE.jar bundle apache2 270 +spring-expression-3.0.7.RELEASE.jar bundle apache2 272 +spring-web-3.0.7.RELEASE.jar bundle apache2 268 +spring.framework_3.2.9.wso2v1.jar bundle apache2 4044 +stax2-api-3.1.4.jar bundle bsd 1089 +storm-core_0.10.1.wso2v1.jar bundle apache2 9638 +stream_2.9.5.wso2v1.jar bundle apache2 9733 +svn-client-adapter_1.10.9.wso2v1.jar bundle apache2 4043 +tachyon-client_0.8.2.wso2v1.jar bundle apache2 9732 +tcpmon-1.0.jar jar bsd 255 +tiles-jsp_2.0.5.wso2v1.jar bundle apache2 989 +tomcat-annotations-api-7.0.73.jar jar apache2 2044 +tomcat-catalina-ha_7.0.73.wso2v1.jar bundle apache2 10344 +tomcat-el-api_7.0.73.wso2v1.jar bundle apache2 10343 +tomcat-jsp-api_7.0.73.wso2v1.jar bundle apache2 10342 +tomcat-juli-7.0.73.jar jar apache2 2043 +tomcat-servlet-api_7.0.73.wso2v1.jar bundle apache2 10341 +tomcat_7.0.73.wso2v1.jar bundle apache2 10340 +tyrus-standalone-client_1.7.0.wso2v1.jar bundle cddl+gpl 4226 +uncommons-maths_1.2.2.wso2v1.jar bundle apache2 4636 +velocity-1.7.jar bundle apache2 509 +wadl-core-1.1.3.wso2v2.jar bundle apache2 4069 +woden_1.0.0.M9-wso2v1.jar bundle apache2 3755 +woodstox-core-asl-4.4.1.jar bundle apache2 1087 +wsdl4j-1.6.3.jar jar cpl1 276 +wsdl4j_1.6.2.wso2v4.jar bundle apache2 745 +wso2-uri-templates_1.6.2.jar bundle apache2 364 +wss4j_1.5.11.wso2v14.jar bundle apache2 8206 +xalan-2.7.1.wso2v1.jar bundle apache2 659 +xalan-2.7.2.wso2v2.jar bundle apache2 8202 +xercesImpl-2.8.1.wso2v2.jar bundle apache2 663 +xml-apis-1.4.01.jar jar apache2 1793 +xml-resolver-1.2.jar jar apache2 278 +xmlbeans-2.3.0.jar jarinbundle apache2 344 +xmlbeans_2.3.0.wso2v1.jar bundle apache2 749 +xmlschema-core-2.1.0.jar bundle apache2 1145 +XmlSchema_1.4.7.wso2v3.jar bundle apache2 3585 +xmlsec-1.5.8.jar bundle apache2 1144 + + + +The license types used by the above libraries and their information is given below: + +bouncy Bouncy Castle License + http://www.bouncycastle.org/licence.html +bsd Berkeley License + http://www.opensource.org/licenses/bsd-license.php +apache2 Apache License Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.html +mit MIT License + http://www.opensource.org/licenses/mit-license.php +cddl1 Common Development and Distribution License + http://www.opensource.org/licenses/cddl1.php +mpl10 Mozilla Public License 1.0 + http://www.mozilla.org/MPL/ +cpl1 Common Public License + http://opensource.org/licenses/cpl1.0.php +epl1+lgpl2 EPL1 + LGPL2 + http://www.eclipse.org/legal/epl-v10.html + http://www.gnu.org/licenses/licenses.html +mpl11 Mozilla Public License 1.0 + http://www.mozilla.org/MPL/MPL-1.1.html +cddl+gpl CDDL + GPLv2 + https://glassfish.dev.java.net/public/CDDL+GPL.html +bsd3 BSD-3 + http://opensource.org/licenses/BSD-3-Clause +epl1 Eclipse Public License + http://www.eclipse.org/legal/epl-v10.html \ No newline at end of file diff --git a/modules/analytics/distribution/src/repository/conf/security/Owasp.CsrfGuard.Carbon.properties b/modules/analytics/distribution/src/repository/conf/security/Owasp.CsrfGuard.Carbon.properties index bf41e0ee..3c112193 100644 --- a/modules/analytics/distribution/src/repository/conf/security/Owasp.CsrfGuard.Carbon.properties +++ b/modules/analytics/distribution/src/repository/conf/security/Owasp.CsrfGuard.Carbon.properties @@ -456,4 +456,5 @@ org.owasp.csrfguard.unprotected.ml=%servletContext%/api/login* org.owasp.csrfguard.unprotected.passivests=%servletContext%/acs/* org.owasp.csrfguard.unprotected.deviceMgtSSOAcs=%servletContext%/devicemgt/uuf/sso/acs org.owasp.csrfguard.unprotected.deviceMgtAcs=%servletContext%/uuf/sso/acs -org.owasp.csrfguard.unprotected.deviceMgtApi=%servletContext%/devicemgt/api/invoker/execute/* +org.owasp.csrfguard.unprotected.deviceMgtApi=%servletContext%/devicemgt/api/* +org.owasp.csrfguard.unprotected.portalApis=%/portal/apis/* \ No newline at end of file diff --git a/modules/analytics/distribution/src/repository/jaggeryapps/portal/jaggery.conf b/modules/analytics/distribution/src/repository/jaggeryapps/portal/jaggery.conf new file mode 100644 index 00000000..77030553 --- /dev/null +++ b/modules/analytics/distribution/src/repository/jaggeryapps/portal/jaggery.conf @@ -0,0 +1,187 @@ +{ + "initScripts": [ + "js/dashboard-deployer.js" + ], + "welcomeFiles": [ + "routers/tenant.jag" + ], + "errorPages": { + "500": "/controllers/error-pages/error500.html", + "404": "/controllers/error-pages/error404.html", + "401": "/controllers/error-pages/error401.html", + "405": "/controllers/error-pages/error405.html", + "403": "/controllers/error-pages/error403.html", + "400": "/controllers/error-pages/error400.html" + }, + "urlMappings": [ + { + "url": "/login-controller", + "path": "/routers/tenant.jag" + }, + { + "url": "/login", + "path": "/routers/tenant.jag" + }, + { + "url": "/logout", + "path": "/routers/tenant.jag" + }, + { + "url": "/t/*", + "path": "/routers/tenant.jag" + }, + { + "url": "/apis/*", + "path": "/routers/tenant.jag" + }, + { + "url": "/dashboards/*", + "path": "/routers/tenant.jag" + }, + { + "url": "/gadget/*", + "path": "/routers/tenant.jag" + }, + { + "url": "/layout/*", + "path": "/routers/tenant.jag" + }, + { + "url": "/assets/*", + "path": "/routers/tenant.jag" + }, + { + "url": "/create-dashboard", + "path": "/routers/tenant.jag" + }, + { + "url": "/dashboard-settings/*", + "path": "/routers/tenant.jag" + }, + { + "url": "/select-layout", + "path": "/routers/tenant.jag" + }, + { + "url": "/create-gadget", + "path": "/routers/tenant.jag" + }, + { + "url": "/upload-gadget", + "path": "/routers/tenant.jag" + }, + { + "url": "/upload-layout", + "path": "/routers/tenant.jag" + }, + { + "url": "/geojson/world/*", + "path": "/templates/geojson/world.json" + }, + { + "url": "/geojson/europe/*", + "path": "/templates/geojson/europe.json" + }, + { + "url": "/geojson/usa/*", + "path": "/templates/geojson/usa.json" + }, + { + "url": "/geojson/countryInfo/*", + "path": "/templates/geojson/countryInfo.json" + }, + { + "url": "/geojson/usaInfo/*", + "path": "/templates/geojson/usaInfo.json" + }, + { + "url": "/acs", + "path": "/controllers/acs.jag" + }, + { + "url": "/banners/*", + "path": "/routers/tenant.jag" + }, + { + "url": "/gadgets/*", + "path": "/routers/tenant.jag" + }, + { + "url": "/configs/designer.json", + "path": "/controllers/error-pages/error404.html" + } + ], + "listeners": [ + { + "class": "org.owasp.csrfguard.CsrfGuardServletContextListener" + }, + { + "class": "org.owasp.csrfguard.CsrfGuardHttpSessionListener" + } + ], + "servlets": [ + { + "name": "JavaScriptServlet", + "class": "org.owasp.csrfguard.servlet.JavaScriptServlet" + } + ], + "servletMappings": [ + { + "name": "JavaScriptServlet", + "url": "/csrf.js" + } + ], + "contextParams": [ + { + "name": "Owasp.CsrfGuard.Config", + "value": "repository/conf/security/Owasp.CsrfGuard.dashboard.properties" + } + ], + "filters": [ + { + "name": "ContentTypeBasedCachePreventionFilter", + "class": "org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter", + "params" : [ + {"name" : "patterns", "value" : "text/html\" ,application/json\" ,text/plain"}, + {"name" : "filterAction", "value" : "enforce"}, + {"name" : "httpHeaders", "value" : "Cache-Control: no-store, no-cache, must-revalidate, private"} + ] + }, + { + "name": "HttpHeaderSecurityFilter", + "class": "org.apache.catalina.filters.HttpHeaderSecurityFilter", + "params": [ + { + "name": "hstsEnabled", + "value": "false" + }, + { + "name": "antiClickJackingOption", + "value": "SAMEORIGIN" + } + ] + }, + { + "name": "TenantStoresFilter", + "class": "org.wso2.carbon.dashboard.store.filter.TenantStoreFilter" + } + ], + "filterMappings": [ + { + "name": "HttpHeaderSecurityFilter", + "url": "*" + }, + { + "name": "TenantStoresFilter", + "url": "/store/*" + }, + { + "name": "TenantStoresFilter", + "url": "/temp/*" + }, + { + "name":"ContentTypeBasedCachePreventionFilter", + "url":"*" + } + ] +} diff --git a/modules/broker/distribution/src/main/assembly/filter.properties b/modules/broker/distribution/src/main/assembly/filter.properties index 76211331..cadf9342 100644 --- a/modules/broker/distribution/src/main/assembly/filter.properties +++ b/modules/broker/distribution/src/main/assembly/filter.properties @@ -1,6 +1,6 @@ product.name=WSO2 Message Broker product.key=MB -product.version=1.0.0.SNAPSHOT -carbon.version=4.9.0 -mb.version=1.0.0.SNAPSHOT +product.version=3.1.0 +carbon.version=4.4.11 +mb.version=3.1.0 default.server.role=MessageBroker diff --git a/modules/broker/distribution/src/main/conf/axis2.xml b/modules/broker/distribution/src/main/conf/axis2.xml index 7ea7b6ef..6d7d1067 100644 --- a/modules/broker/distribution/src/main/conf/axis2.xml +++ b/modules/broker/distribution/src/main/conf/axis2.xml @@ -75,10 +75,10 @@ axis2modules - WSO2 Message Broker-3.0.0-SNAPSHOT + WSO2 Message Broker-3.0.0 - WSO2 Message Broker-3.0.0-SNAPSHOT + WSO2 Message Broker-3.0.0 diff --git a/modules/broker/distribution/src/main/resources/LICENSE.txt b/modules/broker/distribution/src/main/resources/LICENSE.txt index e7fea711..fbabcf7c 100644 --- a/modules/broker/distribution/src/main/resources/LICENSE.txt +++ b/modules/broker/distribution/src/main/resources/LICENSE.txt @@ -15,358 +15,350 @@ Name --------------------------------------------------------------------------------------------------------- abdera_1.0.0.wso2v3.jar bundle apache2 907 activation-1.1.1.jar jarinbundle cddl1 552 -addressing-1.6.1-wso2v16.mar bundle apache2 6272 -ajaxtags_1.3.0.beta-rc7-wso2v1.jar bundle apache2 905 -andes-client-3.1.1.jar bundle apache2 1629 -andes_3.1.1.jar bundle apache2 1630 -annogen_0.1.0.wso2v1.jar bundle apache2 942 -ant-contrib-1.0b3.jar jar apache2 549 -antlr-runtime_3.2.0.wso2v1.jar bundle bsd 817 -antlr_3.2.0.wso2v1.jar bundle bsd 838 -ant_1.7.0.wso2v1.jar bundle apache2 1012 -apache-zookeeper_3.3.4.wso2v1.jar bundle apache2 4219 -authenticator_0.7.0.wso2v1.jar bundle apache2 700 -axiom_1.2.11.wso2v9.jar bundle apache2 5426 -axis2-json_1.6.1.wso2v16.jar bundle apache2 6270 -axis2-transport-jms_1.1.0.wso2v14.jar bundle apache2 5915 -axis2-transport-rabbitmq-amqp_1.1.0.wso2v14.jar bundle apache2 5914 -axis2_1.6.1.wso2v16.jar bundle apache2 6269 -backport-util-concurrent_3.1.0.wso2v1.jar bundle apache2 1007 -bcprov-jdk15-132.jar jar apache2 285 -bcprov-jdk15on-1.49.jar jarinbundle bouncy 1069 -bcprov-jdk15on_1.49.0.wso2v2.jar bundle bouncy 3640 -com.google.gson_2.3.1.jar bundle apache2 1143 -com.google.gson_2.5.0.jar bundle bsd 1621 -com.google.guava_13.0.1.jar apache2 -com.google.guava_15.0.0.jar bundle apache2 792 -com.google.guava_19.0.0.jar bundle apache2 1627 -commons-beanutils-1.7.0.jar jarinbundle apache2 383 -commons-beanutils-1.8.0.jar jarinbundle apache2 292 -commons-beanutils_1.8.0.wso2v1.jar bundle apache2 688 -commons-cli_1.2.0.wso2v1.jar bundle apache2 922 -commons-codec_1.4.0.wso2v1.jar bundle apache2 980 -commons-collections_3.2.2.wso2v1.jar bundle apache2 6268 -commons-configuration_1.6.0.wso2v1.jar bundle apache2 933 -commons-dbcp_1.4.0.wso2v1.jar bundle apache2 962 -commons-digester-1.8.1.jar jarinbundle apache2 347 -commons-digester-1.8.jar jarinbundle apache2 384 -commons-digester_1.8.1.wso2v1.jar bundle apache2 857 -commons-fileupload_1.2.2.wso2v1.jar bundle apache2 830 -commons-httpclient_3.1.0.wso2v2.jar bundle apache2 760 -commons-io_2.0.0.wso2v2.jar bundle apache2 678 -commons-io_2.4.0.wso2v1.jar bundle apache2 4217 -commons-lang-2.6.0.wso2v1.jar bundle apache2 664 -commons-lang_2.6.0.wso2v1.jar bundle apache2 940 -commons-pool_1.5.6.wso2v1.jar bundle apache2 1009 -compass_2.0.1.wso2v2.jar bundle apache2 897 -disruptor_3.3.2.wso2v2.jar bundle apache2 4377 -dom4j-1.6.1.jar jarinbundle bsd 1177 -encoder_1.2.0.wso2v1.jar bundle apache2 4030 -geronimo-jaxws_2.2_spec-1.0.jar bundle apache2 395 -geronimo-jms_1.1_spec-1.1.0.wso2v1.jar bundle apache2 661 -geronimo-jta_1.1_spec-1.1.jar jar apache2 1066 -geronimo-saaj_1.3_spec_1.0.0.wso2v3.jar bundle apache2 893 -h2-1.2.140-wso2v3.jar bundle epl1 -h2-database-engine_1.2.140.wso2v3.jar bundle epl1 697 -hazelcast_3.5.2.wso2v1.jar bundle apache2 5423 -hector-core_1.1.4.wso2v1.jar bundle apache2 2878 -high-scale-lib_1.0.0.wso2v1.jar bundle apache2 4216 -httpclient_4.3.1.wso2v2.jar bundle apache2 4214 -httpcore_4.3.3.wso2v1.jar bundle apache2 3638 -httpmime_4.3.1.wso2v2.jar bundle apache2 4375 -icu4j-3.8.jar jarinbundle icu 321 -io.dropwizard.metrics.core_3.1.2.jar bundle apache2 1305 -io.dropwizard.metrics.jvm_3.1.2.jar bundle apache2 1302 -javasysmon_0.3.3.wso2v1.jar bundle bsd 721 -javax.cache.wso2_4.4.3.jar bundle apache2 1583 -jaxb_2.2.5.wso2v1.jar bundle cddl1 883 -jdbc-pool_7.0.34.wso2v2.jar bundle apache2 3637 -jericho-html-2.4.jar jarinbundle epl1 363 -jettison_1.3.4.wso2v1.jar bundle apache2 2162 -jline-1.0.jar bundle bsd 805 -json_1.0.0.wso2v1.jar bundle apache2 2361 -json_2.0.0.wso2v1.jar bundle apache2 971 -jsr311-api-1.1.1.jar jarinbundle cddl1 553 -jstl_1.2.1.wso2v2.jar bundle cddl1 2204 -kaptcha_2.3.0.wso2v1.jar bundle apache2 854 -libthrift_0.7.0.wso2v2.jar bundle apache2 912 -libthrift_0.9.2.wso2v1.jar bundle apache2 5912 -localizer-1.0.jar jarinbundle apache2 551 -log4j-1.2.13.jar jar apache2 583 -lucene_5.2.1.wso2v1.jar bundle apache2 4502 -neethi_2.0.4.wso2v5.jar bundle apache2 6267 -netty-all_4.0.23.wso2v1.jar bundle apache2 4689 -noggit_0.6.0.wso2v1.jar bundle apache2 4211 -opencsv-1.8.jar jarinbundle apache2 368 -opencsv_1.8.0.wso2v1.jar bundle apache2 928 -opensaml-1.1.406.jar jarinbundle apache2 351 -opensaml-2.4.1.jar jarinbundle apache2 349 -opensaml2_2.4.1.wso2v1.jar bundle apache2 864 -openws-1.4.1.jar jarinbundle apache2 350 -org.apache.commons.configuration_1.10.0.jar bundle apache2 1510 -org.apache.felix.gogo.command_0.10.0.v201209301215.jar bundle apache2 1134 -org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar bundle apache2 1133 -org.apache.felix.gogo.shell_0.10.0.v201212101605.jar bundle apache2 1132 -org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar bundle epl1 1131 -org.eclipse.core.expressions_3.4.500.v20130515-1343.jar bundle epl1 1130 -org.eclipse.core.jobs_3.5.300.v20130429-1813.jar bundle epl1 1129 -org.eclipse.core.runtime_3.9.0.v20130326-1255.jar bundle epl1 1128 -org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar bundle epl1 1127 -org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar bundle epl1 1126 -org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120319-0616.jar bundle epl1 289 -org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar bundle epl1 1125 -org.eclipse.ecf_3.2.0.v20130604-1622.jar bundle epl1 1124 -org.eclipse.equinox.app_1.3.100.v20130327-1442.jar bundle epl1 1123 -org.eclipse.equinox.common_3.6.200.v20130402-1505.jar bundle epl1 1122 -org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar bundle epl1 1121 -org.eclipse.equinox.console_1.0.100.v20130429-0953.jar bundle epl1 1120 -org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar bundle epl1 1119 -org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar bundle epl1 1118 -org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar bundle epl1 1117 -org.eclipse.equinox.http.helper_1.1.0.wso2v1.jar bundle epl1 839 -org.eclipse.equinox.http.servlet_1.1.400.v20130418-1354.jar bundle epl1 1116 -org.eclipse.equinox.jsp.jasper_1.0.400.v20120522-2049.jar bundle epl1 388 -org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar bundle epl1 1115 -org.eclipse.equinox.p2.artifact.repository_1.1.100.v20110519.jar bundle epl1 337 -org.eclipse.equinox.p2.console_1.0.300.v20130327-2119.jar bundle epl1 1114 -org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar bundle epl1 1113 -org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar bundle epl1 1112 -org.eclipse.equinox.p2.directorywatcher_1.0.300.v20130327-2119.jar bundle epl1 1110 -org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar bundle epl1 1111 -org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122-wso2v1.jar bundle epl1 3873 -org.eclipse.equinox.p2.extensionlocation_1.2.100.v20130327-2119.jar bundle epl1 1109 -org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar bundle epl1 1108 -org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar bundle epl1 1107 -org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar bundle epl1 1106 -org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar bundle epl1 1105 -org.eclipse.equinox.p2.publisher_1.2.0.v20110511.jar bundle epl1 306 -org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar bundle epl1 1104 -org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar bundle epl1 1103 -org.eclipse.equinox.p2.touchpoint.eclipse_2.1.0.v20110511-wso2v1.jar bundle epl1 703 -org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar bundle epl1 1102 -org.eclipse.equinox.p2.transport.ecf_1.0.100.v20110902-0807.jar bundle epl1 369 -org.eclipse.equinox.p2.updatechecker_1.1.200.v20130327-2119.jar bundle epl1 1101 -org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar bundle epl1 1100 -org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar bundle epl1 1099 -org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar bundle epl1 1098 -org.eclipse.equinox.security_1.2.0.v20130424-1801.jar bundle epl1 1097 -org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar bundle epl1 1096 -org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar bundle epl1 1095 -org.eclipse.equinox.util_1.0.500.v20130404-1337.jar bundle epl1 1094 -org.eclipse.jdt.core.compiler.batch_3.10.2.v20150120-1634.jar bundle epl1 1141 -org.eclipse.osgi.services_3.3.100.v20130513-1956.jar bundle epl1 1093 -org.eclipse.osgi_3.9.1.v20130814-1242.jar bundle epl1 1092 -org.restlet_2.3.0.wso2v1.jar bundle apache2 4501 -org.sat4j.core_2.3.5.v201308161310.jar bundle epl1+lgpl21091 -org.sat4j.pb_2.3.5.v201308161310.jar bundle epl1+lgpl21090 -org.wso2.carbon.addressing_4.4.3.jar bundle apache2 6699 -org.wso2.carbon.andes.admin_3.1.1.jar bundle apache2 7159 -org.wso2.carbon.andes.authentication_3.1.1.jar bundle apache2 7158 -org.wso2.carbon.andes.authorization_3.1.1.jar bundle apache2 7157 -org.wso2.carbon.andes.cluster.mgt.ui_3.1.1.jar bundle apache2 7156 -org.wso2.carbon.andes.cluster.mgt_3.1.1.jar bundle apache2 7155 -org.wso2.carbon.andes.commons_3.1.1.jar bundle apache2 7154 -org.wso2.carbon.andes.core_3.1.1.jar bundle apache2 7153 -org.wso2.carbon.andes.event.admin_3.1.1.jar bundle apache2 7152 -org.wso2.carbon.andes.event.core_3.1.1.jar bundle apache2 7151 -org.wso2.carbon.andes.event.stub_3.1.1.jar bundle apache2 7150 -org.wso2.carbon.andes.event.ui_3.1.1.jar bundle apache2 7149 -org.wso2.carbon.andes.mgt.stub_3.1.1.jar bundle apache2 7148 -org.wso2.carbon.andes.stub_3.1.1.jar bundle apache2 7147 -org.wso2.carbon.andes.ui_3.1.1.jar bundle apache2 7146 -org.wso2.carbon.andes_3.1.1.jar bundle apache2 7145 -org.wso2.carbon.application.deployer_4.4.3.jar bundle apache2 6677 -org.wso2.carbon.application.upload_4.4.8.jar bundle apache2 5829 -org.wso2.carbon.authenticator.proxy_4.4.3.jar bundle apache2 6675 -org.wso2.carbon.authenticator.stub_4.4.3.jar bundle apache2 6674 -org.wso2.carbon.base_4.4.3.jar bundle apache2 6671 -org.wso2.carbon.bootstrap-4.4.3.jar bundle apache2 6505 -org.wso2.carbon.captcha.mgt_4.2.0.jar bundle apache2 2154 -org.wso2.carbon.cluster.mgt.core_4.4.3.jar bundle apache2 6667 -org.wso2.carbon.core.bootup.validator_4.4.3.jar bundle apache2 6665 -org.wso2.carbon.core.commons.stub_4.4.3.jar bundle apache2 6663 -org.wso2.carbon.core.common_4.4.3.jar bundle apache2 6664 -org.wso2.carbon.core.services_4.4.3.jar bundle apache2 6662 -org.wso2.carbon.core_4.4.3.jar bundle apache2 6661 -org.wso2.carbon.databridge.agent.thrift_4.4.8.jar bundle apache2 5896 -org.wso2.carbon.databridge.commons.thrift_4.4.8.jar bundle apache2 5895 -org.wso2.carbon.databridge.commons_4.4.8.jar bundle apache2 5894 -org.wso2.carbon.event.client_4.4.8.jar bundle apache2 5815 -org.wso2.carbon.feature.mgt.core_4.4.3.jar bundle apache2 6655 -org.wso2.carbon.feature.mgt.services_4.4.3.jar bundle apache2 6654 -org.wso2.carbon.feature.mgt.stub_4.4.3.jar bundle apache2 6653 -org.wso2.carbon.feature.mgt.ui_4.4.3.jar bundle apache2 6652 -org.wso2.carbon.framework.exporter_4.4.3.jar bundle apache2 6650 -org.wso2.carbon.i18n_4.4.3.jar bundle apache2 6648 -org.wso2.carbon.identity.account.mgt.menu.ui_4.5.6.jar bundle apache2 5224 -org.wso2.carbon.identity.authenticator.saml2.sso.common_4.5.6.jar bundle apache2 5223 -org.wso2.carbon.identity.authenticator.saml2.sso.stub_4.5.6.jar bundle apache2 5222 -org.wso2.carbon.identity.authenticator.saml2.sso.ui_4.5.6.jar bundle apache2 5221 -org.wso2.carbon.identity.authenticator.saml2.sso_4.5.6.jar bundle apache2 5220 -org.wso2.carbon.identity.base_4.5.6.jar bundle apache2 5219 -org.wso2.carbon.identity.menu.ui_4.5.6.jar bundle apache2 5216 -org.wso2.carbon.identity.sso.saml.stub_4.5.6.jar bundle apache2 5213 -org.wso2.carbon.identity.user.store.configuration.deployer_4.5.6.jar bundle apache2 5212 -org.wso2.carbon.identity.user.store.configuration.stub_4.5.6.jar bundle apache2 5211 -org.wso2.carbon.identity.user.store.configuration.ui_4.5.6.jar bundle apache2 5210 -org.wso2.carbon.identity.user.store.configuration_4.5.6.jar bundle apache2 5209 -org.wso2.carbon.identity.user.store.remote_4.5.6.jar bundle apache2 5893 -org.wso2.carbon.java2wsdl.ui_4.4.8.jar bundle apache2 5892 -org.wso2.carbon.java2wsdl_4.4.8.jar bundle apache2 5891 -org.wso2.carbon.logging-4.4.1.jar bundle apache2 3984 -org.wso2.carbon.logging-4.4.3.jar bundle apache2 6507 -org.wso2.carbon.logging.admin.stub_4.4.8.jar bundle apache2 5747 -org.wso2.carbon.logging.admin.ui_4.4.8.jar bundle apache2 5746 -org.wso2.carbon.logging.service_4.4.8.jar bundle apache2 5745 -org.wso2.carbon.logging.view.stub_4.4.8.jar bundle apache2 5744 -org.wso2.carbon.logging.view.ui_4.4.8.jar bundle apache2 5743 -org.wso2.carbon.logging_4.4.3.jar bundle apache2 6600 -org.wso2.carbon.messageflows.stub_4.4.8.jar bundle apache2 5890 -org.wso2.carbon.messageflows.ui_4.4.8.jar bundle apache2 5889 -org.wso2.carbon.messageflows_4.4.8.jar bundle apache2 5888 -org.wso2.carbon.messaging.metrics.ui_3.1.1.jar bundle apache2 7144 -org.wso2.carbon.metrics.common_1.2.0.jar bundle apache2 6889 -org.wso2.carbon.metrics.das.reporter_1.2.0.jar bundle apache2 6888 -org.wso2.carbon.metrics.data.common_1.2.0.jar bundle apache2 6912 -org.wso2.carbon.metrics.data.service.stub_1.2.0.jar bundle apache2 6911 -org.wso2.carbon.metrics.data.service_1.2.0.jar bundle apache2 6910 -org.wso2.carbon.metrics.impl_1.2.0.jar bundle apache2 6887 -org.wso2.carbon.metrics.jdbc.reporter_1.2.0.jar bundle apache2 6909 -org.wso2.carbon.metrics.manager_1.2.0.jar bundle apache2 6886 -org.wso2.carbon.metrics.view.ui_1.2.0.jar bundle apache2 6908 -org.wso2.carbon.ndatasource.common_4.4.3.jar bundle apache2 6562 -org.wso2.carbon.ndatasource.core_4.4.3.jar bundle apache2 6561 -org.wso2.carbon.ndatasource.rdbms_4.4.3.jar bundle apache2 6560 -org.wso2.carbon.osgi.security_4.4.3.jar bundle apache2 6559 -org.wso2.carbon.p2.touchpoint_4.4.3.jar bundle apache2 6558 -org.wso2.carbon.queuing_4.4.3.jar bundle apache2 6554 -org.wso2.carbon.registry.admin.api_4.5.0.jar bundle apache2 5886 -org.wso2.carbon.registry.api_4.4.3.jar bundle apache2 6553 -org.wso2.carbon.registry.common.ui_4.5.0.jar bundle apache2 5885 -org.wso2.carbon.registry.common_4.5.0.jar bundle apache2 5884 -org.wso2.carbon.registry.core_4.4.3.jar bundle apache2 6552 -org.wso2.carbon.registry.indexing_4.5.0.jar bundle apache2 5883 -org.wso2.carbon.registry.properties.stub_4.5.0.jar bundle apache2 5882 -org.wso2.carbon.registry.properties.ui_4.5.0.jar bundle apache2 5881 -org.wso2.carbon.registry.properties_4.5.0.jar bundle apache2 5880 -org.wso2.carbon.registry.resource.stub_4.5.0.jar bundle apache2 5879 -org.wso2.carbon.registry.resource.ui_4.5.0.jar bundle apache2 5878 -org.wso2.carbon.registry.resource_4.5.0.jar bundle apache2 5877 -org.wso2.carbon.registry.search.stub_4.5.0.jar bundle apache2 5876 -org.wso2.carbon.registry.search.ui_4.5.0.jar bundle apache2 5875 -org.wso2.carbon.registry.search_4.5.0.jar bundle apache2 5874 -org.wso2.carbon.registry.server_4.4.3.jar bundle apache2 6551 -org.wso2.carbon.registry.servlet_4.5.0.jar bundle apache2 5873 -org.wso2.carbon.roles.mgt.stub_4.4.3.jar bundle apache2 6545 -org.wso2.carbon.roles.mgt.ui_4.4.3.jar bundle apache2 6544 -org.wso2.carbon.roles.mgt_4.4.3.jar bundle apache2 6543 -org.wso2.carbon.securevault_4.4.3.jar bundle apache2 6542 -org.wso2.carbon.security.mgt.stub_4.5.6.jar bundle apache2 5072 -org.wso2.carbon.security.mgt.ui_4.5.6.jar bundle apache2 5071 -org.wso2.carbon.security.mgt_4.5.6.jar bundle apache2 5070 -org.wso2.carbon.server-4.4.3.jar bundle apache2 6506 -org.wso2.carbon.server.admin.common_4.4.3.jar bundle apache2 6535 -org.wso2.carbon.server.admin.stub_4.4.3.jar bundle apache2 6534 -org.wso2.carbon.server.admin.ui_4.4.3.jar bundle apache2 6533 -org.wso2.carbon.server.admin_4.4.3.jar bundle apache2 6532 -org.wso2.carbon.statistics.stub_4.4.8.jar bundle apache2 5872 -org.wso2.carbon.statistics.ui_4.4.8.jar bundle apache2 5871 -org.wso2.carbon.statistics_4.4.8.jar bundle apache2 5870 -org.wso2.carbon.tenant.common.stub_4.4.8.jar bundle apache2 5725 -org.wso2.carbon.tenant.common_4.4.8.jar bundle apache2 5724 -org.wso2.carbon.tenant.deployment_4.4.4.jar bundle apache2 5869 -org.wso2.carbon.tenant.dispatcher_4.4.4.jar bundle apache2 5868 -org.wso2.carbon.tenant.keystore.mgt_4.4.4.jar bundle apache2 5867 -org.wso2.carbon.tenant.mgt.core_4.4.4.jar bundle apache2 5866 -org.wso2.carbon.tenant.mgt.stub_4.4.4.jar bundle apache2 5865 -org.wso2.carbon.tenant.mgt.ui_4.4.4.jar bundle apache2 5864 -org.wso2.carbon.tenant.mgt_4.4.4.jar bundle apache2 5863 -org.wso2.carbon.tenant.redirector.servlet.stub_4.4.4.jar bundle apache2 5862 -org.wso2.carbon.tenant.redirector.servlet.ui_4.4.4.jar bundle apache2 5861 -org.wso2.carbon.tenant.redirector.servlet_4.4.4.jar bundle apache2 5860 -org.wso2.carbon.tenant.sso.redirector.ui_4.4.4.jar bundle apache2 5859 -org.wso2.carbon.tenant.theme.mgt_4.4.4.jar bundle apache2 5858 -org.wso2.carbon.tenant.throttling.agent_4.4.4.jar bundle apache2 5857 -org.wso2.carbon.tenant.usage.agent_4.4.4.jar bundle apache2 5856 -org.wso2.carbon.throttling.agent.stub_4.4.8.jar bundle apache2 5855 -org.wso2.carbon.tomcat.ext_4.4.3.jar bundle apache2 6529 -org.wso2.carbon.tomcat_4.4.3.jar bundle apache2 6528 -org.wso2.carbon.tools.wsdlvalidator.ui_4.4.8.jar bundle apache2 5854 -org.wso2.carbon.tools.wsdlvalidator_4.4.8.jar bundle apache2 5853 -org.wso2.carbon.tracer.stub_4.4.8.jar bundle apache2 5852 -org.wso2.carbon.tracer.ui_4.4.8.jar bundle apache2 5851 -org.wso2.carbon.tracer_4.4.8.jar bundle apache2 5850 -org.wso2.carbon.tryit.ui_4.4.8.jar bundle apache2 5723 -org.wso2.carbon.tryit_4.4.8.jar bundle apache2 5721 -org.wso2.carbon.ui.menu.general_4.4.3.jar bundle apache2 6527 -org.wso2.carbon.ui.menu.registry_4.4.1.jar bundle apache2 4394 -org.wso2.carbon.ui.menu.stratos_2.2.0.jar bundle apache2 2202 -org.wso2.carbon.ui.menu.tools_4.4.1.jar bundle apache2 4066 -org.wso2.carbon.ui_4.4.3.jar bundle apache2 6526 -org.wso2.carbon.um.ws.api.stub_4.5.6.jar bundle apache2 5849 -org.wso2.carbon.um.ws.api_4.5.6.jar bundle apache2 5848 -org.wso2.carbon.um.ws.service_4.5.6.jar bundle apache2 5847 -org.wso2.carbon.user.api_4.4.3.jar bundle apache2 6522 -org.wso2.carbon.user.core_4.4.3.jar bundle apache2 6521 -org.wso2.carbon.user.mgt.common_4.5.6.jar bundle apache2 5057 -org.wso2.carbon.user.mgt.stub_4.5.6.jar bundle apache2 5056 -org.wso2.carbon.user.mgt.ui_4.5.6.jar bundle apache2 5055 -org.wso2.carbon.user.mgt_4.5.6.jar bundle apache2 5054 -org.wso2.carbon.utils_4.4.3.jar bundle apache2 6515 -org.wso2.carbon.wsdl2code.stub_4.4.8.jar bundle apache2 5846 -org.wso2.carbon.wsdl2code.ui_4.4.8.jar bundle apache2 5845 -org.wso2.carbon.wsdl2code_4.4.8.jar bundle apache2 5844 -org.wso2.carbon.wsdl2form-4.4.8.jar bundle apache2 5722 -org.wso2.ciphertool-1.0.0-wso2v3.jar bundle apache2 4038 -org.wso2.mb.samples.mqtt.iot-3.0.0.jar bundle apache2 7139 -org.wso2.mb.samples.mqtt.retain.sample-3.0.0.jar bundle apache2 7140 -org.wso2.mb.samples.mqtt.simple-3.0.0-SNAPSHOT.jar bundle apache2 7141 -org.wso2.mb.styles_3.1.0.jar bundle apache2 7161 -org.wso2.securevault-1.0.0-wso2v2.jar bundle apache2 3537 -org.wso2.securevault_1.0.0.wso2v2.jar bundle apache2 768 -org.wso2.stratos.mb.dashboard.ui_3.1.0.jar bundle apache2 7160 -pdepublishing-ant.jar jar epl1 524 -pdepublishing.jar jar epl1 525 -perf4j_0.9.12.wso2v1.jar bundle apache2 832 -poi-ooxml_3.9.0.wso2v3.jar bundle apache2 3592 -poi-scratchpad_3.9.0.wso2v1.jar bundle apache2 2205 -poi_3.9.0.wso2v1.jar bundle apache2 2017 -rampart-1.6.1-wso2v10.mar bundle apache2 2375 -rampart-core_1.6.1.wso2v16.jar bundle apache2 5051 -rampart-policy_1.6.1.wso2v16.jar bundle apache2 5050 -rampart-trust_1.6.1.wso2v16.jar bundle apache2 5049 -slf4j-1.5.10.wso2v1.jar bundle mit 3209 -slf4j.api_1.6.1.jar bundle mit 354 -slf4j.api_1.7.13.jar bundle mit 1606 -slf4j.log4j12_1.6.1.jar bundle mit 346 -slf4j.log4j12_1.7.13.jar bundle mit 1605 -solr_5.2.1.wso2v1.jar bundle apache2 4384 -spatial4j_0.4.1.wso2v1.jar bundle apache2 4045 -spring.framework_3.2.9.wso2v1.jar bundle apache2 4044 -stax2-api-3.1.4.jar bundle bsd 1089 -tcpmon-1.0.jar jar bsd 255 -tiles-jsp_2.0.5.wso2v1.jar bundle apache2 989 -tomcat-annotations-api-7.0.59.jar jar apache2 1088 -tomcat-catalina-ha_7.0.59.wso2v1.jar bundle apache2 3829 -tomcat-el-api_7.0.59.wso2v1.jar bundle apache2 3828 -tomcat-jsp-api_7.0.59.wso2v1.jar bundle apache2 3827 -tomcat-juli-7.0.59.jar jar apache2 1086 -tomcat-servlet-api_7.0.59.wso2v1.jar bundle apache2 3826 -tomcat_7.0.59.wso2v3.jar bundle apache2 3985 -uddi4j-1.0.1.jar jarinbundle ibmpl 406 -wadl-core-1.1.3.wso2v2.jar bundle apache2 4069 -woden_1.0.0.M9-wso2v1.jar bundle apache2 3755 -woodstox-core-asl-4.4.1.jar bundle apache2 1087 -wsdl-validator_1.2.0.wso2v1.jar bundle epl1 1175 -wsdl4j_1.6.2.wso2v4.jar bundle apache2 745 -wss4j_1.5.11.wso2v11.jar bundle apache2 5040 -xalan-2.7.1.wso2v1.jar bundle apache2 659 -xercesImpl-2.8.1.wso2v2.jar bundle apache2 663 -xml-apis-1.3.04.wso2v2.jar bundle apache2 662 -xmlbeans-2.3.0.jar jarinbundle apache2 344 -xmlbeans_2.3.0.wso2v1.jar bundle apache2 749 -XmlSchema_1.4.7.wso2v3.jar bundle apache2 3585 -xmltooling-1.3.1.jar jarinbundle apache2 348 +addressing-1.6.1-wso2v20.mar bundle apache2 9597 +ajaxtags_1.3.0.beta-rc7-wso2v1.jar bundle apache2 905 +andes-client-3.1.3.jar bundle apache2 2061 +andes_3.1.3.jar bundle apache2 2062 +annogen_0.1.0.wso2v1.jar bundle apache2 942 +ant-contrib-1.0b3.jar jar apache2 549 +antlr-runtime_3.2.0.wso2v1.jar bundle bsd 817 +antlr_3.2.0.wso2v1.jar bundle bsd 838 +ant_1.7.0.wso2v1.jar bundle apache2 1012 +apache-zookeeper_3.3.4.wso2v1.jar bundle apache2 4219 +axiom_1.2.11.wso2v11.jar bundle apache2 8489 +axis2-json_1.6.1.wso2v20.jar bundle apache2 9596 +axis2-transport-jms_1.1.0.wso2v14.jar bundle apache2 5915 +axis2-transport-rabbitmq-amqp_1.1.0.wso2v14.jar bundle apache2 5914 +axis2_1.6.1.wso2v20.jar bundle apache2 9595 +backport-util-concurrent_3.1.0.wso2v1.jar bundle apache2 1007 +bcprov-jdk15on-1.52.jar jarinbundle bouncy 1819 +bcprov-jdk15on_1.52.0.wso2v1.jar bundle bouncy 8485 +bcprov-jdk15-132.jar jar bouncy 285 +com.google.gson_2.3.1.jar bundle apache2 1143 +com.google.gson_2.7.0.jar bundle apache2 1853 +com.google.guava_19.0.0.jar bundle apache2 1627 +commons-beanutils-1.7.0.jar jarinbundle apache2 383 +commons-beanutils-1.8.0.jar jarinbundle apache2 292 +commons-beanutils_1.8.0.wso2v1.jar bundle apache2 688 +commons-cli_1.2.0.wso2v1.jar bundle apache2 922 +commons-codec_1.4.0.wso2v1.jar bundle apache2 980 +commons-collections_3.2.2.wso2v1.jar bundle apache2 6268 +commons-collections-3.2.2.wso2v1.jar bundle apache2 6268 +commons-configuration_1.6.0.wso2v1.jar bundle apache2 933 +commons-dbcp_1.4.0.wso2v1.jar bundle apache2 962 +commons-digester-1.8.1.jar jarinbundle apache2 347 +commons-digester-1.8.jar jarinbundle apache2 384 +commons-digester_1.8.1.wso2v1.jar bundle apache2 857 +commons-fileupload_1.3.2.wso2v1.jar bundle apache2 9594 +commons-httpclient_3.1.0.wso2v3.jar bundle apache2 8483 +commons-io_2.4.0.wso2v1.jar bundle apache2 4217 +commons-lang-2.6.0.wso2v1.jar bundle apache2 664 +commons-lang_2.6.0.wso2v1.jar bundle apache2 940 +commons-pool_1.5.6.wso2v1.jar bundle apache2 1009 +compass_2.0.1.wso2v2.jar bundle apache2 897 +csrfguard_3.1.0.wso2v2.jar bundle bsd 8482 +disruptor_3.3.2.wso2v2.jar bundle apache2 4377 +dom4j-1.6.1.jar jarinbundle bsd 1177 +encoder_1.2.0.wso2v1.jar bundle apache2 4030 +feign-jaxrs-9.3.1.jar jarinbundle apache2 2058 +geronimo-jaxws_2.2_spec-1.0.jar bundle apache2 395 +geronimo-jms_1.1_spec-1.1.0.wso2v1.jar bundle apache2 661 +geronimo-jta_1.1_spec-1.1.jar jar apache2 1066 +geronimo-saaj_1.3_spec_1.0.0.wso2v3.jar bundle apache2 893 +h2-1.3.175.jar jarinbundle epl1 1999 +h2_1.3.175.wso2v1.jar bundle apache2 9731 +hazelcast_3.5.4.wso2v2.jar bundle apache2 8481 +hector-core_1.1.4.wso2v1.jar bundle apache2 2878 +high-scale-lib_1.0.0.wso2v1.jar bundle apache2 4216 +httpclient_4.3.1.wso2v2.jar bundle apache2 4214 +httpcore_4.3.3.wso2v1.jar bundle apache2 3638 +httpmime_4.3.1.wso2v2.jar bundle apache2 4375 +icu4j-3.8.jar jarinbundle icu 321 +io.dropwizard.metrics.core_3.1.2.jar bundle apache2 1305 +io.dropwizard.metrics.jvm_3.1.2.jar bundle apache2 1302 +io.github.openfeign.feign-core_9.3.1.jar bundle apache2 2060 +io.github.openfeign.feign-gson_9.3.1.jar bundle apache2 2059 +javasysmon_0.3.3.wso2v1.jar bundle bsd 721 +javax.cache.wso2_4.4.11.jar bundle apache2 2045 +jaxb_2.2.5.wso2v1.jar bundle cddl1 883 +jdbc-pool_7.0.34.wso2v2.jar bundle apache2 3637 +jericho-html-2.4.jar jarinbundle epl1 363 +jettison_1.3.4.wso2v1.jar bundle apache2 2162 +jline-1.0.jar bundle bsd 805 +joda-time_2.8.2.wso2v1.jar bundle apache2 6879 +json_1.0.0.wso2v1.jar bundle apache2 2361 +json_2.0.0.wso2v1.jar bundle apache2 971 +jsr311-api-1.1.1.jar jarinbundle cddl1 553 +jstl_1.2.1.wso2v2.jar bundle cddl1 2204 +kaptcha_2.3.0.wso2v1.jar bundle apache2 854 +libthrift_0.7.0.wso2v2.jar bundle apache2 912 +libthrift_0.9.2.wso2v1.jar bundle apache2 5912 +localizer-1.0.jar jarinbundle apache2 551 +log4j-1.2.17.jar bundle apache2 802 +lucene_5.2.1.wso2v1.jar bundle apache2 4502 +neethi_2.0.4.wso2v5.jar bundle apache2 6267 +netty-all_4.0.23.wso2v1.jar bundle apache2 4689 +noggit_0.6.0.wso2v1.jar bundle apache2 4211 +opencsv-1.8.jar jarinbundle apache2 368 +opencsv_1.8.0.wso2v1.jar bundle apache2 928 +opensaml_2.6.4.wso2v3.jar bundle apache2 8480 +org.apache.commons.configuration_1.10.0.jar bundle apache2 1510 +org.apache.felix.gogo.command_0.10.0.v201209301215.jar bundle apache2 1134 +org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar bundle apache2 1133 +org.apache.felix.gogo.shell_0.10.0.v201212101605.jar bundle apache2 1132 +org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar bundle epl1 1131 +org.eclipse.core.expressions_3.4.500.v20130515-1343.jar bundle epl1 1130 +org.eclipse.core.jobs_3.5.300.v20130429-1813.jar bundle epl1 1129 +org.eclipse.core.runtime_3.9.0.v20130326-1255.jar bundle epl1 1128 +org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar bundle epl1 1127 +org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar bundle epl1 1126 +org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120319-0616.jar bundle epl1 289 +org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar bundle epl1 1125 +org.eclipse.ecf_3.2.0.v20130604-1622.jar bundle epl1 1124 +org.eclipse.equinox.app_1.3.100.v20130327-1442.jar bundle epl1 1123 +org.eclipse.equinox.common_3.6.200.v20130402-1505.jar bundle epl1 1122 +org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar bundle epl1 1121 +org.eclipse.equinox.console_1.0.100.v20130429-0953.jar bundle epl1 1120 +org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar bundle epl1 1119 +org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar bundle epl1 1118 +org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar bundle epl1 1117 +org.eclipse.equinox.http.helper_1.1.0.wso2v1.jar bundle epl1 839 +org.eclipse.equinox.http.servlet_1.1.400.v20130418-1354.jar bundle epl1 1116 +org.eclipse.equinox.jsp.jasper_1.0.400.v20120522-2049.jar bundle epl1 388 +org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar bundle epl1 1115 +org.eclipse.equinox.p2.artifact.repository_1.1.100.v20110519.jar bundle epl1 337 +org.eclipse.equinox.p2.console_1.0.300.v20130327-2119.jar bundle epl1 1114 +org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar bundle epl1 1113 +org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar bundle epl1 1112 +org.eclipse.equinox.p2.directorywatcher_1.0.300.v20130327-2119.jar bundle epl1 1110 +org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar bundle epl1 1111 +org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122-wso2v1.jar bundle epl1 3873 +org.eclipse.equinox.p2.extensionlocation_1.2.100.v20130327-2119.jar bundle epl1 1109 +org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar bundle epl1 1108 +org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar bundle epl1 1107 +org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar bundle epl1 1106 +org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar bundle epl1 1105 +org.eclipse.equinox.p2.publisher_1.2.0.v20110511.jar bundle epl1 306 +org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar bundle epl1 1104 +org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar bundle epl1 1103 +org.eclipse.equinox.p2.touchpoint.eclipse_2.1.0.v20110511-wso2v1.jar bundle epl1 703 +org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar bundle epl1 1102 +org.eclipse.equinox.p2.transport.ecf_1.0.100.v20110902-0807.jar bundle epl1 369 +org.eclipse.equinox.p2.updatechecker_1.1.200.v20130327-2119.jar bundle epl1 1101 +org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar bundle epl1 1100 +org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar bundle epl1 1099 +org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar bundle epl1 1098 +org.eclipse.equinox.security_1.2.0.v20130424-1801.jar bundle epl1 1097 +org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar bundle epl1 1096 +org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar bundle epl1 1095 +org.eclipse.equinox.util_1.0.500.v20130404-1337.jar bundle epl1 1094 +org.eclipse.jdt.core.compiler.batch_3.10.2.v20150120-1634.jar bundle epl1 1141 +org.eclipse.osgi.services_3.3.100.v20130513-1956.jar bundle epl1 1093 +org.eclipse.osgi_3.9.1.v20130814-1242.jar bundle epl1 1092 +org.restlet_2.3.0.wso2v1.jar bundle apache2 4501 +org.sat4j.core_2.3.5.v201308161310.jar bundle epl1+lgpl21091 +org.sat4j.pb_2.3.5.v201308161310.jar bundle epl1+lgpl21090 +org.wso2.carbon.addressing_4.4.11.jar bundle apache2 10386 +org.wso2.carbon.analytics.shared.data.agents.log4j_1.0.3.jar bundle apache2 11074 +org.wso2.carbon.andes.admin_3.1.3.jar bundle apache2 11073 +org.wso2.carbon.andes.authentication_3.1.3.jar bundle apache2 11072 +org.wso2.carbon.andes.authorization_3.1.3.jar bundle apache2 11071 +org.wso2.carbon.andes.cluster.mgt.ui_3.1.3.jar bundle apache2 11070 +org.wso2.carbon.andes.cluster.mgt_3.1.3.jar bundle apache2 11069 +org.wso2.carbon.andes.commons_3.1.3.jar bundle apache2 11068 +org.wso2.carbon.andes.core_3.1.3.jar bundle apache2 11067 +org.wso2.carbon.andes.event.admin_3.1.3.jar bundle apache2 11066 +org.wso2.carbon.andes.event.core_3.1.3.jar bundle apache2 11065 +org.wso2.carbon.andes.event.stub_3.1.3.jar bundle apache2 11064 +org.wso2.carbon.andes.event.ui_3.1.3.jar bundle apache2 11063 +org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization_3.0.8.jar bundle apache2 11062 +org.wso2.carbon.andes.mgt.stub_3.1.3.jar bundle apache2 11061 +org.wso2.carbon.andes.stub_3.1.3.jar bundle apache2 11060 +org.wso2.carbon.andes.ui_3.1.3.jar bundle apache2 11059 +org.wso2.carbon.andes_3.1.3.jar bundle apache2 11058 +org.wso2.carbon.application.deployer_4.4.11.jar bundle apache2 10385 +org.wso2.carbon.application.upload_4.5.4.jar bundle apache2 8684 +org.wso2.carbon.authenticator.proxy_4.4.11.jar bundle apache2 10384 +org.wso2.carbon.authenticator.stub_4.4.11.jar bundle apache2 10383 +org.wso2.carbon.base_4.4.11.jar bundle apache2 10382 +org.wso2.carbon.bootstrap-4.4.11.jar bundle apache2 10337 +org.wso2.carbon.captcha.mgt_4.2.0.jar bundle apache2 2154 +org.wso2.carbon.cluster.mgt.core_4.4.11.jar bundle apache2 10381 +org.wso2.carbon.core.bootup.validator_4.4.11.jar bundle apache2 10380 +org.wso2.carbon.core.commons.stub_4.4.11.jar bundle apache2 10378 +org.wso2.carbon.core.common_4.4.11.jar bundle apache2 10379 +org.wso2.carbon.core.services_4.4.11.jar bundle apache2 10377 +org.wso2.carbon.core_4.4.11.jar bundle apache2 10376 +org.wso2.carbon.databridge.agent_5.1.5.jar bundle apache2 11017 +org.wso2.carbon.databridge.commons.binary_5.1.5.jar bundle apache2 11016 +org.wso2.carbon.databridge.commons.thrift_5.1.5.jar bundle apache2 11015 +org.wso2.carbon.databridge.commons_5.1.5.jar bundle apache2 11014 +org.wso2.carbon.event.client_4.5.4.jar bundle apache2 8441 +org.wso2.carbon.feature.mgt.core_4.4.11.jar bundle apache2 10375 +org.wso2.carbon.feature.mgt.services_4.4.11.jar bundle apache2 10374 +org.wso2.carbon.feature.mgt.stub_4.4.11.jar bundle apache2 10373 +org.wso2.carbon.feature.mgt.ui_4.4.11.jar bundle apache2 10372 +org.wso2.carbon.framework.exporter_4.4.11.jar bundle apache2 10371 +org.wso2.carbon.i18n_4.4.11.jar bundle apache2 10370 +org.wso2.carbon.identity.application.common_5.2.0.jar bundle apache2 8391 +org.wso2.carbon.identity.authenticator.saml2.sso.common_5.1.3.jar bundle apache2 9428 +org.wso2.carbon.identity.authenticator.saml2.sso_5.1.3.jar bundle apache2 9426 +org.wso2.carbon.identity.base_5.2.0.jar bundle apache2 8378 +org.wso2.carbon.identity.core.ui_5.2.0.jar bundle apache2 8377 +org.wso2.carbon.identity.core_5.2.0.jar bundle apache2 8376 +org.wso2.carbon.identity.oauth.stub_5.0.8.jar bundle apache2 8608 +org.wso2.carbon.identity.user.store.configuration.deployer_5.2.0.jar bundle apache2 8332 +org.wso2.carbon.identity.user.store.configuration.stub_5.2.0.jar bundle apache2 8331 +org.wso2.carbon.identity.user.store.configuration.ui_5.2.0.jar bundle apache2 8330 +org.wso2.carbon.identity.user.store.configuration_5.2.0.jar bundle apache2 8329 +org.wso2.carbon.identity.user.store.count.stub_5.2.0.jar bundle apache2 8328 +org.wso2.carbon.identity.user.store.count_5.2.0.jar bundle apache2 8327 +org.wso2.carbon.identity.user.store.remote_5.0.8.jar bundle apache2 7742 +org.wso2.carbon.java2wsdl.ui_4.5.4.jar bundle apache2 8776 +org.wso2.carbon.java2wsdl_4.5.4.jar bundle apache2 8775 +org.wso2.carbon.logging-4.4.11.jar bundle apache2 10339 +org.wso2.carbon.logging.admin.stub_4.5.4.jar bundle apache2 8313 +org.wso2.carbon.logging.admin.ui_4.5.4.jar bundle apache2 8312 +org.wso2.carbon.logging.service_4.5.4.jar bundle apache2 8311 +org.wso2.carbon.logging.view.stub_4.5.4.jar bundle apache2 8310 +org.wso2.carbon.logging.view.ui_4.5.4.jar bundle apache2 8309 +org.wso2.carbon.logging_4.4.11.jar bundle apache2 10369 +org.wso2.carbon.messageflows.stub_4.5.4.jar bundle apache2 8574 +org.wso2.carbon.messageflows.ui_4.5.4.jar bundle apache2 8573 +org.wso2.carbon.messageflows_4.5.4.jar bundle apache2 8572 +org.wso2.carbon.messaging.metrics.ui_3.1.3.jar bundle apache2 11057 +org.wso2.carbon.metrics.common_1.2.2.jar bundle apache2 8818 +org.wso2.carbon.metrics.das.reporter_1.2.2.jar bundle apache2 8817 +org.wso2.carbon.metrics.data.common_1.2.2.jar bundle apache2 8816 +org.wso2.carbon.metrics.data.service.stub_1.2.2.jar bundle apache2 8815 +org.wso2.carbon.metrics.data.service_1.2.2.jar bundle apache2 8814 +org.wso2.carbon.metrics.impl_1.2.2.jar bundle apache2 8813 +org.wso2.carbon.metrics.jdbc.reporter_1.2.2.jar bundle apache2 8812 +org.wso2.carbon.metrics.manager_1.2.2.jar bundle apache2 8811 +org.wso2.carbon.metrics.view.ui_1.2.2.jar bundle apache2 8810 +org.wso2.carbon.ndatasource.common_4.4.11.jar bundle apache2 10368 +org.wso2.carbon.ndatasource.core_4.4.11.jar bundle apache2 10367 +org.wso2.carbon.ndatasource.rdbms_4.4.11.jar bundle apache2 10366 +org.wso2.carbon.osgi.security_4.4.11.jar bundle apache2 10365 +org.wso2.carbon.queuing_4.4.11.jar bundle apache2 10364 +org.wso2.carbon.registry.admin.api_4.5.8.jar bundle apache2 10275 +org.wso2.carbon.registry.api_4.4.11.jar bundle apache2 10363 +org.wso2.carbon.registry.common.ui_4.5.8.jar bundle apache2 10274 +org.wso2.carbon.registry.common_4.5.8.jar bundle apache2 10273 +org.wso2.carbon.registry.core_4.4.11.jar bundle apache2 10362 +org.wso2.carbon.registry.indexing_4.5.8.jar bundle apache2 10266 +org.wso2.carbon.registry.properties.stub_4.5.8.jar bundle apache2 10262 +org.wso2.carbon.registry.properties.ui_4.5.8.jar bundle apache2 10261 +org.wso2.carbon.registry.properties_4.5.8.jar bundle apache2 10260 +org.wso2.carbon.registry.resource.stub_4.5.8.jar bundle apache2 10256 +org.wso2.carbon.registry.resource.ui_4.5.8.jar bundle apache2 10255 +org.wso2.carbon.registry.resource_4.5.8.jar bundle apache2 10254 +org.wso2.carbon.registry.search.stub_4.5.8.jar bundle apache2 10253 +org.wso2.carbon.registry.search.ui_4.5.8.jar bundle apache2 10252 +org.wso2.carbon.registry.search_4.5.8.jar bundle apache2 10251 +org.wso2.carbon.registry.server_4.4.11.jar bundle apache2 10361 +org.wso2.carbon.registry.servlet_4.5.8.jar bundle apache2 10250 +org.wso2.carbon.roles.mgt.stub_4.4.11.jar bundle apache2 10360 +org.wso2.carbon.roles.mgt.ui_4.4.11.jar bundle apache2 10359 +org.wso2.carbon.roles.mgt_4.4.11.jar bundle apache2 10358 +org.wso2.carbon.securevault_4.4.11.jar bundle apache2 10357 +org.wso2.carbon.security.mgt.stub_5.2.0.jar bundle apache2 8272 +org.wso2.carbon.security.mgt.ui_5.2.0.jar bundle apache2 8271 +org.wso2.carbon.security.mgt_5.2.0.jar bundle apache2 8270 +org.wso2.carbon.server-4.4.11.jar bundle apache2 10338 +org.wso2.carbon.server.admin.common_4.4.11.jar bundle apache2 10356 +org.wso2.carbon.server.admin.stub_4.4.11.jar bundle apache2 10355 +org.wso2.carbon.server.admin.ui_4.4.11.jar bundle apache2 10354 +org.wso2.carbon.server.admin_4.4.11.jar bundle apache2 10353 +org.wso2.carbon.statistics.stub_4.5.4.jar bundle apache2 8264 +org.wso2.carbon.statistics.ui_4.5.4.jar bundle apache2 8263 +org.wso2.carbon.statistics_4.5.4.jar bundle apache2 8262 +org.wso2.carbon.tenant.common_4.5.4.jar bundle apache2 8257 +org.wso2.carbon.tenant.deployment_4.6.1.jar bundle apache2 10243 +org.wso2.carbon.tenant.dispatcher_4.6.1.jar bundle apache2 10242 +org.wso2.carbon.tenant.keystore.mgt_4.6.1.jar bundle apache2 10241 +org.wso2.carbon.tenant.mgt.core_4.6.1.jar bundle apache2 10240 +org.wso2.carbon.tenant.mgt_4.6.1.jar bundle apache2 10237 +org.wso2.carbon.tenant.redirector.servlet_4.6.1.jar bundle apache2 10234 +org.wso2.carbon.tenant.theme.mgt_4.6.1.jar bundle apache2 10232 +org.wso2.carbon.tenant.throttling.agent_4.6.1.jar bundle apache2 10231 +org.wso2.carbon.tenant.usage.agent_4.6.1.jar bundle apache2 10230 +org.wso2.carbon.throttling.agent.stub_4.5.4.jar bundle apache2 8505 +org.wso2.carbon.tomcat.ext_4.4.11.jar bundle apache2 10351 +org.wso2.carbon.tomcat_4.4.11.jar bundle apache2 10350 +org.wso2.carbon.tools.wsdlvalidator.ui_4.5.4.jar bundle apache2 8753 +org.wso2.carbon.tools.wsdlvalidator_4.5.4.jar bundle apache2 8752 +org.wso2.carbon.tracer.stub_4.5.4.jar bundle apache2 8242 +org.wso2.carbon.tracer.ui_4.5.4.jar bundle apache2 8241 +org.wso2.carbon.tracer_4.5.4.jar bundle apache2 8240 +org.wso2.carbon.tryit.ui_4.5.4.jar bundle apache2 8750 +org.wso2.carbon.tryit_4.5.4.jar bundle apache2 8748 +org.wso2.carbon.ui.menu.general_4.4.11.jar bundle apache2 10349 +org.wso2.carbon.ui.menu.tools_4.4.3.jar bundle apache2 6716 +org.wso2.carbon.ui_4.4.11.jar bundle apache2 10348 +org.wso2.carbon.um.ws.api.stub_5.0.8.jar bundle apache2 7711 +org.wso2.carbon.um.ws.api_5.0.8.jar bundle apache2 7710 +org.wso2.carbon.um.ws.service_5.0.8.jar bundle apache2 7709 +org.wso2.carbon.user.api_4.4.11.jar bundle apache2 10347 +org.wso2.carbon.user.core_4.4.11.jar bundle apache2 10346 +org.wso2.carbon.user.mgt.common_5.2.0.jar bundle apache2 8230 +org.wso2.carbon.user.mgt.stub_5.2.0.jar bundle apache2 8229 +org.wso2.carbon.user.mgt.ui_5.2.0.jar bundle apache2 8228 +org.wso2.carbon.user.mgt.workflow.stub_5.2.0.jar bundle apache2 8227 +org.wso2.carbon.user.mgt_5.2.0.jar bundle apache2 8224 +org.wso2.carbon.utils_4.4.11.jar bundle apache2 10345 +org.wso2.carbon.wsdl2code.stub_4.5.4.jar bundle apache2 8746 +org.wso2.carbon.wsdl2code.ui_4.5.4.jar bundle apache2 8745 +org.wso2.carbon.wsdl2code_4.5.4.jar bundle apache2 8744 +org.wso2.carbon.wsdl2form-4.5.4.jar bundle apache2 8749 +org.wso2.ciphertool-1.0.0-wso2v3.jar bundle apache2 4038 +org.wso2.securevault-1.0.0-wso2v2.jar bundle apache2 3537 +org.wso2.securevault_1.0.0.wso2v2.jar bundle apache2 768 +pdepublishing-ant.jar jar epl1 524 +pdepublishing.jar jar epl1 525 +perf4j_0.9.12.wso2v1.jar bundle apache2 832 +poi-ooxml_3.14.0.wso2v1.jar bundle apache2 8218 +poi-scratchpad_3.14.0.wso2v1.jar bundle apache2 8217 +poi_3.14.0.wso2v1.jar bundle apache2 8216 +rampart-1.6.1-wso2v10.mar bundle apache2 2375 +rampart-core_1.6.1.wso2v21.jar bundle apache2 8215 +rampart-policy_1.6.1.wso2v21.jar bundle apache2 8214 +rampart-trust_1.6.1.wso2v21.jar bundle apache2 8213 +slf4j-1.5.10.wso2v1.jar bundle mit 3209 +slf4j.api_1.6.1.jar bundle mit 354 +slf4j.api_1.7.13.jar bundle mit 1606 +slf4j.api_1.7.21.jar bundle mit 1852 +slf4j.log4j12_1.6.1.jar bundle mit 346 +slf4j.log4j12_1.7.13.jar bundle mit 1605 +slf4j.log4j12_1.7.21.jar bundle mit 1851 +solr_5.2.1.wso2v1.jar bundle apache2 4384 +spatial4j_0.4.1.wso2v1.jar bundle apache2 4045 +spring.framework_3.2.9.wso2v1.jar bundle apache2 4044 +stax2-api-3.1.4.jar bundle bsd 1089 +tcpmon-1.0.jar jar bsd 255 +tiles-jsp_2.0.5.wso2v1.jar bundle apache2 989 +tomcat-annotations-api-7.0.73.jar jar apache2 2044 +tomcat-catalina-ha_7.0.73.wso2v1.jar bundle apache2 10344 +tomcat-el-api_7.0.73.wso2v1.jar bundle apache2 10343 +tomcat-jsp-api_7.0.73.wso2v1.jar bundle apache2 10342 +tomcat-juli-7.0.73.jar jar apache2 2043 +tomcat-servlet-api_7.0.73.wso2v1.jar bundle apache2 10341 +tomcat_7.0.73.wso2v1.jar bundle apache2 10340 +uddi4j-1.0.1.jar jarinbundle ibmpl 406 +wadl-core-1.1.3.wso2v2.jar bundle apache2 4069 +woden_1.0.0.M9-wso2v1.jar bundle apache2 3755 +woodstox-core-asl-4.4.1.jar bundle apache2 1087 +wsdl-validator_1.2.0.wso2v1.jar bundle epl1 1175 +wsdl4j_1.6.2.wso2v4.jar bundle apache2 745 +wss4j_1.5.11.wso2v14.jar bundle apache2 8206 +xalan-2.7.1.wso2v1.jar bundle apache2 659 +xalan-2.7.2.wso2v2.jar bundle apache2 8202 +xercesImpl-2.8.1.wso2v2.jar bundle apache2 663 +xml-apis-1.4.01.jar jar apache2 1793 +xml-resolver-1.2.jar jar apache2 278 +xmlbeans-2.3.0.jar jarinbundle apache2 344 +xmlbeans_2.3.0.wso2v1.jar bundle apache2 749 +XmlSchema_1.4.7.wso2v3.jar bundle apache2 3585 diff --git a/modules/core/distribution/INSTALL.txt b/modules/core/distribution/INSTALL.txt index a533f459..0aacac7b 100644 --- a/modules/core/distribution/INSTALL.txt +++ b/modules/core/distribution/INSTALL.txt @@ -1,41 +1,44 @@ -(1) Installing WSO2 Mobile Device Manager 2.0.0-SNAPSHOT +Installing WSO2 IoT Server 3.0.0 Running the server ---------------- -1. The directory containing this INSTALL file will the root and it will be - treated as Carbon home directory and let it be CARBON_HOME. +----------------- +1. The directory containing this INSTALL file will be the root and it is treated as the IoTS home directory, and is referred to as . -2. All the shell scripts and .bat files are available in CARBON_HOME/bin folder. +2. WSO2 IoT Server comes as a composition of three components namely broker, core, and analytics. -3. To start WSO2 Enterprise Mobility Management Solution one can use either wso2server.sh or daemon.sh in all *nix - system & wso2server.bat file on Windows operating systems. +3. The starting order of the WSO2 IoTS components should be broker, core, analytics. + +4. To start/stop/restart the IoTS components, run wso2server.sh for *nix systems and wso2server.bat for Windows systems, which can be found in following locations. + /broker/bin + /core/bin + /analytics/bin + +5. The wso2server.sh and wso2server.bat startup scripts have the following commands: -4. Either of the following commands can be used to start WSO2 UES i) ./wso2server.sh {console|start|stop|restart|status|dump|version} - ii) ./daemon.sh {console|start|stop|restart|status|dump} - iii) wso2server.bat {start|stop|version} + ii) wso2server.bat {start|stop|version} Usage: wso2server.sh [command] command: - --debug Start the server in remote debugging mode. - port: The remote debugging port. + --debug Start the server in remote debugging mode + The remote debugging port --run Run the server - --start Start Carbon as a Unix daemon in the background - --console Start Carbon as a Unix daemon in the foreground - --stop Stop the Carbon Unix daemon + --start Start the server as a Unix daemon in the background + --console Start the server as a Unix daemon in the foreground + --stop Stop the server Unix daemon --status Get the status of the Carbon Unix daemon --dump Print a thread dump of the Carbon Unix daemon --restart Restart the Carbon Unix daemon - --version What version of the Carbon server are you running - --n Start Multiple Instances of the same server after you - have successfully installed the Multiple-instances features - from a feature repo. + --version The version of the Carbon server are you running + --n Start multiple instances of the same server after you + have successfully installed the Multiple-instances feature + from a feature repository System Requirements ------------------- -1. Minimum memory - 2GB -2. The Management Console requires full Javascript enablement of the Web browser +1. Minimum memory - 4GB +2. The WSO2 IOTS Management Console requires full Javascript enablement in the Web browser NOTE: On Windows Server 2003, it is not allowed to go below the medium security - level in Internet Explorer 6.x. + level when using Internet Explorer 6.x. diff --git a/modules/core/distribution/LICENSE.txt b/modules/core/distribution/LICENSE.txt index 52077cf6..c1b97982 100644 --- a/modules/core/distribution/LICENSE.txt +++ b/modules/core/distribution/LICENSE.txt @@ -14,860 +14,744 @@ below is and where the actual text of the license can be found. Name Type License --------------------------------------------------------------------------------------------------------- abdera_1.0.0.wso2v3.jar bundle apache2 907 -activation-1.1.1.jar jarinbundle cddl1 552 -addressing-1.6.1-wso2v16.mar bundle apache2 6272 -ajaxtags_1.3.0.beta-rc7-wso2v1.jar bundle apache2 905 -andes_3.1.2.jar bundle apache2 1770 -annogen_0.1.0.wso2v1.jar bundle apache2 942 -ant-contrib-1.0b3.jar jar apache2 549 -antlr-runtime_3.2.0.wso2v1.jar bundle bsd 817 -antlr_3.2.0.wso2v1.jar bundle bsd 838 -ant_1.7.0.wso2v1.jar bundle apache2 1012 -aopalliance-1.0.jar jar apache2 512 -apache-zookeeper_3.4.5.wso2v1.jar bundle apache2 3232 -asm-3.3.1.jar jar bsd 1268 -authenticator_0.7.0.wso2v1.jar bundle apache2 700 -axiom_1.2.11.wso2v10.jar bundle apache2 6271 -axiom_1.2.11.wso2v9.jar bundle apache2 5426 -axis2-json_1.6.1.wso2v16.jar bundle apache2 6270 -axis2-transport-jms_1.1.0.wso2v14.jar bundle apache2 5915 -axis2-transport-jms_1.1.1.wso2v2.jar bundle apache2 7554 -axis2-transport-mail_1.1.0.wso2v17.jar bundle apache2 5260 -axis2-transport-mail_1.1.1.wso2v2.jar bundle apache2 8140 -axis2-transport-rabbitmq-amqp_1.1.0.wso2v14.jar bundle apache2 5914 -axis2-transport-sms_1.1.1.wso2v2.jar bundle apache2 8139 -axis2-transport-tcp_1.1.0.wso2v17.jar bundle apache2 5257 -axis2_1.6.1.wso2v16.jar bundle apache2 6269 -backport-util-concurrent_3.1.0.wso2v1.jar bundle apache2 1007 -bcmail-jdk15on_1.49.0.wso2v1.jar bundle bouncy 3473 -bcpkix-jdk15on-1.52.jar jarinbundle bouncy 1343 -bcpkix-jdk15on_1.49.0.wso2v1.jar bundle bouncy 3472 -bcprov-jdk15-132.jar jar apache2 285 -bcprov-jdk15on-1.49.jar jarinbundle bouncy 1069 -bcprov-jdk15on_1.49.0.wso2v2.jar bundle bouncy 3640 -com.google.guava_13.0.1.jar apache2 -bigqueue_0.7.0.wso2v1.jar bundle apache2 7036 -bsf-all_3.0.0.wso2v5.jar bundle apache2 5254 -cassandra-thrift_1.2.13.wso2v4.jar bundle apache2 4379 -chill_2.10_0.5.0.wso2v1.jar bundle apache2 4700 -com.datastax.driver.core_2.1.5.jar bundle apache2 1314 -com.fasterxml.jackson.core.jackson-annotations_2.4.4.jar bundle apache2 1313 -com.fasterxml.jackson.core.jackson-core_2.4.4.jar bundle apache2 1312 -com.fasterxml.jackson.core.jackson-databind_2.4.4.jar bundle apache2 1311 -com.fasterxml.jackson.module.jackson.module.scala_2.4.4.jar bundle apache2 1310 -com.google.gson_2.5.0.jar bundle bsd 1621 -com.google.guava_15.0.0.jar bundle apache2 792 -com.google.guava_19.0.0.jar bundle apache2 1627 -com.google.protobuf_2.5.0.jar bundle bsd 1309 -com.googlecode.plist.dd-plist_1.8.0.jar bundle mit 913 -com.jayway.jsonpath.json-path_0.9.1.jar bundle apache2 798 -com.ning.compress-lzf_1.0.3.jar bundle cddl+gpl 1308 -com.sun.jersey.jersey-core_1.9.0.jar bundle cddl+gpl 1307 -com.sun.jersey.jersey-server_1.9.0.jar bundle cddl+gpl 1306 -commons-beanutils-1.7.0.jar jarinbundle apache2 383 -commons-beanutils-1.8.0.jar jarinbundle apache2 292 -commons-beanutils_1.8.0.wso2v1.jar bundle apache2 688 -commons-cli_1.2.0.wso2v1.jar bundle apache2 922 -commons-codec_1.4.0.wso2v1.jar bundle apache2 980 -commons-collections-3.2.1.jar bundle apache2 514 -commons-collections_3.2.2.wso2v1.jar bundle apache2 6268 -commons-dbcp_1.4.0.wso2v1.jar bundle apache2 962 -commons-digester-1.8.jar jarinbundle apache2 384 -commons-fileupload_1.2.2.wso2v1.jar bundle apache2 830 -commons-httpclient_3.1.0.wso2v2.jar bundle apache2 760 -commons-io_2.0.0.wso2v2.jar bundle apache2 678 -commons-io_2.4.0.wso2v1.jar bundle apache2 4217 -commons-lang-2.6.0.wso2v1.jar bundle apache2 664 -commons-lang-2.6.jar bundle apache2 506 -commons-lang_2.6.0.wso2v1.jar bundle apache2 940 -commons-logging-1.1.1.jar jar apache2 274 -commons-pool_1.5.6.wso2v1.jar bundle apache2 1009 -commons-scxml-0.9.jar jarinbundle apache2 401 -commons-scxml_0.9.0.wso2v1.jar bundle apache2 1070 -compass_2.0.1.wso2v2.jar bundle apache2 897 -config_1.2.1.wso2v1.jar bundle apache2 4699 -cors-filter_1.7.0.wso2v1.jar bundle apache2 2106 -cxf-bundle-2.7.16.jar bundle apache2 1154 -cxf-xjc-boolean-3.0.2.jar jar apache2 1153 -cxf-xjc-bug671-3.0.2.jar jar apache2 1152 -cxf-xjc-dv-3.0.2.jar jar apache2 1151 -cxf-xjc-runtime-3.0.2.jar bundle apache2 1150 -cxf-xjc-ts-3.0.2.jar jar apache2 1149 -disruptor_3.3.2.wso2v2.jar bundle apache2 4377 -dom4j-1.6.1.jar jarinbundle bsd 1177 -ehcache-core-2.5.1.jar jar apache2 267 -ehcache_1.5.0.wso2v3.jar bundle apache2 852 -encoder_1.2.0.wso2v1.jar bundle apache2 4030 -fontbox_1.8.10.wso2v2.jar bundle bsd 6702 -gdata-core_1.47.0.wso2v1.jar bundle apache2 1481 -geronimo-jaxws_2.2_spec-1.0.jar bundle apache2 395 -geronimo-jms_1.1_spec-1.1.0.wso2v1.jar bundle apache2 661 -geronimo-jta_1.1_spec-1.1.jar jar apache2 1066 -geronimo-saaj_1.3_spec_1.0.0.wso2v3.jar bundle apache2 893 +addressing-1.6.1-wso2v20.mar bundle apache2 9597 +ajaxtags_1.3.0.beta-rc7-wso2v1.jar bundle apache2 905 +annogen_0.1.0.wso2v1.jar bundle apache2 942 +ant-contrib-1.0b3.jar jar apache2 549 +antlr-runtime_3.2.0.wso2v1.jar bundle bsd 817 +antlr_3.2.0.wso2v1.jar bundle bsd 838 +ant_1.7.0.wso2v1.jar bundle apache2 1012 +aopalliance-1.0.jar jar apache2 512 +apache-zookeeper_3.3.4.wso2v1.jar bundle apache2 4219 +asm-3.3.1.jar jar bsd 1268 +axiom_1.2.11.wso2v11.jar bundle apache2 8489 +axis2-json_1.6.1.wso2v20.jar bundle apache2 9596 +axis2-transport-mail_1.1.0.wso2v17.jar bundle apache2 5260 +axis2-transport-tcp_1.1.0.wso2v17.jar bundle apache2 5257 +axis2_1.6.1.wso2v20.jar bundle apache2 9595 +backport-util-concurrent_3.1.0.wso2v1.jar bundle apache2 1007 +bcpkix-jdk15on-1.52.jar jarinbundle bouncy 1343 +bcpkix-jdk15on_1.52.0.wso2v2.jar bundle bouncy 10221 +bcprov-jdk15on-1.52.jar jarinbundle bouncy 1819 +bcprov-jdk15on_1.52.0.wso2v1.jar bundle bouncy 8485 +bcprov-jdk15-132.jar jar bouncy 285 +bsf-all_3.0.0.wso2v5.jar bundle apache2 5254 +com.fasterxml.jackson.core.jackson-annotations_2.8.2.jar bundle apache2 2057 +com.fasterxml.jackson.core.jackson-core_2.8.2.jar bundle apache2 2056 +com.fasterxml.jackson.core.jackson-databind_2.8.2.jar bundle apache2 2055 +com.fasterxml.jackson.dataformat.jackson-dataformat-yaml_2.8.2.jar bundle apache2 2054 +com.google.gson_2.7.0.jar bundle apache2 1853 +com.google.guava_18.0.0.jar bundle apache2 1511 +com.google.guava_19.0.0.jar bundle apache2 1627 +com.googlecode.plist.dd-plist_1.8.0.jar bundle mit 913 +com.jayway.jsonpath.json-path_0.9.1.jar bundle apache2 798 +com.samskivert.jmustache_1.13.0.jar bundle bsd 2053 +com.sun.jersey.jersey-core_1.9.0.jar bundle cddl+gpl 1307 +commons-beanutils-1.7.0.jar jarinbundle apache2 383 +commons-cli_1.2.0.wso2v1.jar bundle apache2 922 +commons-codec_1.4.0.wso2v1.jar bundle apache2 980 +commons-collections-3.2.2.jar bundle apache2 2042 +commons-collections_3.2.2.wso2v1.jar bundle apache2 6268 +commons-dbcp_1.4.0.wso2v1.jar bundle apache2 962 +commons-digester-1.8.jar jarinbundle apache2 384 +commons-fileupload_1.3.2.wso2v1.jar bundle apache2 9594 +commons-httpclient_3.1.0.wso2v3.jar bundle apache2 8483 +commons-io_2.4.0.wso2v1.jar bundle apache2 4217 +commons-lang-2.6.0.wso2v1.jar bundle apache2 664 +commons-lang-2.6.jar bundle apache2 506 +commons-lang3_3.4.0.wso2v1.jar bundle apache2 8739 +commons-lang_2.6.0.wso2v1.jar bundle apache2 940 +commons-logging-1.1.1.jar jar apache2 274 +commons-pool_1.5.6.wso2v1.jar bundle apache2 1009 +commons-scxml-0.9.jar jarinbundle apache2 401 +commons-scxml_0.9.0.wso2v1.jar bundle apache2 1070 +compass_2.0.1.wso2v2.jar bundle apache2 897 +cors-filter_1.7.0.wso2v1.jar bundle apache2 2106 +csrfguard_3.1.0.wso2v2.jar bundle bsd 8482 +cxf-bundle-2.7.16.jar bundle apache2 1154 +cxf-xjc-boolean-3.0.2.jar jar apache2 1153 +cxf-xjc-bug671-3.0.2.jar jar apache2 1152 +cxf-xjc-dv-3.0.2.jar jar apache2 1151 +cxf-xjc-runtime-3.0.2.jar bundle apache2 1150 +cxf-xjc-ts-3.0.2.jar jar apache2 1149 +disruptor_3.3.2.wso2v2.jar bundle apache2 4377 +ehcache-core-2.5.1.jar jar apache2 267 +ehcache_1.5.0.wso2v3.jar bundle apache2 852 +encoder_1.2.0.wso2v1.jar bundle apache2 4030 +feign-jaxrs-9.3.1.jar jarinbundle apache2 2058 +fontbox_1.8.10.wso2v2.jar bundle bsd 6702 +gdata-core_1.47.0.wso2v1.jar bundle apache2 1481 +geronimo-jaxws_2.2_spec-1.0.jar bundle apache2 395 +geronimo-jms_1.1_spec-1.1.0.wso2v1.jar bundle apache2 661 +geronimo-jta_1.1_spec-1.1.jar jar apache2 1066 +geronimo-saaj_1.3_spec_1.0.0.wso2v3.jar bundle apache2 893 guava_12.0.0.wso2v1.jar apache2 -guice_3.0.0.wso2v1.jar bundle apache2 1505 -h2-database-engine_1.2.140.wso2v3.jar bundle epl1 697 -h2-1.2.140-wso2v3.jar bundle epl1 -hadoop-client_2.6.0.wso2v2.jar bundle apache2 5706 -hadoop-client_2.6.0.wso2v3.jar bundle apache2 7306 -handy-uri-templates_1.1.7.wso2v1.jar bundle apache2 1989 -hapi_2.1.0.wso2v1.jar bundle mpl10 5251 -hazelcast_3.5.2.wso2v1.jar bundle apache2 5423 -hbase-client_1.1.2.wso2v1.jar bundle apache2 5705 -hector-core_1.1.4.wso2v1.jar bundle apache2 2878 -high-scale-lib_1.0.0.wso2v1.jar bundle apache2 4216 -htrace-core-apache_3.1.0.incubating_wso2v1.jar bundle apache2 4696 -htrace-core_3.0.4.wso2v1.jar bundle apache2 4695 -httpasyncclient-4.0-beta3.jar jar apache2 280 -httpclient-4.2.5.jar jar apache2 548 -httpclient_4.3.1.wso2v2.jar bundle apache2 4214 -httpcore-4.2.4.jar jar apache2 533 -httpcore-nio-4.2.4.jar jar apache2 534 -httpcore-nio_4.3.3.wso2v1.jar bundle apache2 5250 -httpcore_4.3.3.wso2v1.jar bundle apache2 3638 -httpmime-4.3.6.jar jarinbundle apache2 1139 -httpmime_4.3.1.wso2v2.jar bundle apache2 4375 -icu4j-3.8.jar jarinbundle icu 321 -io.dropwizard.metrics.core_3.1.2.jar bundle apache2 1305 -io.dropwizard.metrics.graphite_3.1.2.jar bundle apache2 1304 -io.dropwizard.metrics.json_3.1.2.jar bundle apache2 1303 -io.dropwizard.metrics.jvm_3.1.2.jar bundle apache2 1302 -javassist-3.12.1.GA.jar jarinbundle lgpl2 1768 -javasysmon_0.3.3.wso2v1.jar bundle bsd 721 -javax.cache.wso2_4.4.3.jar bundle apache2 1583 -javax.servlet.jsp-api_2.2.1.jar bundle cddl+gpl 1301 -javax.ws.rs-api-2.0-m10.jar bundle cddl+gpl 263 -jaxb-impl-2.2.6.jar jar cddl1 1148 -jaxb-xjc-2.2.6.jar jar cddl1 1147 -jdbc-pool_7.0.34.wso2v2.jar bundle apache2 3637 -jdom_1.0.0.wso2v1.jar bundle apache2 693 -jericho-html-2.4.jar jarinbundle epl1 363 -jettison-1.3.4.jar bundle apache2 542 -jettison_1.3.4.wso2v1.jar bundle apache2 2162 -jscep_2.0.2.wso2v2.jar bundle mit 6504 -json-simple_1.1.0.wso2v1.jar bundle apache2 828 -json4s-jackson_2.10_3.2.10.wso2v1.jar bundle apache2 4693 -json_3.0.0.wso2v1.jar bundle apache2 6503 -jsoup-1.8.1.jar jarinbundle mit 1138 -jsr311-api-1.1.1.jar jarinbundle cddl1 553 -jstl_1.2.1.wso2v2.jar bundle cddl1 2204 -js_1.6.0.R7-wso2v1.jar bundle mpl10 5248 -js_1.7.0.R4wso2v1.jar bundle mpl10 2199 -kaptcha_2.3.0.wso2v1.jar bundle apache2 854 -kryo_2.24.0.wso2v1.jar bundle bsd 4692 -libthrift_0.8.0.wso2v1.jar bundle apache2 1117 -libthrift_0.9.2.wso2v1.jar bundle apache2 5912 -localizer-1.0.jar jarinbundle apache2 551 -lucene_5.2.1.wso2v1.jar bundle apache2 4502 -maven-scm_1.7.0.wso2v2.jar bundle apache2 1331 -mesos_0.18.1.wso2v1.jar bundle apache2 4691 -minlog_1.2.0.wso2v1.jar bundle bsd 4690 -neethi-3.0.3.jar bundle apache2 1146 -neethi_2.0.4.wso2v5.jar bundle apache2 6267 -nekohtml-1.9.10.jar jarinbundle apache2 1576 -net.minidev.json-smart_1.3.0.jar bundle apache2 1337 -netty-all_4.0.23.wso2v1.jar bundle apache2 4689 -nimbus-jose-jwt_2.26.1.wso2v3.jar bundle apache2 4885 -noggit_0.6.0.wso2v1.jar bundle apache2 4211 -objenesis_2.1.0.wso2v1.jar bundle mit 4688 -oltu_1.0.0.wso2v3.jar bundle apache2 6502 -opencsv-1.8.jar jarinbundle apache2 368 -opencsv_1.8.0.wso2v1.jar bundle apache2 928 -openid4java_1.0.0.wso2v2.jar bundle apache2 6216 -opensaml-1.1.406.jar jarinbundle apache2 351 -opensaml-2.4.1.jar jarinbundle apache2 349 -opensaml2_2.4.1.wso2v1.jar bundle apache2 864 -openws-1.4.1.jar jarinbundle apache2 350 -openxri-client-1.2.0.jar jarinbundle apache2 433 -openxri-syntax-1.2.0.jar jarinbundle apache2 434 -org.antlr.antlr4-runtime-osgi_4.5.0.jar bundle bsd3 1228 -org.apache.aries.blueprint_1.1.0.jar bundle apache2 1346 -org.apache.aries.proxy_1.0.1.jar bundle apache2 1345 -org.apache.aries.util_1.1.0.jar bundle apache2 1344 -org.apache.commons.lang3_3.3.2.jar bundle apache2 1201 -org.apache.commons.math3_3.2.0.jar bundle apache2 1227 -org.apache.felix.gogo.command_0.10.0.v201209301215.jar bundle apache2 1134 -org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar bundle apache2 1133 -org.apache.felix.gogo.shell_0.10.0.v201212101605.jar bundle apache2 1132 -org.apache.servicemix.bundles.geocoder-java_0.16.0.1.jar bundle apache2 1361 -org.apache.servicemix.bundles.jaxb-api-2.0_4.0.0.m1.jar bundle apache2 1226 -org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar bundle epl1 1131 -org.eclipse.core.expressions_3.4.500.v20130515-1343.jar bundle epl1 1130 -org.eclipse.core.jobs_3.5.300.v20130429-1813.jar bundle epl1 1129 -org.eclipse.core.runtime_3.9.0.v20130326-1255.jar bundle epl1 1128 -org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar bundle epl1 1127 -org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar bundle epl1 1126 -org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120319-0616.jar bundle epl1 289 -org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar bundle epl1 1125 -org.eclipse.ecf_3.2.0.v20130604-1622.jar bundle epl1 1124 -org.eclipse.equinox.app_1.3.100.v20130327-1442.jar bundle epl1 1123 -org.eclipse.equinox.common_3.6.200.v20130402-1505.jar bundle epl1 1122 -org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar bundle epl1 1121 -org.eclipse.equinox.console_1.0.100.v20130429-0953.jar bundle epl1 1120 -org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar bundle epl1 1119 -org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar bundle epl1 1118 -org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar bundle epl1 1117 -org.eclipse.equinox.http.helper_1.1.0.wso2v1.jar bundle epl1 839 -org.eclipse.equinox.http.servlet_1.1.400.v20130418-1354.jar bundle epl1 1116 -org.eclipse.equinox.jsp.jasper_1.0.400.v20120522-2049.jar bundle epl1 388 -org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar bundle epl1 1115 -org.eclipse.equinox.p2.artifact.repository_1.1.100.v20110519.jar bundle epl1 337 -org.eclipse.equinox.p2.console_1.0.300.v20130327-2119.jar bundle epl1 1114 -org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar bundle epl1 1113 -org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar bundle epl1 1112 -org.eclipse.equinox.p2.directorywatcher_1.0.300.v20130327-2119.jar bundle epl1 1110 -org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar bundle epl1 1111 -org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122-wso2v1.jar bundle epl1 3873 -org.eclipse.equinox.p2.extensionlocation_1.2.100.v20130327-2119.jar bundle epl1 1109 -org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar bundle epl1 1108 -org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar bundle epl1 1107 -org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar bundle epl1 1106 -org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar bundle epl1 1105 -org.eclipse.equinox.p2.publisher_1.2.0.v20110511.jar bundle epl1 306 -org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar bundle epl1 1104 -org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar bundle epl1 1103 -org.eclipse.equinox.p2.touchpoint.eclipse_2.1.0.v20110511-wso2v1.jar bundle epl1 703 -org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar bundle epl1 1102 -org.eclipse.equinox.p2.transport.ecf_1.0.100.v20110902-0807.jar bundle epl1 369 -org.eclipse.equinox.p2.updatechecker_1.1.200.v20130327-2119.jar bundle epl1 1101 -org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar bundle epl1 1100 -org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar bundle epl1 1099 -org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar bundle epl1 1098 -org.eclipse.equinox.security_1.2.0.v20130424-1801.jar bundle epl1 1097 -org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar bundle epl1 1096 -org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar bundle epl1 1095 -org.eclipse.equinox.util_1.0.500.v20130404-1337.jar bundle epl1 1094 -org.eclipse.jdt.core.compiler.batch_3.10.2.v20150120-1634.jar bundle epl1 1141 -org.eclipse.osgi.services_3.3.100.v20130513-1956.jar bundle epl1 1093 -org.eclipse.osgi_3.9.1.v20130814-1242.jar bundle epl1 1092 -org.eclipse.paho.client.mqttv3_1.0.2.jar bundle epl1 1769 -org.eclipse.wst.jsdt.debug.rhino.debugger_1.0.300.v201109150503.jar bundle epl1 558 -org.eclipse.wst.jsdt.debug.transport_1.0.100.v201109150330.jar bundle epl1 557 -org.jaggeryjs.hostobjects.db_0.12.0.jar bundle apache2 1575 -org.jaggeryjs.hostobjects.feed_0.12.0.jar bundle apache2 1574 -org.jaggeryjs.hostobjects.file_0.12.0.jar bundle apache2 1573 -org.jaggeryjs.hostobjects.jaggeryparser_0.12.0.jar bundle apache2 1572 -org.jaggeryjs.hostobjects.log_0.12.0.jar bundle apache2 1571 -org.jaggeryjs.hostobjects.registry_0.12.0.jar bundle apache2 1570 -org.jaggeryjs.hostobjects.stream_0.12.0.jar bundle apache2 1569 -org.jaggeryjs.hostobjects.uri_0.12.0.jar bundle apache2 1568 -org.jaggeryjs.hostobjects.web_0.12.0.jar bundle apache2 1567 -org.jaggeryjs.hostobjects.xhr_0.12.0.jar bundle apache2 1566 -org.jaggeryjs.hostobjects.xslt_0.12.0.jar bundle apache2 1565 -org.jaggeryjs.jaggery.app.mgt.stub_0.12.0.jar bundle apache2 1582 -org.jaggeryjs.jaggery.app.mgt.ui_0.12.0.jar bundle apache2 1581 -org.jaggeryjs.jaggery.app.mgt_0.12.0.jar bundle apache2 1564 -org.jaggeryjs.jaggery.core_0.12.0.jar bundle apache2 1563 -org.jaggeryjs.jaggery.deployer_0.12.0.jar bundle apache2 1562 -org.jaggeryjs.jaggery.tools_0.12.0.jar bundle apache2 1561 -org.jaggeryjs.modules.process_1.5.2.jar bundle apache2 1651 -org.jaggeryjs.modules.sso_1.5.2.jar bundle apache2 1650 -org.jaggeryjs.modules.uuid_1.5.2.jar bundle apache2 1649 -org.jaggeryjs.modules.ws_1.5.2.jar bundle apache2 1648 -org.jaggeryjs.scriptengine_0.12.0.jar bundle apache2 1554 -org.jboss.netty_3.9.0.Final.jar bundle apache2 1298 -org.restlet_2.3.0.wso2v1.jar bundle apache2 4501 -org.roaringbitmap.RoaringBitmap_0.4.5.jar bundle apache2 1297 -org.sat4j.core_2.3.5.v201308161310.jar bundle epl1+lgpl21091 -org.sat4j.pb_2.3.5.v201308161310.jar bundle epl1+lgpl21090 -org.scala-lang.scala-library_2.10.4.v20140209-180020-VFINAL-b66a39653b.jar bundle bsd 1296 -org.scala-lang.scala-reflect_2.10.4.v20140209-180020-VFINAL-b66a39653b.jar bundle bsd 1295 -org.spark-project.protobuf.java_2.5.0.spark.jar bundle apache2 1294 -org.spark.project.akka.actor_2.3.4.spark.jar bundle apache2 1293 -org.spark.project.akka.remote_2.3.4.spark.jar bundle apache2 1292 -org.spark.project.akka.slf4j_2.3.4.spark.jar bundle apache2 1291 -org.wso2.balana_1.0.2.jar bundle apache2 6501 -org.wso2.caching_4.0.3.jar bundle apache2 2919 -org.wso2.carbon.addressing_4.4.3.jar bundle apache2 6699 -org.wso2.carbon.analytics.activitydashboard.admin_1.0.6.ALPHA.jar bundle apache2 8138 -org.wso2.carbon.analytics.activitydashboard.commons_1.0.6.ALPHA.jar bundle apache2 8137 -org.wso2.carbon.analytics.activitydashboard.stub_1.0.6.ALPHA.jar bundle apache2 8136 -org.wso2.carbon.analytics.activitydashboard.ui_1.0.6.ALPHA.jar bundle apache2 8135 -org.wso2.carbon.analytics.api_1.0.6.ALPHA.jar bundle apache2 8134 -org.wso2.carbon.analytics.dashboard.ui_1.0.6.ALPHA.jar bundle apache2 8133 -org.wso2.carbon.analytics.dashboard_1.0.6.ALPHA.jar bundle apache2 8132 -org.wso2.carbon.analytics.dataservice.commons_1.0.6.ALPHA.jar bundle apache2 8131 -org.wso2.carbon.analytics.dataservice.core_1.0.6.ALPHA.jar bundle apache2 8130 -org.wso2.carbon.analytics.datasource.cassandra_1.0.6.ALPHA.jar bundle apache2 8129 -org.wso2.carbon.analytics.datasource.commons_1.0.6.ALPHA.jar bundle apache2 8128 -org.wso2.carbon.analytics.datasource.core_1.0.6.ALPHA.jar bundle apache2 8127 -org.wso2.carbon.analytics.datasource.hbase_1.0.6.ALPHA.jar bundle apache2 8126 -org.wso2.carbon.analytics.datasource.rdbms_1.0.6.ALPHA.jar bundle apache2 8125 -org.wso2.carbon.analytics.eventsink_1.0.6.ALPHA.jar bundle apache2 8124 -org.wso2.carbon.analytics.eventtable_1.0.6.ALPHA.jar bundle apache2 8123 -org.wso2.carbon.analytics.io.commons_1.0.6.ALPHA.jar bundle apache2 8122 -org.wso2.carbon.analytics.jsservice_1.0.6.ALPHA.jar bundle apache2 8121 -org.wso2.carbon.analytics.messageconsole.stub_1.0.6.ALPHA.jar bundle apache2 8120 -org.wso2.carbon.analytics.messageconsole.ui_1.0.6.ALPHA.jar bundle apache2 8119 -org.wso2.carbon.analytics.messageconsole_1.0.6.ALPHA.jar bundle apache2 8118 -org.wso2.carbon.analytics.servlet_1.0.6.ALPHA.jar bundle apache2 8117 -org.wso2.carbon.analytics.spark.admin_1.0.6.ALPHA.jar bundle apache2 8116 -org.wso2.carbon.analytics.spark.core_1.0.6.ALPHA.jar bundle apache2 8115 -org.wso2.carbon.analytics.spark.event_1.0.6.ALPHA.jar bundle apache2 8114 -org.wso2.carbon.analytics.spark.stub_1.0.6.ALPHA.jar bundle apache2 8113 -org.wso2.carbon.analytics.spark.template.deployer_1.0.6.ALPHA.jar bundle apache2 8112 -org.wso2.carbon.analytics.spark.ui_1.0.6.ALPHA.jar bundle apache2 8111 -org.wso2.carbon.analytics.spark.utils_1.0.6.ALPHA.jar bundle apache2 8110 -org.wso2.carbon.analytics.stream.persistence_1.0.6.ALPHA.jar bundle apache2 8109 -org.wso2.carbon.analytics.tools.backup_1.0.6.ALPHA.jar bundle apache2 8108 -org.wso2.carbon.analytics.tools.migration_1.0.6.ALPHA.jar bundle apache2 8107 -org.wso2.carbon.analytics.webservice.stub_1.0.6.ALPHA.jar bundle apache2 8106 -org.wso2.carbon.analytics.webservice_1.0.6.ALPHA.jar bundle apache2 8105 -org.wso2.carbon.andes.admin_3.1.2.jar bundle apache2 8104 -org.wso2.carbon.andes.authentication_3.1.2.jar bundle apache2 8103 -org.wso2.carbon.andes.authorization_3.1.2.jar bundle apache2 8102 -org.wso2.carbon.andes.cluster.mgt_3.1.2.jar bundle apache2 8101 -org.wso2.carbon.andes.commons_3.1.2.jar bundle apache2 8100 -org.wso2.carbon.andes.core_3.1.2.jar bundle apache2 8099 -org.wso2.carbon.andes.event.admin_3.1.2.jar bundle apache2 8098 -org.wso2.carbon.andes.event.core_3.1.2.jar bundle apache2 8097 -org.wso2.carbon.andes_3.1.2.jar bundle apache2 8096 -org.wso2.carbon.apimgt.annotations_1.1.0.SNAPSHOT.jar bundle apache2 8095 -org.wso2.carbon.apimgt.api_5.0.3.jar bundle apache2 8094 -org.wso2.carbon.apimgt.application.extension_1.1.0.SNAPSHOT.jar bundle apache2 8093 -org.wso2.carbon.apimgt.authenticator.oidc.stub_5.0.3.jar bundle apache2 8092 -org.wso2.carbon.apimgt.authenticator.oidc.ui_5.0.3.jar bundle apache2 8091 -org.wso2.carbon.apimgt.authenticator.oidc_5.0.3.jar bundle apache2 8090 -org.wso2.carbon.apimgt.core_5.0.3.jar bundle apache2 8089 -org.wso2.carbon.apimgt.gateway.stub_5.0.3.jar bundle apache2 8088 -org.wso2.carbon.apimgt.gateway_5.0.3.jar bundle apache2 8087 -org.wso2.carbon.apimgt.handlers.security.stub_5.0.3.jar bundle apache2 8086 -org.wso2.carbon.apimgt.hostobjects.oidc_5.0.3.jar bundle apache2 8085 -org.wso2.carbon.apimgt.hostobjects_5.0.3.jar bundle apache2 8084 -org.wso2.carbon.apimgt.impl_5.0.3.jar bundle apache2 8083 -org.wso2.carbon.apimgt.keymgt.client_5.0.3.jar bundle apache2 8082 -org.wso2.carbon.apimgt.keymgt.stub_5.0.3.jar bundle apache2 8081 -org.wso2.carbon.apimgt.keymgt_5.0.3.jar bundle apache2 8080 -org.wso2.carbon.apimgt.registry.cache.stub_5.0.3.jar bundle apache2 8079 -org.wso2.carbon.apimgt.startup.publisher_5.0.3.jar bundle apache2 8078 -org.wso2.carbon.apimgt.statsupdate.stub_5.0.3.jar bundle apache2 8077 -org.wso2.carbon.apimgt.tier.cache.stub_5.0.3.jar bundle apache2 8076 -org.wso2.carbon.apimgt.usage.client_5.0.3.jar bundle apache2 8075 -org.wso2.carbon.apimgt.usage.publisher_5.0.3.jar bundle apache2 8074 -org.wso2.carbon.apimgt.webapp.publisher_1.1.0.SNAPSHOT.jar bundle apache2 8073 -org.wso2.carbon.application.deployer.synapse_4.5.1.jar bundle apache2 8072 -org.wso2.carbon.application.deployer_4.4.3.jar bundle apache2 6677 -org.wso2.carbon.application.mgt.synapse_4.5.1.jar bundle apache2 8071 -org.wso2.carbon.application.upload_4.4.9.jar bundle apache2 7701 -org.wso2.carbon.appmgt.api_1.1.1.jar bundle apache2 6485 -org.wso2.carbon.appmgt.core_1.1.1.jar bundle apache2 6484 -org.wso2.carbon.appmgt.hostobjects_1.1.1.jar bundle apache2 6483 -org.wso2.carbon.appmgt.impl_1.1.1.jar bundle apache2 6482 -org.wso2.carbon.appmgt.mdm.wso2emm_1.1.0.jar bundle apache2 6481 -org.wso2.carbon.appmgt.mdm.wso2mdm_1.1.1.jar bundle apache2 6480 -org.wso2.carbon.appmgt.mobile_1.1.1.jar bundle apache2 6479 -org.wso2.carbon.appmgt.sample.deployer_1.1.1.jar bundle apache2 6478 -org.wso2.carbon.appmgt.usage.client_1.1.1.jar bundle apache2 6477 -org.wso2.carbon.appmgt.usage.publisher_1.1.1.jar bundle apache2 6476 -org.wso2.carbon.authenticator.proxy_4.4.3.jar bundle apache2 6675 -org.wso2.carbon.authenticator.stub_4.4.3.jar bundle apache2 6674 -org.wso2.carbon.bam.presentation.stub_4.2.0.jar bundle apache2 2165 -org.wso2.carbon.bam.service.data.publisher_4.6.0.jar bundle apache2 6475 -org.wso2.carbon.base_4.4.3.jar bundle apache2 6671 -org.wso2.carbon.bootstrap-4.4.3.jar bundle apache2 6505 -org.wso2.carbon.captcha.mgt_4.2.0.jar bundle apache2 2154 -org.wso2.carbon.certificate.mgt.core_1.1.0.SNAPSHOT.jar bundle apache2 8070 -org.wso2.carbon.claim.mgt.stub_5.0.7.jar bundle apache2 7338 -org.wso2.carbon.claim.mgt.ui_5.0.7.jar bundle apache2 7337 -org.wso2.carbon.claim.mgt_5.0.7.jar bundle apache2 7336 -org.wso2.carbon.cluster.mgt.core_4.4.3.jar bundle apache2 6667 -org.wso2.carbon.connector.core_4.5.1.jar bundle apache2 8069 -org.wso2.carbon.core.bootup.validator_4.4.3.jar bundle apache2 6665 -org.wso2.carbon.core.commons.stub_4.4.3.jar bundle apache2 6663 -org.wso2.carbon.core.common_4.4.3.jar bundle apache2 6664 -org.wso2.carbon.core.services_4.4.3.jar bundle apache2 6662 -org.wso2.carbon.core_4.4.3.jar bundle apache2 6661 -org.wso2.carbon.cxf.ext-4.6.0.jar bundle apache2 6275 -org.wso2.carbon.databridge.agent_5.0.12.alpha.jar bundle apache2 8068 -org.wso2.carbon.databridge.commons.binary_5.0.12.alpha.jar bundle apache2 8067 -org.wso2.carbon.databridge.commons.thrift_5.0.12.alpha.jar bundle apache2 8066 -org.wso2.carbon.databridge.commons_5.0.12.alpha.jar bundle apache2 8065 -org.wso2.carbon.databridge.core_5.0.12.alpha.jar bundle apache2 8064 -org.wso2.carbon.databridge.receiver.binary_5.0.12.alpha.jar bundle apache2 8063 -org.wso2.carbon.databridge.receiver.thrift_5.0.12.alpha.jar bundle apache2 8062 -org.wso2.carbon.databridge.streamdefn.filesystem_5.0.12.alpha.jar bundle apache2 8061 -org.wso2.carbon.datasource.reader.hadoop_4.3.4.jar bundle apache2 6990 -org.wso2.carbon.device.mgt.analytics.data.publisher_1.1.0.SNAPSHOT.jar bundle apache2 8060 -org.wso2.carbon.device.mgt.common_1.1.0.SNAPSHOT.jar bundle apache2 8059 -org.wso2.carbon.device.mgt.core_1.1.0.SNAPSHOT.jar bundle apache2 8058 -org.wso2.carbon.device.mgt.extensions_1.1.0.SNAPSHOT.jar bundle apache2 8057 -org.wso2.carbon.device.mgt.iot.androidsense.plugin_2.1.0.SNAPSHOT.jar bundle apache2 8056 -org.wso2.carbon.device.mgt.iot.arduino.plugin_2.1.0.SNAPSHOT.jar bundle apache2 8055 -org.wso2.carbon.device.mgt.iot.raspberrypi.plugin_2.1.0.SNAPSHOT.jar bundle apache2 8054 -org.wso2.carbon.device.mgt.iot.virtualfirealarm.plugin_2.1.0.SNAPSHOT.jar bundle apache2 8053 -org.wso2.carbon.device.mgt.iot_2.1.0.SNAPSHOT.jar bundle apache2 8052 -org.wso2.carbon.device.mgt.mobile.android_2.1.0.SNAPSHOT.jar bundle apache2 8051 -org.wso2.carbon.device.mgt.mobile.url.printer_2.1.0.SNAPSHOT.jar bundle apache2 8050 -org.wso2.carbon.device.mgt.mobile.windows_2.1.0.SNAPSHOT.jar bundle apache2 8049 -org.wso2.carbon.device.mgt.mobile_2.1.0.SNAPSHOT.jar bundle apache2 8048 -org.wso2.carbon.device.mgt.oauth.extensions_1.1.0.SNAPSHOT.jar bundle apache2 8047 -org.wso2.carbon.directory.server.manager.common_5.0.7.jar bundle apache2 7334 -org.wso2.carbon.directory.server.manager.stub_5.0.7.jar bundle apache2 8046 -org.wso2.carbon.directory.server.manager.ui_5.0.7.jar bundle apache2 8045 -org.wso2.carbon.directory.server.manager_5.0.7.jar bundle apache2 7333 -org.wso2.carbon.discovery.cxf_4.6.0.jar bundle apache2 6461 -org.wso2.carbon.dynamic.client.registration_1.1.0.SNAPSHOT.jar bundle apache2 8044 -org.wso2.carbon.dynamic.client.web.app.registration_1.1.0.SNAPSHOT.jar bundle apache2 8043 -org.wso2.carbon.ec2-client_4.2.0.jar bundle apache2 2226 -org.wso2.carbon.email.sender.core_1.1.0.SNAPSHOT.jar bundle apache2 8042 -org.wso2.carbon.email.verification.stub_4.4.4.jar bundle apache2 4492 -org.wso2.carbon.email.verification.ui_4.4.4.jar bundle apache2 4491 -org.wso2.carbon.email.verification_4.4.8.jar bundle apache2 6018 -org.wso2.carbon.endpoint.stub_4.5.1.jar bundle apache2 8041 -org.wso2.carbon.endpoint_4.5.1.jar bundle apache2 8040 -org.wso2.carbon.event.admin_4.4.9.jar bundle apache2 8039 -org.wso2.carbon.event.application.deployer_5.0.12.alpha.jar bundle apache2 8038 -org.wso2.carbon.event.client.stub_4.4.9.jar bundle apache2 8037 -org.wso2.carbon.event.client_4.4.9.jar bundle apache2 8036 -org.wso2.carbon.event.common_4.4.9.jar bundle apache2 8035 -org.wso2.carbon.event.core_4.4.9.jar bundle apache2 8034 -org.wso2.carbon.event.execution.manager.admin_5.0.12.alpha.jar bundle apache2 8033 -org.wso2.carbon.event.execution.manager.core_5.0.12.alpha.jar bundle apache2 8032 -org.wso2.carbon.event.execution.manager.stub_5.0.12.alpha.jar bundle apache2 8031 -org.wso2.carbon.event.execution.manager.ui_5.0.12.alpha.jar bundle apache2 8030 -org.wso2.carbon.event.flow.stub_2.0.13.alpha.jar bundle apache2 8029 -org.wso2.carbon.event.flow.ui_2.0.13.alpha.jar bundle apache2 8028 -org.wso2.carbon.event.flow_2.0.13.alpha.jar bundle apache2 8027 -org.wso2.carbon.event.input.adapter.core_5.0.12.alpha.jar bundle apache2 8026 -org.wso2.carbon.event.input.adapter.email_5.0.12.alpha.jar bundle apache2 8025 -org.wso2.carbon.event.input.adapter.extensions_1.0.0.SNAPSHOT.jar bundle apache2 8024 -org.wso2.carbon.event.input.adapter.filetail_5.0.12.alpha.jar bundle apache2 8023 -org.wso2.carbon.event.input.adapter.http_5.0.12.alpha.jar bundle apache2 8022 -org.wso2.carbon.event.input.adapter.jms_5.0.12.alpha.jar bundle apache2 8021 -org.wso2.carbon.event.input.adapter.kafka_5.0.12.alpha.jar bundle apache2 8020 -org.wso2.carbon.event.input.adapter.mqtt_5.0.12.alpha.jar bundle apache2 8019 -org.wso2.carbon.event.input.adapter.soap_5.0.12.alpha.jar bundle apache2 8018 -org.wso2.carbon.event.input.adapter.websocket.local_5.0.12.alpha.jar bundle apache2 8017 -org.wso2.carbon.event.input.adapter.websocket_5.0.12.alpha.jar bundle apache2 8016 -org.wso2.carbon.event.input.adapter.wso2event_5.0.12.alpha.jar bundle apache2 8015 -org.wso2.carbon.event.output.adapter.cassandra_5.0.12.alpha.jar bundle apache2 8014 -org.wso2.carbon.event.output.adapter.core_5.0.12.alpha.jar bundle apache2 8013 -org.wso2.carbon.event.output.adapter.email_5.0.12.alpha.jar bundle apache2 8012 -org.wso2.carbon.event.output.adapter.extensions.ui_1.0.0.SNAPSHOT.jar bundle apache2 8011 -org.wso2.carbon.event.output.adapter.http_5.0.12.alpha.jar bundle apache2 8010 -org.wso2.carbon.event.output.adapter.jms_5.0.12.alpha.jar bundle apache2 8009 -org.wso2.carbon.event.output.adapter.kafka_5.0.12.alpha.jar bundle apache2 8008 -org.wso2.carbon.event.output.adapter.logger_5.0.12.alpha.jar bundle apache2 8007 -org.wso2.carbon.event.output.adapter.mqtt_5.0.12.alpha.jar bundle apache2 8006 -org.wso2.carbon.event.output.adapter.rdbms_5.0.12.alpha.jar bundle apache2 8005 -org.wso2.carbon.event.output.adapter.sms_5.0.12.alpha.jar bundle apache2 8004 -org.wso2.carbon.event.output.adapter.soap_5.0.12.alpha.jar bundle apache2 8003 -org.wso2.carbon.event.output.adapter.ui_5.0.12.alpha.jar bundle apache2 8002 -org.wso2.carbon.event.output.adapter.websocket.local_5.0.12.alpha.jar bundle apache2 8001 -org.wso2.carbon.event.output.adapter.websocket_5.0.12.alpha.jar bundle apache2 8000 -org.wso2.carbon.event.output.adapter.wso2event_5.0.12.alpha.jar bundle apache2 7999 -org.wso2.carbon.event.processor.admin_2.0.13.alpha.jar bundle apache2 7998 -org.wso2.carbon.event.processor.common_2.0.13.alpha.jar bundle apache2 7997 -org.wso2.carbon.event.processor.core_2.0.13.alpha.jar bundle apache2 7996 -org.wso2.carbon.event.processor.manager.commons_5.0.12.alpha.jar bundle apache2 7995 -org.wso2.carbon.event.processor.manager.core_5.0.12.alpha.jar bundle apache2 7994 -org.wso2.carbon.event.processor.stub_2.0.13.alpha.jar bundle apache2 7993 -org.wso2.carbon.event.processor.template.deployer_2.0.13.alpha.jar bundle apache2 7992 -org.wso2.carbon.event.processor.ui_2.0.13.alpha.jar bundle apache2 7991 -org.wso2.carbon.event.publisher.admin_5.0.12.alpha.jar bundle apache2 7990 -org.wso2.carbon.event.publisher.core_5.0.12.alpha.jar bundle apache2 7989 -org.wso2.carbon.event.publisher.stub_5.0.12.alpha.jar bundle apache2 7988 -org.wso2.carbon.event.publisher.ui_5.0.12.alpha.jar bundle apache2 7987 -org.wso2.carbon.event.receiver.admin_5.0.12.alpha.jar bundle apache2 7986 -org.wso2.carbon.event.receiver.core_5.0.12.alpha.jar bundle apache2 7985 -org.wso2.carbon.event.receiver.stub_5.0.12.alpha.jar bundle apache2 7984 -org.wso2.carbon.event.receiver.ui_5.0.12.alpha.jar bundle apache2 7983 -org.wso2.carbon.event.simulator.admin_2.0.13.alpha.jar bundle apache2 7982 -org.wso2.carbon.event.simulator.core_2.0.13.alpha.jar bundle apache2 7981 -org.wso2.carbon.event.simulator.stub_2.0.13.alpha.jar bundle apache2 7980 -org.wso2.carbon.event.simulator.ui_2.0.13.alpha.jar bundle apache2 7979 -org.wso2.carbon.event.statistics.stub_5.0.12.alpha.jar bundle apache2 7978 -org.wso2.carbon.event.statistics.ui_5.0.12.alpha.jar bundle apache2 7977 -org.wso2.carbon.event.statistics_5.0.12.alpha.jar bundle apache2 7976 -org.wso2.carbon.event.stream.admin_5.0.12.alpha.jar bundle apache2 7975 -org.wso2.carbon.event.stream.core_5.0.12.alpha.jar bundle apache2 7974 -org.wso2.carbon.event.stream.persistence.stub_5.0.12.alpha.jar bundle apache2 7973 -org.wso2.carbon.event.stream.stub_5.0.12.alpha.jar bundle apache2 7972 -org.wso2.carbon.event.stream.ui_5.0.12.alpha.jar bundle apache2 7971 -org.wso2.carbon.event.stub_4.4.9.jar bundle apache2 7970 -org.wso2.carbon.event.tracer.stub_5.0.12.alpha.jar bundle apache2 7969 -org.wso2.carbon.event.tracer.ui_5.0.12.alpha.jar bundle apache2 7968 -org.wso2.carbon.event.tracer_5.0.12.alpha.jar bundle apache2 7967 -org.wso2.carbon.event.ui_4.4.9.jar bundle apache2 7966 -org.wso2.carbon.event.ws_4.4.9.jar bundle apache2 7965 -org.wso2.carbon.feature.mgt.core_4.4.3.jar bundle apache2 6655 -org.wso2.carbon.feature.mgt.services_4.4.3.jar bundle apache2 6654 -org.wso2.carbon.feature.mgt.stub_4.4.3.jar bundle apache2 6653 -org.wso2.carbon.feature.mgt.ui_4.4.3.jar bundle apache2 6652 -org.wso2.carbon.framework.exporter_4.4.3.jar bundle apache2 6650 -org.wso2.carbon.ganalytics.publisher_4.4.8.jar bundle apache2 6454 -org.wso2.carbon.governance.api_4.5.8.jar bundle apache2 6453 -org.wso2.carbon.governance.client_4.5.8.jar bundle apache2 6452 -org.wso2.carbon.governance.common_4.5.8.jar bundle apache2 6451 -org.wso2.carbon.governance.custom.lifecycles.checklist.stub_4.5.8.jar bundle apache2 6450 -org.wso2.carbon.governance.custom.lifecycles.checklist.ui_4.5.8.jar bundle apache2 6449 -org.wso2.carbon.governance.custom.lifecycles.checklist_4.5.8.jar bundle apache2 6448 -org.wso2.carbon.governance.custom.lifecycles.history.ui_4.5.8.jar bundle apache2 6447 -org.wso2.carbon.governance.generic.stub_4.5.8.jar bundle apache2 6446 -org.wso2.carbon.governance.generic.ui_4.5.8.jar bundle apache2 6445 -org.wso2.carbon.governance.generic_4.5.8.jar bundle apache2 6444 -org.wso2.carbon.governance.lcm.stub_4.5.8.jar bundle apache2 6443 -org.wso2.carbon.governance.lcm.ui_4.5.8.jar bundle apache2 6442 -org.wso2.carbon.governance.lcm_4.5.8.jar bundle apache2 6441 -org.wso2.carbon.governance.list_4.5.8.jar bundle apache2 6440 -org.wso2.carbon.governance.registry.eventing_4.5.8.jar bundle apache2 6439 -org.wso2.carbon.governance.registry.extensions_4.5.8.jar bundle apache2 6438 -org.wso2.carbon.governance.wsdltool.stub_4.5.8.jar bundle apache2 6437 -org.wso2.carbon.governance.wsdltool.ui_4.5.8.jar bundle apache2 6436 -org.wso2.carbon.governance.wsdltool_4.5.8.jar bundle apache2 6435 -org.wso2.carbon.hostobjects.sso_5.0.3.jar bundle apache2 7964 -org.wso2.carbon.i18n_4.4.3.jar bundle apache2 6648 -org.wso2.carbon.identity.application.authentication.endpoint.util_5.0.7.jar bundle apache2 7332 -org.wso2.carbon.identity.application.authentication.framework_5.0.7.jar bundle apache2 7331 -org.wso2.carbon.identity.application.authenticator.basicauth_5.0.7.jar bundle apache2 7330 -org.wso2.carbon.identity.application.common_5.0.7.jar bundle apache2 6925 -org.wso2.carbon.identity.application.mgt.stub_5.0.7.jar bundle apache2 7329 -org.wso2.carbon.identity.application.mgt.ui_5.0.7.jar bundle apache2 7328 -org.wso2.carbon.identity.application.mgt_5.0.7.jar bundle apache2 7327 -org.wso2.carbon.identity.authentication_4.4.8.jar bundle apache2 5748 -org.wso2.carbon.identity.authenticator.backend.oauth_1.1.0.SNAPSHOT.jar bundle apache2 7963 -org.wso2.carbon.identity.authenticator.saml2.sso.common_5.0.7.jar bundle apache2 6924 -org.wso2.carbon.identity.authenticator.saml2.sso.stub_5.0.7.jar bundle apache2 6923 -org.wso2.carbon.identity.authenticator.saml2.sso.ui_5.0.7.jar bundle apache2 6922 -org.wso2.carbon.identity.authenticator.saml2.sso_5.0.7.jar bundle apache2 6921 -org.wso2.carbon.identity.authenticator.thrift_5.0.7.jar bundle apache2 7962 -org.wso2.carbon.identity.base_5.0.7.jar bundle apache2 6920 -org.wso2.carbon.identity.core.ui_5.0.7.jar bundle apache2 6919 -org.wso2.carbon.identity.core_5.0.7.jar bundle apache2 6918 -org.wso2.carbon.identity.entitlement.proxy_5.0.2.jar bundle apache2 6416 -org.wso2.carbon.identity.entitlement.stub_5.0.2.jar bundle apache2 6415 -org.wso2.carbon.identity.entitlement_5.0.7.jar bundle apache2 7961 -org.wso2.carbon.identity.jwt.client.extension_1.1.0.SNAPSHOT.jar bundle apache2 7960 -org.wso2.carbon.identity.notification.mgt.email_5.0.7.jar bundle apache2 7325 -org.wso2.carbon.identity.notification.mgt.json_5.0.7.jar bundle apache2 7324 -org.wso2.carbon.identity.notification.mgt_5.0.7.jar bundle apache2 7323 -org.wso2.carbon.identity.oauth.common_5.0.7.jar bundle apache2 7322 -org.wso2.carbon.identity.oauth.stub_5.0.3.jar bundle apache2 6409 -org.wso2.carbon.identity.oauth.stub_5.0.7.jar bundle apache2 7321 -org.wso2.carbon.identity.oauth.ui_5.0.7.jar bundle apache2 7320 -org.wso2.carbon.identity.oauth2.grant.jwt_1.0.0.jar bundle apache2 7959 -org.wso2.carbon.identity.oauth_5.0.7.jar bundle apache2 7319 -org.wso2.carbon.identity.provider_5.0.7.jar bundle apache2 7318 -org.wso2.carbon.identity.sso.agent_5.0.0.jar bundle apache2 6405 -org.wso2.carbon.identity.sso.saml.stub_5.0.7.jar bundle apache2 6917 -org.wso2.carbon.identity.sso.saml.ui_5.0.7.jar bundle apache2 7317 -org.wso2.carbon.identity.sso.saml_5.0.7.jar bundle apache2 7316 -org.wso2.carbon.identity.user.profile.stub_5.0.7.jar bundle apache2 7315 -org.wso2.carbon.identity.user.profile.ui_5.0.7.jar bundle apache2 7314 -org.wso2.carbon.identity.user.profile_5.0.7.jar bundle apache2 7313 -org.wso2.carbon.identity.user.registration.stub_5.0.2.jar bundle apache2 6398 -org.wso2.carbon.identity.user.registration.stub_5.0.7.jar bundle apache2 7312 -org.wso2.carbon.identity.user.registration_5.0.7.jar bundle apache2 7958 -org.wso2.carbon.identity.user.store.configuration.deployer_5.0.7.jar bundle apache2 6916 -org.wso2.carbon.identity.user.store.configuration.stub_5.0.7.jar bundle apache2 6915 -org.wso2.carbon.identity.user.store.configuration.ui_5.0.7.jar bundle apache2 6914 -org.wso2.carbon.identity.user.store.configuration_5.0.7.jar bundle apache2 6913 -org.wso2.carbon.identity.user.store.remote_5.0.7.jar bundle apache2 7957 -org.wso2.carbon.idp.mgt.stub_5.0.7.jar bundle apache2 7311 -org.wso2.carbon.idp.mgt.ui_5.0.7.jar bundle apache2 7310 -org.wso2.carbon.idp.mgt_5.0.7.jar bundle apache2 7309 -org.wso2.carbon.inbound.endpoint.osgi_4.5.1.jar bundle apache2 7956 -org.wso2.carbon.inbound.endpoint.persistence_4.5.1.jar bundle apache2 7955 -org.wso2.carbon.inbound.endpoint_4.5.1.jar bundle apache2 7954 -org.wso2.carbon.inbound.stub_4.5.1.jar bundle apache2 7953 -org.wso2.carbon.inbound_4.5.1.jar bundle apache2 7952 -org.wso2.carbon.localentry.stub_4.5.1.jar bundle apache2 7951 -org.wso2.carbon.localentry_4.5.1.jar bundle apache2 7950 -org.wso2.carbon.logging-4.4.3.jar bundle apache2 6507 -org.wso2.carbon.logging.admin.stub_4.4.9.jar bundle apache2 7949 -org.wso2.carbon.logging.admin.ui_4.4.9.jar bundle apache2 7948 -org.wso2.carbon.logging.service_4.4.9.jar bundle apache2 7947 -org.wso2.carbon.logging.view.stub_4.4.9.jar bundle apache2 7946 -org.wso2.carbon.logging.view.ui_4.4.9.jar bundle apache2 7945 -org.wso2.carbon.logging_4.4.3.jar bundle apache2 6600 -org.wso2.carbon.mashup.javascript.hostobjects.registry_4.2.0.jar bundle apache2 2120 -org.wso2.carbon.mashup.utils_4.2.0.jar bundle apache2 2216 -org.wso2.carbon.mediation.artifactuploader.stub_4.5.1.jar bundle apache2 7944 -org.wso2.carbon.mediation.artifactuploader_4.5.1.jar bundle apache2 7943 -org.wso2.carbon.mediation.configadmin.stub_4.5.1.jar bundle apache2 7942 -org.wso2.carbon.mediation.configadmin.ui_4.5.1.jar bundle apache2 7941 -org.wso2.carbon.mediation.configadmin_4.5.1.jar bundle apache2 7940 -org.wso2.carbon.mediation.dependency.mgt_4.5.1.jar bundle apache2 7939 -org.wso2.carbon.mediation.initializer.ui_4.5.1.jar bundle apache2 7938 -org.wso2.carbon.mediation.initializer_4.5.1.jar bundle apache2 7937 -org.wso2.carbon.mediation.library.stub_4.5.1.jar bundle apache2 7936 -org.wso2.carbon.mediation.library_4.5.1.jar bundle apache2 7935 -org.wso2.carbon.mediation.message.processor_4.5.1.jar bundle apache2 7934 -org.wso2.carbon.mediation.ntaskadmin_4.5.1.jar bundle apache2 7932 -org.wso2.carbon.mediation.ntask_4.5.1.jar bundle apache2 7933 -org.wso2.carbon.mediation.registry_4.5.1.jar bundle apache2 7931 -org.wso2.carbon.mediation.security.stub_4.2.0.jar bundle apache2 2650 -org.wso2.carbon.mediation.security.stub_4.5.1.jar bundle apache2 7930 -org.wso2.carbon.mediation.security_4.5.1.jar bundle apache2 7929 -org.wso2.carbon.mediation.templates.common_4.5.1.jar bundle apache2 7928 -org.wso2.carbon.mediation.templates.service_4.5.1.jar bundle apache2 7927 -org.wso2.carbon.mediation.templates.stub_4.5.1.jar bundle apache2 7926 -org.wso2.carbon.mediation.templates_4.5.1.jar bundle apache2 7925 -org.wso2.carbon.mediation.transport.handlers_4.5.1.jar bundle apache2 7924 -org.wso2.carbon.mediator.clazz.services_4.5.1.jar bundle apache2 7923 -org.wso2.carbon.mediator.command.services_4.5.1.jar bundle apache2 7922 -org.wso2.carbon.mediator.event_4.5.1.jar bundle apache2 7921 -org.wso2.carbon.mediator.fastXSLT_4.5.1.jar bundle apache2 7920 -org.wso2.carbon.mediator.router.impl_4.5.1.jar bundle apache2 7919 -org.wso2.carbon.mediator.service_4.5.1.jar bundle apache2 7918 -org.wso2.carbon.message.processor.stub_4.5.1.jar bundle apache2 7917 -org.wso2.carbon.message.processor_4.5.1.jar bundle apache2 7916 -org.wso2.carbon.message.store.stub_4.5.1.jar bundle apache2 7915 -org.wso2.carbon.message.store_4.5.1.jar bundle apache2 7914 -org.wso2.carbon.metrics.common_1.2.0.jar bundle apache2 6889 -org.wso2.carbon.metrics.das.reporter_1.2.0.jar bundle apache2 6888 -org.wso2.carbon.metrics.data.common_1.2.0.jar bundle apache2 6912 -org.wso2.carbon.metrics.data.service.stub_1.2.0.jar bundle apache2 6911 -org.wso2.carbon.metrics.data.service_1.2.0.jar bundle apache2 6910 -org.wso2.carbon.metrics.impl_1.2.0.jar bundle apache2 6887 -org.wso2.carbon.metrics.jdbc.reporter_1.2.0.jar bundle apache2 6909 -org.wso2.carbon.metrics.manager_1.2.0.jar bundle apache2 6886 -org.wso2.carbon.metrics.view.ui_1.2.0.jar bundle apache2 6908 -org.wso2.carbon.module.mgt.stub_4.6.0.jar bundle apache2 6352 -org.wso2.carbon.module.mgt.ui_4.6.0.jar bundle apache2 6351 -org.wso2.carbon.module.mgt_4.6.0.jar bundle apache2 6350 -org.wso2.carbon.ndatasource.common_4.4.3.jar bundle apache2 6562 -org.wso2.carbon.ndatasource.core_4.4.3.jar bundle apache2 6561 -org.wso2.carbon.ndatasource.datasources_4.4.9.jar bundle apache2 7913 -org.wso2.carbon.ndatasource.rdbms_4.4.3.jar bundle apache2 6560 -org.wso2.carbon.ndatasource.stub_4.4.9.jar bundle apache2 7912 -org.wso2.carbon.ndatasource.ui_4.4.9.jar bundle apache2 7911 -org.wso2.carbon.ntask.common_4.4.9.jar bundle apache2 7910 -org.wso2.carbon.ntask.core_4.4.9.jar bundle apache2 7909 -org.wso2.carbon.ntask.solutions_4.4.9.jar bundle apache2 7908 -org.wso2.carbon.operation.mgt_4.6.0.jar bundle apache2 6349 -org.wso2.carbon.osgi.security_4.4.3.jar bundle apache2 6559 -org.wso2.carbon.p2.touchpoint_4.4.3.jar bundle apache2 6558 -org.wso2.carbon.policy.information.point_1.1.0.SNAPSHOT.jar bundle apache2 7907 -org.wso2.carbon.policy.mgt.common_1.1.0.SNAPSHOT.jar bundle apache2 7906 -org.wso2.carbon.policy.mgt.core_1.1.0.SNAPSHOT.jar bundle apache2 7905 -org.wso2.carbon.priority.executors.stub_4.5.1.jar bundle apache2 7904 -org.wso2.carbon.priority.executors_4.5.1.jar bundle apache2 7903 -org.wso2.carbon.proxyadmin.common_4.5.1.jar bundle apache2 7902 -org.wso2.carbon.proxyadmin.stub_4.5.1.jar bundle apache2 7901 -org.wso2.carbon.proxyadmin_4.5.1.jar bundle apache2 7900 -org.wso2.carbon.qpid.stub_4.4.9.jar bundle apache2 7899 -org.wso2.carbon.queuing_4.4.3.jar bundle apache2 6554 -org.wso2.carbon.registry.admin.api_4.4.8.jar bundle apache2 4972 -org.wso2.carbon.registry.api_4.4.3.jar bundle apache2 6553 -org.wso2.carbon.registry.common.ui_4.4.8.jar bundle apache2 4971 -org.wso2.carbon.registry.common_4.4.8.jar bundle apache2 4970 -org.wso2.carbon.registry.core_4.4.3.jar bundle apache2 6552 -org.wso2.carbon.registry.eventing_4.4.8.jar bundle apache2 6340 -org.wso2.carbon.registry.extensions.stub_4.4.8.jar bundle apache2 6339 -org.wso2.carbon.registry.extensions.ui_4.4.8.jar bundle apache2 6338 -org.wso2.carbon.registry.extensions_4.4.8.jar bundle apache2 6337 -org.wso2.carbon.registry.indexing_4.4.8.jar bundle apache2 4969 -org.wso2.carbon.registry.info.stub_4.4.8.jar bundle apache2 6336 -org.wso2.carbon.registry.info.ui_4.4.8.jar bundle apache2 6335 -org.wso2.carbon.registry.info_4.4.8.jar bundle apache2 6334 -org.wso2.carbon.registry.properties.stub_4.4.8.jar bundle apache2 4968 -org.wso2.carbon.registry.properties.ui_4.4.8.jar bundle apache2 4967 -org.wso2.carbon.registry.properties_4.4.8.jar bundle apache2 4966 -org.wso2.carbon.registry.relations.stub_4.4.8.jar bundle apache2 6333 -org.wso2.carbon.registry.relations.ui_4.4.8.jar bundle apache2 6332 -org.wso2.carbon.registry.relations_4.4.8.jar bundle apache2 6331 -org.wso2.carbon.registry.resource.stub_4.4.8.jar bundle apache2 4965 -org.wso2.carbon.registry.resource.ui_4.4.8.jar bundle apache2 4964 -org.wso2.carbon.registry.resource_4.4.8.jar bundle apache2 4963 -org.wso2.carbon.registry.search.stub_4.4.8.jar bundle apache2 4962 -org.wso2.carbon.registry.search.ui_4.4.8.jar bundle apache2 4961 -org.wso2.carbon.registry.search_4.4.8.jar bundle apache2 4960 -org.wso2.carbon.registry.server_4.4.3.jar bundle apache2 6551 -org.wso2.carbon.registry.servlet_4.4.8.jar bundle apache2 4959 -org.wso2.carbon.registry.task_4.4.8.jar bundle apache2 6330 -org.wso2.carbon.registry.ws.api_4.4.8.jar bundle apache2 6329 -org.wso2.carbon.registry.ws.client_4.4.8.jar bundle apache2 6328 -org.wso2.carbon.registry.ws.stub_4.4.8.jar bundle apache2 6327 -org.wso2.carbon.relay.mediators.builder_4.5.1.jar bundle apache2 7898 -org.wso2.carbon.relay.module_4.5.1.jar bundle apache2 7897 -org.wso2.carbon.relay_4.5.1.jar bundle apache2 7896 -org.wso2.carbon.remote-tasks.stub_4.4.9.jar bundle apache2 7895 -org.wso2.carbon.rest.api.stub_4.5.1.jar bundle apache2 7894 -org.wso2.carbon.rest.api_4.5.1.jar bundle apache2 7893 -org.wso2.carbon.roles.mgt.stub_4.4.3.jar bundle apache2 6545 -org.wso2.carbon.roles.mgt.ui_4.4.3.jar bundle apache2 6544 -org.wso2.carbon.roles.mgt_4.4.3.jar bundle apache2 6543 -org.wso2.carbon.securevault_4.4.3.jar bundle apache2 6542 -org.wso2.carbon.security.mgt.stub_5.0.7.jar bundle apache2 6907 -org.wso2.carbon.security.mgt.ui_5.0.7.jar bundle apache2 6906 -org.wso2.carbon.security.mgt_5.0.7.jar bundle apache2 6905 -org.wso2.carbon.sequences.common_4.5.1.jar bundle apache2 7892 -org.wso2.carbon.sequences.stub_4.2.1.jar bundle apache2 2240 -org.wso2.carbon.sequences.stub_4.5.1.jar bundle apache2 7891 -org.wso2.carbon.sequences_4.5.1.jar bundle apache2 7890 -org.wso2.carbon.server-4.4.3.jar bundle apache2 6506 -org.wso2.carbon.server.admin.common_4.4.3.jar bundle apache2 6535 -org.wso2.carbon.server.admin.stub_4.4.3.jar bundle apache2 6534 -org.wso2.carbon.server.admin.ui_4.4.3.jar bundle apache2 6533 -org.wso2.carbon.server.admin_4.4.3.jar bundle apache2 6532 -org.wso2.carbon.service.mgt_4.6.0.jar bundle apache2 6318 -org.wso2.carbon.siddhi.metrics.core_2.0.13.alpha.jar bundle apache2 7889 -org.wso2.carbon.siddhi.tryit.ui_2.0.13.alpha.jar bundle apache2 7888 -org.wso2.carbon.policy.decision.point_1.1.0.SNAPSHOT.jar bundle apache2 7887 -org.wso2.carbon.social.core_1.4.1.jar bundle apache2 6316 -org.wso2.carbon.social.db.adapter_1.4.1.jar bundle apache2 6315 -org.wso2.carbon.social.sql_1.4.1.jar bundle apache2 6314 -org.wso2.carbon.startup_4.2.0.jar bundle apache2 2209 -org.wso2.carbon.statistics.stub_4.4.9.jar bundle apache2 7886 -org.wso2.carbon.statistics.ui_4.4.9.jar bundle apache2 7885 -org.wso2.carbon.statistics_4.4.9.jar bundle apache2 7884 -org.wso2.carbon.store.jaggery-scxml-executors_1.4.1.jar bundle apache2 6313 -org.wso2.carbon.task.services_4.5.1.jar bundle apache2 7883 -org.wso2.carbon.task.stub_4.5.1.jar bundle apache2 7882 -org.wso2.carbon.task_4.5.1.jar bundle apache2 7881 -org.wso2.carbon.tenant.common.stub_4.4.9.jar bundle apache2 7880 -org.wso2.carbon.tenant.common_4.4.9.jar bundle apache2 7879 -org.wso2.carbon.tenant.deployment_4.5.0.jar bundle apache2 6309 -org.wso2.carbon.tenant.dispatcher_4.5.0.jar bundle apache2 6086 -org.wso2.carbon.tenant.keystore.mgt_4.5.0.jar bundle apache2 6085 -org.wso2.carbon.tenant.mgt.core_4.5.0.jar bundle apache2 6084 -org.wso2.carbon.tenant.mgt.stub_4.5.0.jar bundle apache2 6083 -org.wso2.carbon.tenant.mgt.ui_4.5.0.jar bundle apache2 6082 -org.wso2.carbon.tenant.mgt_4.5.0.jar bundle apache2 6081 -org.wso2.carbon.tenant.redirector.servlet.stub_4.5.0.jar bundle apache2 6080 -org.wso2.carbon.tenant.redirector.servlet.ui_4.5.0.jar bundle apache2 6079 -org.wso2.carbon.tenant.redirector.servlet_4.5.0.jar bundle apache2 6078 -org.wso2.carbon.tenant.sso.redirector.ui_4.5.0.jar bundle apache2 6077 -org.wso2.carbon.tenant.theme.mgt_4.5.0.jar bundle apache2 6076 -org.wso2.carbon.tenant.throttling.agent_4.5.0.jar bundle apache2 6308 -org.wso2.carbon.tenant.usage.agent_4.5.0.jar bundle apache2 6307 -org.wso2.carbon.throttle.core_4.2.1.jar bundle apache2 3763 -org.wso2.carbon.throttling.agent.stub_4.4.7.jar bundle apache2 6306 -org.wso2.carbon.tomcat.ext_4.4.3.jar bundle apache2 6529 -org.wso2.carbon.tomcat.patch_4.6.0.jar bundle apache2 6305 -org.wso2.carbon.tomcat_4.4.3.jar bundle apache2 6528 -org.wso2.carbon.tryit.ui_4.4.9.jar bundle apache2 7878 -org.wso2.carbon.tryit_4.4.9.jar bundle apache2 7876 -org.wso2.carbon.ui.menu.general_4.4.3.jar bundle apache2 6527 -org.wso2.carbon.ui.menu.governance_4.4.1.jar bundle apache2 4395 -org.wso2.carbon.ui.menu.registry_4.4.1.jar bundle apache2 4394 -org.wso2.carbon.ui.menu.tools_4.4.3.jar bundle apache2 6716 -org.wso2.carbon.ui_4.4.3.jar bundle apache2 6526 -org.wso2.carbon.um.ws.api.stub_4.4.9.jar bundle apache2 7875 -org.wso2.carbon.um.ws.api.stub_5.0.7.jar bundle apache2 7874 -org.wso2.carbon.um.ws.api_5.0.7.jar bundle apache2 7873 -org.wso2.carbon.um.ws.service_5.0.7.jar bundle apache2 7872 -org.wso2.carbon.user.api_4.4.3.jar bundle apache2 6522 -org.wso2.carbon.user.core_4.4.3.jar bundle apache2 6521 -org.wso2.carbon.user.mgt.common_5.0.7.jar bundle apache2 6903 -org.wso2.carbon.user.mgt.stub_5.0.7.jar bundle apache2 6902 -org.wso2.carbon.user.mgt.ui_5.0.7.jar bundle apache2 6901 -org.wso2.carbon.user.mgt.workflow.stub_5.0.7.jar bundle apache2 6900 -org.wso2.carbon.user.mgt_5.0.7.jar bundle apache2 6899 -org.wso2.carbon.utils_4.4.3.jar bundle apache2 6515 -org.wso2.carbon.webapp.authenticator.framework_1.1.0.SNAPSHOT.jar bundle apache2 7871 -org.wso2.carbon.webapp.deployer_4.6.0.jar bundle apache2 6295 -org.wso2.carbon.webapp.list.ui_4.6.0.jar bundle apache2 6294 -org.wso2.carbon.webapp.mgt.stub_4.6.0.jar bundle apache2 6293 -org.wso2.carbon.webapp.mgt.ui_4.6.0.jar bundle apache2 6292 -org.wso2.carbon.webapp.mgt_4.6.0.jar bundle apache2 6291 -org.wso2.carbon.wsdl2form-4.4.9.jar bundle apache2 7877 -org.wso2.ciphertool-1.0.0-wso2v3.jar bundle apache2 4038 -org.wso2.iot.admin.styles_2.0.4.SNAPSHOT.jar bundle apache2 7870 -org.wso2.securevault_1.0.0.wso2v2.jar bundle apache2 768 -org.wso2.store.admin.styles_1.4.1.jar bundle apache2 6287 -org.wso2.store.sso.common_1.4.1.jar bundle apache2 6286 -org.xerial.snappy.snappy-java_1.1.1.7.jar bundle apache2 1290 -org.yaml.snakeyaml_1.11.0.jar bundle apache2 1222 -paranamer_2.6.0.wso2v1.jar bundle bsd 4644 -patch.jar jarinbundle epl1 1137 -pdepublishing-ant.jar jar epl1 524 -pdepublishing.jar jar epl1 525 -pdfbox_1.8.10.wso2v2.jar bundle apache2 6514 -perf4j_0.9.12.wso2v1.jar bundle apache2 832 -poi-ooxml_3.9.0.wso2v3.jar bundle apache2 3592 -poi-scratchpad_3.9.0.wso2v1.jar bundle apache2 2205 -poi_3.9.0.wso2v1.jar bundle apache2 2017 -protobuf-java-fragment_2.5.0.wso2v1.jar bundle bsd 4643 -quartz_2.1.1.wso2v1.jar bundle apache2 975 -rampart-core_1.6.1.wso2v17.jar bundle apache2 6285 -rampart-policy_1.6.1.wso2v17.jar bundle apache2 6284 -rampart-trust_1.6.1.wso2v17.jar bundle apache2 6283 -rome_0.9.0.wso2v1.jar bundle apache2 930 -saxon.bps_9.0.0.x-wso2v1.jar bundle mpl11 985 -saxon_8.9.0.wso2v2.jar bundle mpl10 2091 -scannotation_1.0.3.wso2v1.jar bundle apache2 7869 -siddhi-core_3.0.6.alpha.jar bundle apache2 1767 -siddhi-extension-eval-script_3.0.6.alpha.jar bundle apache2 1766 -siddhi-extension-event-table_3.0.6.alpha.jar bundle apache2 1765 -siddhi-extension-geo_3.0.6.alpha.jar bundle apache2 1764 -siddhi-extension-kalman-filter_3.0.6.alpha.jar bundle apache2 1763 -siddhi-extension-map_3.0.6.alpha.jar bundle apache2 1762 -siddhi-extension-math_3.0.6.alpha.jar bundle apache2 1761 -siddhi-extension-regex_3.0.6.alpha.jar bundle apache2 1760 -siddhi-extension-reorder_3.0.6.alpha.jar bundle apache2 1759 -siddhi-extension-string_3.0.6.alpha.jar bundle apache2 1758 -siddhi-extension-timeseries_3.0.6.alpha.jar bundle apache2 1756 -siddhi-extension-time_3.0.6.alpha.jar bundle apache2 1757 -siddhi-query-api_3.0.6.alpha.jar bundle apache2 1755 -siddhi-query-compiler_3.0.6.alpha.jar bundle apache2 1754 -slf4j.api_1.6.1.jar bundle mit 354 -slf4j.api_1.7.13.jar bundle mit 1606 -slf4j.log4j12_1.6.1.jar bundle mit 346 -slf4j.log4j12_1.7.13.jar bundle mit 1605 -slf4j_1.5.10.wso2v1.jar bundle mit 1429 -smackx_3.0.4.wso2v1.jar bundle apache2 1871 -smack_3.0.4.wso2v1.jar bundle apache2 1493 -solr_5.2.1.wso2v1.jar bundle apache2 4384 -spark-core_2.10_1.4.2.wso2v1.jar bundle apache2 6896 -spark-sql_2.10_1.4.2.wso2v1.jar bundle apache2 6895 -spark-streaming_2.10_1.4.2.wso2v1.jar bundle apache2 6894 -spatial4j_0.4.1.wso2v1.jar bundle apache2 4045 -spring-aop-3.0.7.RELEASE.jar bundle apache2 279 -spring-asm-3.0.7.RELEASE.jar bundle apache2 261 -spring-beans-3.0.7.RELEASE.jar bundle apache2 275 -spring-context-3.0.7.RELEASE.jar bundle apache2 273 -spring-core-3.0.7.RELEASE.jar bundle apache2 270 -spring-expression-3.0.7.RELEASE.jar bundle apache2 272 -spring-web-3.0.7.RELEASE.jar bundle apache2 268 -spring.framework_3.2.9.wso2v1.jar bundle apache2 4044 -stax2-api-3.1.4.jar bundle bsd 1089 -step2-common-1.0.0-wso2v2.jar bundle apache2 2909 -step2-consumer-1.0.0-wso2v2.jar bundle apache2 2908 -step2_1.0.0.wso2v2.jar bundle apache2 2907 -storm-core_0.9.5.wso2v1.jar bundle apache2 4227 -stream_2.2.0.wso2v1.jar bundle apache2 4637 -synapse-commons_2.1.5.wso2v2.jar bundle apache2 7868 -synapse-core_2.1.5.wso2v2.jar bundle apache2 7867 -synapse-extensions_2.1.5.wso2v2.jar bundle apache2 7866 -synapse-nhttp-transport_2.1.5.wso2v2.jar bundle apache2 7865 -synapse-samples_2.1.5.wso2v2.jar bundle apache2 7864 -synapse-tasks_2.1.5.wso2v2.jar bundle apache2 7863 -tcpmon-1.0.jar jar bsd 255 -tiles-jsp_2.0.5.wso2v1.jar bundle apache2 989 -tomcat-annotations-api-7.0.59.jar jar apache2 1088 -tomcat-catalina-ha_7.0.59.wso2v1.jar bundle apache2 3829 -tomcat-el-api_7.0.59.wso2v1.jar bundle apache2 3828 -tomcat-jsp-api_7.0.59.wso2v1.jar bundle apache2 3827 -tomcat-juli-7.0.59.jar jar apache2 1086 -tomcat-servlet-api_7.0.59.wso2v1.jar bundle apache2 3826 -tomcat_7.0.59.wso2v3.jar bundle apache2 3985 -tyrus-standalone-client_1.7.0.wso2v1.jar bundle cddl+gpl 4226 -uddi4j-1.0.1.jar jarinbundle ibmpl 406 -uncommons-maths_1.2.2.wso2v1.jar bundle apache2 4636 -velocity-1.7.jar bundle apache2 509 -wadl-core-1.1.3.wso2v2.jar bundle apache2 4069 -wadl-core_1.1.3.wso2v2.jar bundle apache2 1954 -waffle-jna_1.6.0.wso2v4.jar bundle epl1 6276 -woden_1.0.0.M9-wso2v1.jar bundle apache2 3755 -woodstox-core-asl-4.4.1.jar bundle apache2 1087 -wsdl-validator_1.2.0.wso2v1.jar bundle epl1 1175 -wsdl4j-1.6.3.jar jar cpl1 276 -wsdl4j_1.6.2.wso2v4.jar bundle apache2 745 -wso2-firealarm-virtual-agent-advanced.jar jar apache2 1772 -wso2-firealarm-virtual-agent.jar jar apache2 1771 -wso2-uri-templates_1.6.2.jar bundle apache2 364 -wss4j_1.5.11.wso2v11.jar bundle apache2 5040 -xalan-2.7.1.wso2v1.jar bundle apache2 659 -xercesImpl-2.8.1.wso2v2.jar bundle apache2 663 -xml-apis-1.3.04.wso2v2.jar bundle apache2 662 -xml-resolver-1.2.jar jar apache2 278 -xmlbeans-2.3.0.jar jarinbundle apache2 344 -xmlschema-core-2.1.0.jar bundle apache2 1145 -XmlSchema_1.4.7.wso2v3.jar bundle apache2 3585 -xmlsec-1.5.8.jar bundle apache2 1144 -xmltooling-1.3.1.jar jarinbundle apache2 348 +guice_3.0.0.wso2v1.jar bundle apache2 1505 +h2-1.3.175.jar jarinbundle epl1 1999 +h2_1.3.175.wso2v1.jar bundle apache2 9731 +handy-uri-templates_1.1.7.wso2v1.jar bundle apache2 1989 +hapi_2.1.0.wso2v1.jar bundle mpl10 5251 +hazelcast_3.5.4.wso2v2.jar bundle apache2 8481 +hector-core_1.1.4.wso2v1.jar bundle apache2 2878 +high-scale-lib_1.0.0.wso2v1.jar bundle apache2 4216 +httpasyncclient-4.0-beta3.jar jar apache2 280 +httpclient-4.2.5.jar jar apache2 548 +httpclient_4.3.1.wso2v2.jar bundle apache2 4214 +httpcore-4.2.4.jar jar apache2 533 +httpcore-nio-4.2.4.jar jar apache2 534 +httpcore-nio_4.3.3.wso2v4.jar bundle apache2 8736 +httpcore_4.3.3.wso2v1.jar bundle apache2 3638 +httpmime-4.3.6.jar jarinbundle apache2 1139 +httpmime_4.3.1.wso2v2.jar bundle apache2 4375 +icu4j-3.8.jar jarinbundle icu 321 +io.dropwizard.metrics.core_3.1.2.jar bundle apache2 1305 +io.dropwizard.metrics.jvm_3.1.2.jar bundle apache2 1302 +io.github.openfeign.feign-core_9.3.1.jar bundle apache2 2060 +io.github.openfeign.feign-gson_9.3.1.jar bundle apache2 2059 +io.netty.buffer_4.0.30.Final.jar bundle apache2 1544 +io.netty.codec-http_4.0.30.Final.jar bundle apache2 1543 +io.netty.codec_4.0.30.Final.jar bundle apache2 1542 +io.netty.common_4.0.30.Final.jar bundle apache2 1541 +io.netty.handler_4.0.30.Final.jar bundle apache2 1540 +io.netty.transport_4.0.30.Final.jar bundle apache2 1539 +io.swagger.annotations_1.5.10.jar bundle apache2 2052 +io.swagger.core_1.5.10.jar bundle apache2 2051 +io.swagger.models_1.5.10.jar bundle apache2 2050 +jackson-annotations_2.6.1.wso2v1.jar bundle apache2 7757 +jackson-core_2.6.1.wso2v1.jar bundle apache2 7756 +jackson-databind_2.6.1.wso2v3.jar bundle apache2 8735 +javassist-3.12.1.GA.jar jarinbundle lgpl2 1768 +javasysmon_0.3.3.wso2v1.jar bundle bsd 721 +javax.cache.wso2_4.4.11.jar bundle apache2 2045 +javax.servlet.jsp-api_2.2.1.jar bundle cddl+gpl 1301 +javax.validation.api_1.1.0.Final.jar bundle apache2 1840 +javax.ws.rs-api-2.0-m10.jar bundle cddl+gpl 263 +javax.ws.rs-api-2.0.1.jar jarinbundle cddl+gpl 1452 +jaxb-impl-2.2.6.jar jarinbundle cddl+gpl 1823 +jaxb-impl-2.2.6.jar jar cddl1 1148 +jaxb-xjc-2.2.6.jar jarinbundle cddl+gpl 1822 +jaxb-xjc-2.2.6.jar jar cddl1 1147 +jdbc-pool_7.0.34.wso2v2.jar bundle apache2 3637 +jdom_1.0.0.wso2v1.jar bundle apache2 693 +jericho-html-2.4.jar jarinbundle epl1 363 +jersey-client-1.12.jar jarinbundle cddl+gpl 1821 +jettison-1.3.4.jar bundle apache2 542 +jettison_1.3.4.wso2v1.jar bundle apache2 2162 +joda-time_2.8.2.wso2v1.jar bundle apache2 6879 +jscep_2.3.0.wso2v2.jar bundle mit 10220 +json-schema-validator-all_2.2.6.wso2v2.jar bundle apache2 10931 +json-simple_1.1.0.wso2v1.jar bundle apache2 828 +json_3.0.0.wso2v1.jar bundle apache2 6503 +jsoup-1.8.1.jar jarinbundle mit 1138 +jsr311-api-1.1.1.jar jarinbundle cddl1 553 +jstl_1.2.1.wso2v2.jar bundle cddl1 2204 +js_1.7.0.R4wso2v1.jar bundle mpl10 2199 +kaptcha_2.3.0.wso2v1.jar bundle apache2 854 +kryo_2.24.0.wso2v1.jar bundle bsd 4692 +libphonenumber_7.4.2.wso2v1.jar bundle apache2 8733 +libthrift_0.8.0.wso2v1.jar bundle apache2 1117 +libthrift_0.9.2.wso2v1.jar bundle apache2 5912 +localizer-1.0.jar jarinbundle apache2 551 +lucene_5.2.1.wso2v1.jar bundle apache2 4502 +maven-scm_1.7.0.wso2v2.jar bundle apache2 1331 +neethi-3.0.3.jar bundle apache2 1146 +neethi_2.0.4.wso2v5.jar bundle apache2 6267 +nekohtml-1.9.10.jar jarinbundle apache2 1576 +net.minidev.json-smart_1.3.0.jar bundle apache2 1337 +nimbus-jose-jwt_2.26.1.wso2v3.jar bundle apache2 4885 +noggit_0.6.0.wso2v1.jar bundle apache2 4211 +objenesis_2.1.0.wso2v1.jar bundle mit 4688 +oltu_1.0.0.wso2v3.jar bundle apache2 6502 +opencsv-1.8.jar jarinbundle apache2 368 +opencsv_1.8.0.wso2v1.jar bundle apache2 928 +openid4java_1.0.0.wso2v2.jar bundle apache2 6216 +opensaml_2.6.4.wso2v3.jar bundle apache2 8480 +openxri-client-1.2.0.jar jarinbundle apache2 433 +openxri-syntax-1.2.0.jar jarinbundle apache2 434 +org.apache.aries.blueprint_1.1.0.jar bundle apache2 1346 +org.apache.aries.proxy_1.0.1.jar bundle apache2 1345 +org.apache.aries.util_1.1.0.jar bundle apache2 1344 +org.apache.felix.gogo.command_0.10.0.v201209301215.jar bundle apache2 1134 +org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar bundle apache2 1133 +org.apache.felix.gogo.shell_0.10.0.v201212101605.jar bundle apache2 1132 +org.apache.velocity_1.7.0.jar bundle apache2 1839 +org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar bundle epl1 1131 +org.eclipse.core.expressions_3.4.500.v20130515-1343.jar bundle epl1 1130 +org.eclipse.core.jobs_3.5.300.v20130429-1813.jar bundle epl1 1129 +org.eclipse.core.runtime_3.9.0.v20130326-1255.jar bundle epl1 1128 +org.eclipse.ecf.filetransfer_5.0.0.v20130604-1622.jar bundle epl1 1127 +org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar bundle epl1 1126 +org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120319-0616.jar bundle epl1 289 +org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar bundle epl1 1125 +org.eclipse.ecf_3.2.0.v20130604-1622.jar bundle epl1 1124 +org.eclipse.equinox.app_1.3.100.v20130327-1442.jar bundle epl1 1123 +org.eclipse.equinox.common_3.6.200.v20130402-1505.jar bundle epl1 1122 +org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar bundle epl1 1121 +org.eclipse.equinox.console_1.0.100.v20130429-0953.jar bundle epl1 1120 +org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar bundle epl1 1119 +org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar bundle epl1 1118 +org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar bundle epl1 1117 +org.eclipse.equinox.http.helper_1.1.0.wso2v1.jar bundle epl1 839 +org.eclipse.equinox.http.servlet_1.1.400.v20130418-1354.jar bundle epl1 1116 +org.eclipse.equinox.jsp.jasper_1.0.400.v20120522-2049.jar bundle epl1 388 +org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar bundle epl1 1115 +org.eclipse.equinox.p2.artifact.repository_1.1.100.v20110519.jar bundle epl1 337 +org.eclipse.equinox.p2.console_1.0.300.v20130327-2119.jar bundle epl1 1114 +org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar bundle epl1 1113 +org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar bundle epl1 1112 +org.eclipse.equinox.p2.directorywatcher_1.0.300.v20130327-2119.jar bundle epl1 1110 +org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar bundle epl1 1111 +org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122-wso2v1.jar bundle epl1 3873 +org.eclipse.equinox.p2.extensionlocation_1.2.100.v20130327-2119.jar bundle epl1 1109 +org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar bundle epl1 1108 +org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar bundle epl1 1107 +org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar bundle epl1 1106 +org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar bundle epl1 1105 +org.eclipse.equinox.p2.publisher_1.2.0.v20110511.jar bundle epl1 306 +org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar bundle epl1 1104 +org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar bundle epl1 1103 +org.eclipse.equinox.p2.touchpoint.eclipse_2.1.0.v20110511-wso2v1.jar bundle epl1 703 +org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar bundle epl1 1102 +org.eclipse.equinox.p2.transport.ecf_1.0.100.v20110902-0807.jar bundle epl1 369 +org.eclipse.equinox.p2.updatechecker_1.1.200.v20130327-2119.jar bundle epl1 1101 +org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar bundle epl1 1100 +org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar bundle epl1 1099 +org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar bundle epl1 1098 +org.eclipse.equinox.security_1.2.0.v20130424-1801.jar bundle epl1 1097 +org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar bundle epl1 1096 +org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar bundle epl1 1095 +org.eclipse.equinox.util_1.0.500.v20130404-1337.jar bundle epl1 1094 +org.eclipse.jdt.core.compiler.batch_3.10.2.v20150120-1634.jar bundle epl1 1141 +org.eclipse.osgi.services_3.3.100.v20130513-1956.jar bundle epl1 1093 +org.eclipse.osgi_3.9.1.v20130814-1242.jar bundle epl1 1092 +org.eclipse.paho.client.mqttv3_1.0.2.jar bundle epl1 1769 +org.eclipse.wst.jsdt.debug.rhino.debugger_1.0.300.v201109150503.jar bundle epl1 558 +org.eclipse.wst.jsdt.debug.transport_1.0.100.v201109150330.jar bundle epl1 557 +org.jaggeryjs.hostobjects.db_0.12.8.jar bundle apache2 1998 +org.jaggeryjs.hostobjects.feed_0.12.8.jar bundle apache2 1997 +org.jaggeryjs.hostobjects.file_0.12.8.jar bundle apache2 1996 +org.jaggeryjs.hostobjects.jaggeryparser_0.12.8.jar bundle apache2 1995 +org.jaggeryjs.hostobjects.log_0.12.8.jar bundle apache2 1994 +org.jaggeryjs.hostobjects.registry_0.12.8.jar bundle apache2 1993 +org.jaggeryjs.hostobjects.stream_0.12.8.jar bundle apache2 1992 +org.jaggeryjs.hostobjects.uri_0.12.8.jar bundle apache2 1991 +org.jaggeryjs.hostobjects.web_0.12.8.jar bundle apache2 1990 +org.jaggeryjs.hostobjects.xhr_0.12.8.jar bundle apache2 1989 +org.jaggeryjs.hostobjects.xslt_0.12.8.jar bundle apache2 1988 +org.jaggeryjs.jaggery.app.mgt.stub_0.12.8.jar bundle apache2 1987 +org.jaggeryjs.jaggery.app.mgt.ui_0.12.8.jar bundle apache2 1986 +org.jaggeryjs.jaggery.app.mgt_0.12.8.jar bundle apache2 1985 +org.jaggeryjs.jaggery.core_0.12.8.jar bundle apache2 1984 +org.jaggeryjs.jaggery.deployer_0.12.8.jar bundle apache2 1983 +org.jaggeryjs.jaggery.tools_0.12.8.jar bundle apache2 1982 +org.jaggeryjs.modules.process_1.5.5.jar bundle apache2 1953 +org.jaggeryjs.modules.sso_1.5.5.jar bundle apache2 1952 +org.jaggeryjs.modules.uuid_1.5.5.jar bundle apache2 1951 +org.jaggeryjs.modules.ws_1.5.5.jar bundle apache2 1981 +org.jaggeryjs.scriptengine_0.12.8.jar bundle apache2 1980 +org.restlet_2.3.0.wso2v1.jar bundle apache2 4501 +org.sat4j.core_2.3.5.v201308161310.jar bundle epl1+lgpl21091 +org.sat4j.pb_2.3.5.v201308161310.jar bundle epl1+lgpl21090 +org.wso2.balana_1.1.2.jar bundle apache2 10593 +org.wso2.caching_4.0.3.jar bundle apache2 2919 +org.wso2.carbon.addressing_4.4.11.jar bundle apache2 10386 +org.wso2.carbon.analytics.api_1.3.3.jar bundle apache2 10830 +org.wso2.carbon.analytics.dataservice.commons_1.3.3.jar bundle apache2 10828 +org.wso2.carbon.analytics.datasource.commons_1.3.3.jar bundle apache2 10825 +org.wso2.carbon.analytics.io.commons_1.3.3.jar bundle apache2 10819 +org.wso2.carbon.apimgt.annotations_2.0.8.jar bundle apache2 11056 +org.wso2.carbon.apimgt.api_6.1.35.jar bundle apache2 11055 +org.wso2.carbon.apimgt.application.extension_2.0.8.jar bundle apache2 11054 +org.wso2.carbon.apimgt.authenticator.oidc.stub_6.1.35.jar bundle apache2 11053 +org.wso2.carbon.apimgt.authenticator.oidc.ui_6.1.35.jar bundle apache2 11052 +org.wso2.carbon.apimgt.authenticator.oidc_6.1.35.jar bundle apache2 11051 +org.wso2.carbon.apimgt.core_6.1.35.jar bundle apache2 11050 +org.wso2.carbon.apimgt.gateway.stub_6.1.35.jar bundle apache2 11049 +org.wso2.carbon.apimgt.gateway_6.1.35.jar bundle apache2 11048 +org.wso2.carbon.apimgt.handlers.security.stub_6.1.35.jar bundle apache2 11047 +org.wso2.carbon.apimgt.handlers_2.0.8.jar bundle apache2 11046 +org.wso2.carbon.apimgt.hostobjects.oidc_6.1.35.jar bundle apache2 11045 +org.wso2.carbon.apimgt.hostobjects_6.1.35.jar bundle apache2 11044 +org.wso2.carbon.apimgt.impl_6.1.35.jar bundle apache2 11043 +org.wso2.carbon.apimgt.keymgt.client_6.1.35.jar bundle apache2 11042 +org.wso2.carbon.apimgt.keymgt.stub_6.1.35.jar bundle apache2 11041 +org.wso2.carbon.apimgt.keymgt_6.1.35.jar bundle apache2 11040 +org.wso2.carbon.apimgt.registry.cache.stub_6.1.35.jar bundle apache2 11039 +org.wso2.carbon.apimgt.statsupdate.stub_6.1.35.jar bundle apache2 11038 +org.wso2.carbon.apimgt.tier.cache.stub_6.1.35.jar bundle apache2 11037 +org.wso2.carbon.apimgt.usage.client_6.1.35.jar bundle apache2 11036 +org.wso2.carbon.apimgt.usage.publisher_6.1.35.jar bundle apache2 11035 +org.wso2.carbon.apimgt.webapp.publisher_2.0.8.jar bundle apache2 11034 +org.wso2.carbon.application.deployer.synapse_4.6.9.jar bundle apache2 10902 +org.wso2.carbon.application.deployer.webapp_4.7.2.jar bundle apache2 11033 +org.wso2.carbon.application.deployer_4.4.11.jar bundle apache2 10385 +org.wso2.carbon.application.mgt.stub_4.5.4.jar bundle apache2 8688 +org.wso2.carbon.application.mgt.synapse_4.6.9.jar bundle apache2 10901 +org.wso2.carbon.application.mgt.ui_4.5.4.jar bundle apache2 8686 +org.wso2.carbon.application.mgt_4.5.4.jar bundle apache2 8685 +org.wso2.carbon.application.upload_4.5.4.jar bundle apache2 8684 +org.wso2.carbon.appmgt.api_1.2.10.jar bundle apache2 11032 +org.wso2.carbon.appmgt.core_1.2.10.jar bundle apache2 11031 +org.wso2.carbon.appmgt.gateway.stub_1.2.10.jar bundle apache2 11030 +org.wso2.carbon.appmgt.hostobjects_1.2.10.jar bundle apache2 11029 +org.wso2.carbon.appmgt.impl_1.2.10.jar bundle apache2 11028 +org.wso2.carbon.appmgt.mdm.osgiconnector_3.0.7.jar bundle apache2 11027 +org.wso2.carbon.appmgt.mdm.restconnector_1.2.10.jar bundle apache2 11026 +org.wso2.carbon.appmgt.mdm.wso2emm_1.1.4.jar bundle apache2 8176 +org.wso2.carbon.appmgt.mobile_1.2.10.jar bundle apache2 11025 +org.wso2.carbon.appmgt.publisher_1.2.10.jar bundle apache2 11024 +org.wso2.carbon.appmgt.sample.deployer_1.2.10.jar bundle apache2 11023 +org.wso2.carbon.appmgt.usage.client_1.2.10.jar bundle apache2 11022 +org.wso2.carbon.appmgt.usage.publisher_1.2.10.jar bundle apache2 11021 +org.wso2.carbon.authenticator.proxy_4.4.11.jar bundle apache2 10384 +org.wso2.carbon.authenticator.stub_4.4.11.jar bundle apache2 10383 +org.wso2.carbon.bam.presentation.stub_4.2.0.jar bundle apache2 2165 +org.wso2.carbon.base_4.4.11.jar bundle apache2 10382 +org.wso2.carbon.bootstrap-4.4.11.jar bundle apache2 10337 +org.wso2.carbon.captcha.mgt_4.2.0.jar bundle apache2 2154 +org.wso2.carbon.certificate.mgt.core_2.0.8.jar bundle apache2 11020 +org.wso2.carbon.claim.mgt.stub_5.7.5.jar bundle apache2 10773 +org.wso2.carbon.claim.mgt.ui_5.7.5.jar bundle apache2 10772 +org.wso2.carbon.claim.mgt_5.7.5.jar bundle apache2 10771 +org.wso2.carbon.cluster.mgt.core_4.4.11.jar bundle apache2 10381 +org.wso2.carbon.connector.core_4.6.9.jar bundle apache2 10900 +org.wso2.carbon.core.bootup.validator_4.4.11.jar bundle apache2 10380 +org.wso2.carbon.core.commons.stub_4.4.11.jar bundle apache2 10378 +org.wso2.carbon.core.common_4.4.11.jar bundle apache2 10379 +org.wso2.carbon.core.services_4.4.11.jar bundle apache2 10377 +org.wso2.carbon.core_4.4.11.jar bundle apache2 10376 +org.wso2.carbon.cxf.ext-4.7.2.jar bundle apache2 10222 +org.wso2.carbon.dashboard.deployment_2.0.5.jar bundle apache2 11019 +org.wso2.carbon.dashboard.store.filter_2.0.5.jar bundle apache2 11018 +org.wso2.carbon.databridge.agent_5.1.5.jar bundle apache2 11017 +org.wso2.carbon.databridge.commons.binary_5.1.5.jar bundle apache2 11016 +org.wso2.carbon.databridge.commons.thrift_5.1.5.jar bundle apache2 11015 +org.wso2.carbon.databridge.commons_5.1.5.jar bundle apache2 11014 +org.wso2.carbon.databridge.core_5.1.5.jar bundle apache2 11013 +org.wso2.carbon.databridge.streamdefn.filesystem_5.1.5.jar bundle apache2 11012 +org.wso2.carbon.deployment.synchronizer.subversion_4.5.4.jar bundle apache2 8451 +org.wso2.carbon.deployment.synchronizer_4.5.4.jar bundle apache2 8450 +org.wso2.carbon.device.mgt.analytics.dashboard_2.0.8.jar bundle apache2 11011 +org.wso2.carbon.device.mgt.analytics.data.publisher_2.0.8.jar bundle apache2 11010 +org.wso2.carbon.device.mgt.common_2.0.8.jar bundle apache2 11009 +org.wso2.carbon.device.mgt.core_2.0.8.jar bundle apache2 11008 +org.wso2.carbon.device.mgt.extensions.device.type.deployer_2.0.8.jar bundle apache2 11007 +org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt_2.0.8.jar bundle apache2 11006 +org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp_2.0.8.jar bundle apache2 11005 +org.wso2.carbon.device.mgt.extensions_2.0.8.jar bundle apache2 11004 +org.wso2.carbon.device.mgt.input.adapter.extension_3.0.7.jar bundle apache2 11003 +org.wso2.carbon.device.mgt.input.adapter.http_3.0.7.jar bundle apache2 11002 +org.wso2.carbon.device.mgt.input.adapter.mqtt_3.0.7.jar bundle apache2 11001 +org.wso2.carbon.device.mgt.input.adapter.xmpp_3.0.7.jar bundle apache2 11000 +org.wso2.carbon.device.mgt.oauth.extensions_2.0.8.jar bundle apache2 10999 +org.wso2.carbon.device.mgt.output.adapter.mqtt_3.0.7.jar bundle apache2 10998 +org.wso2.carbon.device.mgt.output.adapter.websocket_3.0.7.jar bundle apache2 10997 +org.wso2.carbon.device.mgt.output.adapter.xmpp_3.0.7.jar bundle apache2 10996 +org.wso2.carbon.device.mgt.url.printer_2.0.10.jar bundle apache2 10995 +org.wso2.carbon.directory.server.manager.common_5.7.5.jar bundle apache2 10770 +org.wso2.carbon.directory.server.manager.stub_5.7.5.jar bundle apache2 10769 +org.wso2.carbon.directory.server.manager.ui_5.7.5.jar bundle apache2 10768 +org.wso2.carbon.directory.server.manager_5.7.5.jar bundle apache2 10767 +org.wso2.carbon.discovery.cxf_4.7.2.jar bundle apache2 10308 +org.wso2.carbon.dynamic.client.registration_2.0.10.jar bundle apache2 10994 +org.wso2.carbon.dynamic.client.web.app.registration_2.0.10.jar bundle apache2 10993 +org.wso2.carbon.email.sender.core_2.0.10.jar bundle apache2 10992 +org.wso2.carbon.email.verification.stub_4.5.4.jar bundle apache2 8678 +org.wso2.carbon.email.verification.ui_4.5.4.jar bundle apache2 8677 +org.wso2.carbon.email.verification_4.5.4.jar bundle apache2 8676 +org.wso2.carbon.endpoint.stub_4.6.9.jar bundle apache2 10991 +org.wso2.carbon.endpoint_4.6.9.jar bundle apache2 10899 +org.wso2.carbon.event.admin_4.5.4.jar bundle apache2 8444 +org.wso2.carbon.event.application.deployer_5.1.5.jar bundle apache2 10990 +org.wso2.carbon.event.client.stub_4.5.4.jar bundle apache2 8442 +org.wso2.carbon.event.client_4.5.4.jar bundle apache2 8441 +org.wso2.carbon.event.common_4.5.4.jar bundle apache2 8440 +org.wso2.carbon.event.core_4.5.4.jar bundle apache2 8439 +org.wso2.carbon.event.input.adapter.core_5.1.5.jar bundle apache2 10989 +org.wso2.carbon.event.output.adapter.core_5.1.5.jar bundle apache2 10988 +org.wso2.carbon.event.processor.stub_2.1.6.jar bundle apache2 10648 +org.wso2.carbon.event.stream.admin_5.1.5.jar bundle apache2 10987 +org.wso2.carbon.event.stream.core_5.1.5.jar bundle apache2 10986 +org.wso2.carbon.event.stream.persistence.stub_5.1.5.jar bundle apache2 10985 +org.wso2.carbon.event.stream.stub_5.1.5.jar bundle apache2 10984 +org.wso2.carbon.event.stream.ui_5.1.5.jar bundle apache2 10983 +org.wso2.carbon.event.template.manager.stub_5.1.7.jar bundle apache2 10625 +org.wso2.carbon.event.ws_4.5.4.jar bundle apache2 8417 +org.wso2.carbon.feature.mgt.core_4.4.11.jar bundle apache2 10375 +org.wso2.carbon.feature.mgt.services_4.4.11.jar bundle apache2 10374 +org.wso2.carbon.feature.mgt.stub_4.4.11.jar bundle apache2 10373 +org.wso2.carbon.feature.mgt.ui_4.4.11.jar bundle apache2 10372 +org.wso2.carbon.forum_6.1.35.jar bundle apache2 10982 +org.wso2.carbon.framework.exporter_4.4.11.jar bundle apache2 10371 +org.wso2.carbon.ganalytics.publisher_4.5.4.jar bundle apache2 8630 +org.wso2.carbon.governance.api_4.7.0.jar bundle apache2 9505 +org.wso2.carbon.governance.client_4.7.0.jar bundle apache2 9504 +org.wso2.carbon.governance.common_4.7.0.jar bundle apache2 9503 +org.wso2.carbon.governance.custom.lifecycles.checklist.stub_4.7.0.jar bundle apache2 9502 +org.wso2.carbon.governance.custom.lifecycles.checklist.ui_4.7.0.jar bundle apache2 9501 +org.wso2.carbon.governance.custom.lifecycles.checklist_4.7.0.jar bundle apache2 9500 +org.wso2.carbon.governance.custom.lifecycles.history.ui_4.7.0.jar bundle apache2 9499 +org.wso2.carbon.governance.generic.stub_4.7.0.jar bundle apache2 9498 +org.wso2.carbon.governance.generic.ui_4.7.0.jar bundle apache2 9497 +org.wso2.carbon.governance.generic_4.7.0.jar bundle apache2 9496 +org.wso2.carbon.governance.lcm.stub_4.7.0.jar bundle apache2 9495 +org.wso2.carbon.governance.lcm.ui_4.7.0.jar bundle apache2 9494 +org.wso2.carbon.governance.lcm_4.7.0.jar bundle apache2 9493 +org.wso2.carbon.governance.list_4.7.0.jar bundle apache2 9492 +org.wso2.carbon.governance.registry.eventing_4.7.0.jar bundle apache2 9491 +org.wso2.carbon.governance.registry.extensions_4.7.0.jar bundle apache2 9490 +org.wso2.carbon.governance.wsdltool.stub_4.7.0.jar bundle apache2 9486 +org.wso2.carbon.governance.wsdltool.ui_4.7.0.jar bundle apache2 9485 +org.wso2.carbon.governance.wsdltool_4.7.0.jar bundle apache2 9484 +org.wso2.carbon.hostobjects.sso_4.5.4.jar bundle apache2 10161 +org.wso2.carbon.hostobjects.sso_6.1.35.jar bundle apache2 10981 +org.wso2.carbon.i18n_4.4.11.jar bundle apache2 10370 +org.wso2.carbon.identity.application.authentication.endpoint.util_5.7.5.jar bundle apache2 10766 +org.wso2.carbon.identity.application.authentication.framework_5.7.5.jar bundle apache2 10765 +org.wso2.carbon.identity.application.authenticator.basicauth_5.2.4.jar bundle apache2 10980 +org.wso2.carbon.identity.application.authenticator.requestpath.oauth_5.1.1.jar bundle apache2 8394 +org.wso2.carbon.identity.application.authenticator.samlsso_5.1.4.jar bundle apache2 10979 +org.wso2.carbon.identity.application.common_5.7.5.jar bundle apache2 10764 +org.wso2.carbon.identity.application.mgt.stub_5.7.5.jar bundle apache2 10763 +org.wso2.carbon.identity.application.mgt.ui_5.7.5.jar bundle apache2 10762 +org.wso2.carbon.identity.application.mgt_5.7.5.jar bundle apache2 10761 +org.wso2.carbon.identity.authentication_4.5.4.jar bundle apache2 8609 +org.wso2.carbon.identity.authenticator.backend.oauth_2.0.10.jar bundle apache2 10978 +org.wso2.carbon.identity.authenticator.saml2.sso.common_5.1.6.jar bundle apache2 10977 +org.wso2.carbon.identity.authenticator.saml2.sso.stub_5.1.6.jar bundle apache2 10976 +org.wso2.carbon.identity.authenticator.saml2.sso.ui_5.1.6.jar bundle apache2 10975 +org.wso2.carbon.identity.authenticator.saml2.sso_5.1.6.jar bundle apache2 10974 +org.wso2.carbon.identity.authenticator.thrift_5.7.5.jar bundle apache2 10760 +org.wso2.carbon.identity.base_5.6.89.jar bundle apache2 10973 +org.wso2.carbon.identity.base_5.7.5.jar bundle apache2 10759 +org.wso2.carbon.identity.claim.metadata.mgt.stub_5.7.5.jar bundle apache2 10758 +org.wso2.carbon.identity.claim.metadata.mgt.ui_5.7.5.jar bundle apache2 10757 +org.wso2.carbon.identity.claim.metadata.mgt_5.7.5.jar bundle apache2 10756 +org.wso2.carbon.identity.core.ui_5.7.5.jar bundle apache2 10755 +org.wso2.carbon.identity.core_5.7.5.jar bundle apache2 10754 +org.wso2.carbon.identity.discovery_5.3.4.jar bundle apache2 10946 +org.wso2.carbon.identity.entitlement.common_5.7.5.jar bundle apache2 10752 +org.wso2.carbon.identity.entitlement.proxy_5.1.3.jar bundle apache2 10972 +org.wso2.carbon.identity.entitlement.stub_5.6.89.jar bundle apache2 10971 +org.wso2.carbon.identity.entitlement_5.7.5.jar bundle apache2 10749 +org.wso2.carbon.identity.governance.stub_5.7.5.jar bundle apache2 10747 +org.wso2.carbon.identity.inbound.metadata.saml2_0.1.1.jar bundle apache2 10970 +org.wso2.carbon.identity.jwt.client.extension_2.0.10.jar bundle apache2 10969 +org.wso2.carbon.identity.notification.mgt_5.7.5.jar bundle apache2 10742 +org.wso2.carbon.identity.oauth.common_5.3.4.jar bundle apache2 10944 +org.wso2.carbon.identity.oauth.dcr_5.3.4.jar bundle apache2 10943 +org.wso2.carbon.identity.oauth.stub_5.3.1.jar bundle apache2 10505 +org.wso2.carbon.identity.oauth.stub_5.3.4.jar bundle apache2 10942 +org.wso2.carbon.identity.oauth.ui_5.3.4.jar bundle apache2 10941 +org.wso2.carbon.identity.oauth2.grant.jwt_1.0.2.jar bundle apache2 8152 +org.wso2.carbon.identity.oauth_5.3.4.jar bundle apache2 10940 +org.wso2.carbon.identity.oidc.dcr_5.3.4.jar bundle apache2 10939 +org.wso2.carbon.identity.oidc.session_5.3.4.jar bundle apache2 10938 +org.wso2.carbon.identity.provider_5.1.1.jar bundle apache2 8360 +org.wso2.carbon.identity.query.saml_5.3.0.jar bundle apache2 10496 +org.wso2.carbon.identity.sp.metadata.saml2_0.1.6.jar bundle apache2 10968 +org.wso2.carbon.identity.sp.metadata.saml2_1.0.0.jar bundle apache2 10491 +org.wso2.carbon.identity.sso.agent_5.1.0.jar bundle apache2 8353 +org.wso2.carbon.identity.sso.saml.stub_5.1.3.jar bundle apache2 10490 +org.wso2.carbon.identity.sso.saml.stub_5.3.0.jar bundle apache2 10489 +org.wso2.carbon.identity.sso.saml.ui_5.3.0.jar bundle apache2 10488 +org.wso2.carbon.identity.sso.saml_5.3.0.jar bundle apache2 10487 +org.wso2.carbon.identity.user.profile.stub_5.7.5.jar bundle apache2 10732 +org.wso2.carbon.identity.user.profile.ui_5.7.5.jar bundle apache2 10731 +org.wso2.carbon.identity.user.profile_5.7.5.jar bundle apache2 10730 +org.wso2.carbon.identity.user.registration.stub_5.6.89.jar bundle apache2 10967 +org.wso2.carbon.identity.user.registration.stub_5.7.5.jar bundle apache2 10729 +org.wso2.carbon.identity.user.registration_5.7.5.jar bundle apache2 10728 +org.wso2.carbon.identity.user.store.configuration.deployer_5.7.5.jar bundle apache2 10727 +org.wso2.carbon.identity.user.store.configuration.stub_5.7.5.jar bundle apache2 10726 +org.wso2.carbon.identity.user.store.configuration.ui_5.7.5.jar bundle apache2 10725 +org.wso2.carbon.identity.user.store.configuration_5.7.5.jar bundle apache2 10724 +org.wso2.carbon.identity.user.store.count.stub_5.7.5.jar bundle apache2 10723 +org.wso2.carbon.identity.user.store.count_5.7.5.jar bundle apache2 10722 +org.wso2.carbon.identity.webfinger_5.3.4.jar bundle apache2 10932 +org.wso2.carbon.idp.mgt.stub_5.7.5.jar bundle apache2 10713 +org.wso2.carbon.idp.mgt.ui_5.7.5.jar bundle apache2 10712 +org.wso2.carbon.idp.mgt_5.7.5.jar bundle apache2 10711 +org.wso2.carbon.inbound.endpoint.osgi_4.6.9.jar bundle apache2 10893 +org.wso2.carbon.inbound.endpoint.persistence_4.6.9.jar bundle apache2 10892 +org.wso2.carbon.inbound.endpoint_4.6.9.jar bundle apache2 10891 +org.wso2.carbon.inbound.stub_4.6.9.jar bundle apache2 10966 +org.wso2.carbon.inbound_4.6.9.jar bundle apache2 10890 +org.wso2.carbon.localentry.stub_4.6.9.jar bundle apache2 10965 +org.wso2.carbon.localentry_4.6.9.jar bundle apache2 10889 +org.wso2.carbon.logging-4.4.11.jar bundle apache2 10339 +org.wso2.carbon.logging.admin.stub_4.5.4.jar bundle apache2 8313 +org.wso2.carbon.logging.admin.ui_4.5.4.jar bundle apache2 8312 +org.wso2.carbon.logging.service_4.5.4.jar bundle apache2 8311 +org.wso2.carbon.logging.view.stub_4.5.4.jar bundle apache2 8310 +org.wso2.carbon.logging.view.ui_4.5.4.jar bundle apache2 8309 +org.wso2.carbon.logging_4.4.11.jar bundle apache2 10369 +org.wso2.carbon.mashup.javascript.hostobjects.registry_4.7.0.jar bundle apache2 9483 +org.wso2.carbon.mashup.utils_4.2.0.jar bundle apache2 2216 +org.wso2.carbon.mediation.artifactuploader.stub_4.6.9.jar bundle apache2 10964 +org.wso2.carbon.mediation.artifactuploader_4.6.9.jar bundle apache2 10888 +org.wso2.carbon.mediation.configadmin.stub_4.6.9.jar bundle apache2 10887 +org.wso2.carbon.mediation.configadmin.ui_4.6.9.jar bundle apache2 10886 +org.wso2.carbon.mediation.configadmin_4.6.9.jar bundle apache2 10885 +org.wso2.carbon.mediation.dependency.mgt_4.6.9.jar bundle apache2 10884 +org.wso2.carbon.mediation.initializer.ui_4.6.9.jar bundle apache2 10883 +org.wso2.carbon.mediation.initializer_4.6.9.jar bundle apache2 10882 +org.wso2.carbon.mediation.library.stub_4.6.9.jar bundle apache2 10963 +org.wso2.carbon.mediation.library_4.6.9.jar bundle apache2 10881 +org.wso2.carbon.mediation.message.processor_4.6.9.jar bundle apache2 10880 +org.wso2.carbon.mediation.ntaskadmin_4.6.9.jar bundle apache2 10878 +org.wso2.carbon.mediation.ntask_4.6.9.jar bundle apache2 10879 +org.wso2.carbon.mediation.registry_4.6.9.jar bundle apache2 10877 +org.wso2.carbon.mediation.security.stub_4.6.1.jar bundle apache2 8589 +org.wso2.carbon.mediation.security.stub_4.6.9.jar bundle apache2 10876 +org.wso2.carbon.mediation.security_4.6.9.jar bundle apache2 10875 +org.wso2.carbon.mediation.startup_4.6.9.jar bundle apache2 10874 +org.wso2.carbon.mediation.templates.common_4.6.9.jar bundle apache2 10873 +org.wso2.carbon.mediation.templates.service_4.6.9.jar bundle apache2 10872 +org.wso2.carbon.mediation.templates.stub_4.6.9.jar bundle apache2 10962 +org.wso2.carbon.mediation.templates_4.6.9.jar bundle apache2 10871 +org.wso2.carbon.mediation.transport.handlers_4.6.9.jar bundle apache2 10870 +org.wso2.carbon.mediator.cache.ui_4.6.9.jar bundle apache2 10961 +org.wso2.carbon.mediator.cache_4.6.9.jar bundle apache2 10869 +org.wso2.carbon.mediator.clazz.services_4.6.9.jar bundle apache2 10868 +org.wso2.carbon.mediator.command.services_4.6.9.jar bundle apache2 10867 +org.wso2.carbon.mediator.event_4.6.9.jar bundle apache2 10866 +org.wso2.carbon.mediator.fastXSLT_4.6.9.jar bundle apache2 10865 +org.wso2.carbon.mediator.router.impl_4.6.9.jar bundle apache2 10862 +org.wso2.carbon.mediator.service_4.6.9.jar bundle apache2 10861 +org.wso2.carbon.message.processor.stub_4.6.9.jar bundle apache2 10960 +org.wso2.carbon.message.processor_4.6.9.jar bundle apache2 10860 +org.wso2.carbon.message.store.stub_4.6.9.jar bundle apache2 10959 +org.wso2.carbon.message.store_4.6.9.jar bundle apache2 10859 +org.wso2.carbon.messageflows.stub_4.5.4.jar bundle apache2 8574 +org.wso2.carbon.messageflows.ui_4.5.4.jar bundle apache2 8573 +org.wso2.carbon.messageflows_4.5.4.jar bundle apache2 8572 +org.wso2.carbon.metrics.common_1.2.2.jar bundle apache2 8818 +org.wso2.carbon.metrics.das.reporter_1.2.2.jar bundle apache2 8817 +org.wso2.carbon.metrics.data.common_1.2.2.jar bundle apache2 8816 +org.wso2.carbon.metrics.data.service.stub_1.2.2.jar bundle apache2 8815 +org.wso2.carbon.metrics.data.service_1.2.2.jar bundle apache2 8814 +org.wso2.carbon.metrics.impl_1.2.2.jar bundle apache2 8813 +org.wso2.carbon.metrics.jdbc.reporter_1.2.2.jar bundle apache2 8812 +org.wso2.carbon.metrics.manager_1.2.2.jar bundle apache2 8811 +org.wso2.carbon.metrics.view.ui_1.2.2.jar bundle apache2 8810 +org.wso2.carbon.module.mgt.stub_4.7.2.jar bundle apache2 10282 +org.wso2.carbon.module.mgt.ui_4.7.2.jar bundle apache2 10281 +org.wso2.carbon.module.mgt_4.7.2.jar bundle apache2 10280 +org.wso2.carbon.ndatasource.capp.deployer_4.5.4.jar bundle apache2 8772 +org.wso2.carbon.ndatasource.common_4.4.11.jar bundle apache2 10368 +org.wso2.carbon.ndatasource.core_4.4.11.jar bundle apache2 10367 +org.wso2.carbon.ndatasource.datasources_4.5.4.jar bundle apache2 8571 +org.wso2.carbon.ndatasource.rdbms_4.4.11.jar bundle apache2 10366 +org.wso2.carbon.ndatasource.stub_4.5.4.jar bundle apache2 8570 +org.wso2.carbon.ndatasource.ui_4.5.4.jar bundle apache2 8569 +org.wso2.carbon.ntask.common_4.5.4.jar bundle apache2 8568 +org.wso2.carbon.ntask.core_4.5.4.jar bundle apache2 8567 +org.wso2.carbon.ntask.solutions_4.5.4.jar bundle apache2 8566 +org.wso2.carbon.operation.mgt_4.7.2.jar bundle apache2 10279 +org.wso2.carbon.osgi.security_4.4.11.jar bundle apache2 10365 +org.wso2.carbon.policy.decision.point_2.0.10.jar bundle apache2 10958 +org.wso2.carbon.policy.information.point_2.0.10.jar bundle apache2 10957 +org.wso2.carbon.policy.mgt.common_2.0.10.jar bundle apache2 10956 +org.wso2.carbon.policy.mgt.core_2.0.10.jar bundle apache2 10955 +org.wso2.carbon.priority.executors.stub_4.6.9.jar bundle apache2 10954 +org.wso2.carbon.priority.executors_4.6.9.jar bundle apache2 10858 +org.wso2.carbon.proxyadmin.common_4.6.9.jar bundle apache2 10857 +org.wso2.carbon.proxyadmin.stub_4.6.9.jar bundle apache2 10953 +org.wso2.carbon.proxyadmin_4.6.9.jar bundle apache2 10856 +org.wso2.carbon.qpid.stub_4.5.4.jar bundle apache2 8298 +org.wso2.carbon.queuing_4.4.11.jar bundle apache2 10364 +org.wso2.carbon.registry.admin.api_4.6.0.jar bundle apache2 8904 +org.wso2.carbon.registry.api_4.4.11.jar bundle apache2 10363 +org.wso2.carbon.registry.common.ui_4.6.0.jar bundle apache2 8903 +org.wso2.carbon.registry.common_4.6.0.jar bundle apache2 8902 +org.wso2.carbon.registry.core_4.4.11.jar bundle apache2 10362 +org.wso2.carbon.registry.event.core_4.6.0.jar bundle apache2 8901 +org.wso2.carbon.registry.event.ws_4.6.0.jar bundle apache2 8900 +org.wso2.carbon.registry.eventing_4.6.0.jar bundle apache2 8899 +org.wso2.carbon.registry.extensions.stub_4.6.0.jar bundle apache2 8898 +org.wso2.carbon.registry.extensions.ui_4.6.0.jar bundle apache2 8897 +org.wso2.carbon.registry.extensions_4.6.0.jar bundle apache2 8896 +org.wso2.carbon.registry.indexing_4.6.0.jar bundle apache2 8895 +org.wso2.carbon.registry.info.stub_4.6.0.jar bundle apache2 8894 +org.wso2.carbon.registry.info.ui_4.6.0.jar bundle apache2 8893 +org.wso2.carbon.registry.info_4.6.0.jar bundle apache2 8892 +org.wso2.carbon.registry.properties.stub_4.6.0.jar bundle apache2 8891 +org.wso2.carbon.registry.properties.ui_4.6.0.jar bundle apache2 8890 +org.wso2.carbon.registry.properties_4.6.0.jar bundle apache2 8889 +org.wso2.carbon.registry.relations.stub_4.6.0.jar bundle apache2 8888 +org.wso2.carbon.registry.relations.ui_4.6.0.jar bundle apache2 8887 +org.wso2.carbon.registry.relations_4.6.0.jar bundle apache2 8886 +org.wso2.carbon.registry.resource.stub_4.6.0.jar bundle apache2 8885 +org.wso2.carbon.registry.resource.ui_4.6.0.jar bundle apache2 8884 +org.wso2.carbon.registry.resource_4.6.0.jar bundle apache2 8883 +org.wso2.carbon.registry.search.stub_4.6.0.jar bundle apache2 8882 +org.wso2.carbon.registry.search.ui_4.6.0.jar bundle apache2 8881 +org.wso2.carbon.registry.search_4.6.0.jar bundle apache2 8880 +org.wso2.carbon.registry.server_4.4.11.jar bundle apache2 10361 +org.wso2.carbon.registry.servlet_4.6.0.jar bundle apache2 8879 +org.wso2.carbon.registry.task_4.6.0.jar bundle apache2 8878 +org.wso2.carbon.registry.ws.api_4.6.0.jar bundle apache2 8877 +org.wso2.carbon.registry.ws.client_4.6.0.jar bundle apache2 8876 +org.wso2.carbon.registry.ws.stub_4.6.0.jar bundle apache2 8875 +org.wso2.carbon.relay.mediators.builder_4.6.9.jar bundle apache2 10855 +org.wso2.carbon.relay.module_4.6.9.jar bundle apache2 10854 +org.wso2.carbon.relay_4.6.9.jar bundle apache2 10853 +org.wso2.carbon.remote-tasks.stub_4.5.4.jar bundle apache2 8529 +org.wso2.carbon.rest.api.stub_4.6.9.jar bundle apache2 10852 +org.wso2.carbon.rest.api_4.6.9.jar bundle apache2 10851 +org.wso2.carbon.roles.mgt.stub_4.4.11.jar bundle apache2 10360 +org.wso2.carbon.roles.mgt.ui_4.4.11.jar bundle apache2 10359 +org.wso2.carbon.roles.mgt_4.4.11.jar bundle apache2 10358 +org.wso2.carbon.securevault_4.4.11.jar bundle apache2 10357 +org.wso2.carbon.security.mgt.stub_5.7.5.jar bundle apache2 10708 +org.wso2.carbon.security.mgt.ui_5.7.5.jar bundle apache2 10707 +org.wso2.carbon.security.mgt_5.7.5.jar bundle apache2 10706 +org.wso2.carbon.sequences.common_4.6.9.jar bundle apache2 10850 +org.wso2.carbon.sequences.stub_4.6.0.jar bundle apache2 10102 +org.wso2.carbon.sequences.stub_4.6.9.jar bundle apache2 10849 +org.wso2.carbon.sequences_4.6.9.jar bundle apache2 10848 +org.wso2.carbon.server-4.4.11.jar bundle apache2 10338 +org.wso2.carbon.server.admin.common_4.4.11.jar bundle apache2 10356 +org.wso2.carbon.server.admin.stub_4.4.11.jar bundle apache2 10355 +org.wso2.carbon.server.admin.ui_4.4.11.jar bundle apache2 10354 +org.wso2.carbon.server.admin_4.4.11.jar bundle apache2 10353 +org.wso2.carbon.service.mgt_4.7.2.jar bundle apache2 10245 +org.wso2.carbon.social.core_1.4.4.jar bundle apache2 10098 +org.wso2.carbon.social.db.adapter_1.4.4.jar bundle apache2 10097 +org.wso2.carbon.social.sql_1.4.4.jar bundle apache2 10096 +org.wso2.carbon.statistics.stub_4.5.4.jar bundle apache2 8264 +org.wso2.carbon.statistics.ui_4.5.4.jar bundle apache2 8263 +org.wso2.carbon.statistics_4.5.4.jar bundle apache2 8262 +org.wso2.carbon.store.jaggery-scxml-executors_1.4.4.jar bundle apache2 10095 +org.wso2.carbon.task.services_4.6.9.jar bundle apache2 10847 +org.wso2.carbon.task.stub_4.6.9.jar bundle apache2 10952 +org.wso2.carbon.task_4.6.9.jar bundle apache2 10846 +org.wso2.carbon.tenant.common.stub_4.5.4.jar bundle apache2 8258 +org.wso2.carbon.tenant.common_4.5.4.jar bundle apache2 8257 +org.wso2.carbon.tenant.deployment_4.6.1.jar bundle apache2 10243 +org.wso2.carbon.tenant.dispatcher_4.6.1.jar bundle apache2 10242 +org.wso2.carbon.tenant.keystore.mgt_4.6.1.jar bundle apache2 10241 +org.wso2.carbon.tenant.mgt.core_4.6.1.jar bundle apache2 10240 +org.wso2.carbon.tenant.mgt.stub_4.6.1.jar bundle apache2 10239 +org.wso2.carbon.tenant.mgt.ui_4.6.1.jar bundle apache2 10238 +org.wso2.carbon.tenant.mgt_4.6.1.jar bundle apache2 10237 +org.wso2.carbon.tenant.redirector.servlet.stub_4.6.1.jar bundle apache2 10236 +org.wso2.carbon.tenant.redirector.servlet.ui_4.6.1.jar bundle apache2 10235 +org.wso2.carbon.tenant.redirector.servlet_4.6.1.jar bundle apache2 10234 +org.wso2.carbon.tenant.sso.redirector.ui_4.6.1.jar bundle apache2 10233 +org.wso2.carbon.tenant.theme.mgt_4.6.1.jar bundle apache2 10232 +org.wso2.carbon.tenant.throttling.agent_4.6.1.jar bundle apache2 10231 +org.wso2.carbon.tenant.usage.agent_4.6.1.jar bundle apache2 10230 +org.wso2.carbon.throttling.agent.stub_4.5.4.jar bundle apache2 8505 +org.wso2.carbon.tomcat.ext_4.4.11.jar bundle apache2 10351 +org.wso2.carbon.tomcat.patch_4.7.2.jar bundle apache2 10229 +org.wso2.carbon.tomcat_4.4.11.jar bundle apache2 10350 +org.wso2.carbon.ui.menu.general_4.4.11.jar bundle apache2 10349 +org.wso2.carbon.ui.menu.governance_4.4.7.jar bundle apache2 8504 +org.wso2.carbon.ui.menu.registry_4.4.7.jar bundle apache2 8503 +org.wso2.carbon.ui_4.4.11.jar bundle apache2 10348 +org.wso2.carbon.um.ws.api.stub_5.1.4.jar bundle apache2 10421 +org.wso2.carbon.um.ws.api_5.1.4.jar bundle apache2 10420 +org.wso2.carbon.um.ws.service_5.1.4.jar bundle apache2 10419 +org.wso2.carbon.user.api_4.4.11.jar bundle apache2 10347 +org.wso2.carbon.user.core_4.4.11.jar bundle apache2 10346 +org.wso2.carbon.user.mgt.common_5.7.5.jar bundle apache2 10705 +org.wso2.carbon.user.mgt.stub_5.7.5.jar bundle apache2 10704 +org.wso2.carbon.user.mgt.ui_5.7.5.jar bundle apache2 10703 +org.wso2.carbon.user.mgt.workflow.stub_5.7.5.jar bundle apache2 10702 +org.wso2.carbon.user.mgt_5.7.5.jar bundle apache2 10701 +org.wso2.carbon.utils_4.4.11.jar bundle apache2 10345 +org.wso2.carbon.webapp.authenticator.framework_2.0.10.jar bundle apache2 10951 +org.wso2.carbon.webapp.deployer_4.7.2.jar bundle apache2 10227 +org.wso2.carbon.webapp.list.ui_4.7.2.jar bundle apache2 10226 +org.wso2.carbon.webapp.mgt.stub_4.2.0.jar bundle apache2 2083 +org.wso2.carbon.webapp.mgt.stub_4.7.2.jar bundle apache2 10225 +org.wso2.carbon.webapp.mgt.ui_4.7.2.jar bundle apache2 10224 +org.wso2.carbon.webapp.mgt_4.7.2.jar bundle apache2 10223 +org.wso2.ciphertool-1.0.0-wso2v3.jar bundle apache2 4038 +org.wso2.iot.core.admin.styles_3.0.0.RC.jar bundle apache2 10950 +org.wso2.securevault_1.0.0.wso2v2.jar bundle apache2 768 +org.wso2.store.admin.styles_1.4.4.jar bundle apache2 10090 +org.wso2.store.sso.common_1.4.4.jar bundle apache2 10089 +org.yaml.snakeyaml_1.17.0.jar bundle apache2 2027 +patch.jar jarinbundle epl1 1137 +pdepublishing-ant.jar jar epl1 524 +pdepublishing.jar jar epl1 525 +pdfbox_1.8.10.wso2v2.jar bundle apache2 6514 +perf4j_0.9.12.wso2v1.jar bundle apache2 832 +poi-ooxml_3.14.0.wso2v1.jar bundle apache2 8218 +poi-scratchpad_3.14.0.wso2v1.jar bundle apache2 8217 +poi_3.14.0.wso2v1.jar bundle apache2 8216 +quartz_2.1.1.wso2v1.jar bundle apache2 975 +rampart-core_1.6.1.wso2v24.jar bundle apache2 10409 +rampart-policy_1.6.1.wso2v24.jar bundle apache2 10408 +rampart-trust_1.6.1.wso2v24.jar bundle apache2 10407 +rome_0.9.0.wso2v1.jar bundle apache2 930 +saxon.bps_9.0.0.x-wso2v1.jar bundle mpl11 985 +saxon_8.9.0.wso2v2.jar bundle mpl10 2091 +scannotation_1.0.3.wso2v1.jar bundle apache2 7869 +slf4j.api_1.6.1.jar bundle mit 354 +slf4j.api_1.7.13.jar bundle mit 1606 +slf4j.api_1.7.21.jar bundle mit 1852 +slf4j.log4j12_1.6.1.jar bundle mit 346 +slf4j.log4j12_1.7.13.jar bundle mit 1605 +slf4j.log4j12_1.7.21.jar bundle mit 1851 +slf4j_1.5.10.wso2v1.jar bundle mit 1429 +smackx_3.0.4.wso2v1.jar bundle apache2 1871 +smack_3.0.4.wso2v1.jar bundle apache2 1493 +snakeyaml_1.16.0.wso2v1.jar bundle apache2 6274 +solr_5.2.1.wso2v1.jar bundle apache2 4384 +spatial4j_0.4.1.wso2v1.jar bundle apache2 4045 +spring-aop-3.0.7.RELEASE.jar bundle apache2 279 +spring-asm-3.0.7.RELEASE.jar bundle apache2 261 +spring-beans-3.0.7.RELEASE.jar bundle apache2 275 +spring-context-3.0.7.RELEASE.jar bundle apache2 273 +spring-core-3.0.7.RELEASE.jar bundle apache2 270 +spring-expression-3.0.7.RELEASE.jar bundle apache2 272 +spring-web-3.0.7.RELEASE.jar bundle apache2 268 +spring.framework_3.2.9.wso2v1.jar bundle apache2 4044 +stax2-api-3.1.4.jar bundle bsd 1089 +step2-common-1.0.0-wso2v2.jar bundle apache2 2909 +step2-consumer-1.0.0-wso2v2.jar bundle apache2 2908 +step2_1.0.0.wso2v2.jar bundle apache2 2907 +svn-client-adapter_1.10.9.wso2v1.jar bundle apache2 4043 +swagger-codegen_2.2.0.wso2v2.jar bundle apache2 10843 +synapse-commons_2.1.7.wso2v9.jar bundle apache2 10842 +synapse-core_2.1.7.wso2v9.jar bundle apache2 10841 +synapse-extensions_2.1.7.wso2v9.jar bundle apache2 10840 +synapse-nhttp-transport_2.1.7.wso2v9.jar bundle apache2 10839 +synapse-samples_2.1.7.wso2v9.jar bundle apache2 10838 +synapse-tasks_2.1.7.wso2v9.jar bundle apache2 10837 +tcpmon-1.0.jar jar bsd 255 +tiles-jsp_2.0.5.wso2v1.jar bundle apache2 989 +tomcat-annotations-api-7.0.73.jar jar apache2 2044 +tomcat-catalina-ha_7.0.73.wso2v1.jar bundle apache2 10344 +tomcat-el-api_7.0.73.wso2v1.jar bundle apache2 10343 +tomcat-jsp-api_7.0.73.wso2v1.jar bundle apache2 10342 +tomcat-juli-7.0.73.jar jar apache2 2043 +tomcat-servlet-api_7.0.73.wso2v1.jar bundle apache2 10341 +tomcat_7.0.73.wso2v1.jar bundle apache2 10340 +uddi4j-1.0.1.jar jarinbundle ibmpl 406 +velocity-1.7.jar bundle apache2 509 +velocity_1.7.0.wso2v1.jar bundle apache2 10082 +wadl-core_1.1.6.wso2v1.jar bundle apache2 8492 +waffle-jna_1.6.0.wso2v5.jar bundle epl1 8207 +woden_1.0.0.M9-wso2v1.jar bundle apache2 3755 +woodstox-core-asl-4.4.1.jar bundle apache2 1087 +wsdl-validator_1.2.0.wso2v1.jar bundle epl1 1175 +wsdl4j-1.6.3.jar jar cpl1 276 +wsdl4j_1.6.2.wso2v4.jar bundle apache2 745 +wso2-uri-templates_1.6.5.jar bundle apache2 1073 +wss4j_1.5.11.wso2v16.jar bundle apache2 10406 +xalan-2.7.2.wso2v2.jar bundle apache2 8202 +xercesImpl-2.8.1.wso2v2.jar bundle apache2 663 +xml-apis-1.4.01.jar jar apache2 1793 +xml-resolver-1.2.jar jar apache2 278 +xmlbeans-2.3.0.jar jarinbundle apache2 344 +xmlschema-core-2.1.0.jar bundle apache2 1145 +XmlSchema_1.4.7.wso2v3.jar bundle apache2 3585 +xmlsec-1.5.8.jar bundle apache2 1144 @@ -881,8 +765,6 @@ cddl1 Common Development and Distribution License http://www.opensource.org/licenses/cddl1.php cddl+gpl CDDL + GPLv2 https://glassfish.dev.java.net/public/CDDL+GPL.html -bsd3 BSD-3 - http://opensource.org/licenses/BSD-3-Clause bouncy Bouncy Castle License http://www.bouncycastle.org/licence.html bsd Berkeley License @@ -902,5 +784,4 @@ epl1+lgpl2 EPL1 + LGPL2 mpl11 Mozilla Public License 1.0 http://www.mozilla.org/MPL/MPL-1.1.html epl1 Eclipse Public License - http://www.eclipse.org/legal/epl-v10.html - + http://www.eclipse.org/legal/epl-v10.html \ No newline at end of file diff --git a/modules/core/distribution/README.txt b/modules/core/distribution/README.txt index adf903cc..d287efb0 100644 --- a/modules/core/distribution/README.txt +++ b/modules/core/distribution/README.txt @@ -1,35 +1,40 @@ WSO2 IoT Server ---------------------- -Welcome to the WSO2 IoT Server (IoTS) 1.0.0-ALPHA release +Welcome to the WSO2 IoT Server (IoTS) 3.0.0 release. ======= Key Features ------------ -1. Self-service device enrollment and management with end-user IoTS console +Self-service device enrollment and management with an end-user IoTS console. Installation & Running ---------------------- -1. Extract the downloaded zip file -2. Run the wso2server.sh or wso2server.bat file in the bin directory -3. Once the server starts, point your Web browser to - https://localhost:9443/ -4. After publishing these APIs, subscribe to these APIs with default app/any app. - In API store, go to my subscriptions and find client ID and secret. - -5. Please find the maven-archetype in repository/tools to generate the mdm-android-agent project & follow the README file. +1. Extract the downloaded ZIP file. +2. Follow the INSTALL.txt file for install instructions. +3. After the server starts, point your Web browser to https://localhost:9443/devicemgt in order to see the available device types and operations +4. Navigate to https://localhost:9443/api-store to see the available device APIs. You can subscribe to these APIs with the default application (or by creating a new application). + In the API Store, go to my subscriptions and locate the client ID and secret, which can be used to invoke these APIs. System Requirements ------------------- 1. Minimum memory - 4GB -2. Portal app requires full Javascript enablement of the Web browser +2. The portal app requires full Javascript enablement on the Web browser WSO2 IoT Server (IoTS) Binary Distribution Directory Structure ----------------------------------------------------- - - EMM_HOME + IoT_HOME + . + ├── core //core component + ├── analytics //Analytics component + ├── broker //Message Broker component + ├── samples //sample device types e.g., connectedcup + ├── plugins //pre-built device types + +The IoTS Core, Analytics, and Broker have similar directory structures. For example Core has the following structure: + IoT_HOME/core . ├── bin //executables ├── dbscripts //DBScripts @@ -45,7 +50,7 @@ WSO2 IoT Server (IoTS) Binary Distribution Directory Structure - bin - Contains various scripts .sh & .bat scripts. + Contains various scripts (i.e., .sh & .bat scripts). - dbscripts Contains the database creation & seed data population SQL scripts for @@ -57,9 +62,8 @@ WSO2 IoT Server (IoTS) Binary Distribution Directory Structure - repository The repository where Carbon artifacts & Axis2 services and - modules deployed in WSO2 Carbon are stored. - In addition to this other custom deployers such as - dataservices and axis1services are also stored. + modules deployed in WSO2 Carbon, and other custom deployers such as + dataservices and axis1services are stored. - carbonapps Carbon Application hot deployment directory. @@ -68,7 +72,7 @@ WSO2 IoT Server (IoTS) Binary Distribution Directory Structure Contains all OSGi related libraries and configurations. - conf - Contains server configuration files. Ex: axis2.xml, carbon.xml + Contains server configuration files. e.g., axis2.xml, carbon.xml - data Contains internal LDAP related data. @@ -78,7 +82,7 @@ WSO2 IoT Server (IoTS) Binary Distribution Directory Structure - deployment Contains server side and client side Axis2 repositories. - All deployment artifacts should go into this directory. + All deployment artifacts should go into this directory. - logs Contains all log files created during execution. @@ -87,16 +91,15 @@ WSO2 IoT Server (IoTS) Binary Distribution Directory Structure Contains additional resources that may be required. - tenants - Directory will contain relevant tenant artifacts - in the case of a multitenant deployment. + This directory will contain relevant tenant artifacts + in the case of a multi-tenant deployment. - tmp Used for storing temporary files, and is pointed to by the - java.io.tmpdir System property. + java.io.tmpdir system property. - webapp-mode - The user has the option of running WSO2 Carbon in webapp mode (hosted as a web-app in an application server). - This directory contains files required to run Carbon in webapp mode. + You have the option of running WSO2 Carbon in the webapp mode (hosted as a web-app in an application server). This directory contains files required to run Carbon in the webapp mode. - LICENSE.txt Apache License 2.0 under which WSO2 Carbon is distributed. @@ -108,63 +111,57 @@ WSO2 IoT Server (IoTS) Binary Distribution Directory Structure This document contains information on installing WSO2 IoT Server. - release-notes.html - Release information for WSO2 IoT Server 1.0.0-ALPHA + Release information for WSO2 IoT Server 3.0.0 -Secure sensitive information in carbon configuration files +Secure sensitive information in Carbon configuration files ---------------------------------------------------------- -There are sensitive information such as passwords in the carbon configuration. -You can secure them by using secure vault. Please go through following steps to -secure them with default mode. +There is sensitive information such as passwords in the Carbon configuration. +You can secure them by using secure vault. Please go through the following steps to +secure them with the default mode. -1. Configure secure vault with default configurations by running ciphertool - script from bin directory. +1. Configure secure vault with the default configurations by running the ciphertool + script from the bin directory. > ciphertool.sh -Dconfigure (in UNIX) -This script would do following configurations that you need to do by manually +This script automates the following configurations that you would normally need to do manually. -(i) Replaces sensitive elements in configuration files, that have been defined in +(i) Replaces sensitive elements in configuration files that have been defined in cipher-tool.properties, with alias token values. -(ii) Encrypts plain text password which is defined in cipher-text.properties file. -(iii) Updates secret-conf.properties file with default keystore and callback class. +(ii) Encrypts the plain text password which is defined in the cipher-text.properties file. +(iii) Updates the secret-conf.properties file with the default keystore and callback class. cipher-tool.properties, cipher-text.properties and secret-conf.properties files - can be found at repository/conf/security directory. + can be found in the /repository/conf/security directory. -2. Start server by running wso2server script from bin directory +2. Start the server by running the wso2server script, which is in the /bin directory. > wso2server.sh (in UNIX) -By default mode, it would ask you to enter the master password -(By default, master password is the password of carbon keystore and private key) +When running the default mode, it asks you to enter the master password +(By default, the master password is the password of the Carbon keystore and private key) -3. Change any password by running ciphertool script from bin directory. +3. Change any password by running the ciphertool script, which is in the /bin directory. > ciphertool -Dchange (in UNIX) -For more details see -http://docs.wso2.org/wiki/display/Carbon410/WSO2+Carbon+Secure+Vault +For more information, see +https://docs.wso2.com/display/ADMIN44x/Carbon+Secure+Vault+Implementation Training -------- -WSO2 Inc. offers a variety of professional Training Programs, including -training on general Web services as well as WSO2 Enterprise Store, Apache Axis2, -Data Services and a number of other products. - -For additional support information please refer to -http://wso2.com/training/ +WSO2 Inc. offers a variety of professional Training Programs for WSO2 products. +For additional support on training information please goto http://wso2.com/training/ Support ------- -We are committed to ensuring that your enterprise middleware deployment is completely supported -from evaluation to production. Our unique approach ensures that all support leverages our open -development methodology and is provided by the very same engineers who build the technology. +We are committed to ensuring that your enterprise middleware deployment is completely supported from evaluation to production. Our unique approach ensures that all support leverages our open development methodology and is provided by the very same engineers who build the technology. For additional support information please refer to http://wso2.com/support/ --------------------------------------------------------------------------- -(c) Copyright 2016 WSO2 Inc. +(c) Copyright 2017 WSO2 Inc. \ No newline at end of file diff --git a/modules/core/distribution/pom.xml b/modules/core/distribution/pom.xml index 18aebbd8..4e5ada12 100644 --- a/modules/core/distribution/pom.xml +++ b/modules/core/distribution/pom.xml @@ -527,6 +527,9 @@ run + + + clean_target install @@ -566,6 +569,120 @@ run + + + + replace-web-xmls-in-war-files + prepare-package + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/core/distribution/release-notes.html b/modules/core/distribution/release-notes.html index 67c39923..f4b4e774 100644 --- a/modules/core/distribution/release-notes.html +++ b/modules/core/distribution/release-notes.html @@ -1,119 +1,244 @@ +Release Notes - WSO2 IOT Server - Version 3.0.0 - Release Notes - WSO2 IOT Server - Version 1.0.0 - Alpha -

Bug

    -
  • [IOTS-17] - MQTT endpoints are not secured for agent communication -
  • -
  • [IOTS-19] - XMPP sessions not closed before server shutdown -
  • -
  • [IOTS-21] - Jaggery API calls are not secured -
  • -
  • [IOTS-34] - Backend Service Invoker Fails Intermittently with Unexpected token: < -
  • -
  • [IOTS-37] - Could not generate a new access token (using refresh token) by using the current token endpoint -
  • -
  • [IOTS-47] - Update the release note in the release packs as it is about EMM -
  • -
  • [IOTS-50] - users whos iot-admin role is removed is shown all options for enrol devices as users with iot-admin role -
  • -
  • [IOTS-55] - Considerable delay in server startup -
  • -
  • [IOTS-57] - Error when starting the IOT pack after pointing to the mysql database -
  • -
  • [IOTS-64] - The wso2carbon log file is growing rapidly -
  • -
  • [IOTS-68] - when a tenant is created with the same user name as super tenant seems the super tenant data are shown -
  • -
  • [IOTS-69] - until device admin was disabled the camera policy was in effect preventing the use of camera on android device -
  • -
  • [IOTS-75] - view API throws a Caused by: java.lang.NullPointerException: Tenant domain has not been set in CarbonContext -
  • -
  • [IOTS-81] - IOT devices are allways in active status -
  • -
  • [IOTS-92] - Error in executing task: Table Not Found: X1234_DeviceBatterySummaryData java.lang.RuntimeException: Table Not Found: X1234_DeviceBatterySummaryData is thown when pointing to mysql -
  • -
  • [IOTS-93] - XMPP server details are hardcoded in virtual fire alarm and devicemgt-config.xml file -
  • -
  • [IOTS-94] - Virtual firealarms that were downloaded before xmpp was enabled can not connect to xmpp protocol after enabling. -
  • -
  • [IOTS-100] - When integrating ActiveMQ as an external message broker IOTS fails to start -
  • -
  • [IOTS-102] - Device analytic line graph does not get generated when the device type has a capital letter -
  • -
  • [IOTS-104] - Remove the device type configs that is used for UI from conf directory -
  • -
  • [IOTS-105] - clean unnecessary jaggery apis -
  • -
  • [IOTS-106] - A emm console url is shown in carbon log at server startup -
  • -
  • [IOTS-110] - No email confirmation is sent to user when administrator creates a user -
  • -
  • [IOTS-112] - A prefix as " Device " is set to the devices that is been created -
  • -
  • [IOTS-114] - Change Role permissions: the user is unable to deselect a child node -
  • -
  • [IOTS-117] - Edit/ create Role: Domain needs to be marked as a mandatory field -
  • -
  • [IOTS-122] - Tenant - admin cannot enroll to virtual fire alarm, raspberry pi & arduino -
  • -
  • [IOTS-124] - Group: View analytics loads an error -
  • -
  • [IOTS-127] - Admin cannot reset user passwords -
  • -
  • [IOTS-129] - If devicemgt-user role is deleted users cannot register -
  • -
  • [IOTS-130] - The line graph is not generated correctly for virtual firealarm -
  • -
  • [IOTS-131] - Publishing stats via MQTT protocol to iot server fails -
  • -
  • [IOTS-134] - Server startup fails when configured to use MySQL -
  • -
  • [IOTS-136] - User signup for tenant is not supported -
  • -
  • [IOTS-150] - Arduino sample is not getting proper responses -
  • -
  • [IOTS-151] - Server startup fails when configured to use Oracle -
  • -
  • [IOTS-152] - Platform Configuration display android, iOS and windows Configuration -
  • -
  • [IOTS-153] - Error is thrown when accessing device API details page -
  • -
  • [IOTS-154] - Typo /enrollmentdevicesg/download for raspberypi (g) -
  • -
  • [IOTS-155] - When browsing analytics error 500 shown to user from a group which has no devices assigned -
  • -
  • [IOTS-156] - 404 page when cancel clicked in "Add New Group" page -
  • -
  • [IOTS-157] - Signed up users shown an error page when navigated to policy page -
  • -
  • [IOTS-158] - Signed up users cannot create policies -
  • -
  • [IOTS-159] - Meaningful message to be shown when On / Off issued to virtual fire alarm -
  • -
  • [IOTS-161] - Remove the phrase "Below QR code can also be used to enroll a device" -
  • -
  • [IOTS-163] - Android sensor: only admin can login to the app -
  • -
  • [IOTS-164] - When an existing user name is used by admin no proper validation message shown -
  • -
  • [IOTS-165] - Server startup throws "The following exception occurred when fetching http://www.google-analytics.com/urchin" -
  • -
  • [IOTS-166] - Connected cup device analytics is failing to load -
  • -
  • [IOTS-167] - Considerable delay is taken to initialize transports for device types -
  • +
  • [IOTS-181] - The Graphs are rendered incorrectly +
  • +
  • [IOTS-182] - The units are missing from Y axis +
  • +
  • [IOTS-222] - INSTALL.txt needs to be updated +
  • +
  • [IOTS-262] - APIThrottleHandler Unable to find throttling info continuously printed. +
  • +
  • [IOTS-4] - Fresh Pack - Table Not Found: X1234_DeviceGRAVITYSummaryData +
  • +
  • [IOTS-115] - Edit Role: The domain name can be typed +
  • +
  • [IOTS-116] - Edit Role: The user is unable to change name +
  • +
  • [IOTS-119] - When existing role name is used to create a role no validation message is shown +
  • +
  • [IOTS-128] - Previously selected permission tree is shown for another admin user +
  • +
  • [IOTS-138] - Remove the admin-device-access role permission +
  • +
  • [IOTS-144] - Operations Log: the data doesn't load +
  • +
  • [IOTS-170] - Proper validation is not fired when an invalid domain is used to login +
  • +
  • [IOTS-179] - Users who register from APIM Store can login to IOTS and enroll devices +
  • +
  • [IOTS-190] - Multi Tenancy: error 500 loads on logging for the first time. +
  • +
  • [IOTS-198] - wso2.anonymous.user in API-Store does not have permission to access custom device types API +
  • +
  • [IOTS-202] - OAuth2BasedMQTTAuthenticator errors thrown if server is bounced while MQTT clients are publishing +
  • +
  • [IOTS-226] - MqttException thrown when a device is pushing erroneous events +
  • +
  • [IOTS-227] - When a device is publishing erroneous events at a high rate over MQTT other device events are dropped +
  • +
  • [IOTS-244] - MQTT clients can authenticate/authorize using tokens generated with credentials not belonging to them +
  • +
  • [IOTS-255] - [External APIM] https-ep in deviceConfig.properties is not populated with APIM details +
  • +
  • [IOTS-256] - Errors thrown at HTTP Gateway profile startup +
  • +
  • [IOTS-257] - transports not bound for HTTP Gateway profile node +
  • +
  • [IOTS-259] - ERROR - js {} thrown from devicemgt +
  • +
  • [IOTS-260] - Error loading properties from a file printed due to missing properties files +
  • +
  • [IOTS-269] - [Intermittent] Force shutdown fails with errors +
  • +
  • [IOTS-270] - Arduino device type control events are lost if the server is restarted +
  • +
  • [IOTS-274] - [IOT] /oauth2/token cannot be called directly +
  • +
  • [IOTS-277] - Accessing swagger definition failed with CNF +
  • +
  • [IOTS-315] - Missing the start-all.bat and stop-all.bat files +
  • +
  • [IOTS-339] - Error occurred while registering device management plugin 'android' +
  • +
  • [IOTS-369] - Add missing grant types in identity.xml +
  • +
  • [IOTS-378] - Windows Device location is not showing in Device view page +
  • +
  • [IOTS-391] - Notification Pane position issue +
  • +
  • [IOTS-18] - Need to add refresh token generation in Android Sense agent. +
  • +
  • [IOTS-103] - Grouping: need a mechanisam to add devices to a group from the grouping page +
  • +
  • [IOTS-108] - When user shares device policies fails with 401 +
  • +
  • [IOTS-118] - Change Role permissions: Selecting the rights need to be synced correctly +
  • +
  • [IOTS-120] - Last name should allow space in-between when creating / editing the name +
  • +
  • [IOTS-151] - Server startup fails when configured to use Oracle +
  • +
  • [IOTS-168] - A role with permission assigned to a user is not functioning +
  • +
  • [IOTS-173] - Same device can be added multiple times to the same group +
  • +
  • [IOTS-178] - User cannot login to APIM store with IOT credentials +
  • +
  • [IOTS-183] - Some buttons are not visible +
  • +
  • [IOTS-193] - Policies: User is unable to add a policy +
  • +
  • [IOTS-200] - IllegalTransactionStateException when trying to add a new policy +
  • +
  • [IOTS-204] - Duplicate log4j.properties file in CARBON_HOME/repository +
  • +
  • [IOTS-212] - [External APIM] NPE thrown when downloading virtual fire alarm, rasp pi and arduino agents +
  • +
  • [IOTS-218] - Group: when a device is removed from the group the device is completely removed from the devices list +
  • +
  • [IOTS-232] - Multi Tenancy: error 500 loads when user access the system +
  • +
  • [IOTS-236] - Sharing a group fails silently if there is group with the same name and no roles are selected +
  • +
  • [IOTS-239] - SSO failing due to getting the access token from APIM +
  • +
  • [IOTS-254] - samples-deployer build fails with missing dependency +
  • +
  • [IOTS-263] - [UI] Same device can be added to a group multiple times +
  • +
  • [IOTS-344] - Need to remove Android IOT gadget from IoT Core Dashboard +
  • +
  • [IOTS-346] - Cannot view devices when registered as a new user +
  • +
  • [IOTS-356] - When UI is configured to use Gateway, Cannot Login +
  • +
  • [IOTS-365] - Make Policy Management to be part of device management +
  • +
  • [IOTS-366] - Dynamic values for push notification needs to have default values +
  • +
  • [IOTS-137] - -Detup fails, logging exceptions +
  • +
  • [IOTS-151] - Server startup fails when configured to use Oracle +
  • +
  • [IOTS-160] - Although two roles are shown in roles section several roles are shown when assigning to users +
  • +
  • [IOTS-172] - The db scripts are not executed with -Dsetup +
  • +
  • [IOTS-176] - Creating a New Device Type - device-deployer build failed +
  • +
  • [IOTS-177] - Device types fail to register to IOTS when configured with Oracle db +
  • +
  • [IOTS-184] - Windows startup error on hadoop +
  • +
  • [IOTS-195] - Single sign-on(SSO) cannot enable Between devicemgt and DS +
  • +
  • [IOTS-201] - DashboardDeployer Gadget directory copying to Wrong path +
  • +
  • [IOTS-316] - Publisher and store apps are not working +
  • +
  • [IOTS-319] - Implement enrolment functionality for AndroidSens +
  • +
  • [IOTS-325] - Unable to delete policies associated with a group +
  • +
  • [IOTS-330] - Policy not added for Virtual firealarm +
  • +
  • [IOTS-332] - Devices listing page doesn't honor analyticsEnabled and groupingEnabled configs +
  • +
  • [IOTS-333] - Devices listing page doesn't honor analyticsEnabled and groupingEnabled configs +
  • +
  • [IOTS-335] - View Dashboard Permissions missing in the role permission tree +
  • +
  • [IOTS-337] - Permissions (except device-mgt permissions) added through carbon console gets removed when adding permissions through deviceMgt UI +
  • +
  • [IOTS-340] - NPE for username thrown on Broker +
- + +

Task +

+
    +
  • [IOTS-292] - Migrating to synapse gateway +
  • +
  • [IOTS-381] - device type listing fails when only windows and android features are installed +
  • +
  • [IOTS-363] - Windows and IOS enrollment related UI page Logos (Wso2 EMM) should be changed into wso2 IOT +
  • +
  • [IOTS-307] - Stabilize Android Sense + Integrating with new dashboard +
  • +
+

Improvement

    -
  • [IOTS-87] - not able to compare two event streams in current IOT server -
  • -
  • [IOTS-145] - Remove the second confirmation message to remove a user or role -
  • -
  • [IOTS-149] - Remove Windows device type from IOTS -
  • +
  • [IOTS-145] - Remove the second confirmation message to remove a user or role +
  • +
  • [IOTS-282] - Distributed setup - device-key-manager node gives 405 when try to access /devicemgt +
  • +
  • [IOTS-370] - Move adapter configs as global configs +
  • +
  • [IOTS-374] - Updating font wso2 to newest version +
  • +
  • [IOTS-379] - Modal markup fixes +
  • +
  • [IOTS-382] - Windows 10 Reboot operation support +
  • +
  • [IOTS-383] - Modal opening for multiple times +
  • +
  • [IOTS-390] - Missing action buttons on details views +
  • +
  • [IOTS-392] - Inconsistent notification pane messege +
  • +
  • [IOTS-394] - Data table selection issue +
  • +
  • [IOTS-397] - Advance Search for devices view +
  • +
  • [IOTS-171] - Register User Form: username message +
  • +
  • [IOTS-187] - The UI for Role creation should have an option for the user to tick if he wants to have the group name prefix added +
  • +
  • [IOTS-271] - Viewing Group Details +
  • +
  • [IOTS-273] - about.html is for UES +
  • +
  • [IOTS-283] - Distributed Setup - mqtt profile - Class not found error +
  • +
  • [IOTS-306] - Refactoring permission to scope mapping +
  • +
  • [IOTS-348] - OOTB H2 needs to be shared with DAS and Core +
  • +
  • [IOTS-351] - Windows 10 Device Location support +
  • +
  • [IOTS-352] - CDMF Android agent must use the new gateway DCR endpoints +
  • +
  • [IOTS-362] - UI configurations need to refactor +
  • +
  • [IOTS-368] - Federated login page should be compatible with Windows 10 Laptop +
  • +
  • [IOTS-334] - Add three buttons to improve device enrollment screens +
  • +
  • [IOTS-336] - The UI to download the Android Agent uses the old EMM UI +
  • +
  • [IOTS-338] - Windows 10 MDM support +
  • +
  • [IOTS-341] - Re-word message when selecting roles for group sharing +
  • +
  • [IOTS-342] - Re-word the message for adding users to the role when sharing a group with users +
- + + +

Sub-task +

+
    +
  • [IOTS-354] - Test Android with Gateway +
  • +
  • [IOTS-355] - Test Windows with Gateway +
  • +
  • [IOTS-359] - Re-Enable Integration tests for the new IOT pack. +
  • +
  • [IOTS-360] - Modify the existing tests and make them working for the current IOT pack. +
  • +
\ No newline at end of file diff --git a/modules/core/distribution/src/api-resources/synapse-configs/default/api/_API_Application_Registration_.xml b/modules/core/distribution/src/api-resources/synapse-configs/default/api/_API_Application_Registration_.xml index 12ac0f19..7e25c013 100644 --- a/modules/core/distribution/src/api-resources/synapse-configs/default/api/_API_Application_Registration_.xml +++ b/modules/core/distribution/src/api-resources/synapse-configs/default/api/_API_Application_Registration_.xml @@ -1,8 +1,8 @@ - - + + @@ -20,8 +20,8 @@ - - + + @@ -39,8 +39,8 @@ - - + + diff --git a/modules/core/distribution/src/api-resources/synapse-configs/default/api/_AuthorizeAPI_.xml b/modules/core/distribution/src/api-resources/synapse-configs/default/api/_AuthorizeAPI_.xml index 4221f0c2..571c5b61 100644 --- a/modules/core/distribution/src/api-resources/synapse-configs/default/api/_AuthorizeAPI_.xml +++ b/modules/core/distribution/src/api-resources/synapse-configs/default/api/_AuthorizeAPI_.xml @@ -1,8 +1,8 @@ - - + + /> diff --git a/modules/core/distribution/src/api-resources/synapse-configs/default/api/_RevokeAPI_.xml b/modules/core/distribution/src/api-resources/synapse-configs/default/api/_RevokeAPI_.xml index 8c5fc818..f227eecf 100644 --- a/modules/core/distribution/src/api-resources/synapse-configs/default/api/_RevokeAPI_.xml +++ b/modules/core/distribution/src/api-resources/synapse-configs/default/api/_RevokeAPI_.xml @@ -1,8 +1,8 @@ - - + + diff --git a/modules/core/distribution/src/api-resources/synapse-configs/default/api/_TokenAPI_.xml b/modules/core/distribution/src/api-resources/synapse-configs/default/api/_TokenAPI_.xml index 43268da1..74a0315b 100644 --- a/modules/core/distribution/src/api-resources/synapse-configs/default/api/_TokenAPI_.xml +++ b/modules/core/distribution/src/api-resources/synapse-configs/default/api/_TokenAPI_.xml @@ -1,8 +1,8 @@ - - + + diff --git a/modules/core/distribution/src/api-resources/synapse-configs/default/api/_UserInfoAPI_.xml b/modules/core/distribution/src/api-resources/synapse-configs/default/api/_UserInfoAPI_.xml index e8c32195..3e649879 100644 --- a/modules/core/distribution/src/api-resources/synapse-configs/default/api/_UserInfoAPI_.xml +++ b/modules/core/distribution/src/api-resources/synapse-configs/default/api/_UserInfoAPI_.xml @@ -1,8 +1,8 @@ - - + + diff --git a/modules/core/distribution/src/assembly/bin.xml b/modules/core/distribution/src/assembly/bin.xml index 15b07524..5d9059af 100644 --- a/modules/core/distribution/src/assembly/bin.xml +++ b/modules/core/distribution/src/assembly/bin.xml @@ -492,6 +492,9 @@ ${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/windows-web-agent + + **/jaggery.conf + @@ -510,6 +513,9 @@ ${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/android-web-agent + + **/jaggery.conf + @@ -518,6 +524,9 @@ ${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/android-web-agent + + **/jaggery.conf + @@ -548,6 +557,7 @@ publisherSite/** footer/** localstyles.css + **/jaggery.conf @@ -562,6 +572,7 @@ base-page/** login/** styles-layout.css + **/jaggery.conf @@ -579,6 +590,7 @@ login/** styles-layout.css **/site/conf/site.json + **/jaggery.conf @@ -611,6 +623,9 @@ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/social/ ${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/social + + **/jaggery.conf + @@ -726,6 +741,7 @@ **/configs/designer.json + **/jaggery.conf @@ -1320,6 +1336,13 @@ true 644 + + src/repository/jaggeryapps/android-web-agent/jaggery.conf + + ${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/android-web-agent/ + + 755 + src/repository/jaggeryapps/api-store/jaggery.conf @@ -1355,76 +1378,76 @@ 755 - - + diff --git a/modules/core/distribution/src/assembly/filter.properties b/modules/core/distribution/src/assembly/filter.properties index 308db67f..671e9558 100644 --- a/modules/core/distribution/src/assembly/filter.properties +++ b/modules/core/distribution/src/assembly/filter.properties @@ -17,11 +17,11 @@ # product.name=WSO2 IoT Server -product.version=1.0.0-SNAPSHOT +product.version=3.0.0 product.key=IOT hotdeployment=true hotupdate=true -carbon.version=4.4.9 +carbon.version=4.4.11 default.server.role=IoTServer cep.server.role=ComplexEventProcessor das.server.role=DataAnalyticsServer diff --git a/modules/core/distribution/src/repository/bin/wso2server.bat b/modules/core/distribution/src/repository/bin/wso2server.bat index 3aa5e60a..33cd68cf 100644 --- a/modules/core/distribution/src/repository/bin/wso2server.bat +++ b/modules/core/distribution/src/repository/bin/wso2server.bat @@ -162,7 +162,7 @@ set CARBON_CLASSPATH=.\lib;%CARBON_CLASSPATH% set JAVA_ENDORSED=".\lib\endorsed";"%JAVA_HOME%\jre\lib\endorsed";"%JAVA_HOME%\lib\endorsed" -set CMD_LINE_ARGS=-Xbootclasspath/a:%CARBON_XBOOTCLASSPATH% -Xms256m -Xmx1024m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="%CARBON_HOME%\repository\logs\heap-dump.hprof" -Dcom.sun.management.jmxremote -classpath %CARBON_CLASSPATH% %JAVA_OPTS% -Djava.endorsed.dirs=%JAVA_ENDORSED% -Dcarbon.registry.root=/ -Dcarbon.home="%CARBON_HOME%" -Dlogger.server.name="IoT-Core" -Dwso2.server.standalone=true -Djava.command="%JAVA_HOME%\bin\java" -Djava.opts="%JAVA_OPTS%" -Djava.io.tmpdir="%CARBON_HOME%\tmp" -Dcatalina.base="%CARBON_HOME%\lib\tomcat" -Dwso2.carbon.xml=%CARBON_HOME%\repository\conf\carbon.xml -Dwso2.registry.xml="%CARBON_HOME%\repository\conf\registry.xml" -Dwso2.user.mgt.xml="%CARBON_HOME%\repository\conf\user-mgt.xml" -Dwso2.transports.xml="%CARBON_HOME%\repository\conf\mgt-transports.xml" -Djava.util.logging.config.file="%CARBON_HOME%\repository\conf\etc\logging-bridge.properties" -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Dcarbon.config.dir.path="%CARBON_HOME%\repository\conf" -Dcomponents.repo="%CARBON_HOME%\repository\components" -Dconf.location="%CARBON_HOME%\repository\conf" -Dcom.atomikos.icatch.file="%CARBON_HOME%\lib\transactions.properties" -Dcom.atomikos.icatch.hide_init_file_path="true" -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dcom.sun.jndi.ldap.connect.pool.authentication=simple -Dcom.sun.jndi.ldap.connect.pool.timeout=3000 -Dorg.terracotta.quartz.skipUpdateCheck=true -Dcarbon.classpath=%CARBON_CLASSPATH% -Dfile.encoding=UTF8 -Dorg.wso2.ignoreHostnameVerification=true -Dorg.opensaml.httpclient.https.disableHostnameVerification=true -Dmqtt.broker.host="localhost" -Dmqtt.broker.port="1886" -Diot.core.host="localhost" -Diot.core.https.port="9443" -Diot.keymanager.host="localhost" -Diot.keymanager.https.port="9443" -Diot.gateway.host="localhost" -Diot.gateway.https.port="8243" -Diot.gateway.http.port="8280" -Diot.apimpublisher.host="localhost" -Diot.apimpublisher.https.port="9443" -Diot.apimstore.host="localhost" -Diot.apimstore.https.port="8243" +set CMD_LINE_ARGS=-Xbootclasspath/a:%CARBON_XBOOTCLASSPATH% -Xms256m -Xmx1024m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="%CARBON_HOME%\repository\logs\heap-dump.hprof" -Dcom.sun.management.jmxremote -classpath %CARBON_CLASSPATH% %JAVA_OPTS% -Djava.endorsed.dirs=%JAVA_ENDORSED% -Dcarbon.registry.root=/ -Dcarbon.home="%CARBON_HOME%" -Dlogger.server.name="IoT-Core" -Dwso2.server.standalone=true -Djava.command="%JAVA_HOME%\bin\java" -Djava.opts="%JAVA_OPTS%" -Djava.io.tmpdir="%CARBON_HOME%\tmp" -Dcatalina.base="%CARBON_HOME%\lib\tomcat" -Dwso2.carbon.xml=%CARBON_HOME%\repository\conf\carbon.xml -Dwso2.registry.xml="%CARBON_HOME%\repository\conf\registry.xml" -Dwso2.user.mgt.xml="%CARBON_HOME%\repository\conf\user-mgt.xml" -Dwso2.transports.xml="%CARBON_HOME%\repository\conf\mgt-transports.xml" -Djava.util.logging.config.file="%CARBON_HOME%\repository\conf\etc\logging-bridge.properties" -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Dcarbon.config.dir.path="%CARBON_HOME%\repository\conf" -Dcomponents.repo="%CARBON_HOME%\repository\components" -Dconf.location="%CARBON_HOME%\repository\conf" -Dcom.atomikos.icatch.file="%CARBON_HOME%\lib\transactions.properties" -Dcom.atomikos.icatch.hide_init_file_path="true" -Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dcom.sun.jndi.ldap.connect.pool.authentication=simple -Dcom.sun.jndi.ldap.connect.pool.timeout=3000 -Dorg.terracotta.quartz.skipUpdateCheck=true -Dcarbon.classpath=%CARBON_CLASSPATH% -Dfile.encoding=UTF8 -Dorg.wso2.ignoreHostnameVerification=true -Dorg.opensaml.httpclient.https.disableHostnameVerification=true -Diot.analytics.host="localhost" -Diot.analytics.https.port="9445" -Dmqtt.broker.host="localhost" -Dmqtt.broker.port="1886" -Diot.core.host="localhost" -Diot.core.https.port="9443" -Diot.keymanager.host="localhost" -Diot.keymanager.https.port="9443" -Diot.gateway.host="localhost" -Diot.gateway.https.port="8243" -Diot.gateway.http.port="8280" -Diot.apimpublisher.host="localhost" -Diot.apimpublisher.https.port="9443" -Diot.apimstore.host="localhost" -Diot.apimstore.https.port="8243" :runJava echo JAVA_HOME environment variable is set to %JAVA_HOME% diff --git a/modules/core/distribution/src/repository/bin/wso2server.sh b/modules/core/distribution/src/repository/bin/wso2server.sh index 44ab8c8f..fc7c8894 100755 --- a/modules/core/distribution/src/repository/bin/wso2server.sh +++ b/modules/core/distribution/src/repository/bin/wso2server.sh @@ -307,6 +307,8 @@ do -DworkerNode=false \ -Dorg.wso2.ignoreHostnameVerification=true \ -Dorg.opensaml.httpclient.https.disableHostnameVerification=true \ + -Diot.analytics.host="localhost" \ + -Diot.analytics.https.port="9445" \ -Dmqtt.broker.host="localhost" \ -Dmqtt.broker.port="1886" \ -Diot.core.host="localhost" \ diff --git a/modules/core/distribution/src/repository/conf/log4j.properties b/modules/core/distribution/src/repository/conf/log4j.properties index 2a47e957..a8a589ac 100644 --- a/modules/core/distribution/src/repository/conf/log4j.properties +++ b/modules/core/distribution/src/repository/conf/log4j.properties @@ -241,4 +241,5 @@ log4j.logger.org.wso2.carbon.analytics.spark.core.SparkScriptCAppDeployer=WARN log4j.logger.org.wso2.carbon.analytics.eventsink.AnalyticsEventStoreDeployer=WARN log4j.logger.org.wso2.carbon.event.processor.core.EventProcessorDeployer=WARN log4j.logger.org.wso2.carbon.core.services.util.CarbonAuthenticationUtil=WARN -log4j.logger.net.sf.ehcache=ERROR \ No newline at end of file +log4j.logger.net.sf.ehcache=ERROR +log4j.logger.org.wso2.carbon.apimgt.gateway.handlers.throttling=ERROR \ No newline at end of file diff --git a/modules/core/distribution/src/repository/conf/security/Owasp.CsrfGuard.Carbon.properties b/modules/core/distribution/src/repository/conf/security/Owasp.CsrfGuard.Carbon.properties index bf300027..62cb1c57 100644 --- a/modules/core/distribution/src/repository/conf/security/Owasp.CsrfGuard.Carbon.properties +++ b/modules/core/distribution/src/repository/conf/security/Owasp.CsrfGuard.Carbon.properties @@ -447,7 +447,6 @@ org.owasp.csrfguard.configOverlay.secondsBetweenUpdateChecks = 60 # please remove the below entry to enable protection for services. -org.owasp.csrfguard.unprotected.Services=%servletContext%/services/* org.owasp.csrfguard.unprotected.oauth=%servletContext%/commonauth/* org.owasp.csrfguard.unprotected.samlsso=%servletContext%/samlsso/* org.owasp.csrfguard.unprotected.authenticationEndpoint=%servletContext%/authenticationendpoint/* @@ -464,7 +463,20 @@ org.owasp.csrfguard.unprotected.deviceMgtRestApi=%servletContext%/api/device-mgt org.owasp.csrfguard.unprotected.dcrRestApi=%servletContext%/dynamic-client-web/* org.owasp.csrfguard.unprotected.deviceMgtSSOAcs=%servletContext%/devicemgt/uuf/sso/acs org.owasp.csrfguard.unprotected.deviceMgtAcs=%servletContext%/uuf/sso/acs -org.owasp.csrfguard.unprotected.deviceMgtApi=%servletContext%/devicemgt/api/invoker/execute/* +org.owasp.csrfguard.unprotected.deviceMgtApi=%servletContext%/devicemgt/api/* +org.owasp.csrfguard.unprotected.storeEventPublisher=%servletContext%/store/apis/eventpublish/* +org.owasp.csrfguard.unprotected.publisherAcs=%servletContext%/publisher/acs +org.owasp.csrfguard.unprotected.publisherApi=%servletContext%/publisher/api +org.owasp.csrfguard.unprotected.storeAcs=%servletContext%/store/acs +org.owasp.csrfguard.unprotected.apiStoreAcs=%servletContext%/api-store/acs +org.owasp.csrfguard.unprotected.apiStoreApis=%servletContext%/api-store/apis +org.owasp.csrfguard.unprotected.portalAcs=%servletContext%/portal/acs +org.owasp.csrfguard.unprotected.portalApis=%servletContext%/portal/apis +org.owasp.csrfguard.unprotected.socialAcs=%servletContext%/social/acs +org.owasp.csrfguard.unprotected.socialApis=%servletContext%/social/apis +org.owasp.csrfguard.unprotected.appStoreDevices=%servletContext%/store/apps/devices/* +org.owasp.csrfguard.unprotected.appStoreApis=%servletContext%/store/apis/* + #carbon org.owasp.csrfguard.unprotected.Services=%servletContext%/services/* diff --git a/modules/core/distribution/src/repository/jaggeryapps/android-web-agent/jaggery.conf b/modules/core/distribution/src/repository/jaggeryapps/android-web-agent/jaggery.conf new file mode 100644 index 00000000..7c33479a --- /dev/null +++ b/modules/core/distribution/src/repository/jaggeryapps/android-web-agent/jaggery.conf @@ -0,0 +1,58 @@ +{ + "displayName": "UUF Template App", + "logLevel": "warn", + "urlMappings": [ + { + "url": "/uuf/login", + "path": "/lib/modules/auth/login.jag" + }, + { + "url": "/uuf/logout", + "path": "/lib/modules/auth/logout.jag" + }, + { + "url": "/uuf/sso/acs", + "path": "/lib/modules/auth/acs.jag" + }, + { + "url": "/public/*", + "path": "/lib/static-files.jag" + }, + { + "url": "/unit/*", + "path": "/lib/units.jag" + }, + { + "url": "/*", + "path": "/lib/pages.jag" + } + ], + "filters": [ + { + "name": "ContentTypeBasedCachePreventionFilter", + "class": "org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter", + "params" : [ + {"name" : "patterns", "value" : "text/html\" ,application/json\" ,text/plain"}, + {"name" : "filterAction", "value" : "enforce"}, + {"name" : "httpHeaders", "value" : "Cache-Control: no-store, no-cache, must-revalidate, private"} + ] + }, + { + "name":"HttpHeaderSecurityFilter", + "class":"org.apache.catalina.filters.HttpHeaderSecurityFilter", + "params" : [{"name" : "hstsEnabled", "value" : "false"}] + } + + ], + "filterMappings": [ + { + "name":"HttpHeaderSecurityFilter", + "url":"*" + }, + { + "name":"ContentTypeBasedCachePreventionFilter", + "url":"*" + } + + ] +} diff --git a/modules/core/distribution/src/repository/jaggeryapps/api-store/jaggery.conf b/modules/core/distribution/src/repository/jaggeryapps/api-store/jaggery.conf index cd51e91f..520acab5 100644 --- a/modules/core/distribution/src/repository/jaggeryapps/api-store/jaggery.conf +++ b/modules/core/distribution/src/repository/jaggeryapps/api-store/jaggery.conf @@ -66,7 +66,7 @@ "name": "ContentTypeBasedCachePreventionFilter", "class": "org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter", "params" : [ - {"name" : "patterns", "value" : "text/html"}, + {"name" : "patterns", "value" : "text/html\" ,application/json\" ,text/plain"}, {"name" : "filterAction", "value" : "enforce"}, {"name" : "httpHeaders", "value" : "Cache-Control: no-store, no-cache, must-revalidate, private"} ] diff --git a/modules/core/distribution/src/repository/jaggeryapps/windows-web-agent/jaggery.conf b/modules/core/distribution/src/repository/jaggeryapps/windows-web-agent/jaggery.conf new file mode 100644 index 00000000..00514b3a --- /dev/null +++ b/modules/core/distribution/src/repository/jaggeryapps/windows-web-agent/jaggery.conf @@ -0,0 +1,125 @@ +{ + "displayName": "EMM Web Agent", + "logLevel": "error", + "initScripts": ["/app/modules/init.js"], + "urlMappings": [ + { + "url": "/enrollment", + "path": "/lib/pages.jag" + }, + { + "url": "/enrollment/windows/login", + "path": "/app/modules/enrollments/windows/agent-controller.jag" + }, + { + "url": "/enrollment/windows/enroll", + "path": "/app/modules/enrollments/windows/agent-enroll.jag" + }, + { + "url": "/enrollment/ios/download-certificate", + "path": "/app/modules/enrollments/ios/certificate.jag" + }, + { + "url": "/enrollment/ios/download-agent", + "path": "/app/modules/enrollments/ios/agent.jag" + }, + { + "url": "/enrollment/ios/login", + "path": "/app/modules/enrollments/ios/agent-controller.jag" + }, + { + "url": "/enrollment/ios/enroll", + "path": "/app/modules/enrollments/ios/agent-enroll.jag" + }, + { + "url": "/enrollment/ios/check", + "path": "/app/modules/enrollments/ios/agent-check.jag" + }, + { + "url": "/api/invoker/*", + "path": "/api/invoker-api.jag" + }, + { + "url": "/uuf/login", + "path": "/lib/modules/auth/login.jag" + }, + { + "url": "/uuf/logout", + "path": "/lib/modules/auth/logout.jag" + }, + { + "url": "/uuf/sso/acs", + "path": "/lib/modules/auth/acs.jag" + }, + { + "url": "/public/*", + "path": "/lib/static-files.jag" + }, + { + "url": "/unit/*", + "path": "/lib/units.jag" + }, + { + "url": "/*", + "path": "/lib/pages.jag" + } + ], + "securityConstraints": [ + { + "securityConstraint": { + "webResourceCollection": { + "name": "WINDOWS-WEB-AGENT", + "urlPatterns": [ + "/*" + ] + }, + "userDataConstraint": { + "transportGuarantee": "CONFIDENTIAL" + } + } + }, + { + "securityConstraint": { + "webResourceCollection": { + "name": "WINDOWS-WEB-AGENT-http", + "urlPatterns": [ + "/public/*", + "/enrollments/windows/*", + "/enrollment/windows/*" + ] + }, + "userDataConstraint": { + "transportGuarantee": "NONE" + } + } + } + ], + "filters": [ + { + "name": "ContentTypeBasedCachePreventionFilter", + "class": "org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter", + "params" : [ + {"name" : "patterns", "value" : "text/html\" ,application/json\" ,text/plain"}, + {"name" : "filterAction", "value" : "enforce"}, + {"name" : "httpHeaders", "value" : "Cache-Control: no-store, no-cache, must-revalidate, private"} + ] + }, + { + "name":"HttpHeaderSecurityFilter", + "class":"org.apache.catalina.filters.HttpHeaderSecurityFilter", + "params" : [{"name" : "hstsEnabled", "value" : "false"}] + } + + ], + "filterMappings": [ + { + "name":"HttpHeaderSecurityFilter", + "url":"*" + }, + { + "name":"ContentTypeBasedCachePreventionFilter", + "url":"*" + } + + ] +} diff --git a/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_AuthorizeAPI_.xml b/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_AuthorizeAPI_.xml index 4221f0c2..458007b8 100644 --- a/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_AuthorizeAPI_.xml +++ b/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_AuthorizeAPI_.xml @@ -1,8 +1,8 @@ - - + + diff --git a/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_RevokeAPI_.xml b/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_RevokeAPI_.xml index 8c5fc818..f227eecf 100644 --- a/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_RevokeAPI_.xml +++ b/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_RevokeAPI_.xml @@ -1,8 +1,8 @@ - - + + diff --git a/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_TokenAPI_.xml b/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_TokenAPI_.xml index 43268da1..eb85c584 100644 --- a/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_TokenAPI_.xml +++ b/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_TokenAPI_.xml @@ -1,8 +1,8 @@ - - + + diff --git a/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_UserInfoAPI_.xml b/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_UserInfoAPI_.xml index e8c32195..3e649879 100644 --- a/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_UserInfoAPI_.xml +++ b/modules/core/distribution/src/repository/resources/synapse-configs/default/api/_UserInfoAPI_.xml @@ -1,8 +1,8 @@ - - + + diff --git a/modules/core/distribution/src/repository/resources/web-apps/web-xml/api#certificate-mgt#v1.0/web.xml b/modules/core/distribution/src/repository/resources/web-apps/web-xml/api#certificate-mgt#v1.0/web.xml new file mode 100644 index 00000000..8facd4b1 --- /dev/null +++ b/modules/core/distribution/src/repository/resources/web-apps/web-xml/api#certificate-mgt#v1.0/web.xml @@ -0,0 +1,118 @@ + + + + Certificate-Webapp + + JAX-WS/JAX-RS Certificate Management Endpoint + JAX-WS/JAX-RS Servlet + CXFServlet + + org.apache.cxf.transport.servlet.CXFServlet + + + swagger.security.filter + ApiAuthorizationFilterImpl + + 1 + + + CXFServlet + /* + + + 60 + + + + isAdminService + false + + + doAuthentication + true + + + + + managed-api-enabled + true + + + managed-api-owner + admin + + + + + CertificateMgt-Admin + /* + + + CONFIDENTIAL + + + + + ApiOriginFilter + org.wso2.carbon.certificate.mgt.cert.jaxrs.api.util.ApiOriginFilter + + + + HttpHeaderSecurityFilter + org.apache.catalina.filters.HttpHeaderSecurityFilter + + hstsEnabled + false + + + + + ContentTypeBasedCachePreventionFilter + org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter + + patterns + text/html" ,application/json" ,text/plain + + + filterAction + enforce + + + httpHeaders + Cache-Control: no-store, no-cache, must-revalidate, private + + + + + HttpHeaderSecurityFilter + /* + + + + ContentTypeBasedCachePreventionFilter + /* + + + + ApiOriginFilter + /* + + + + diff --git a/modules/core/distribution/src/repository/resources/web-apps/web-xml/api#identity#entitlement/web.xml b/modules/core/distribution/src/repository/resources/web-apps/web-xml/api#identity#entitlement/web.xml new file mode 100644 index 00000000..ef693381 --- /dev/null +++ b/modules/core/distribution/src/repository/resources/web-apps/web-xml/api#identity#entitlement/web.xml @@ -0,0 +1,127 @@ + + + + + + Entitlement-Service-Provider + + + + ApiOriginFilter + org.wso2.carbon.identity.entitlement.endpoint.filter.ApiOriginFilter + + + + HttpHeaderSecurityFilter + org.apache.catalina.filters.HttpHeaderSecurityFilter + + hstsEnabled + false + + + + + ContentTypeBasedCachePreventionFilter + org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter + + patterns + text/html" ,application/json" ,text/plain + + + filterAction + enforce + + + httpHeaders + Cache-Control: no-store, no-cache, must-revalidate, private + + + + + HttpHeaderSecurityFilter + /* + + + + ContentTypeBasedCachePreventionFilter + /* + + + + ApiOriginFilter + /* + + + + EntitlementServlet + EntitlementServlet + Entitlement Endpoints + org.apache.cxf.transport.servlet.CXFServlet + 1 + + + + swagger.api.basepath + https://localhost:9443/entitlement + + + + + EntitlementServlet + /* + + + + 60 + + true + + + + + + secured services + /decision/* + + + + + + CONFIDENTIAL + + + + + org.wso2.carbon.identity.entitlement.endpoint.impl.ApplicationInitializer + + + + + + diff --git a/modules/core/distribution/src/repository/resources/web-apps/web-xml/api#scep-mgt#v1.0/web.xml b/modules/core/distribution/src/repository/resources/web-apps/web-xml/api#scep-mgt#v1.0/web.xml new file mode 100644 index 00000000..0dfb469c --- /dev/null +++ b/modules/core/distribution/src/repository/resources/web-apps/web-xml/api#scep-mgt#v1.0/web.xml @@ -0,0 +1,92 @@ + + + + Certificate-Webapp + + JAX-WS/JAX-RS Certificate Management Endpoint + JAX-WS/JAX-RS Servlet + CXFServlet + + org.apache.cxf.transport.servlet.CXFServlet + + + + CXFServlet + /* + + + 60 + + + + isAdminService + false + + + doAuthentication + true + + + + + managed-api-enabled + true + + + managed-api-owner + admin + + + + HttpHeaderSecurityFilter + org.apache.catalina.filters.HttpHeaderSecurityFilter + + hstsEnabled + false + + + + + ContentTypeBasedCachePreventionFilter + org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter + + patterns + text/html" ,application/json" ,text/plain + + + filterAction + enforce + + + httpHeaders + Cache-Control: no-store, no-cache, must-revalidate, private + + + + + HttpHeaderSecurityFilter + /* + + + + ContentTypeBasedCachePreventionFilter + /* + + + diff --git a/modules/core/distribution/src/repository/resources/web-apps/web-xml/api-application-registration/web.xml b/modules/core/distribution/src/repository/resources/web-apps/web-xml/api-application-registration/web.xml new file mode 100644 index 00000000..0e2a3b23 --- /dev/null +++ b/modules/core/distribution/src/repository/resources/web-apps/web-xml/api-application-registration/web.xml @@ -0,0 +1,103 @@ + + + + + WSO2 IoT Server + WSO2 IoT Server + + + CXFServlet + org.apache.cxf.transport.servlet.CXFServlet + 1 + + + + CXFServlet + /* + + + isAdminService + false + + + doAuthentication + true + + + + + managed-api-enabled + true + + + managed-api-owner + admin + + + + ApiPermissionFilter + org.wso2.carbon.apimgt.application.extension.api.filter.ApiPermissionFilter + + + + HttpHeaderSecurityFilter + org.apache.catalina.filters.HttpHeaderSecurityFilter + + hstsEnabled + false + + + + + ContentTypeBasedCachePreventionFilter + org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter + + patterns + text/html" ,application/json" ,text/plain + + + filterAction + enforce + + + httpHeaders + Cache-Control: no-store, no-cache, must-revalidate, private + + + + + HttpHeaderSecurityFilter + /* + + + + ContentTypeBasedCachePreventionFilter + /* + + + + ApiPermissionFilter + /* + + + diff --git a/modules/core/distribution/src/repository/resources/web-apps/web-xml/authenticationendpoint/web.xml b/modules/core/distribution/src/repository/resources/web-apps/web-xml/authenticationendpoint/web.xml new file mode 100644 index 00000000..466e8313 --- /dev/null +++ b/modules/core/distribution/src/repository/resources/web-apps/web-xml/authenticationendpoint/web.xml @@ -0,0 +1,280 @@ + + + + + + + + + + + + + + + + + + + + + AccountRecoveryRESTEndpointURL + https://localhost:9443/t/tenant-domain/api/identity/user/v0.9/ + + + + + + displayScopes + true + + + + HttpHeaderSecurityFilter + org.apache.catalina.filters.HttpHeaderSecurityFilter + + hstsEnabled + false + + + + + HttpHeaderSecurityFilter + * + + + + AuthenticationEndpointFilter + + org.wso2.carbon.identity.application.authentication.endpoint.util.filter.AuthenticationEndpointFilter + + + + + AuthenticationEndpointFilter + /* + + + + + org.wso2.carbon.identity.application.authentication.endpoint.util.listener.AuthenticationEndpointContextListener + + + + + retry.do + /retry.jsp + + + + claims.do + /requested-claims.jsp + + + + oauth2_login.do + /login.jsp + + + + oauth2_authz.do + /oauth2_authz.jsp + + + + oauth2_consent.do + /oauth2_consent.jsp + + + + oauth2_logout_consent.do + /oauth2_logout_consent.jsp + + + + oauth2_logout.do + /logout.jsp + + + + oauth2_error.do + /oauth2_error.jsp + + + + samlsso_login.do + /login.jsp + + + + samlsso_logout.do + /logout.jsp + + + + samlsso_redirect.do + /login.jsp + + + + samlsso_notification.do + /samlsso_notification.jsp + + + + openid_login.do + /login.jsp + + + + openid_profile.do + /openid_profile.jsp + + + + passivests_login.do + /login.jsp + + + + tenantlistrefresher.do + /tenant_refresh_endpoint.jsp + + + + registration.do + /registration.jsp + + + + retry.do + /retry.do + + + + oauth2_login.do + /oauth2_login.do + + + + oauth2_authz.do + /oauth2_authz.do + + + + oauth2_consent.do + /oauth2_consent.do + + + + oauth2_logout_consent.do + /oauth2_logout_consent.do + + + + oauth2_logout.do + /oauth2_logout.do + + + + oauth2_error.do + /oauth2_error.do + + + + samlsso_login.do + /samlsso_login.do + + + + samlsso_logout.do + /samlsso_logout.do + + + + samlsso_redirect.do + /samlsso_redirect.do + + + + samlsso_notification.do + /samlsso_notification.do + + + + openid_login.do + /openid_login.do + + + + openid_profile.do + /openid_profile.do + + + + passivests_login.do + /passivests_login.do + + + + tenantlistrefresher.do + /tenantlistrefresher.do + + + + registration.do + /registration.do + + + + claims.do + /claims.do + + + + java.lang.Throwable + /generic-exception-response.jsp + + + + + true + + + + diff --git a/modules/core/distribution/src/repository/resources/web-apps/web-xml/client-registration#v0.11/web.xml b/modules/core/distribution/src/repository/resources/web-apps/web-xml/client-registration#v0.11/web.xml new file mode 100644 index 00000000..19b51c7a --- /dev/null +++ b/modules/core/distribution/src/repository/resources/web-apps/web-xml/client-registration#v0.11/web.xml @@ -0,0 +1,87 @@ + + + + +JAX-WS/JAX-RS Device Registration Agent Endpoint +JAX-WS/JAX-RS Servlet + + contextConfigLocation + WEB-INF/beans.xml + + + + org.springframework.web.context.ContextLoaderListener + + + + JAX-WS/JAX-RS Device Registration Agent Endpoint + JAX-WS/JAX-RS Servlet + CXFServlet + + org.apache.cxf.transport.servlet.CXFServlet + + 1 + + + CXFServlet + /* + + + + HttpHeaderSecurityFilter + org.apache.catalina.filters.HttpHeaderSecurityFilter + + hstsEnabled + false + + + + + ContentTypeBasedCachePreventionFilter + org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter + + patterns + text/html" ,application/json" ,text/plain + + + filterAction + enforce + + + httpHeaders + Cache-Control: no-store, no-cache, must-revalidate, private + + + + + HttpHeaderSecurityFilter + /* + + + + ContentTypeBasedCachePreventionFilter + /* + + + diff --git a/modules/core/distribution/src/repository/resources/web-apps/web-xml/oauth2/web.xml b/modules/core/distribution/src/repository/resources/web-apps/web-xml/oauth2/web.xml new file mode 100644 index 00000000..02b4a9e4 --- /dev/null +++ b/modules/core/distribution/src/repository/resources/web-apps/web-xml/oauth2/web.xml @@ -0,0 +1,100 @@ + + + + + + OAuth2 Endpoints + + + HttpHeaderSecurityFilter + org.apache.catalina.filters.HttpHeaderSecurityFilter + + hstsEnabled + false + + + + + ContentTypeBasedCachePreventionFilter + org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter + + patterns + text/html" ,application/json" ,text/plain + + + filterAction + enforce + + + httpHeaders + Cache-Control: no-store, no-cache, must-revalidate, private + + + + + HttpHeaderSecurityFilter + /* + + + + ContentTypeBasedCachePreventionFilter + /* + + + + + OAuth2Endpoints + org.apache.cxf.transport.servlet.CXFServlet + 1 + + + + + + + + + + + OAuth2Endpoints + /* + + + + + true + + + + diff --git a/modules/core/distribution/src/repository/resources/web-apps/web-xml/secured-websocket/web.xml b/modules/core/distribution/src/repository/resources/web-apps/web-xml/secured-websocket/web.xml new file mode 100644 index 00000000..ce51b848 --- /dev/null +++ b/modules/core/distribution/src/repository/resources/web-apps/web-xml/secured-websocket/web.xml @@ -0,0 +1,61 @@ + + + + + Output WebSocket + + + HttpHeaderSecurityFilter + org.apache.catalina.filters.HttpHeaderSecurityFilter + + hstsEnabled + false + + + + + ContentTypeBasedCachePreventionFilter + org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter + + patterns + text/html" ,application/json" ,text/plain + + + filterAction + enforce + + + httpHeaders + Cache-Control: no-store, no-cache, must-revalidate, private + + + + + HttpHeaderSecurityFilter + /* + + + + ContentTypeBasedCachePreventionFilter + /* + + + diff --git a/modules/core/distribution/src/repository/resources/web-apps/web-xml/shindig/web.xml b/modules/core/distribution/src/repository/resources/web-apps/web-xml/shindig/web.xml new file mode 100644 index 00000000..857a8334 --- /dev/null +++ b/modules/core/distribution/src/repository/resources/web-apps/web-xml/shindig/web.xml @@ -0,0 +1,423 @@ + + + + Shindig + + + + + guice-modules + + org.apache.shindig.common.PropertiesModule: + org.apache.shindig.gadgets.DefaultGuiceModule: + org.apache.shindig.social.core.config.SocialApiGuiceModule: + org.apache.shindig.social.sample.SampleModule: + org.apache.shindig.gadgets.oauth.OAuthModule: + org.apache.shindig.gadgets.oauth2.OAuth2Module: + org.apache.shindig.gadgets.oauth2.OAuth2MessageModule: + org.apache.shindig.gadgets.oauth2.handler.OAuth2HandlerModule: + org.apache.shindig.gadgets.oauth2.persistence.sample.OAuth2PersistenceModule: + org.apache.shindig.common.cache.ehcache.EhCacheModule: + org.apache.shindig.sample.shiro.ShiroGuiceModule: + org.apache.shindig.sample.container.SampleContainerGuiceModule: + org.apache.shindig.extras.ShindigExtrasGuiceModule: + org.apache.shindig.gadgets.admin.GadgetAdminModule: + org.wso2.carbon.dashboard.shindig.features.WSO2ShindigFeaturesModule + + + + + + system.properties + + + + + + + HttpHeaderSecurityFilter + org.apache.catalina.filters.HttpHeaderSecurityFilter + + hstsEnabled + false + + + antiClickJackingOption + SAMEORIGIN + + + + + + ContentTypeBasedCachePreventionFilter + org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter + + patterns + text/html" ,application/json" ,text/plain + + + filterAction + enforce + + + httpHeaders + Cache-Control: no-store, no-cache, must-revalidate, private + + + + + HttpHeaderSecurityFilter + /* + + + + ContentTypeBasedCachePreventionFilter + /* + + + + HttpHeaderSecurityFilter + * + + + + hostFilter + org.apache.shindig.common.servlet.HostFilter + + + hostFilter + /gadgets/ifr + /gadgets/js/* + /gadgets/proxy/* + /gadgets/concat + /gadgets/makeRequest + /rpc/* + /rest/* + + + + ShiroFilter + org.apache.shiro.web.servlet.IniShiroFilter + + config + + + + + + + + authFilter + org.apache.shindig.auth.AuthenticationServletFilter + + + + etagFilter + org.apache.shindig.gadgets.servlet.ETagFilter + + + + + ShiroFilter + /oauth/authorize + + + + ShiroFilter + /oauth2/authorize + + + + ShiroFilter + *.jsp + + + + authFilter + /social/* + /gadgets/ifr + /gadgets/makeRequest + /gadgets/proxy + /gadgets/api/rpc/* + /gadgets/api/rest/* + /rpc/* + /rest/* + + + + etagFilter + * + + + + org.apache.shindig.common.servlet.GuiceServletContextListener + + + + + xml-to-html + + org.wso2.carbon.dashboard.shindig.extensions.WSO2GadgetRenderingServlet + + + + + accel + + org.apache.shindig.gadgets.servlet.HtmlAccelServlet + + + + + + proxy + + org.apache.shindig.gadgets.servlet.ProxyServlet + + + + + + makeRequest + + org.apache.shindig.gadgets.servlet.MakeRequestServlet + + + + + + concat + + org.apache.shindig.gadgets.servlet.ConcatProxyServlet + + + + + + oauthCallback + + org.apache.shindig.gadgets.servlet.OAuthCallbackServlet + + + + + + oauth2callback + + org.apache.shindig.gadgets.servlet.OAuth2CallbackServlet + + + + + + metadata + + org.apache.shindig.gadgets.servlet.RpcServlet + + + + + + js + org.apache.shindig.gadgets.servlet.JsServlet + + + + restapiServlet + + org.apache.shindig.protocol.DataServiceServlet + + + handlers + org.apache.shindig.handlers + + + + + + jsonRpcServlet + + org.apache.shindig.protocol.JsonRpcServlet + + + handlers + org.apache.shindig.handlers + + + + + + sampleOAuth + + org.apache.shindig.social.sample.oauth.SampleOAuthServlet + + + + + + OAuth2Servlet + + org.apache.shindig.social.core.oauth2.OAuth2Servlet + + + + + rpcSwf + + org.apache.shindig.gadgets.servlet.RpcSwfServlet + + + + + js + /gadgets/js/* + + + + proxy + /gadgets/proxy/* + + + + makeRequest + /gadgets/makeRequest + + + + jsonRpcServlet + /rpc/* + /gadgets/api/rpc/* + /social/rpc/* + + + + restapiServlet + /rest/* + /gadgets/api/rest/* + /social/rest/* + + + + concat + /gadgets/concat + + + + oauthCallback + /gadgets/oauthcallback + + + + oauth2callback + /gadgets/oauth2callback + + + + xml-to-html + /gadgets/ifr + + + + accel + /gadgets/accel + + + + metadata + /gadgets/metadata + + + + sampleOAuth + /oauth/* + + + + OAuth2Servlet + /oauth2/* + + + + rpcSwf + /xpc* + + + + 404 + /error-pages/error404.html + + + + 401 + /error-pages/error401.html + + + + 403 + /error-pages/error403.html + + + + 405 + /error-pages/error405.html + + + + 500 + /error-pages/error500.html + + diff --git a/modules/core/p2-profile-gen/pom.xml b/modules/core/p2-profile-gen/pom.xml index 3782f20b..9e383b66 100644 --- a/modules/core/p2-profile-gen/pom.xml +++ b/modules/core/p2-profile-gen/pom.xml @@ -708,6 +708,9 @@ org.wso2.carbon.analytics:org.wso2.carbon.analytics.api.client.feature:${carbon.analytics.version} + + org.wso2.carbon.analytics:org.wso2.carbon.analytics.jsservice.feature:${carbon.analytics.version} + @@ -1518,6 +1521,10 @@ org.wso2.carbon.analytics.api.client.feature.group ${carbon.analytics.version} + + org.wso2.carbon.analytics.jsservice.feature.group + ${carbon.analytics.version} + @@ -3110,6 +3117,10 @@ org.wso2.carbon.analytics.api.client.feature.group ${carbon.analytics.version} + + + org.wso2.carbon.analytics.jsservice.feature.group + ${carbon.analytics.version} @@ -3729,6 +3740,10 @@ org.wso2.carbon.analytics.api.client.feature.group ${carbon.analytics.version} + + + org.wso2.carbon.analytics.jsservice.feature.group + ${carbon.analytics.version} org.wso2.carbon.mediator.cache.feature.group diff --git a/modules/distribution/src/resources/samples/connectedcup/component/agent/src/main/java/org/coffeeking/agent/transport/mqtt/ConnectedCupMQttTransportHandler.java b/modules/distribution/src/resources/samples/connectedcup/component/agent/src/main/java/org/coffeeking/agent/transport/mqtt/ConnectedCupMQttTransportHandler.java index 8804f715..b6aac275 100644 --- a/modules/distribution/src/resources/samples/connectedcup/component/agent/src/main/java/org/coffeeking/agent/transport/mqtt/ConnectedCupMQttTransportHandler.java +++ b/modules/distribution/src/resources/samples/connectedcup/component/agent/src/main/java/org/coffeeking/agent/transport/mqtt/ConnectedCupMQttTransportHandler.java @@ -41,7 +41,7 @@ public class ConnectedCupMQttTransportHandler extends MQTTTransportHandler { private static String publishTopic = "%s/" + DEVICE_TYPE + "/%s"; protected ConnectedCupMQttTransportHandler() { - super(iotServerSubscriber, DEVICE_TYPE, "tcp://localhost:1883", ""); + super(iotServerSubscriber, DEVICE_TYPE, "tcp://localhost:1886", ""); } private ScheduledFuture dataPushServiceHandler; diff --git a/modules/distribution/src/resources/samples/connectedcup/component/ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.connectedcup.type-view/private/config.json b/modules/distribution/src/resources/samples/connectedcup/component/ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.connectedcup.type-view/private/config.json index 685ee7ff..0211f4c0 100644 --- a/modules/distribution/src/resources/samples/connectedcup/component/ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.connectedcup.type-view/private/config.json +++ b/modules/distribution/src/resources/samples/connectedcup/component/ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.connectedcup.type-view/private/config.json @@ -1,6 +1,9 @@ { "deviceType": { "label": "Connected Cup", - "category": "virtual" + "category": "virtual", + "scopes" : [ + "perm:connectedcup:enroll" + ] } } \ No newline at end of file diff --git a/modules/distribution/src/resources/samples/connectedcup/feature/connectedcup-feature/pom.xml b/modules/distribution/src/resources/samples/connectedcup/feature/connectedcup-feature/pom.xml index c5792c9c..9829ece0 100644 --- a/modules/distribution/src/resources/samples/connectedcup/feature/connectedcup-feature/pom.xml +++ b/modules/distribution/src/resources/samples/connectedcup/feature/connectedcup-feature/pom.xml @@ -219,7 +219,7 @@ - org.coffeeking:org.coffeeking.connectedcup.plugin:${wso2.iot.version} + org.coffeeking:org.coffeeking.connectedcup.plugin:${org.coffeeking.version} diff --git a/modules/distribution/src/resources/samples/samples-deployer.xml b/modules/distribution/src/resources/samples/samples-deployer.xml index 5010a1bd..72b03a17 100644 --- a/modules/distribution/src/resources/samples/samples-deployer.xml +++ b/modules/distribution/src/resources/samples/samples-deployer.xml @@ -50,8 +50,8 @@ p2-repo-gen - file:${basedir}/p2-repo - file:${basedir}/p2-repo + file:\${basedir}/p2-repo + file:\${basedir}/p2-repo true true @@ -69,9 +69,9 @@ default - file:${basedir}/p2-repo - file:${basedir}/p2-repo - ${basedir}/../core/repository/components + file:\${basedir}/p2-repo + file:\${basedir}/p2-repo + \${basedir}/../core/repository/components false diff --git a/pom.xml b/pom.xml index 0ea2d15a..e3109aae 100644 --- a/pom.xml +++ b/pom.xml @@ -1529,14 +1529,14 @@ 4.7.0 - 2.0.8-SNAPSHOT + 2.0.11-SNAPSHOT [2.0.0, 3.0.0) 3.0.0-SNAPSHOT - 3.0.7-SNAPSHOT + 3.0.9-SNAPSHOT 6.1.47 @@ -1547,7 +1547,7 @@ 5.1.5 - 1.3.0 + 1.3.3 1.3.0 ${product.iot.version} 3.1.0 @@ -1634,7 +1634,7 @@ 1.2.140.wso2v3 2.8.2.wso2v1 2.0.0.wso2v1 - 2.0.5 + 2.0.6 2.1.4 [2.6.0,3.0.0) 2.3.4-spark @@ -1643,7 +1643,7 @@ 1.0.1 - 1.2.10 + 1.2.14 1.4.4