diff options
Diffstat (limited to 'jar/src/main/webapp/WEB-INF/classes')
64 files changed, 404 insertions, 0 deletions
diff --git a/jar/src/main/webapp/WEB-INF/classes/LICENSE.txt b/jar/src/main/webapp/WEB-INF/classes/LICENSE.txt new file mode 100644 index 00000000..cc6cdea5 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/LICENSE.txt @@ -0,0 +1,24 @@ + +The following license applies to all files in this and sub-directories. Licenses +are included in individual source files where appropriate, and if it differs +from this text, it supersedes this. Any file that does not have license text +defaults to being covered by this text; not all files support the addition of +licenses. +# +# ------------------------------------------------------------------------- +# Copyright (c) 2017 AT&T Intellectual Property +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# ------------------------------------------------------------------------- +#
\ No newline at end of file diff --git a/jar/src/main/webapp/WEB-INF/classes/Resources.properties b/jar/src/main/webapp/WEB-INF/classes/Resources.properties new file mode 100644 index 00000000..72269cb8 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/Resources.properties @@ -0,0 +1,50 @@ +#============LICENSE_START========================================== +#org.onap.music +#=================================================================== +# Copyright (c) 2017 AT&T Intellectual Property +#=================================================================== +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +#============LICENSE_END============================================= +#==================================================================== +#Resource key=Error Code|Message text|Resolution text |Description text +LOADING_DEFAULT_LOG_CONFIGURATION=\ + EELF0001I|\ + Loading default logging configuration from system resource file "{0}"|\ + No external logging configurations were defined or found, So verify the default logging configuration from system resource file (../logback.xml). |\ + Loading default logging configuration from system resource file +LOADING_LOG_CONFIGURATION=EELF0002I|\ + Loading logging configuration from file "{0}"|\ + Verify the correct logging configuration file is loaded. |\ + Loading logging configuration for specific file +LOGGING_ALREADY_INITIALIZED=\ + EELF0003W|\ + Logging has already been initialized, check the container logging definitions to ensure they represent your desired logging configuration.|\ + Verify the container logging definitions to ensure they represent your desired logging configuration. |\ + Logging has already been initialized, check the container logging definitions to ensure they represent your desired logging configuration. +NO_LOG_CONFIGURATION=\ + EELF0004E|\ + No log configuration could be found or defaulted!|\ + No external and default logging configuration file. |\ + No log configuration could be found or defaulted! +SEARCHING_LOG_CONFIGURATION=\ + EELF0005I|\ + Searching path "{0}" for log configuration file "{1}"|\ + Verify the correct Path({user.home};etc;../etc) and filename (eelf.logging.file).|\ + Searching path for specific log configuration file. +UNSUPPORTED_LOGGING_FRAMEWORK=\ + EELF0006E|\ + An unsupported logging framework is bound to SLF4J. |\ + Verify your logging frameworks.|\ + An unsupported logging framework is bound to SLF4J. + diff --git a/jar/src/main/webapp/WEB-INF/classes/cache.ccf b/jar/src/main/webapp/WEB-INF/classes/cache.ccf new file mode 100644 index 00000000..acc6831c --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/cache.ccf @@ -0,0 +1,56 @@ +# DEFAULT CACHE REGION +jcs.default= +jcs.default.cacheattributes=org.apache.commons.jcs.engine.CompositeCacheAttributes +jcs.default.cacheattributes.MaxObjects=1000 +jcs.default.cacheattributes.MemoryCacheName=org.apache.commons.jcs.engine.memory.lru.LRUMemoryCache +jcs.default.cacheattributes.UseMemoryShrinker=false +jcs.default.cacheattributes.MaxMemoryIdleTime=3600 +jcs.default.cacheattributes.ShrinkerInterval=60 +jcs.default.elementattributes=org.apache.commons.jcs.engine.ElementAttributes +jcs.default.elementattributes.IsEternal=false +jcs.default.elementattributes.MaxLife=21600 +jcs.default.elementattributes.IdleTime=1800 +jcs.default.elementattributes.IsSpool=true +jcs.default.elementattributes.IsRemote=true +jcs.default.elementattributes.IsLateral=true + +# PRE-DEFINED CACHE REGIONS +jcs.region.musicCache= +jcs.region.musicCache.cacheattributes=org.apache.commons.jcs.engine.CompositeCacheAttributes +jcs.region.musicCache.cacheattributes.MaxObjects=1000 +jcs.region.musicCache.cacheattributes.MemoryCacheName=org.apache.commons.jcs.engine.memory.lru.LRUMemoryCache +jcs.region.musicCache.cacheattributes.UseMemoryShrinker=false +jcs.region.musicCache.cacheattributes.MaxMemoryIdleTime=3600 +jcs.region.musicCache.cacheattributes.ShrinkerInterval=60 +jcs.region.musicCache.cacheattributes.MaxSpoolPerRun=500 +jcs.region.musicCache.elementattributes=org.apache.commons.jcs.engine.ElementAttributes +jcs.region.musicCache.elementattributes.IsEternal=false + + +# PRE-DEFINED CACHE REGIONS +jcs.region.aafCache= +jcs.region.aafCache.cacheattributes=org.apache.commons.jcs.engine.CompositeCacheAttributes +jcs.region.aafCache.cacheattributes.MaxObjects=1000 +jcs.region.aafCache.cacheattributes.MemoryCacheName=org.apache.commons.jcs.engine.memory.lru.LRUMemoryCache +jcs.region.aafCache.cacheattributes.UseMemoryShrinker=false +jcs.region.aafCache.cacheattributes.MaxMemoryIdleTime=3600 +jcs.region.aafCache.cacheattributes.ShrinkerInterval=60 +jcs.region.aafCache.cacheattributes.MaxSpoolPerRun=500 +jcs.region.aafCache.elementattributes=org.apache.commons.jcs.engine.ElementAttributes +jcs.region.aafCache.elementattributes.IsEternal=false + +# PRE-DEFINED CACHE REGIONS +jcs.region.appNameCache= +jcs.region.appNameCache.cacheattributes=org.apache.commons.jcs.engine.CompositeCacheAttributes +jcs.region.appNameCache.cacheattributes.MaxObjects=1000 +jcs.region.appNameCache.cacheattributes.MemoryCacheName=org.apache.commons.jcs.engine.memory.lru.LRUMemoryCache +jcs.region.appNameCache.cacheattributes.UseMemoryShrinker=false +jcs.region.appNameCache.cacheattributes.MaxMemoryIdleTime=3600 +jcs.region.appNameCache.cacheattributes.ShrinkerInterval=60 +jcs.region.appNameCache.cacheattributes.MaxSpoolPerRun=500 +jcs.region.appNameCache.elementattributes=org.apache.commons.jcs.engine.ElementAttributes +jcs.region.appNameCache.elementattributes.IsEternal=false + + + + diff --git a/jar/src/main/webapp/WEB-INF/classes/logback.xml b/jar/src/main/webapp/WEB-INF/classes/logback.xml new file mode 100644 index 00000000..fe7f54ae --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/logback.xml @@ -0,0 +1,270 @@ +<!-- + ============LICENSE_START========================================== + org.onap.music + =================================================================== + Copyright (c) 2017 AT&T Intellectual Property + =================================================================== + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + ============LICENSE_END============================================= + ==================================================================== +--> +<configuration scan="true" scanPeriod="3 seconds"> + <!--<jmxConfigurator /> --> + <!-- directory path for all other type logs --> + <property name="logDir" value="/opt/app/music/logs" /> + + <!-- directory path for debugging type logs --> + <property name="debugDir" value="debug-logs" /> + + <!-- specify the component name --> + <!-- <property name="componentName" value="EELF"></property> --> + <property name="componentName" value="MUSIC"></property> + + <!-- log file names --> + <property name="generalLogName" value="music" /> + <property name="securityLogName" value="security" /> + <property name="errorLogName" value="error" /> + <property name="metricsLogName" value="metrics" /> + <property name="auditLogName" value="audit" /> + <property name="debugLogName" value="debug" /> + <property name="defaultPattern" value="%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n" /> + <property name="applicationLoggerPattern" value="%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %msg%n" /> + <property name="auditLoggerPattern" value="%X{BeginTimestamp}|%X{EndTimestamp}|%X{RequestId}|%X{ServiceInstanceId}|%thread|%X{VirtualServerName}|%X{ServiceName}|%X{PartnerName}|%X{StatusCode}|%X{ResponseCode}|%X{ResponseDescription}|%X{InstanceUUID}|%.-5level|%X{AlertSeverity}|%X{ServerIPAddress}|%X{ElapsedTime}|%X{ServerFQDN}|%X{RemoteHost}|%X{ClassName}|%X{Unused}|%X{ProcessKey}|%X{CustomField1}|%X{CustomField2}|%X{CustomField3}|%X{CustomField4}| %msg%n" /> + <property name="metricsLoggerPattern" value="%X{BeginTimestamp}|%X{EndTimestamp}|%X{RequestId}|%X{ServiceInstanceId}|%thread|%X{VirtualServerName}|%X{ServiceName}|%X{PartnerName}|%X{TargetEntity}|%X{TargetServiceName}|%X{StatusCode}|%X{ResponseCode}|%X{ResponseDescription}|%X{InstanceUUID}|%.-5level|%X{AlertSeverity}|%X{ServerIPAddress}|%X{ElapsedTime}|%X{ServerFQDN}|%X{RemoteHost}|%X{ClassName}|%X{Unused}|%X{ProcessKey}|%X{TargetVirtualEntity}|%X{CustomField1}|%X{CustomField2}|%X{CustomField3}|%X{CustomField4}| %msg%n" /> + <property name="errorLoggerPattern" value= "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %msg%n " /> + <property name="debugLoggerPattern" value="%date{ISO8601,UTC}|%X{RequestId}| %msg%n" ></property> + <property name="logDirectory" value="${logDir}/${componentName}" /> + <property name="debugLogDirectory" value="${debugDir}/${componentName}" /> + <!-- Example evaluator filter applied against console appender --> + <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> + <!-- <encoder> + <pattern>${defaultPattern}</pattern> + </encoder> --> + <layout class=""> + <pattern> + %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n + </pattern> + </layout> + </appender> + + <!-- ============================================================================ --> + <!-- EELF Appenders --> + <!-- ============================================================================ --> + <appender name="EELF" + class="ch.qos.logback.core.rolling.RollingFileAppender"> + <file>${logDirectory}/${generalLogName}.log</file> + <rollingPolicy + class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy"> + <fileNamePattern>${logDirectory}/${generalLogName}.%i.log.zip + </fileNamePattern> + <minIndex>1</minIndex> + <maxIndex>9</maxIndex> + </rollingPolicy> + <triggeringPolicy + class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy"> + <maxFileSize>5MB</maxFileSize> + </triggeringPolicy> + <encoder> + <pattern>${applicationLoggerPattern}</pattern> + </encoder> + </appender> + + <appender name="asyncEELF" class="ch.qos.logback.classic.AsyncAppender"> + <queueSize>256</queueSize> + <includeCallerData>true</includeCallerData> + <appender-ref ref="EELF" /> + </appender> + + <!-- EELF Security Appender. This appender is used to record security events + to the security log file. Security events are separate from other loggers + in EELF so that security log records can be captured and managed in a secure + way separate from the other logs. This appender is set to never discard any + events. --> + <appender name="EELFSecurity" + class="ch.qos.logback.core.rolling.RollingFileAppender"> + <file>${logDirectory}/${securityLogName}.log</file> + <rollingPolicy + class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy"> + <fileNamePattern>${logDirectory}/${securityLogName}.%i.log.zip + </fileNamePattern> + <minIndex>1</minIndex> + <maxIndex>9</maxIndex> + </rollingPolicy> + <triggeringPolicy + class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy"> + <maxFileSize>5MB</maxFileSize> + </triggeringPolicy> + <encoder> + <pattern>%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n </pattern> + </encoder> + </appender> + + <appender name="asyncEELFSecurity" class="ch.qos.logback.classic.AsyncAppender"> + <queueSize>256</queueSize> + <discardingThreshold>0</discardingThreshold> + <appender-ref ref="EELFSecurity" /> + </appender> + + + + + <!-- EELF Audit Appender. This appender is used to record audit engine + related logging events. The audit logger and appender are specializations + of the EELF application root logger and appender. This can be used to segregate + Policy engine events from other components, or it can be eliminated to record + these events as part of the application root log. --> + + <appender name="EELFAudit" + class="ch.qos.logback.core.rolling.RollingFileAppender"> + <file>${logDirectory}/${auditLogName}.log</file> + <rollingPolicy + class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy"> + <fileNamePattern>${logDirectory}/${auditLogName}.%i.log.zip + </fileNamePattern> + <minIndex>1</minIndex> + <maxIndex>9</maxIndex> + </rollingPolicy> + <triggeringPolicy + class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy"> + <maxFileSize>5MB</maxFileSize> + </triggeringPolicy> + <encoder> + <pattern>${auditLoggerPattern}</pattern> + </encoder> + </appender> + <appender name="asyncEELFAudit" class="ch.qos.logback.classic.AsyncAppender"> + <queueSize>256</queueSize> + <appender-ref ref="EELFAudit" /> + </appender> + +<appender name="EELFMetrics" + class="ch.qos.logback.core.rolling.RollingFileAppender"> + <file>${logDirectory}/${metricsLogName}.log</file> + <rollingPolicy + class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy"> + <fileNamePattern>${logDirectory}/${metricsLogName}.%i.log.zip + </fileNamePattern> + <minIndex>1</minIndex> + <maxIndex>9</maxIndex> + </rollingPolicy> + <triggeringPolicy + class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy"> + <maxFileSize>5MB</maxFileSize> + </triggeringPolicy> + <encoder> + <!-- <pattern>"%d{HH:mm:ss.SSS} [%thread] %-5level %logger{1024} - + %msg%n"</pattern> --> + <pattern>${metricsLoggerPattern}</pattern> + </encoder> + </appender> + + + <appender name="asyncEELFMetrics" class="ch.qos.logback.classic.AsyncAppender"> + <queueSize>256</queueSize> + <appender-ref ref="EELFMetrics"/> + </appender> + + <appender name="EELFError" + class="ch.qos.logback.core.rolling.RollingFileAppender"> + <file>${logDirectory}/${errorLogName}.log</file> + <rollingPolicy + class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy"> + <fileNamePattern>${logDirectory}/${errorLogName}.%i.log.zip + </fileNamePattern> + <minIndex>1</minIndex> + <maxIndex>9</maxIndex> + </rollingPolicy> + <triggeringPolicy + class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy"> + <maxFileSize>5MB</maxFileSize> + </triggeringPolicy> + <encoder> + <pattern>${errorLoggerPattern}</pattern> + </encoder> + </appender> + + <appender name="asyncEELFError" class="ch.qos.logback.classic.AsyncAppender"> + <queueSize>256</queueSize> + <appender-ref ref="EELFError"/> + </appender> + + <appender name="EELFDebug" + class="ch.qos.logback.core.rolling.RollingFileAppender"> + <file>${debugLogDirectory}/${debugLogName}.log</file> + <rollingPolicy + class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy"> + <fileNamePattern>${debugLogDirectory}/${debugLogName}.%i.log.zip + </fileNamePattern> + <minIndex>1</minIndex> + <maxIndex>9</maxIndex> + </rollingPolicy> + <triggeringPolicy + class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy"> + <maxFileSize>5MB</maxFileSize> + </triggeringPolicy> + <encoder> + <pattern>${debugLoggerPattern}</pattern> + </encoder> + </appender> + + <appender name="asyncEELFDebug" class="ch.qos.logback.classic.AsyncAppender"> + <queueSize>256</queueSize> + <appender-ref ref="EELFDebug" /> + <includeCallerData>true</includeCallerData> + </appender> + + + <!-- ============================================================================ --> + <!-- EELF loggers --> + <!-- ============================================================================ --> + <logger name="com.att.eelf" level="info" additivity="false"> + <appender-ref ref="asyncEELF" /> + + </logger> + <logger name="com.att.eelf.security" level="info" additivity="false"> + <appender-ref ref="asyncEELFSecurity" /> + + </logger> + + + <logger name="com.att.eelf.audit" level="info" additivity="false"> + <appender-ref ref="asyncEELFAudit" /> + + </logger> + + <logger name="com.att.eelf.metrics" level="info" additivity="false"> + <appender-ref ref="asyncEELFMetrics" /> + + </logger> + + + <logger name="com.att.eelf.error" level="error" additivity="false"> + <appender-ref ref="asyncEELFError" /> + + </logger> + + <logger name="com.att.eelf.debug" level="debug" additivity="false"> + <appender-ref ref="asyncEELFDebug" /> + + </logger> + + + + + <root level="INFO"> + <appender-ref ref="asyncEELF" /> + <appender-ref ref="STDOUT" /> + </root> + +</configuration> diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/MusicDataStore$1.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/MusicDataStore$1.class Binary files differnew file mode 100644 index 00000000..5590b259 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/MusicDataStore$1.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/MusicDataStore.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/MusicDataStore.class Binary files differnew file mode 100644 index 00000000..e55ffa6f --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/MusicDataStore.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/PreparedQueryObject.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/PreparedQueryObject.class Binary files differnew file mode 100644 index 00000000..9ddc7a03 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/PreparedQueryObject.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/AAFResponse.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/AAFResponse.class Binary files differnew file mode 100644 index 00000000..9a8c5a8a --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/AAFResponse.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JSONObject.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JSONObject.class Binary files differnew file mode 100644 index 00000000..4f4d0ccf --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JSONObject.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonDelete.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonDelete.class Binary files differnew file mode 100644 index 00000000..fe259852 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonDelete.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonInsert.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonInsert.class Binary files differnew file mode 100644 index 00000000..bc835fb3 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonInsert.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonKeySpace.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonKeySpace.class Binary files differnew file mode 100644 index 00000000..61cb2ea8 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonKeySpace.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonLeasedLock.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonLeasedLock.class Binary files differnew file mode 100644 index 00000000..498e3296 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonLeasedLock.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonOnboard.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonOnboard.class Binary files differnew file mode 100644 index 00000000..8785a467 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonOnboard.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonSelect.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonSelect.class Binary files differnew file mode 100644 index 00000000..edf472f8 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonSelect.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonTable.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonTable.class Binary files differnew file mode 100644 index 00000000..c9d8acb2 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonTable.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonUpdate.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonUpdate.class Binary files differnew file mode 100644 index 00000000..1cf13b99 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/JsonUpdate.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/NameSpace.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/NameSpace.class Binary files differnew file mode 100644 index 00000000..b388220b --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/datastore/jsonobjects/NameSpace.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/healthcheck/MusicHealthCheck.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/healthcheck/MusicHealthCheck.class Binary files differnew file mode 100644 index 00000000..31f327cf --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/healthcheck/MusicHealthCheck.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/EELFLoggerDelegate.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/EELFLoggerDelegate.class Binary files differnew file mode 100644 index 00000000..3ccd20b7 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/EELFLoggerDelegate.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/format/AppMessages.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/format/AppMessages.class Binary files differnew file mode 100644 index 00000000..b0b4c81c --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/format/AppMessages.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/format/ErrorCodes.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/format/ErrorCodes.class Binary files differnew file mode 100644 index 00000000..a2694e7f --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/format/ErrorCodes.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/format/ErrorSeverity.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/format/ErrorSeverity.class Binary files differnew file mode 100644 index 00000000..3b96585b --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/format/ErrorSeverity.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/format/ErrorTypes.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/format/ErrorTypes.class Binary files differnew file mode 100644 index 00000000..8afdf70b --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/eelf/logging/format/ErrorTypes.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicExceptionMapper.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicExceptionMapper.class Binary files differnew file mode 100644 index 00000000..31d6334a --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicExceptionMapper.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicLockingException.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicLockingException.class Binary files differnew file mode 100644 index 00000000..9fdf6912 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicLockingException.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicPolicyVoilationException.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicPolicyVoilationException.class Binary files differnew file mode 100644 index 00000000..a4f5de83 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicPolicyVoilationException.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicQueryException.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicQueryException.class Binary files differnew file mode 100644 index 00000000..4ece8eb5 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicQueryException.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicServiceException.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicServiceException.class Binary files differnew file mode 100644 index 00000000..e8003b56 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/exceptions/MusicServiceException.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/LockListener.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/LockListener.class Binary files differnew file mode 100644 index 00000000..92a12649 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/LockListener.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/MusicLockState$LockStatus.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/MusicLockState$LockStatus.class Binary files differnew file mode 100644 index 00000000..171ce2b4 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/MusicLockState$LockStatus.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/MusicLockState.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/MusicLockState.class Binary files differnew file mode 100644 index 00000000..91b65fab --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/MusicLockState.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/MusicLockingService.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/MusicLockingService.class Binary files differnew file mode 100644 index 00000000..7acbed85 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/MusicLockingService.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ProtocolSupport$1.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ProtocolSupport$1.class Binary files differnew file mode 100644 index 00000000..f499d1d0 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ProtocolSupport$1.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ProtocolSupport.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ProtocolSupport.class Binary files differnew file mode 100644 index 00000000..541e0206 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ProtocolSupport.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZNodeName.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZNodeName.class Binary files differnew file mode 100644 index 00000000..dfb9b772 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZNodeName.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$1.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$1.class Binary files differnew file mode 100644 index 00000000..a914addb --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$1.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$2.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$2.class Binary files differnew file mode 100644 index 00000000..e85f9012 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$2.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$3.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$3.class Binary files differnew file mode 100644 index 00000000..e1dc66c6 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$3.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$4.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$4.class Binary files differnew file mode 100644 index 00000000..9aef9f5e --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$4.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$LockZooKeeperOperation.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$LockZooKeeperOperation.class Binary files differnew file mode 100644 index 00000000..3ad2abfc --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService$LockZooKeeperOperation.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService.class Binary files differnew file mode 100644 index 00000000..897e2a4e --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZkStatelessLockService.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZooKeeperOperation.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZooKeeperOperation.class Binary files differnew file mode 100644 index 00000000..26b0d20c --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/lockingservice/ZooKeeperOperation.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/CachingUtil.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/CachingUtil.class Binary files differnew file mode 100644 index 00000000..8683a8db --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/CachingUtil.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/CronJobManager.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/CronJobManager.class Binary files differnew file mode 100644 index 00000000..011c480b --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/CronJobManager.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicCore$Condition.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicCore$Condition.class Binary files differnew file mode 100644 index 00000000..60fb682e --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicCore$Condition.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicCore.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicCore.class Binary files differnew file mode 100644 index 00000000..9e978579 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicCore.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicDigest.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicDigest.class Binary files differnew file mode 100644 index 00000000..7cde4e17 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicDigest.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicUtil$1.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicUtil$1.class Binary files differnew file mode 100644 index 00000000..61edc7da --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicUtil$1.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicUtil.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicUtil.class Binary files differnew file mode 100644 index 00000000..46eb8b6c --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/MusicUtil.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/PropertiesListener.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/PropertiesListener.class Binary files differnew file mode 100644 index 00000000..19d572d5 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/PropertiesListener.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/ResultType.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/ResultType.class Binary files differnew file mode 100644 index 00000000..95bdba30 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/ResultType.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/ReturnType.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/ReturnType.class Binary files differnew file mode 100644 index 00000000..9f274e26 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/main/ReturnType.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/response/jsonobjects/JsonResponse.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/response/jsonobjects/JsonResponse.class Binary files differnew file mode 100644 index 00000000..bb4c16c2 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/response/jsonobjects/JsonResponse.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicAdminAPI.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicAdminAPI.class Binary files differnew file mode 100644 index 00000000..769ff723 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicAdminAPI.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicBmAPI.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicBmAPI.class Binary files differnew file mode 100644 index 00000000..b501f3ac --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicBmAPI.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicDataAPI$RowIdentifier.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicDataAPI$RowIdentifier.class Binary files differnew file mode 100644 index 00000000..1aa3e069 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicDataAPI$RowIdentifier.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicDataAPI.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicDataAPI.class Binary files differnew file mode 100644 index 00000000..67d84f21 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicDataAPI.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicHealthCheckAPI.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicHealthCheckAPI.class Binary files differnew file mode 100644 index 00000000..e298e064 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicHealthCheckAPI.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicLocksAPI.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicLocksAPI.class Binary files differnew file mode 100644 index 00000000..d4100e6a --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicLocksAPI.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicQAPI.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicQAPI.class Binary files differnew file mode 100644 index 00000000..1c28d1b1 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicQAPI.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicTestAPI.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicTestAPI.class Binary files differnew file mode 100644 index 00000000..db3248ee --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicTestAPI.class diff --git a/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicVersionAPI.class b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicVersionAPI.class Binary files differnew file mode 100644 index 00000000..978c7b05 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/org/onap/music/rest/RestMusicVersionAPI.class diff --git a/jar/src/main/webapp/WEB-INF/classes/project.properties b/jar/src/main/webapp/WEB-INF/classes/project.properties new file mode 100644 index 00000000..3b6d2283 --- /dev/null +++ b/jar/src/main/webapp/WEB-INF/classes/project.properties @@ -0,0 +1,4 @@ +version=2.5.3 +artifactId=MUSIC +music.properties=/opt/app/music/etc/music.properties + |