From: bri Date: Wed, 14 Nov 2012 13:45:04 +0000 (+0000) Subject: Siman-WS eclipse project is added X-Git-Tag: Root_Delivery1_2012_12_06~70 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1e841b4402e4c54d2bf0d5d9b65e5348cced6e5e;p=tools%2Fsiman.git Siman-WS eclipse project is added --- diff --git a/Workspace/Siman-WS/.classpath b/Workspace/Siman-WS/.classpath new file mode 100644 index 0000000..a07d03e --- /dev/null +++ b/Workspace/Siman-WS/.classpath @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/Siman-WS/.externalToolBuilders/Ant_Siman-WS_Dev_Config_Builder.launch b/Workspace/Siman-WS/.externalToolBuilders/Ant_Siman-WS_Dev_Config_Builder.launch new file mode 100644 index 0000000..f32cac1 --- /dev/null +++ b/Workspace/Siman-WS/.externalToolBuilders/Ant_Siman-WS_Dev_Config_Builder.launch @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/Workspace/Siman-WS/.externalToolBuilders/Ant_Siman-WS_War_Builder.launch b/Workspace/Siman-WS/.externalToolBuilders/Ant_Siman-WS_War_Builder.launch new file mode 100644 index 0000000..acffbbf --- /dev/null +++ b/Workspace/Siman-WS/.externalToolBuilders/Ant_Siman-WS_War_Builder.launch @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/Workspace/Siman-WS/.pmd b/Workspace/Siman-WS/.pmd new file mode 100644 index 0000000..0a9e99c --- /dev/null +++ b/Workspace/Siman-WS/.pmd @@ -0,0 +1,957 @@ + + + false + .ruleset + + + AvoidDecimalLiteralsInBigDecimalConstructor + Basic Rules + + + AvoidMultipleUnaryOperators + Basic Rules + + + AvoidThreadGroup + Basic Rules + + + AvoidUsingHardCodedIP + Basic Rules + + + AvoidUsingOctalValues + Basic Rules + + + BigIntegerInstantiation + Basic Rules + + + BooleanInstantiation + Basic Rules + + + BrokenNullCheck + Basic Rules + + + CheckResultSet + Basic Rules + + + ClassCastExceptionWithToArray + Basic Rules + + + CollapsibleIfStatements + Basic Rules + + + DoubleCheckedLocking + Basic Rules + + + EmptyCatchBlock + Basic Rules + + + EmptyFinallyBlock + Basic Rules + + + EmptyIfStmt + Basic Rules + + + EmptyInitializer + Basic Rules + + + EmptyStatementNotInLoop + Basic Rules + + + EmptyStaticInitializer + Basic Rules + + + EmptySwitchStatements + Basic Rules + + + EmptySynchronizedBlock + Basic Rules + + + EmptyTryBlock + Basic Rules + + + EmptyWhileStmt + Basic Rules + + + ForLoopShouldBeWhileLoop + Basic Rules + + + JumbledIncrementer + Basic Rules + + + MisplacedNullCheck + Basic Rules + + + OverrideBothEqualsAndHashcode + Basic Rules + + + ReturnFromFinallyBlock + Basic Rules + + + UnconditionalIfStatement + Basic Rules + + + UnnecessaryConversionTemporary + Basic Rules + + + UnnecessaryFinalModifier + Basic Rules + + + UnnecessaryReturn + Basic Rules + + + UnusedNullCheckInEquals + Basic Rules + + + UselessOperationOnImmutable + Basic Rules + + + UselessOverridingMethod + Basic Rules + + + ForLoopsMustUseBraces + Braces Rules + + + IfElseStmtsMustUseBraces + Braces Rules + + + IfStmtsMustUseBraces + Braces Rules + + + WhileLoopsMustUseBraces + Braces Rules + + + CloneMethodMustImplementCloneable + Clone Implementation Rules + + + CloneThrowsCloneNotSupportedException + Clone Implementation Rules + + + ProperCloneImplementation + Clone Implementation Rules + + + CyclomaticComplexity + Code Size Rules + + + ExcessiveClassLength + Code Size Rules + + + ExcessiveMethodLength + Code Size Rules + + + ExcessiveParameterList + Code Size Rules + + + ExcessivePublicCount + Code Size Rules + + + NcssConstructorCount + Code Size Rules + + + NcssMethodCount + Code Size Rules + + + NcssTypeCount + Code Size Rules + + + NPathComplexity + Code Size Rules + + + TooManyFields + Code Size Rules + + + TooManyMethods + Code Size Rules + + + AssignmentInOperand + Controversial Rules + + + AtLeastOneConstructor + Controversial Rules + + + AvoidAccessibilityAlteration + Controversial Rules + + + AvoidFinalLocalVariable + Controversial Rules + + + AvoidUsingNativeCode + Controversial Rules + + + AvoidUsingShortType + Controversial Rules + + + AvoidUsingVolatile + Controversial Rules + + + BooleanInversion + Controversial Rules + + + CallSuperInConstructor + Controversial Rules + + + DataflowAnomalyAnalysis + Controversial Rules + + + DefaultPackage + Controversial Rules + + + DoNotCallGarbageCollectionExplicitly + Controversial Rules + + + DontImportSun + Controversial Rules + + + NullAssignment + Controversial Rules + + + OnlyOneReturn + Controversial Rules + + + SuspiciousOctalEscape + Controversial Rules + + + UnnecessaryConstructor + Controversial Rules + + + UnnecessaryParentheses + Controversial Rules + + + UnusedModifier + Controversial Rules + + + CouplingBetweenObjects + Coupling Rules + + + ExcessiveImports + Coupling Rules + + + LooseCoupling + Coupling Rules + + + AbstractClassWithoutAbstractMethod + Design Rules + + + AbstractClassWithoutAnyMethod + Design Rules + + + AccessorClassGeneration + Design Rules + + + AssignmentToNonFinalStatic + Design Rules + + + AvoidConstantsInterface + Design Rules + + + AvoidDeeplyNestedIfStmts + Design Rules + + + AvoidInstanceofChecksInCatchClause + Design Rules + + + AvoidProtectedFieldInFinalClass + Design Rules + + + AvoidReassigningParameters + Design Rules + + + AvoidSynchronizedAtMethodLevel + Design Rules + + + BadComparison + Design Rules + + + ClassWithOnlyPrivateConstructorsShouldBeFinal + Design Rules + + + CloseResource + Design Rules + + + CompareObjectsWithEquals + Design Rules + + + ConfusingTernary + Design Rules + + + ConstructorCallsOverridableMethod + Design Rules + + + DefaultLabelNotLastInSwitchStmt + Design Rules + + + EmptyMethodInAbstractClassShouldBeAbstract + Design Rules + + + EqualsNull + Design Rules + + + FinalFieldCouldBeStatic + Design Rules + + + IdempotentOperations + Design Rules + + + ImmutableField + Design Rules + + + InstantiationToGetClass + Design Rules + + + MissingBreakInSwitch + Design Rules + + + MissingStaticMethodInNonInstantiatableClass + Design Rules + + + NonCaseLabelInSwitchStatement + Design Rules + + + NonStaticInitializer + Design Rules + + + NonThreadSafeSingleton + Design Rules + + + OptimizableToArrayCall + Design Rules + + + PositionLiteralsFirstInComparisons + Design Rules + + + PreserveStackTrace + Design Rules + + + ReturnEmptyArrayRatherThanNull + Design Rules + + + SimpleDateFormatNeedsLocale + Design Rules + + + SimplifyBooleanExpressions + Design Rules + + + SimplifyBooleanReturns + Design Rules + + + SimplifyConditional + Design Rules + + + SingularField + Design Rules + + + SwitchDensity + Design Rules + + + SwitchStmtsShouldHaveDefault + Design Rules + + + TooFewBranchesForASwitchStatement + Design Rules + + + UncommentedEmptyConstructor + Design Rules + + + UncommentedEmptyMethod + Design Rules + + + UnnecessaryLocalBeforeReturn + Design Rules + + + UnsynchronizedStaticDateFormatter + Design Rules + + + UseCollectionIsEmpty + Design Rules + + + UseLocaleWithCaseConversions + Design Rules + + + UseNotifyAllInsteadOfNotify + Design Rules + + + UseSingleton + Design Rules + + + AvoidCallingFinalize + Finalizer Rules + + + EmptyFinalizer + Finalizer Rules + + + FinalizeDoesNotCallSuperFinalize + Finalizer Rules + + + FinalizeOnlyCallsSuperFinalize + Finalizer Rules + + + FinalizeOverloaded + Finalizer Rules + + + FinalizeShouldBeProtected + Finalizer Rules + + + DontImportJavaLang + Import Statement Rules + + + DuplicateImports + Import Statement Rules + + + ImportFromSamePackage + Import Statement Rules + + + TooManyStaticImports + Import Statement Rules + + + UnusedImports + Import Statement Rules + + + DoNotCallSystemExit + J2EE Rules + + + DoNotUseThreads + J2EE Rules + + + LocalHomeNamingConvention + J2EE Rules + + + LocalInterfaceSessionNamingConvention + J2EE Rules + + + MDBAndSessionBeanNamingConvention + J2EE Rules + + + RemoteInterfaceNamingConvention + J2EE Rules + + + RemoteSessionInterfaceNamingConvention + J2EE Rules + + + StaticEJBFieldShouldBeFinal + J2EE Rules + + + UseProperClassLoader + J2EE Rules + + + ProperLogger + Jakarta Commons Logging Rules + + + UseCorrectExceptionLogging + Jakarta Commons Logging Rules + + + AvoidPrintStackTrace + Java Logging Rules + + + LoggerIsNotStaticFinal + Java Logging Rules + + + MoreThanOneLogger + Java Logging Rules + + + SystemPrintln + Java Logging Rules + + + BeanMembersShouldSerialize + JavaBean Rules + + + MissingSerialVersionUID + JavaBean Rules + + + JUnitAssertionsShouldIncludeMessage + JUnit Rules + + + JUnitSpelling + JUnit Rules + + + JUnitStaticSuite + JUnit Rules + + + JUnitTestsShouldIncludeAssert + JUnit Rules + + + SimplifyBooleanAssertion + JUnit Rules + + + TestClassWithoutTestCases + JUnit Rules + + + UnnecessaryBooleanAssertion + JUnit Rules + + + UseAssertEqualsInsteadOfAssertTrue + JUnit Rules + + + UseAssertNullInsteadOfAssertTrue + JUnit Rules + + + UseAssertSameInsteadOfAssertTrue + JUnit Rules + + + AvoidAssertAsIdentifier + Migration Rules + + + AvoidEnumAsIdentifier + Migration Rules + + + ByteInstantiation + Migration Rules + + + IntegerInstantiation + Migration Rules + + + JUnit4SuitesShouldUseSuiteAnnotation + Migration Rules + + + JUnit4TestShouldUseAfterAnnotation + Migration Rules + + + JUnit4TestShouldUseBeforeAnnotation + Migration Rules + + + JUnit4TestShouldUseTestAnnotation + Migration Rules + + + JUnitUseExpected + Migration Rules + + + LongInstantiation + Migration Rules + + + ReplaceEnumerationWithIterator + Migration Rules + + + ReplaceHashtableWithMap + Migration Rules + + + ReplaceVectorWithList + Migration Rules + + + ShortInstantiation + Migration Rules + + + AbstractNaming + Naming Rules + + + AvoidDollarSigns + Naming Rules + + + AvoidFieldNameMatchingMethodName + Naming Rules + + + AvoidFieldNameMatchingTypeName + Naming Rules + + + BooleanGetMethodName + Naming Rules + + + ClassNamingConventions + Naming Rules + + + LongVariable + Naming Rules + + + MethodNamingConventions + Naming Rules + + + MethodWithSameNameAsEnclosingClass + Naming Rules + + + MisleadingVariableName + Naming Rules + + + NoPackage + Naming Rules + + + PackageCase + Naming Rules + + + ShortMethodName + Naming Rules + + + ShortVariable + Naming Rules + + + SuspiciousConstantFieldName + Naming Rules + + + SuspiciousEqualsMethodName + Naming Rules + + + SuspiciousHashcodeMethodName + Naming Rules + + + VariableNamingConventions + Naming Rules + + + AddEmptyString + Optimization Rules + + + AvoidArrayLoops + Optimization Rules + + + AvoidInstantiatingObjectsInLoops + Optimization Rules + + + LocalVariableCouldBeFinal + Optimization Rules + + + MethodArgumentCouldBeFinal + Optimization Rules + + + SimplifyStartsWith + Optimization Rules + + + UnnecessaryWrapperObjectCreation + Optimization Rules + + + UseArrayListInsteadOfVector + Optimization Rules + + + UseArraysAsList + Optimization Rules + + + UseStringBufferForStringAppends + Optimization Rules + + + ArrayIsStoredDirectly + Security Code Guidelines + + + MethodReturnsInternalArray + Security Code Guidelines + + + AvoidCatchingNPE + Strict Exception Rules + + + AvoidCatchingThrowable + Strict Exception Rules + + + AvoidRethrowingException + Strict Exception Rules + + + AvoidThrowingNewInstanceOfSameException + Strict Exception Rules + + + AvoidThrowingNullPointerException + Strict Exception Rules + + + AvoidThrowingRawExceptionTypes + Strict Exception Rules + + + DoNotExtendJavaLangError + Strict Exception Rules + + + DoNotThrowExceptionInFinally + Strict Exception Rules + + + ExceptionAsFlowControl + Strict Exception Rules + + + SignatureDeclareThrowsException + Strict Exception Rules + + + AppendCharacterWithChar + String and StringBuffer Rules + + + AvoidDuplicateLiterals + String and StringBuffer Rules + + + AvoidStringBufferField + String and StringBuffer Rules + + + ConsecutiveLiteralAppends + String and StringBuffer Rules + + + InefficientEmptyStringCheck + String and StringBuffer Rules + + + InefficientStringBuffering + String and StringBuffer Rules + + + InsufficientStringBufferDeclaration + String and StringBuffer Rules + + + StringBufferInstantiationWithChar + String and StringBuffer Rules + + + StringInstantiation + String and StringBuffer Rules + + + StringToString + String and StringBuffer Rules + + + UnnecessaryCaseChange + String and StringBuffer Rules + + + UseEqualsToCompareStrings + String and StringBuffer Rules + + + UseIndexOfChar + String and StringBuffer Rules + + + UselessStringValueOf + String and StringBuffer Rules + + + UseStringBufferLength + String and StringBuffer Rules + + + CloneMethodMustImplementCloneable + Type Resolution Rules + + + LooseCoupling + Type Resolution Rules + + + SignatureDeclareThrowsException + Type Resolution Rules + + + UnusedImports + Type Resolution Rules + + + UnusedFormalParameter + Unused Code Rules + + + UnusedLocalVariable + Unused Code Rules + + + UnusedPrivateField + Unused Code Rules + + + UnusedPrivateMethod + Unused Code Rules + + + false + true + diff --git a/Workspace/Siman-WS/.project b/Workspace/Siman-WS/.project new file mode 100644 index 0000000..2270c9f --- /dev/null +++ b/Workspace/Siman-WS/.project @@ -0,0 +1,72 @@ + + + Siman-WS + + + + + + org.eclipse.ui.externaltools.ExternalToolBuilder + + + LaunchConfigHandle + <project>/.externalToolBuilders/Ant_Siman-WS_Dev_Config_Builder.launch + + + + + org.eclipse.wst.jsdt.core.javascriptValidator + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.wst.validation.validationbuilder + + + + + org.eclipse.ui.externaltools.ExternalToolBuilder + + + LaunchConfigHandle + <project>/.externalToolBuilders/Ant_Siman-WS_War_Builder.launch + + + + + org.springframework.ide.eclipse.core.springbuilder + + + + + net.sf.eclipsecs.core.CheckstyleBuilder + + + + + net.sourceforge.pmd.eclipse.plugin.pmdBuilder + + + + + + org.springframework.ide.eclipse.core.springnature + org.eclipse.jem.workbench.JavaEMFNature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.jdt.core.javanature + org.eclipse.wst.jsdt.core.jsNature + net.sf.eclipsecs.core.CheckstyleNature + net.sourceforge.pmd.eclipse.plugin.pmdNature + + diff --git a/Workspace/Siman-WS/.settings/.jsdtscope b/Workspace/Siman-WS/.settings/.jsdtscope new file mode 100644 index 0000000..3a28de0 --- /dev/null +++ b/Workspace/Siman-WS/.settings/.jsdtscope @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/Workspace/Siman-WS/.settings/org.eclipse.jdt.core.prefs b/Workspace/Siman-WS/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..82ce276 --- /dev/null +++ b/Workspace/Siman-WS/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,8 @@ +#Mon Oct 29 09:44:51 MSK 2012 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/Workspace/Siman-WS/.settings/org.eclipse.wst.common.component b/Workspace/Siman-WS/.settings/org.eclipse.wst.common.component new file mode 100644 index 0000000..9042b8b --- /dev/null +++ b/Workspace/Siman-WS/.settings/org.eclipse.wst.common.component @@ -0,0 +1,93 @@ + + + + + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + uses + + + + + diff --git a/Workspace/Siman-WS/.settings/org.eclipse.wst.common.project.facet.core.xml b/Workspace/Siman-WS/.settings/org.eclipse.wst.common.project.facet.core.xml new file mode 100644 index 0000000..03e886b --- /dev/null +++ b/Workspace/Siman-WS/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/Workspace/Siman-WS/.settings/org.eclipse.wst.jsdt.ui.superType.container b/Workspace/Siman-WS/.settings/org.eclipse.wst.jsdt.ui.superType.container new file mode 100644 index 0000000..3bd5d0a --- /dev/null +++ b/Workspace/Siman-WS/.settings/org.eclipse.wst.jsdt.ui.superType.container @@ -0,0 +1 @@ +org.eclipse.wst.jsdt.launching.baseBrowserLibrary \ No newline at end of file diff --git a/Workspace/Siman-WS/.settings/org.eclipse.wst.jsdt.ui.superType.name b/Workspace/Siman-WS/.settings/org.eclipse.wst.jsdt.ui.superType.name new file mode 100644 index 0000000..05bd71b --- /dev/null +++ b/Workspace/Siman-WS/.settings/org.eclipse.wst.jsdt.ui.superType.name @@ -0,0 +1 @@ +Window \ No newline at end of file diff --git a/Workspace/Siman-WS/.settings/org.eclipse.wst.validation.prefs b/Workspace/Siman-WS/.settings/org.eclipse.wst.validation.prefs new file mode 100644 index 0000000..c8a6f99 --- /dev/null +++ b/Workspace/Siman-WS/.settings/org.eclipse.wst.validation.prefs @@ -0,0 +1,3 @@ +#Mon Oct 29 09:45:01 MSK 2012 +disabled=120WebContent/axis2-web +eclipse.preferences.version=1 diff --git a/Workspace/Siman-WS/.springBeans b/Workspace/Siman-WS/.springBeans new file mode 100644 index 0000000..7281b2f --- /dev/null +++ b/Workspace/Siman-WS/.springBeans @@ -0,0 +1,13 @@ + + + 1 + + + + + + + + + + diff --git a/Workspace/Siman-WS/WebContent/META-INF/MANIFEST.MF b/Workspace/Siman-WS/WebContent/META-INF/MANIFEST.MF new file mode 100644 index 0000000..254272e --- /dev/null +++ b/Workspace/Siman-WS/WebContent/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/classes/META-INF/LICENSE b/Workspace/Siman-WS/WebContent/WEB-INF/classes/META-INF/LICENSE new file mode 100644 index 0000000..6b0b127 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/classes/META-INF/LICENSE @@ -0,0 +1,203 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/classes/META-INF/NOTICE b/Workspace/Siman-WS/WebContent/WEB-INF/classes/META-INF/NOTICE new file mode 100644 index 0000000..3fb33fb --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/classes/META-INF/NOTICE @@ -0,0 +1,26 @@ +========================================================================= +== NOTICE file corresponding to the section 4 d of == +== the Apache License, Version 2.0, == +== in this case for the Apache Axis2 distribution. == +========================================================================= + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). +Portions Copyright 2006 International Business Machines Corp. +Portions Copyright 2005-2007 WSO2, Inc. + +This product also includes schemas and specification developed by: +- the W3C consortium (http://www.w3c.org) + +This product also includes WS-* schemas developed by International +Business Machines Corporation, Microsoft Corporation, BEA Systems, +TIBCO Software, SAP AG, Sonic Software, and VeriSign + +This product also includes a WSDL developed by salesforce.com +- Copyright 1999-2006 salesforce.com, inc. + +Portions of the included xmlbeans library were originally based on the following: +- software copyright (c) 2000-2003, BEA Systems, . + +Please read the different LICENSE files present in the lib directory of +this distribution. diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/classes/commons-logging.properties b/Workspace/Siman-WS/WebContent/WEB-INF/classes/commons-logging.properties new file mode 100644 index 0000000..1e570d6 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/classes/commons-logging.properties @@ -0,0 +1,30 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. +# + +# This is the logging properties that goes to the war, there are two logging conf kept at the +# svn, one for developement (one at src/test-resources) and other for producation + +# Uncomment the next line to disable all logging. +#org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog + +# Uncomment the next line to enable the simple log based logging +#org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog + +# Uncomment the next line to enable log4j based logging +org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/classes/log4j.properties b/Workspace/Siman-WS/WebContent/WEB-INF/classes/log4j.properties new file mode 100644 index 0000000..2fa4429 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/classes/log4j.properties @@ -0,0 +1,40 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. +# + +# Set root category priority to INFO and its only appender to CONSOLE. +log4j.rootCategory=INFO, CONSOLE +#log4j.rootCategory=INFO, CONSOLE, LOGFILE + +# Set the enterprise logger priority to FATAL +log4j.logger.org.apache.axis2.enterprise=FATAL +log4j.logger.de.hunsicker.jalopy.io=FATAL +log4j.logger.httpclient.wire.header=FATAL +log4j.logger.org.apache.commons.httpclient=FATAL + +# CONSOLE is set to be a ConsoleAppender using a PatternLayout. +log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender +log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout +log4j.appender.CONSOLE.layout.ConversionPattern=[%p] %m%n + +# LOGFILE is set to be a File appender using a PatternLayout. +log4j.appender.LOGFILE=org.apache.log4j.FileAppender +log4j.appender.LOGFILE.File=axis2.log +log4j.appender.LOGFILE.Append=true +log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout +log4j.appender.LOGFILE.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/classes/org/apache/axis2/transport/http/AxisAdminServlet.class b/Workspace/Siman-WS/WebContent/WEB-INF/classes/org/apache/axis2/transport/http/AxisAdminServlet.class new file mode 100644 index 0000000..bccb1c3 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/classes/org/apache/axis2/transport/http/AxisAdminServlet.class differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/classes/org/apache/axis2/webapp/AdminAgent.class b/Workspace/Siman-WS/WebContent/WEB-INF/classes/org/apache/axis2/webapp/AdminAgent.class new file mode 100644 index 0000000..49c02af Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/classes/org/apache/axis2/webapp/AdminAgent.class differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/classes/org/apache/axis2/webapp/AxisAdminServlet.class b/Workspace/Siman-WS/WebContent/WEB-INF/classes/org/apache/axis2/webapp/AxisAdminServlet.class new file mode 100644 index 0000000..973f43c Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/classes/org/apache/axis2/webapp/AxisAdminServlet.class differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/conf/axis2.policy b/Workspace/Siman-WS/WebContent/WEB-INF/conf/axis2.policy new file mode 100644 index 0000000..1031aab --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/conf/axis2.policy @@ -0,0 +1,10 @@ +grant codeBase "file:${axis2.home}/lib/-" { + permission java.io.FilePermission "${axis2.home}", "read,write"; + permission java.io.FilePermission "${axis2.home}${file.separator}-", "read,write"; + permission java.io.FilePermission "${java.io.tmpdir}", "read"; + permission java.io.FilePermission "${java.io.tmpdir}${file.separator}-", "read,write,delete"; + permission java.io.FilePermission "${java.home}${file.separator}lib${file.separator}wsdl.properties", "read"; + permission java.net.SocketPermission "*", "resolve,connect,listen,accept"; + permission java.lang.RuntimePermission "*"; + permission java.util.PropertyPermission "*", "read"; +}; diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/conf/axis2.xml b/Workspace/Siman-WS/WebContent/WEB-INF/conf/axis2.xml new file mode 100644 index 0000000..37bfd75 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/conf/axis2.xml @@ -0,0 +1,529 @@ + + + + + + + true + false + false + false + + + + + false + + + true + + + + + + + + + + + + + + 30000 + + + + false + + + + + + false + + admin + axis2 + + + + + + + + + + + + + + + + + + + + + + + + + false + + + false + + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 8080 + + + + + + + + + + + + + + + + + + + + + HTTP/1.1 + chunked + + + + + + + HTTP/1.1 + chunked + + + + + + + + + + + + + + + + + + + + + + + + + true + + + multicast + + + wso2.carbon.domain + + + true + + + 10 + + + 228.0.0.4 + + + 45564 + + + 500 + + + 3000 + + + 127.0.0.1 + + + 127.0.0.1 + + + 4000 + + + true + + + true + + + + + + + + + + + 127.0.0.1 + 4000 + + + 127.0.0.1 + 4001 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/conf/commons-logging.properties b/Workspace/Siman-WS/WebContent/WEB-INF/conf/commons-logging.properties new file mode 100644 index 0000000..1e570d6 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/conf/commons-logging.properties @@ -0,0 +1,30 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. +# + +# This is the logging properties that goes to the war, there are two logging conf kept at the +# svn, one for developement (one at src/test-resources) and other for producation + +# Uncomment the next line to disable all logging. +#org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog + +# Uncomment the next line to enable the simple log based logging +#org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog + +# Uncomment the next line to enable log4j based logging +org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/conf/log4j.properties b/Workspace/Siman-WS/WebContent/WEB-INF/conf/log4j.properties new file mode 100644 index 0000000..2fa4429 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/conf/log4j.properties @@ -0,0 +1,40 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. +# + +# Set root category priority to INFO and its only appender to CONSOLE. +log4j.rootCategory=INFO, CONSOLE +#log4j.rootCategory=INFO, CONSOLE, LOGFILE + +# Set the enterprise logger priority to FATAL +log4j.logger.org.apache.axis2.enterprise=FATAL +log4j.logger.de.hunsicker.jalopy.io=FATAL +log4j.logger.httpclient.wire.header=FATAL +log4j.logger.org.apache.commons.httpclient=FATAL + +# CONSOLE is set to be a ConsoleAppender using a PatternLayout. +log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender +log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout +log4j.appender.CONSOLE.layout.ConversionPattern=[%p] %m%n + +# LOGFILE is set to be a File appender using a PatternLayout. +log4j.appender.LOGFILE=org.apache.log4j.FileAppender +log4j.appender.LOGFILE.File=axis2.log +log4j.appender.LOGFILE.Append=true +log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout +log4j.appender.LOGFILE.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/XmlSchema-1.4.7.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/XmlSchema-1.4.7.jar new file mode 100644 index 0000000..79251c6 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/XmlSchema-1.4.7.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/XmlSchema-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/XmlSchema-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/XmlSchema-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/activation-1.1.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/activation-1.1.jar new file mode 100644 index 0000000..53f82a1 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/activation-1.1.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/activation-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/activation-LICENSE.txt new file mode 100644 index 0000000..55ce20a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/activation-LICENSE.txt @@ -0,0 +1,119 @@ +COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 + +1. Definitions. + +1.1. Contributor means each individual or entity that creates or contributes to the creation of Modifications. + +1.2. Contributor Version means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor. + +1.3. Covered Software means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof. + +1.4. Executable means the Covered Software in any form other than Source Code. + +1.5. Initial Developer means the individual or entity that first makes Original Software available under this License. + +1.6. Larger Work means a work which combines Covered Software or portions thereof with code not governed by the terms of this License. + +1.7. License means this document. + +1.8. Licensable means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein. + +1.9. Modifications means the Source Code and Executable form of any of the following: + +A. Any file that results from an addition to, deletion from or modification of the contents of a file containing Original Software or previous Modifications; + +B. Any new file that contains any part of the Original Software or previous Modification; or + +C. Any new file that is contributed or otherwise made available under the terms of this License. + +1.10. Original Software means the Source Code and Executable form of computer software code that is originally released under this License. + +1.11. Patent Claims means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor. + +1.12. Source Code means (a) the common form of computer software code in which modifications are made and (b) associated documentation included in or with such code. + +1.13. You (or Your) means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, You includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, control means (a)�the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b)�ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + +2. License Grants. + +2.1. The Initial Developer Grant. +Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, the Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license: +(a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer, to use, reproduce, modify, display, perform, sublicense and distribute the Original Software (or portions thereof), with or without Modifications, and/or as part of a Larger Work; and +(b) under Patent Claims infringed by the making, using or selling of Original Software, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Software (or portions thereof). +(c) The licenses granted in Sections�2.1(a) and (b) are effective on the date Initial Developer first distributes or otherwise makes the Original Software available to a third party under the terms of this License. +(d) Notwithstanding Section�2.1(b) above, no patent license is granted: (1)�for code that You delete from the Original Software, or (2)�for infringements caused by: (i)�the modification of the Original Software, or (ii)�the combination of the Original Software with other software or devices. + +2.2. Contributor Grant. +Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: +(a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and/or as part of a Larger Work; and +(b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: (1)�Modifications made by that Contributor (or portions thereof); and (2)�the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination). +(c) The licenses granted in Sections�2.2(a) and 2.2(b) are effective on the date Contributor first distributes or otherwise makes the Modifications available to a third party. +(d) Notwithstanding Section�2.2(b) above, no patent license is granted: (1)�for any code that Contributor has deleted from the Contributor Version; (2)�for infringements caused by: (i)�third party modifications of Contributor Version, or (ii)�the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3)�under Patent Claims infringed by Covered Software in the absence of Modifications made by that Contributor. + +3. Distribution Obligations. + +3.1. Availability of Source Code. + +Any Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange. + +3.2. Modifications. + +The Modifications that You create or to which You contribute are governed by the terms of this License. You represent that You believe Your Modifications are Your original creation(s) and/or You have sufficient rights to grant the rights conveyed by this License. + +3.3. Required Notices. +You must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributor or the Initial Developer. + +3.4. Application of Additional Terms. +You may not offer or impose any terms on any Covered Software in Source Code form that alters or restricts the applicable version of this License or the recipients rights hereunder. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, you may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer. + +3.5. Distribution of Executable Versions. +You may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipients rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executable form under a different license, You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer. + +3.6. Larger Works. +You may create a Larger Work by combining Covered Software with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Software. + +4. Versions of the License. + +4.1. New Versions. +Sun Microsystems, Inc. is the initial license steward and may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Except as provided in Section 4.3, no one other than the license steward has the right to modify this License. + +4.2. Effect of New Versions. + +You may always continue to use, distribute or otherwise make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. If the Initial Developer includes a notice in the Original Software prohibiting it from being distributed or otherwise made available under any subsequent version of the License, You must distribute and make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. Otherwise, You may also choose to use, distribute or otherwise make the Covered Software available under the terms of any subsequent version of the License published by the license steward. +4.3. Modified Versions. + +When You are an Initial Developer and You want to create a new license for Your Original Software, You may create and use a modified version of this License if You: (a)�rename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b)�otherwise make it clear that the license contains terms which differ from this License. + +5. DISCLAIMER OF WARRANTY. + +COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN AS IS BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +6. TERMINATION. + +6.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive. + +6.2. If You assert a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You assert such claim is referred to as Participant) alleging that the Participant Software (meaning the Contributor Version where the Participant is a Contributor or the Original Software where the Participant is the Initial Developer) directly or indirectly infringes any patent, then any and all rights granted directly or indirectly to You by such Participant, the Initial Developer (if the Initial Developer is not the Participant) and all Contributors under Sections�2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively and automatically at the expiration of such 60 day notice period, unless if within such 60 day period You withdraw Your claim with respect to the Participant Software against such Participant either unilaterally or pursuant to a written agreement with Participant. + +6.3. In the event of termination under Sections�6.1 or 6.2 above, all end user licenses that have been validly granted by You or any distributor hereunder prior to termination (excluding licenses granted to You by any distributor) shall survive termination. + +7. LIMITATION OF LIABILITY. + +UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTYS NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +8. U.S. GOVERNMENT END USERS. + +The Covered Software is a commercial item, as that term is defined in 48�C.F.R.�2.101 (Oct. 1995), consisting of commercial computer software (as that term is defined at 48 C.F.R. �252.227-7014(a)(1)) and commercial computer software documentation as such terms are used in 48�C.F.R.�12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein. This U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision that addresses Government rights in computer software under this License. + +9. MISCELLANEOUS. + +This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by the law of the jurisdiction specified in a notice contained within the Original Software (except to the extent applicable law, if any, provides otherwise), excluding such jurisdictions conflict-of-law provisions. Any litigation relating to this License shall be subject to the jurisdiction of the courts located in the jurisdiction and venue specified in a notice contained within the Original Software, with the losing party responsible for costs, including, without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You use, distribute or otherwise make available any Covered Software. + +10. RESPONSIBILITY FOR CLAIMS. + +As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability. + +NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) +The GlassFish code released under the CDDL shall be governed by the laws of the State of California (excluding conflict-of-law provisions). Any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California and the state courts of the State of California, with venue lying in Santa Clara County, California. + + + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/antlr-2-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/antlr-2-LICENSE.txt new file mode 100644 index 0000000..d62cc1a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/antlr-2-LICENSE.txt @@ -0,0 +1,31 @@ + +SOFTWARE RIGHTS + +ANTLR 1989-2006 Developed by Terence Parr +Partially supported by University of San Francisco & jGuru.com + +We reserve no legal rights to the ANTLR--it is fully in the +public domain. An individual or company may do whatever +they wish with source code distributed with ANTLR or the +code generated by ANTLR, including the incorporation of +ANTLR, or its output, into commerical software. + +We encourage users to develop software with ANTLR. However, +we do ask that credit is given to us for developing +ANTLR. By "credit", we mean that if you use ANTLR or +incorporate any source code into one of your programs +(commercial product, research project, or otherwise) that +you acknowledge this fact somewhere in the documentation, +research report, etc... If you like ANTLR and have +developed a nice tool with the output, please mention that +you developed it using ANTLR. In addition, we ask that the +headers remain intact in our source code. As long as these +guidelines are kept, we expect to continue enhancing this +system and expect to make other tools available as they are +completed. + +The primary ANTLR guy: + +Terence Parr +parrt@cs.usfca.edu +parrt@antlr.org diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/antlr-2.7.7.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/antlr-2.7.7.jar new file mode 100644 index 0000000..5e5f14b Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/antlr-2.7.7.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-api-1.2.13.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-api-1.2.13.jar new file mode 100644 index 0000000..84cb42c Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-api-1.2.13.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-api-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-api-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-api-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-dom-1.2.13.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-dom-1.2.13.jar new file mode 100644 index 0000000..4890bb2 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-dom-1.2.13.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-dom-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-dom-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-dom-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-impl-1.2.13.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-impl-1.2.13.jar new file mode 100644 index 0000000..a959b28 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-impl-1.2.13.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-impl-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-impl-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axiom-impl-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-adb-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-adb-1.6.2.jar new file mode 100644 index 0000000..6234fdb Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-adb-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-adb-codegen-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-adb-codegen-1.6.2.jar new file mode 100644 index 0000000..7d037d4 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-adb-codegen-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-ant-plugin-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-ant-plugin-1.6.2.jar new file mode 100644 index 0000000..771b222 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-ant-plugin-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-clustering-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-clustering-1.6.2.jar new file mode 100644 index 0000000..e45be99 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-clustering-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-codegen-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-codegen-1.6.2.jar new file mode 100644 index 0000000..f742f19 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-codegen-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-corba-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-corba-1.6.2.jar new file mode 100644 index 0000000..ee3c78e Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-corba-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-fastinfoset-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-fastinfoset-1.6.2.jar new file mode 100644 index 0000000..d10c36a Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-fastinfoset-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-java2wsdl-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-java2wsdl-1.6.2.jar new file mode 100644 index 0000000..0bb869d Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-java2wsdl-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-jaxbri-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-jaxbri-1.6.2.jar new file mode 100644 index 0000000..616eec9 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-jaxbri-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-jaxws-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-jaxws-1.6.2.jar new file mode 100644 index 0000000..064351a Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-jaxws-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-jibx-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-jibx-1.6.2.jar new file mode 100644 index 0000000..75f9d1a Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-jibx-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-json-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-json-1.6.2.jar new file mode 100644 index 0000000..edd7936 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-json-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-kernel-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-kernel-1.6.2.jar new file mode 100644 index 0000000..3ae5f7a Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-kernel-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-metadata-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-metadata-1.6.2.jar new file mode 100644 index 0000000..492f1ac Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-metadata-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-mtompolicy-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-mtompolicy-1.6.2.jar new file mode 100644 index 0000000..561e84a Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-mtompolicy-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-saaj-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-saaj-1.6.2.jar new file mode 100644 index 0000000..c14531d Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-saaj-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-soapmonitor-servlet-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-soapmonitor-servlet-1.6.2.jar new file mode 100644 index 0000000..276dac7 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-soapmonitor-servlet-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-spring-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-spring-1.6.2.jar new file mode 100644 index 0000000..30b9baa Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-spring-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-transport-http-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-transport-http-1.6.2.jar new file mode 100644 index 0000000..b1dad78 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-transport-http-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-transport-local-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-transport-local-1.6.2.jar new file mode 100644 index 0000000..34a7073 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-transport-local-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-xmlbeans-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-xmlbeans-1.6.2.jar new file mode 100644 index 0000000..58fba9b Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/axis2-xmlbeans-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-cli-1.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-cli-1.2.jar new file mode 100644 index 0000000..ce4b9ff Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-cli-1.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-cli-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-cli-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-cli-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-codec-1.3.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-codec-1.3.jar new file mode 100644 index 0000000..957b675 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-codec-1.3.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-codec-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-codec-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-codec-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-fileupload-1.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-fileupload-1.2.jar new file mode 100644 index 0000000..12539f5 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-fileupload-1.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-fileupload-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-fileupload-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-fileupload-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-httpclient-3.1.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-httpclient-3.1.jar new file mode 100644 index 0000000..7c59774 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-httpclient-3.1.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-httpclient-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-httpclient-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-httpclient-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-io-1.4.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-io-1.4.jar new file mode 100644 index 0000000..133dc6c Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-io-1.4.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-io-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-io-LICENSE.txt new file mode 100644 index 0000000..6b0b127 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-io-LICENSE.txt @@ -0,0 +1,203 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar new file mode 100644 index 0000000..1deef14 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-logging-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-logging-LICENSE.txt new file mode 100644 index 0000000..6b0b127 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/commons-logging-LICENSE.txt @@ -0,0 +1,203 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/geronimo-stax-api_1.0_spec-1.0.1.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/geronimo-stax-api_1.0_spec-1.0.1.jar new file mode 100644 index 0000000..ab1ee3b Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/geronimo-stax-api_1.0_spec-1.0.1.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/httpcore-4.0.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/httpcore-4.0.jar new file mode 100644 index 0000000..37eb7d4 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/httpcore-4.0.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/httpcore-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/httpcore-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/httpcore-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/log4j-1.2.15.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/log4j-1.2.15.jar new file mode 100644 index 0000000..c930a6a Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/log4j-1.2.15.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/log4j-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/log4j-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/log4j-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/mail-1.4.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/mail-1.4.jar new file mode 100644 index 0000000..fd4555b Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/mail-1.4.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/mail-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/mail-LICENSE.txt new file mode 100644 index 0000000..55ce20a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/mail-LICENSE.txt @@ -0,0 +1,119 @@ +COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 + +1. Definitions. + +1.1. Contributor means each individual or entity that creates or contributes to the creation of Modifications. + +1.2. Contributor Version means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor. + +1.3. Covered Software means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof. + +1.4. Executable means the Covered Software in any form other than Source Code. + +1.5. Initial Developer means the individual or entity that first makes Original Software available under this License. + +1.6. Larger Work means a work which combines Covered Software or portions thereof with code not governed by the terms of this License. + +1.7. License means this document. + +1.8. Licensable means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein. + +1.9. Modifications means the Source Code and Executable form of any of the following: + +A. Any file that results from an addition to, deletion from or modification of the contents of a file containing Original Software or previous Modifications; + +B. Any new file that contains any part of the Original Software or previous Modification; or + +C. Any new file that is contributed or otherwise made available under the terms of this License. + +1.10. Original Software means the Source Code and Executable form of computer software code that is originally released under this License. + +1.11. Patent Claims means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor. + +1.12. Source Code means (a) the common form of computer software code in which modifications are made and (b) associated documentation included in or with such code. + +1.13. You (or Your) means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, You includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, control means (a)�the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b)�ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + +2. License Grants. + +2.1. The Initial Developer Grant. +Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, the Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license: +(a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer, to use, reproduce, modify, display, perform, sublicense and distribute the Original Software (or portions thereof), with or without Modifications, and/or as part of a Larger Work; and +(b) under Patent Claims infringed by the making, using or selling of Original Software, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Software (or portions thereof). +(c) The licenses granted in Sections�2.1(a) and (b) are effective on the date Initial Developer first distributes or otherwise makes the Original Software available to a third party under the terms of this License. +(d) Notwithstanding Section�2.1(b) above, no patent license is granted: (1)�for code that You delete from the Original Software, or (2)�for infringements caused by: (i)�the modification of the Original Software, or (ii)�the combination of the Original Software with other software or devices. + +2.2. Contributor Grant. +Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: +(a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and/or as part of a Larger Work; and +(b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: (1)�Modifications made by that Contributor (or portions thereof); and (2)�the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination). +(c) The licenses granted in Sections�2.2(a) and 2.2(b) are effective on the date Contributor first distributes or otherwise makes the Modifications available to a third party. +(d) Notwithstanding Section�2.2(b) above, no patent license is granted: (1)�for any code that Contributor has deleted from the Contributor Version; (2)�for infringements caused by: (i)�third party modifications of Contributor Version, or (ii)�the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3)�under Patent Claims infringed by Covered Software in the absence of Modifications made by that Contributor. + +3. Distribution Obligations. + +3.1. Availability of Source Code. + +Any Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange. + +3.2. Modifications. + +The Modifications that You create or to which You contribute are governed by the terms of this License. You represent that You believe Your Modifications are Your original creation(s) and/or You have sufficient rights to grant the rights conveyed by this License. + +3.3. Required Notices. +You must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributor or the Initial Developer. + +3.4. Application of Additional Terms. +You may not offer or impose any terms on any Covered Software in Source Code form that alters or restricts the applicable version of this License or the recipients rights hereunder. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, you may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer. + +3.5. Distribution of Executable Versions. +You may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipients rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executable form under a different license, You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer. + +3.6. Larger Works. +You may create a Larger Work by combining Covered Software with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Software. + +4. Versions of the License. + +4.1. New Versions. +Sun Microsystems, Inc. is the initial license steward and may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Except as provided in Section 4.3, no one other than the license steward has the right to modify this License. + +4.2. Effect of New Versions. + +You may always continue to use, distribute or otherwise make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. If the Initial Developer includes a notice in the Original Software prohibiting it from being distributed or otherwise made available under any subsequent version of the License, You must distribute and make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. Otherwise, You may also choose to use, distribute or otherwise make the Covered Software available under the terms of any subsequent version of the License published by the license steward. +4.3. Modified Versions. + +When You are an Initial Developer and You want to create a new license for Your Original Software, You may create and use a modified version of this License if You: (a)�rename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b)�otherwise make it clear that the license contains terms which differ from this License. + +5. DISCLAIMER OF WARRANTY. + +COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN AS IS BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +6. TERMINATION. + +6.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive. + +6.2. If You assert a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You assert such claim is referred to as Participant) alleging that the Participant Software (meaning the Contributor Version where the Participant is a Contributor or the Original Software where the Participant is the Initial Developer) directly or indirectly infringes any patent, then any and all rights granted directly or indirectly to You by such Participant, the Initial Developer (if the Initial Developer is not the Participant) and all Contributors under Sections�2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively and automatically at the expiration of such 60 day notice period, unless if within such 60 day period You withdraw Your claim with respect to the Participant Software against such Participant either unilaterally or pursuant to a written agreement with Participant. + +6.3. In the event of termination under Sections�6.1 or 6.2 above, all end user licenses that have been validly granted by You or any distributor hereunder prior to termination (excluding licenses granted to You by any distributor) shall survive termination. + +7. LIMITATION OF LIABILITY. + +UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTYS NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +8. U.S. GOVERNMENT END USERS. + +The Covered Software is a commercial item, as that term is defined in 48�C.F.R.�2.101 (Oct. 1995), consisting of commercial computer software (as that term is defined at 48 C.F.R. �252.227-7014(a)(1)) and commercial computer software documentation as such terms are used in 48�C.F.R.�12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein. This U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision that addresses Government rights in computer software under this License. + +9. MISCELLANEOUS. + +This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by the law of the jurisdiction specified in a notice contained within the Original Software (except to the extent applicable law, if any, provides otherwise), excluding such jurisdictions conflict-of-law provisions. Any litigation relating to this License shall be subject to the jurisdiction of the courts located in the jurisdiction and venue specified in a notice contained within the Original Software, with the losing party responsible for costs, including, without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You use, distribute or otherwise make available any Covered Software. + +10. RESPONSIBILITY FOR CLAIMS. + +As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability. + +NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) +The GlassFish code released under the CDDL shall be governed by the laws of the State of California (excluding conflict-of-law provisions). Any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California and the state courts of the State of California, with venue lying in Santa Clara County, California. + + + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/neethi-3.0.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/neethi-3.0.2.jar new file mode 100644 index 0000000..383efde Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/neethi-3.0.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/neethi-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/neethi-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/neethi-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-api-1.0M9.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-api-1.0M9.jar new file mode 100644 index 0000000..3b07e8e Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-api-1.0M9.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-api-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-api-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-api-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-impl-commons-1.0M9.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-impl-commons-1.0M9.jar new file mode 100644 index 0000000..f99c8d7 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-impl-commons-1.0M9.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-impl-commons-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-impl-commons-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-impl-commons-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-impl-dom-1.0M9.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-impl-dom-1.0M9.jar new file mode 100644 index 0000000..0e3fff5 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-impl-dom-1.0M9.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-impl-dom-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-impl-dom-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/woden-impl-dom-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/wsdl4j-1.6.2.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/wsdl4j-1.6.2.jar new file mode 100644 index 0000000..b9ffc36 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/wsdl4j-1.6.2.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/wsdl4j-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/wsdl4j-LICENSE.txt new file mode 100644 index 0000000..65d5a06 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/wsdl4j-LICENSE.txt @@ -0,0 +1,88 @@ +Common Public License - v 1.0 + + +THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + + +1. DEFINITIONS + +"Contribution" means: + +a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and +b) in the case of each subsequent Contributor: +i) changes to the Program, and +ii) additions to the Program; +where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. + +"Contributor" means any person or entity that distributes the Program. + + +"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. + + +"Program" means the Contributions distributed in accordance with this Agreement. + + +"Recipient" means anyone who receives the Program under this Agreement, including all Contributors. + + +2. GRANT OF RIGHTS + +a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form. +b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. +c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program. +d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. +3. REQUIREMENTS + +A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: + +a) it complies with the terms and conditions of this Agreement; and +b) its license agreement: +i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; +ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; +iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and +iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. +When the Program is made available in source code form: + +a) it must be made available under this Agreement; and +b) a copy of this Agreement must be included with each copy of the Program. + +Contributors may not remove or alter any copyright notices contained within the Program. + + +Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. + + +4. COMMERCIAL DISTRIBUTION + +Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. + + +For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. + + +5. NO WARRANTY + +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. + + +6. DISCLAIMER OF LIABILITY + +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + +7. GENERAL + +If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. + + +If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. + + +All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. + + +Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. + + +This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/wstx-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/wstx-LICENSE.txt new file mode 100644 index 0000000..6b0b127 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/wstx-LICENSE.txt @@ -0,0 +1,203 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/wstx-asl-3.2.9.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/wstx-asl-3.2.9.jar new file mode 100644 index 0000000..ffdbd1f Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/wstx-asl-3.2.9.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/xmlbeans-2.3.0.jar b/Workspace/Siman-WS/WebContent/WEB-INF/lib/xmlbeans-2.3.0.jar new file mode 100644 index 0000000..ccd8163 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/lib/xmlbeans-2.3.0.jar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/lib/xmlbeans-LICENSE.txt b/Workspace/Siman-WS/WebContent/WEB-INF/lib/xmlbeans-LICENSE.txt new file mode 100644 index 0000000..57bc88a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/lib/xmlbeans-LICENSE.txt @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/modules/addressing-1.6.2.mar b/Workspace/Siman-WS/WebContent/WEB-INF/modules/addressing-1.6.2.mar new file mode 100644 index 0000000..c156ee7 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/modules/addressing-1.6.2.mar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/modules/mex-1.6.2.mar b/Workspace/Siman-WS/WebContent/WEB-INF/modules/mex-1.6.2.mar new file mode 100644 index 0000000..0b348d6 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/modules/mex-1.6.2.mar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/modules/modules.list b/Workspace/Siman-WS/WebContent/WEB-INF/modules/modules.list new file mode 100644 index 0000000..6c26d63 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/modules/modules.list @@ -0,0 +1,6 @@ +mtompolicy-1.6.2.mar +ping-1.6.2.mar +mex-1.6.2.mar +scripting-1.6.2.mar +addressing-1.6.2.mar +soapmonitor-1.6.2.mar diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/modules/mtompolicy-1.6.2.mar b/Workspace/Siman-WS/WebContent/WEB-INF/modules/mtompolicy-1.6.2.mar new file mode 100644 index 0000000..3227144 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/modules/mtompolicy-1.6.2.mar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/modules/ping-1.6.2.mar b/Workspace/Siman-WS/WebContent/WEB-INF/modules/ping-1.6.2.mar new file mode 100644 index 0000000..a9e3ca9 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/modules/ping-1.6.2.mar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/modules/scripting-1.6.2.mar b/Workspace/Siman-WS/WebContent/WEB-INF/modules/scripting-1.6.2.mar new file mode 100644 index 0000000..ddfb2e6 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/modules/scripting-1.6.2.mar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/modules/soapmonitor-1.6.2.mar b/Workspace/Siman-WS/WebContent/WEB-INF/modules/soapmonitor-1.6.2.mar new file mode 100644 index 0000000..5830c96 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/modules/soapmonitor-1.6.2.mar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/HelloSimanWS/META-INF/services.xml b/Workspace/Siman-WS/WebContent/WEB-INF/services/HelloSimanWS/META-INF/services.xml new file mode 100644 index 0000000..77d261c --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/services/HelloSimanWS/META-INF/services.xml @@ -0,0 +1,10 @@ + + + Please Type your service description here + + + + + + org.splat.ws_server.test.HelloSimanWS + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/HelloSimanWS/log4j.xml b/Workspace/Siman-WS/WebContent/WEB-INF/services/HelloSimanWS/log4j.xml new file mode 100644 index 0000000..8c935d6 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/services/HelloSimanWS/log4j.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/HelloSimanWS/org/splat/ws_server/test/HelloSimanWS.class b/Workspace/Siman-WS/WebContent/WEB-INF/services/HelloSimanWS/org/splat/ws_server/test/HelloSimanWS.class new file mode 100644 index 0000000..a70ff2f Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/services/HelloSimanWS/org/splat/ws_server/test/HelloSimanWS.class differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/HelloSimanWS/org/splat/ws_server/test/ServiceData.xml b/Workspace/Siman-WS/WebContent/WEB-INF/services/HelloSimanWS/org/splat/ws_server/test/ServiceData.xml new file mode 100644 index 0000000..4685feb --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/services/HelloSimanWS/org/splat/ws_server/test/ServiceData.xml @@ -0,0 +1,3 @@ + + + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/META-INF/services.xml b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/META-INF/services.xml new file mode 100644 index 0000000..0dd106d --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/META-INF/services.xml @@ -0,0 +1,28 @@ + + + + + http + + + SIMAN Web Service for SALOME + + + + + + + org.apache.axis2.extensions.spring.receivers.SpringServletContextObjectSupplier + + + org.splat.ws_server.service.salome.SimanSalomeService + + + + SimanSalomeService + + + + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/hibernate.properties b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/hibernate.properties new file mode 100644 index 0000000..2df4e49 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/hibernate.properties @@ -0,0 +1,12 @@ +# Generated at 12/11/2012 10:03:12 +# Don't edit manually. See the source in D:\DevTools\SIMAN\SIMAN_SRC\Workspace\Siman-WS\conf\templates. +# Connection properties +connection.driver_class=com.mysql.jdbc.Driver + +# Hibernate config +hibernate.hbm2ddl.auto=update +hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect +hibernate.current_session_context_class=thread + +# Log properties +hibernate.show_sql=true diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/jdbc.properties b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/jdbc.properties new file mode 100644 index 0000000..8e43f20 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/jdbc.properties @@ -0,0 +1,7 @@ +# Generated at 12/11/2012 10:03:12 +# Don't edit manually. See the source in D:\DevTools\SIMAN\SIMAN_SRC\Workspace\Siman-WS\conf\templates. +# Connection properties +connection.url=jdbc:mysql://localhost/simer +connection.username=simer +connection.password=admin +connection.driver_class=com.mysql.jdbc.Driver diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/log4j.xml b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/log4j.xml new file mode 100644 index 0000000..8c935d6 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/log4j.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/org/splat/ws_server/service/salome/ServiceData.xml b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/org/splat/ws_server/service/salome/ServiceData.xml new file mode 100644 index 0000000..4685feb --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/org/splat/ws_server/service/salome/ServiceData.xml @@ -0,0 +1,3 @@ + + + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/org/splat/ws_server/service/salome/SimanSalomeService.class b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/org/splat/ws_server/service/salome/SimanSalomeService.class new file mode 100644 index 0000000..ec09806 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/org/splat/ws_server/service/salome/SimanSalomeService.class differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/org/splat/ws_server/service/salome/SimanSalomeServiceImpl.class b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/org/splat/ws_server/service/salome/SimanSalomeServiceImpl.class new file mode 100644 index 0000000..e14b3fa Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/org/splat/ws_server/service/salome/SimanSalomeServiceImpl.class differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/siman.properties b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/siman.properties new file mode 100644 index 0000000..674b2ac --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/siman.properties @@ -0,0 +1,14 @@ +schema.version = D-0.3 + +wapp.version = D-0.5 +wapp.root = D:/DevTools/SIMAN/SIMAN_SRC/Workspace/Siman-WS/WebContent/ +wapp.login = conf/login.conf +wapp.configuration = conf/som.xml +wapp.customization = conf/my.xml +wapp.website = http://www.salome-platform.org +wapp.onlinehelp = http://docs.salome-platform.org/salome_6_3_1/gui/GUI_index.html +wapp.context = repository + +locale.supported = fr,en + +hibernate.config.file=hibernate.properties \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/spring/applicationContext.xml b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/spring/applicationContext.xml new file mode 100644 index 0000000..1e4a0ac --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/services/SimanSalomeService/spring/applicationContext.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/services.list b/Workspace/Siman-WS/WebContent/WEB-INF/services/services.list new file mode 100644 index 0000000..9059d37 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/services/services.list @@ -0,0 +1 @@ +version.aar diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/services/version.aar b/Workspace/Siman-WS/WebContent/WEB-INF/services/version.aar new file mode 100644 index 0000000..26ec7af Binary files /dev/null and b/Workspace/Siman-WS/WebContent/WEB-INF/services/version.aar differ diff --git a/Workspace/Siman-WS/WebContent/WEB-INF/web.xml b/Workspace/Siman-WS/WebContent/WEB-INF/web.xml new file mode 100644 index 0000000..21b08a6 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/WEB-INF/web.xml @@ -0,0 +1,73 @@ + + + Siman-WS + + index.html + index.htm + index.jsp + default.html + default.htm + default.jsp + /axis2-web/index.jsp + + + Apache-Axis Servlet + AxisServlet + org.apache.axis2.transport.http.AxisServlet + + + AxisServlet + /servlet/AxisServlet + + + AxisServlet + *.jws + + + AxisServlet + /services/* + + + Apache-Axis Admin Servlet Web Admin + AxisAdminServlet + org.apache.axis2.transport.http.AxisAdminServlet + 100 + + + AxisAdminServlet + /axis2-admin/* + + + + SOAPMonitorService + SOAPMonitorService + + org.apache.axis2.soapmonitor.servlet.SOAPMonitorService + + + SOAPMonitorPort + 5001 + + 1 + + + + SOAPMonitorService + /SOAPMonitor + + + + + + + + org.springframework.web.context.ContextLoaderListener + + + contextConfigLocation + classpath*:/spring/* + + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/ActivateService.jsp b/Workspace/Siman-WS/WebContent/axis2-web/ActivateService.jsp new file mode 100644 index 0000000..5f07461 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/ActivateService.jsp @@ -0,0 +1,82 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisService, + java.util.Collection, + java.util.HashMap, + java.util.Iterator"%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

Turn On Service

+
+ + + + + + <% +HashMap services = (HashMap)request.getSession().getAttribute(Constants.SERVICE_MAP); +Collection col = services.values(); +String html = ""; +int count = 0; + +for (Iterator iterator = col.iterator(); iterator.hasNext();) { + AxisService axisServices = (AxisService) iterator.next(); + if(!axisServices.isActive()){ + count++; + html += ""; + } +} +request.getSession().setAttribute(Constants.SERVICE_MAP,null); +if (count > 0) { +%> + + + + + + + + + + +<% +} else { + %> + + <% +} +%> + + +
+

The services that are inactive are listed below. Although you can activate the services from this page, once system is restarted the services will be inactive again

+
Select Service : + +
Activate Service +
  + + + No inactive services present.
+
+ diff --git a/Workspace/Siman-WS/WebContent/axis2-web/EngageToServiceGroup.jsp b/Workspace/Siman-WS/WebContent/axis2-web/EngageToServiceGroup.jsp new file mode 100644 index 0000000..e062014 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/EngageToServiceGroup.jsp @@ -0,0 +1,138 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisModule, + org.apache.axis2.description.AxisServiceGroup, + java.util.Collection" %> +<%@ page import="java.util.HashMap"%> +<%@ page import="java.util.Iterator"%> +<%@ page import="org.apache.axis2.util.Utils" %> + +<% + String status = (String)request.getSession().getAttribute(Constants.ENGAGE_STATUS); + HashMap moduels = (HashMap)request.getSession().getAttribute(Constants.MODULE_MAP); + request.getSession().setAttribute(Constants.MODULE_MAP,null); + Collection moduleCol = moduels.values(); + Iterator servicesGroups = (Iterator)request.getSession().getAttribute(Constants.SERVICE_GROUP_MAP); + request.getSession().setAttribute(Constants.SERVICE_GROUP_MAP,null); +%> +

Engage Module for a Service Group

+

To engage a module for a set of services grouped as an axis service group,

+ +
    +
  1. select the module you want to engage
  2. +
  3. select the axis service group you like the module to be engaged.
  4. +
  5. click "Engage".
  6. +
+ + +<% + if (!moduleCol.iterator().hasNext()) {%> +

No modules are present to be engaged.

+ <%} else { + if (!servicesGroups.hasNext()) {%> +

No Axis service groups are present to be engaged.

+ <%} else { +%> +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Select a Module :
+
+   +   +
Select a Service Group :
+ +
+   +   +
+ +
+   +   +
+   +   +
+ +
+
+<% + } + } +%> + + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/Error/AuthError.html b/Workspace/Siman-WS/WebContent/axis2-web/Error/AuthError.html new file mode 100644 index 0000000..be3f911 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/Error/AuthError.html @@ -0,0 +1,44 @@ + + + + Error In Admin Application + + + + + + +
+ + + + + + +
Failure in Authentication! Please check your username and password
back
+ +
+ + + + +
All rights reserved by Apache Software Foundation
+ + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/Error/GenError.html b/Workspace/Siman-WS/WebContent/axis2-web/Error/GenError.html new file mode 100644 index 0000000..b5972a9 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/Error/GenError.html @@ -0,0 +1,44 @@ + + + + Error In Admin Application + + + + + + +
+ + + + + + +
Server Encountered an Error!
home
+ +
+ + + + +
All rights reserved by Apache Software Foundation
+ + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/Error/error404.jsp b/Workspace/Siman-WS/WebContent/axis2-web/Error/error404.jsp new file mode 100644 index 0000000..6fee940 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/Error/error404.jsp @@ -0,0 +1,63 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page contentType="text/html;charset=iso-8859-1" language="java" %> + + + + + Axis2 :: Resource not found! + + + + + + + + + + +
+ + + + + +
+

Requested resource not found!

+
+
+
+
+
home
+ + + + +
+ + + + + +

Copyright © 1999-2006, The Apache Software Foundation
Licensed under the Apache License, Version 2.0.
+
 
+ + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/Error/error500.jsp b/Workspace/Siman-WS/WebContent/axis2-web/Error/error500.jsp new file mode 100644 index 0000000..4d6495e --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/Error/error500.jsp @@ -0,0 +1,64 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page contentType="text/html;charset=iso-8859-1" language="java" %> + + + + + Axis2 :: Internal server error + + + + + + + + + + +
+ + + + + +
+

Internal server error

+
+
+
+
+
home
+
+ + + + +
+ + + + + +

Copyright © 1999-2006, The Apache Software Foundation
Licensed under the Apache License, Version 2.0.
+
 
+ + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/HappyAxis.jsp b/Workspace/Siman-WS/WebContent/axis2-web/HappyAxis.jsp new file mode 100644 index 0000000..ac63e63 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/HappyAxis.jsp @@ -0,0 +1,508 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + + +<%@ page import="org.apache.axis2.AxisFault, + org.apache.axis2.Constants, + org.apache.axis2.addressing.EndpointReference, + org.apache.axis2.client.Options, + org.apache.axis2.client.ServiceClient, + org.apache.axis2.context.ConfigurationContext, + org.apache.axis2.context.ConfigurationContextFactory, + javax.xml.parsers.SAXParser, + javax.xml.parsers.SAXParserFactory, + java.io.IOException, + java.io.InputStream, + java.io.StringWriter, + org.apache.axiom.om.OMElement, + org.apache.axiom.om.OMFactory, + org.apache.axiom.om.OMNamespace, + org.apache.axiom.om.OMAbstractFactory, + javax.xml.stream.XMLOutputFactory, + javax.xml.stream.XMLStreamException" + session="false" %> + + + Axis2 Happiness Page + + + + + + +<%IP = request.getRequestURL().toString();%> +<%! + /* + * Happiness tests for axis2. These look at the classpath and warn if things + * are missing. Normally addng this much code in a JSP page is mad + * but here we want to validate JSP compilation too, and have a drop-in + * page for easy re-use + */ + String IP; + + /** + * Get a string providing install information. + * TODO: make this platform aware and give specific hints + */ + public String getInstallHints(HttpServletRequest request) { + + return "Note: On Tomcat 4.x and Java1.4, you may need to put libraries that contain " + + "java.* or javax.* packages into CATALINA_HOME/common/lib" + + "
jaxrpc.jar and saaj.jar are two such libraries."; + } + + /** + * test for a class existing + * @param classname + * @return class iff present + */ + Class classExists(String classname) { + try { + return Class.forName(classname); + } catch (ClassNotFoundException e) { + return null; + } + } + + /** + * test for resource on the classpath + * @param resource + * @return true iff present + */ + boolean resourceExists(String resource) { + boolean found; + InputStream instream = this.getClass().getResourceAsStream(resource); + found = instream != null; + if (instream != null) { + try { + instream.close(); + } catch (IOException e) { + } + } + return found; + } + + /** + * probe for a class, print an error message is missing + * @param out stream to print stuff + * @param category text like "warning" or "error" + * @param classname class to look for + * @param jarFile where this class comes from + * @param errorText extra error text + * @param homePage where to d/l the library + * @return the number of missing classes + * @throws IOException + */ + int probeClass(JspWriter out, + String category, + String classname, + String jarFile, + String axisOperation, + String errorText, + String homePage) throws IOException { + try { + Class clazz = classExists(classname); + if (clazz == null) { + String url = ""; + if (homePage != null) { + url = "
See " + homePage + ""; + } + out.write("

" + category + ": could not find class " + classname + + " from file " + jarFile + + "
" + errorText + + url + + "

"); + return 1; + } else { + String location = getLocation(out, clazz); + if (location == null) { + out.write("Found " + axisOperation + " (" + classname + ")
"); + } else { + out.write("Found " + axisOperation + " (" + classname + ")
  at " + location + "
"); + } + return 0; + } + } catch (NoClassDefFoundError ncdfe) { + String url = ""; + if (homePage != null) { + url = "
See " + homePage + ""; + } + out.write("

" + category + ": could not find a dependency" + + " of class " + classname + + " from file " + jarFile + + "
" + errorText + + url + + "
The root cause was: " + ncdfe.getMessage() + + "
This can happen e.g. if " + classname + " is in" + + " the 'common' classpath, but a dependency like " + + " activation.jar is only in the webapp classpath." + + "

"); + return 1; + } + } + + /** + * get the location of a class + * @param out + * @param clazz + * @return the jar file or path where a class was found + */ + + String getLocation(JspWriter out, + Class clazz) { + try { + java.net.URL url = clazz.getProtectionDomain().getCodeSource().getLocation(); + String location = url.toString(); + if (location.startsWith("jar")) { + url = ((java.net.JarURLConnection) url.openConnection()).getJarFileURL(); + location = url.toString(); + } + + if (location.startsWith("file")) { + java.io.File file = new java.io.File(url.getFile()); + return file.getAbsolutePath(); + } else { + return url.toString(); + } + } catch (Throwable t) { + } + return "an unknown location"; + } + + /** + * a class we need if a class is missing + * @param out stream to print stuff + * @param classname class to look for + * @param jarFile where this class comes from + * @param errorText extra error text + * @param homePage where to d/l the library + * @throws IOException when needed + * @return the number of missing libraries (0 or 1) + */ + int needClass(JspWriter out, + String classname, + String jarFile, + String axisOperation, + String errorText, + String homePage) throws IOException { + return probeClass(out, + "Error", + classname, + jarFile, + axisOperation, + errorText, + homePage); + } + + /** + * print warning message if a class is missing + * @param out stream to print stuff + * @param classname class to look for + * @param jarFile where this class comes from + * @param errorText extra error text + * @param homePage where to d/l the library + * @throws IOException when needed + * @return the number of missing libraries (0 or 1) + */ + int wantClass(JspWriter out, + String classname, + String jarFile, + String axisOperation, + String errorText, + String homePage) throws IOException { + return probeClass(out, + "Warning", + classname, + jarFile, + axisOperation, + errorText, + homePage); + } + + /** + * probe for a resource existing, + * @param out + * @param resource + * @param errorText + * @throws Exception + */ + int wantResource(JspWriter out, + String resource, + String errorText) throws Exception { + if (!resourceExists(resource)) { + out.write("

Warning: could not find resource " + resource + + "
" + + errorText); + return 0; + } else { + out.write("found " + resource + "
"); + return 1; + } + } + + + /** + * get servlet version string + * + */ + + public String getServletVersion() { + ServletContext context = getServletConfig().getServletContext(); + int major = context.getMajorVersion(); + int minor = context.getMinorVersion(); + return Integer.toString(major) + '.' + Integer.toString(minor); + } + + + /** + * what parser are we using. + * @return the classname of the parser + */ + private String getParserName() { + SAXParser saxParser = getSAXParser(); + if (saxParser == null) { + return "Could not create an XML Parser"; + } + + // check to what is in the classname + return saxParser.getClass().getName(); + } + + /** + * Create a JAXP SAXParser + * @return parser or null for trouble + */ + private SAXParser getSAXParser() { + SAXParserFactory saxParserFactory = SAXParserFactory.newInstance(); + if (saxParserFactory == null) { + return null; + } + SAXParser saxParser = null; + try { + saxParser = saxParserFactory.newSAXParser(); + } catch (Exception e) { + } + return saxParser; + } + + /** + * get the location of the parser + * @return path or null for trouble in tracking it down + */ + + private String getParserLocation(JspWriter out) { + SAXParser saxParser = getSAXParser(); + if (saxParser == null) { + return null; + } + return getLocation(out, saxParser.getClass()); + } + + private String value; + + private OMElement createEnvelope() { + OMFactory fac = OMAbstractFactory.getOMFactory(); + OMNamespace omNs = fac.createOMNamespace("http://axisversion.sample", "ns1"); + OMElement method = fac.createOMElement("getVersion", omNs); + OMElement value = fac.createOMElement("myValue", omNs); + method.addChild(value); + return method; + } + + public boolean invokeTheService() { + try { + // since this one is an internal request we do not use public frontendHostUrl + // for it + int lastindex = IP.lastIndexOf('/'); + IP = IP.substring(0, lastindex); + ///axis2/axis2-web/services/version + IP = IP.replaceAll("axis2-web", ""); + + OMElement payload = createEnvelope(); + ConfigurationContext configctx = + ConfigurationContextFactory.createConfigurationContextFromFileSystem(null, null); + ServiceClient client = new ServiceClient(configctx, null); + EndpointReference targetEPR = new EndpointReference(IP + configctx.getServicePath() + "/Version"); + Options options = new Options(); + client.setOptions(options); + options.setTo(targetEPR); + options.setTransportInProtocol(Constants.TRANSPORT_HTTP); + + OMElement result = client.sendReceive(payload); + StringWriter writer = new StringWriter(); + result.serialize(XMLOutputFactory.newInstance().createXMLStreamWriter(writer)); + writer.flush(); + value = writer.toString(); + return true; + } catch (AxisFault axisFault) { + System.out.println(value); + return false; + } catch (XMLStreamException e) { + value = e.getMessage(); + return false; + } + } + + public String getFormatedSystemProperty(String systemProperty){ + if (systemProperty == null) + return ""; + return systemProperty.replaceAll(":", ": "); + } +%> + +

Axis2 Happiness Page

+ +

Examining webapp configuration

+ +
+ +

Essential Components

+ +<% + int needed = 0,wanted = 0; + + /** + * the essentials, without these Axis is not going to work + */ + needed = needClass(out, "org.apache.axis2.transport.http.AxisServlet", + "axis2-1.0.jar", + "Apache-Axis", + "Axis2 will not work", + "http://xml.apache.org/axis2/"); + needed += needClass(out, "org.apache.commons.logging.Log", + "commons-logging.jar", + "Jakarta-Commons Logging", + "Axis2 will not work", + "http://jakarta.apache.org/commons/logging.html"); + needed += needClass(out, "javax.xml.stream.XMLStreamReader", + "stax-api-1.0.1.jar", + "Streaming API for XML", + "Axis2 will not work", + "http://dist.codehaus.org/stax/jars/"); + needed += needClass(out, "org.codehaus.stax2.XMLStreamWriter2", + "wstx-asl-3.0.1.jar", + "Streaming API for XML implementation", + "Axis2 will not work", + "http://dist.codehaus.org/stax/jars/"); + +%> +<% + /* + * resources on the classpath path + */ + /* broken; this is a file, not a resource + wantResource(out,"/server-config.wsdd", + "There is no server configuration file;" + +"run AdminClient to create one"); + */ + /* add more libraries here */ + + //is everything we need here + if (needed == 0) { + //yes, be happy + out.write("

The core axis2 libraries are present.

"); + } else { + //no, be very unhappy + response.setStatus(HttpServletResponse.SC_INTERNAL_SERVER_ERROR); + out.write("" + + needed + + " core axis2 librar" + + (needed == 1 ? "y is" : "ies are") + + " missing"); + } + //now look at wanted stuff +%> +

+ Note: Even if everything this page probes for is present, + there is no guarantee your Axis Service will work, because there are many configuration options + that we do not check for. These tests are necessary but not sufficient +

+
+

Examining Version Service

+<% + boolean serviceStatus = invokeTheService(); + if (serviceStatus) { +%> +
+ + Found Axis2 default Version service and Axis2 is working + properly. +

Now you can drop a service archive in axis2/WEB-INF/services. + Following output was produced while invoking Axis2 version service +

+

<%= value%>

+
+ +<% +} else { +%> +

+ There was a problem in Axis2 version service , may be + the service not available or some thing has gone wrong. But this does + not mean system is not working ! + Try to upload some other service and check to see whether it is + working. +
+
+

+ +<% + } +%> +

Examining Application Server

+
+ + + + + +
Servlet version<%=getServletVersion()%>
Platform<%=getServletConfig().getServletContext().getServerInfo()%>
+
+

Examining System Properties

+<% + /** + * Dump the system properties + */ + java.util.Enumeration e = null; + try { + e = System.getProperties().propertyNames(); + } catch (SecurityException se) { + } + if (e != null) { + out.write("
");
+        out.write("");
+        for (; e.hasMoreElements();) {
+            out.write("");
+            String key = (String) e.nextElement();
+            out.write("");
+            out.write("");
+            out.write("");
+        }
+        out.write("
" + key + "" + getFormatedSystemProperty(System.getProperty(key)) + " 
"); + out.write("

"); + } else { + out.write("System properties are not accessible

"); + } +%> + + + + + + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/InActivateService.jsp b/Workspace/Siman-WS/WebContent/axis2-web/InActivateService.jsp new file mode 100644 index 0000000..c456815 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/InActivateService.jsp @@ -0,0 +1,83 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisService, + java.util.Collection, + java.util.HashMap, + java.util.Iterator"%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

Deactivate Service

+
+ + + + + +<% +HashMap services = (HashMap)request.getSession().getAttribute(Constants.SERVICE_MAP); +Collection col = services.values(); +String html = ""; +int count = 0; + +for (Iterator iterator = col.iterator(); iterator.hasNext();) { + AxisService axisServices = (AxisService) iterator.next(); + if(axisServices.isActive()){ + count++; + html += ""; + } +} +request.getSession().setAttribute(Constants.SERVICE_MAP,null); +if (count > 0) { +%> + + + + + + + + + + + +<% +} else { + %> + + <% +} +%> + + +
+

Only the services that are active are listed below. Note that although you can activate a service from this page, once system is restarted the service will be active again

+
Select Service : + +
Deactivate Service +
  + + + No active services present.
+
+ diff --git a/Workspace/Siman-WS/WebContent/axis2-web/LeftFrame.jsp b/Workspace/Siman-WS/WebContent/axis2-web/LeftFrame.jsp new file mode 100644 index 0000000..9a5895d --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/LeftFrame.jsp @@ -0,0 +1,204 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants" %> +<%@ page import="org.apache.axis2.context.ConfigurationContext" %> +<%@ page import="org.apache.axis2.context.ServiceContext" %> +<%@ page import="org.apache.axis2.context.ServiceGroupContext" %> +<%@ page import="org.apache.axis2.deployment.util.PhasesInfo" %> +<%@ page import="org.apache.axis2.description.AxisModule" %> +<%@ page import="org.apache.axis2.description.AxisOperation" %> +<%@ page import="org.apache.axis2.description.AxisService" %> +<%@ page import="org.apache.axis2.description.AxisServiceGroup" %> +<%@ page import="org.apache.axis2.description.Parameter" %> +<%@ page import="org.apache.axis2.engine.AxisConfiguration" %> +<%@ page import="org.apache.axis2.engine.Handler" %> +<%@ page import="org.apache.axis2.engine.Phase" %> +<%@ page import="org.apache.axis2.util.JavaUtils" %> +<%@ page import="java.util.ArrayList" %> +<%@ page import="java.util.Collection" %> +<%@ page import="java.util.Enumeration" %> +<%@ page import="java.util.HashMap" %> +<%@ page import="java.util.Hashtable" %> +<%@ page import="java.util.Iterator" %> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Tools +
+      + + Upload Service +
+ System Components         +
+      + + Available Services +
+      + + Available Service Groups +
+      + + Available Modules +
+      + + Globally Engaged Modules +
+      + + Available Phases +
+ Execution Chains +
+      + + Global Chains +
+      + + Operation Specific Chains +
+ Engage Module +
+      + + For all Services +
+      + + For a Service Group +
+      + + For a Service +
+      + + For an Operation +
+ Services +
+      + + Deactivate Service +
+      + + Activate Service +
+      + + Edit Parameters +
+ Contexts +
+      + + View Hierarchy +
diff --git a/Workspace/Siman-WS/WebContent/axis2-web/ListServiceGroup.jsp b/Workspace/Siman-WS/WebContent/axis2-web/ListServiceGroup.jsp new file mode 100644 index 0000000..7a7b3de --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/ListServiceGroup.jsp @@ -0,0 +1,67 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants" %> +<%@ page import="org.apache.axis2.description.AxisModule" %> +<%@ page import="org.apache.axis2.description.AxisService" %> +<%@ page import="org.apache.axis2.description.AxisServiceGroup" %> +<%@ page import="java.util.Collection" %> +<%@ page import="java.util.Iterator" %> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

Available Service Groups

+<% + Iterator axisServiceGroupIter = (Iterator) request.getSession().getAttribute( + Constants.SERVICE_GROUP_MAP); + request.getSession().setAttribute(Constants.SERVICE_GROUP_MAP,null); + while (axisServiceGroupIter.hasNext()) { + AxisServiceGroup axisServiceGroup = (AxisServiceGroup) axisServiceGroupIter.next(); + String groupName = axisServiceGroup.getServiceGroupName(); + Collection modules = axisServiceGroup.getEngagedModules(); + Iterator axisServiceIter = axisServiceGroup.getServices(); +%> +

<%=groupName%>

    + <% + while (axisServiceIter.hasNext()){ + AxisService axisService = (AxisService) axisServiceIter.next(); + String serviceName = axisService.getName(); + %> +
  • + <%=serviceName%>
  • + <% + } + %> +
+<% + if (modules.size() > 0) { +%> +Engaged modules
    + <% + for (Iterator iterator = modules.iterator(); iterator.hasNext();) { + AxisModule axisOperation = (AxisModule) iterator.next(); + String modulDesc = axisOperation.getName(); + %> +
  • <%=modulDesc%>
  • + <% + } + %>
<% + } + } +%> + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/Login.jsp b/Workspace/Siman-WS/WebContent/axis2-web/Login.jsp new file mode 100644 index 0000000..cb6cafc --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/Login.jsp @@ -0,0 +1,90 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + + Login to Axis2 :: Administration page + + + + + + + + + + + +
+

Welcome :

+

Welcome to the Axis2 administration console. From inside the Axis2 administration console you can :

+
    +
  • Check on the health of your Axis2 deployment.
  • +
  • Change any parameters at run time.
  • +
  • Upload new services into Axis2 [Service hot-deployment].
  • +
+ Warning: Please note that configuration changes done through the administration console + will be lost when the server is restarted. +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+





+
+

Test

+ + + + + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/MainFrame.jsp b/Workspace/Siman-WS/WebContent/axis2-web/MainFrame.jsp new file mode 100644 index 0000000..3a0b219 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/MainFrame.jsp @@ -0,0 +1,29 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + + + + + Axis2 Administration + + + + + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/SelectService.jsp b/Workspace/Siman-WS/WebContent/axis2-web/SelectService.jsp new file mode 100644 index 0000000..bf6814d --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/SelectService.jsp @@ -0,0 +1,79 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisService, + java.util.Collection, + java.util.HashMap, + java.util.Iterator"%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + <% + String action =""; + String buttonName="" ; + String status = (String)request.getSession().getAttribute(Constants.SELECT_SERVICE_TYPE); + String heading = ""; + String disc = ""; + if(status != null && status.equals("MODULE")) { + action = "listOperations"; + buttonName = " View Operations"; + heading = "Select a service to view operation specific chains"; + disc = "Select an Axis service from the combo and click on the 'View Operations' button to view operation specific Chains."; + } else if(status != null && status.equals("VIEW")){ + buttonName = " View "; + action = "viewServiceHandlers"; + heading = "Select a service to view service handlers"; + disc = "Select an Axis service from the combo and click on the 'View' button to view service handlers."; + } else if (status != null && status.equals("SERVICE_PARAMETER")){ + buttonName = " Edit Parameters "; + action = "editServicePara"; // Constants.EDIR_SERVICE_PARA; + heading = "Select a Service to Edit Parameters"; + disc = "Select an Axis service from the combo and click on the 'Edit Parameters' button to edit parameters."; + } + %> +

<%=heading%>

+

<%=disc%>

+
+ + + + + + + + +
Select a Service : +
 
  + +
+
+ diff --git a/Workspace/Siman-WS/WebContent/axis2-web/ServiceParaEdit.jsp b/Workspace/Siman-WS/WebContent/axis2-web/ServiceParaEdit.jsp new file mode 100644 index 0000000..072726f --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/ServiceParaEdit.jsp @@ -0,0 +1,122 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisOperation, + org.apache.axis2.description.AxisService, + org.apache.axis2.description.Parameter, + java.util.ArrayList, + java.util.Iterator"%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

Edit Service Parameters

+
+ <% + AxisService axisService = (AxisService)request.getSession(). + getAttribute(Constants.SERVICE); + if(axisService != null ){ + %> + + + + + + + + <% + ArrayList service_para = axisService.getParameters(); + for (int i = 0; i < service_para.size(); i++) { + Parameter parameter = (Parameter) service_para.get(i); + if (parameter.getParameterType()==Parameter.OM_PARAMETER) { + continue; + } + %> + + + + + <% + } + Iterator operations = axisService.getOperations(); + if(operations.hasNext()){ + %> + + + + + + + + <% + } + + ArrayList op_paras ; + operations = axisService.getOperations(); + while (operations.hasNext()) { + AxisOperation axisOperation = (AxisOperation) operations.next(); + String operationName = axisOperation.getName().getLocalPart(); + %> + + + + + + + <% + op_paras = axisOperation.getParameters(); + for (int i = 0; i < op_paras.size(); i++) { + Parameter parameter = (Parameter) op_paras.get(i); + if (parameter.getParameterType()==Parameter.OM_PARAMETER) { + continue; + } + %> + + + + + <% + } + } + %> + + + + +
+ <% + String servicName = axisService.getName(); + %>Service Parameters :: <%=servicName%> +
<%=parameter.getName()%>" size="50"> +
        
Operation Paramaters :: +
    
Operation : <%=operationName%>
<%=parameter.getName()%>" size="50"> +
  + +
+ <% + } else { + %> +

<%=request.getAttribute("status")%>

+ <% + } + + %> + + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/TopFrame.jsp b/Workspace/Siman-WS/WebContent/axis2-web/TopFrame.jsp new file mode 100644 index 0000000..050590c --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/TopFrame.jsp @@ -0,0 +1,30 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + + + + + Untitled Document + + + + + + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/ViewContexts.jsp b/Workspace/Siman-WS/WebContent/axis2-web/ViewContexts.jsp new file mode 100644 index 0000000..79ce643 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/ViewContexts.jsp @@ -0,0 +1,64 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants"%> +<%@ page import="org.apache.axis2.context.ConfigurationContext"%> +<%@ page import="org.apache.axis2.context.ServiceContext"%> +<%@ page import="org.apache.axis2.context.ServiceGroupContext"%> +<%@ page import="java.util.Iterator"%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

Running Context Hierarchy

+<% + ConfigurationContext configContext = (ConfigurationContext) request.getSession().getAttribute( + Constants.CONFIG_CONTEXT); + + String[] serviceGroupIds = configContext.getServiceGroupContextIDs(); + if (serviceGroupIds.length > 0) { +%> +
    + <% + + for (int i = 0; i < serviceGroupIds.length; i++) { + String groupContextID = serviceGroupIds[i]; + ServiceGroupContext groupContext = configContext.getServiceGroupContext(groupContextID); + %> +
  • <%=groupContextID%> + View + Remove
  • + <% + Iterator serviceContextItr = groupContext.getServiceContexts(); + %>
      <% + while (serviceContextItr.hasNext()) { + ServiceContext serviceContext = (ServiceContext)serviceContextItr.next(); + String serviceConID = serviceContext.getAxisService().getName(); + %> +
    • <%=serviceConID%> + View
    • + <% + } + %>

    <% + } + %>
+ <% + } else {%> +

No running contexts were found on the system.

+ <%} +%> + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/ViewGlobalHandlers.jsp b/Workspace/Siman-WS/WebContent/axis2-web/ViewGlobalHandlers.jsp new file mode 100644 index 0000000..8f1a779 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/ViewGlobalHandlers.jsp @@ -0,0 +1,137 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.engine.AxisConfiguration, + org.apache.axis2.engine.Handler, + org.apache.axis2.engine.Phase, + java.util.List"%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

View Global Execution Chains

+ <% + AxisConfiguration axisConfig = (AxisConfiguration)request.getSession(). + getAttribute(Constants.GLOBAL_HANDLERS); + if(axisConfig != null ){ + List handlers ; + List phases = axisConfig.getInFlowPhases(); + %> +

In Flow Up To and Including Dispatcher

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + phases = axisConfig.getInFaultFlowPhases(); + %> +

In Fault Flow

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + + phases = axisConfig.getOutFlowPhases(); + %> +

Out Flow

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + phases = axisConfig.getOutFaultFlowPhases(); + %> +

Out Fault Flow

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + + } + %> + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/ViewServiceHandlers.jsp b/Workspace/Siman-WS/WebContent/axis2-web/ViewServiceHandlers.jsp new file mode 100644 index 0000000..6e64d1a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/ViewServiceHandlers.jsp @@ -0,0 +1,147 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisOperation, + org.apache.axis2.description.AxisService, + org.apache.axis2.engine.Handler, + org.apache.axis2.engine.Phase, + java.util.ArrayList, + java.util.List, + java.util.Iterator"%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + +

View Operation Specific Chains

+ <% + AxisService axisService = (AxisService)request.getSession(). + getAttribute(Constants.SERVICE_HANDLERS); + if(axisService != null ){ + List handlers ; + Iterator operations = axisService.getOperations(); + while (operations.hasNext()) { + AxisOperation axisOperationon = (AxisOperation) operations.next(); + %>

Operation Name : <%=axisOperationon.getName().getLocalPart()%>

<% + ArrayList phases = axisOperationon.getRemainingPhasesInFlow(); + %> +

In Flow

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + phases = axisOperationon.getPhasesInFaultFlow(); + %> +

In Fault Flow

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + + phases = axisOperationon.getPhasesOutFlow(); + %> +

Out Flow

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + phases = axisOperationon.getPhasesOutFaultFlow(); + %> +

Out Fault Flow

+
    + <% + for (int i = 0; i < phases.size(); i++) { + Phase phase = (Phase) phases.get(i); + %> +
  • Phase Name : <%=phase.getPhaseName()%>
  • +
      + <% + handlers = phase.getHandlers(); + for (int j = 0; j < handlers.size(); j++) { + Handler handler = (Handler) handlers.get(j); + %> +
    • Handler Name : <%=handler.getHandlerDesc().getName()%>
    • + <% + } + %> +
    + <% + } + %> +
+ <% + + } + } + + %> + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/admin.jsp b/Workspace/Siman-WS/WebContent/axis2-web/admin.jsp new file mode 100644 index 0000000..4356e70 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/admin.jsp @@ -0,0 +1,31 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

Welcome to Axis2 Web Admin Module !!

+

You are now logged into the Axis2 administration console from inside +the console you will be able to

+
    +
  • to check on the health of your Axis2 deployment.
  • +
  • to change any parameters at run time.
  • +
  • to upload new services into Axis2 [Service hot-deployment].
  • +
+ + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/css/axis-style.css b/Workspace/Siman-WS/WebContent/axis2-web/css/axis-style.css new file mode 100644 index 0000000..62749e5 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/css/axis-style.css @@ -0,0 +1,50 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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. + */ +BODY { + background-color : "#FFFFFF"; + leftmargin:"0"; + topmargin:"0"; + font-family:Arial; + font-size:11pt; +} +h1 { font-family: Arial; font-size: 16pt; font-weight: bold } +h2 { font-family: Arial; font-size: 13pt; font-weight: bold; color: #5D0D7D } +ul { font-family: Arial; font-size: 11pt } +input { font-family: Arial; font-size: 8pt; font-weight: bold } +td { font-family: Arial; font-size: 10pt } +h3 { font-family: Arial; font-size: 12pt; font-weight:bold } +TABLE.FULL_BLANK { + width : 100%; + height : 100%; + border : 0; + padding : 0; +} + +TABLE.LOG_IN_FORM{ + height: 200px%; + border:1px solid #000000; + width: 300px%; + cellspacing:1px; + cellpadding:1px; + background-color: #f7f7f7 ; +} + +UL.loginUL LI{ + padding: 10pt; +} \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/deleteService.jsp b/Workspace/Siman-WS/WebContent/axis2-web/deleteService.jsp new file mode 100644 index 0000000..80120e0 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/deleteService.jsp @@ -0,0 +1,23 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

<%=request.getSession().getAttribute("status")%>

+

Click here to go to the service list page

+ \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/disengage.jsp b/Workspace/Siman-WS/WebContent/axis2-web/disengage.jsp new file mode 100644 index 0000000..129bb76 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/disengage.jsp @@ -0,0 +1,22 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +<%=request.getSession().getAttribute("status")%> + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/engagingglobally.jsp b/Workspace/Siman-WS/WebContent/axis2-web/engagingglobally.jsp new file mode 100644 index 0000000..d4fcc91 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/engagingglobally.jsp @@ -0,0 +1,72 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisModule, + java.util.Collection, + java.util.HashMap, + java.util.Iterator" %> +<%@ page import="org.apache.axis2.util.Utils" %> + + +<% + String status = (String) request.getSession().getAttribute(Constants.ENGAGE_STATUS); +%> +

Engage Module Globally

+ +

To engage a module on all services across the system, select a module from the combo box below + and click on the "Engage" button. Any module that needs to place handlers into the pre-dispatch + phase needs to be engaged globally.

+ + + + + + + + + + +
Select a Module : + +
  + +
+ +<% + if (status != null) { +%> +

<%=Utils.sanitizeWebOutput(status)%>

+<% + } %> + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/engagingtoanoperation.jsp b/Workspace/Siman-WS/WebContent/axis2-web/engagingtoanoperation.jsp new file mode 100644 index 0000000..1b5b740 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/engagingtoanoperation.jsp @@ -0,0 +1,126 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisModule, + org.apache.axis2.description.AxisOperation, + org.apache.axis2.util.Utils, + java.util.Collection, + java.util.HashMap, + java.util.Iterator"%> + +<% + String status = (String)request.getSession().getAttribute(Constants.ENGAGE_STATUS); +%> +

Engage Module for an Operation

+

To engage a module for an axis operation,

+
    +
  1. select the module you want to engage
  2. +
  3. select the axis operation you like the module to be engaged.
  4. +
  5. click "Engage".
  6. +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+   +   +
Select a Module :
+
+   +   +
Select an Operation :
+
+   +   +
+ +
+   +   +
+   +   +
+ +
+
+ diff --git a/Workspace/Siman-WS/WebContent/axis2-web/engagingtoaservice.jsp b/Workspace/Siman-WS/WebContent/axis2-web/engagingtoaservice.jsp new file mode 100644 index 0000000..8a4eccf --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/engagingtoaservice.jsp @@ -0,0 +1,144 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisModule, + org.apache.axis2.description.AxisService, + java.util.Collection, + java.util.HashMap, + java.util.Iterator" + %> +<%@ page import="org.apache.axis2.util.Utils" %> + +<% + String status = (String) request.getSession().getAttribute(Constants.ENGAGE_STATUS); +%> +

Engage Module for a Service

+ +

To engage a module for a axis service,

+ +
    +
  1. select the module you want to engage
  2. +
  3. select the axis service you like the module to be engaged.
  4. +
  5. click "Engage".
  6. +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+   +   +
Select a Module :
+
+   +   +
Select a Service :
+
+   +   +
+ +
+   +   +
+   +   +
+ +
+
+ + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/error.jsp b/Workspace/Siman-WS/WebContent/axis2-web/error.jsp new file mode 100644 index 0000000..fb42bab --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/error.jsp @@ -0,0 +1,31 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@page isErrorPage="true" %> + + + + + + + + +
An error has occured!. Please check the details below
<%=exception.getMessage()%>
+ \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/errorModule.jsp b/Workspace/Siman-WS/WebContent/axis2-web/errorModule.jsp new file mode 100644 index 0000000..e100e3a --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/errorModule.jsp @@ -0,0 +1,30 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants, + java.util.Hashtable"%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + <% + Hashtable errornessModules =(Hashtable)request.getSession().getAttribute(Constants.ERROR_MODULE_MAP); + String moduleName = request.getParameter("moduleName"); + %>

The Module has deployment faults

<% + %><%=(String)errornessModules.get(moduleName) %><% + %> + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/globalModules.jsp b/Workspace/Siman-WS/WebContent/axis2-web/globalModules.jsp new file mode 100644 index 0000000..567d0be --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/globalModules.jsp @@ -0,0 +1,55 @@ + <%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> <%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisModule, + java.util.Collection, + java.util.Iterator"%> + <%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

Globally Engaged Modules

+ <% + boolean foundModules = false; + boolean wroteUL = false; + String modulename = ""; + Collection moduleCol = (Collection) request.getSession().getAttribute(Constants.MODULE_MAP); + request.getSession().setAttribute(Constants.MODULE_MAP, null); + if (moduleCol != null && moduleCol.size() > 0) { + for (Iterator iterator = moduleCol.iterator(); iterator.hasNext();) { + AxisModule axisOperation = (AxisModule) iterator.next(); + modulename = axisOperation.getName(); + if (!wroteUL) { + wroteUL = true; + %> +
    +<% + } + %>
  • <%=modulename%>
  • +
    <% + } + if (wroteUL){ +%> +
+<% + } + } else{ + %> +

There are no modules engaged globally

+ <% + } + %> + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/images/asf-logo.gif b/Workspace/Siman-WS/WebContent/axis2-web/images/asf-logo.gif new file mode 100644 index 0000000..b240328 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/axis2-web/images/asf-logo.gif differ diff --git a/Workspace/Siman-WS/WebContent/axis2-web/images/axis.gif b/Workspace/Siman-WS/WebContent/axis2-web/images/axis.gif new file mode 100644 index 0000000..e970c5b Binary files /dev/null and b/Workspace/Siman-WS/WebContent/axis2-web/images/axis.gif differ diff --git a/Workspace/Siman-WS/WebContent/axis2-web/images/axis.jpg b/Workspace/Siman-WS/WebContent/axis2-web/images/axis.jpg new file mode 100644 index 0000000..47f9762 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/axis2-web/images/axis.jpg differ diff --git a/Workspace/Siman-WS/WebContent/axis2-web/images/axis_l.jpg b/Workspace/Siman-WS/WebContent/axis2-web/images/axis_l.jpg new file mode 100644 index 0000000..172a755 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/axis2-web/images/axis_l.jpg differ diff --git a/Workspace/Siman-WS/WebContent/axis2-web/include/adminfooter.inc b/Workspace/Siman-WS/WebContent/axis2-web/include/adminfooter.inc new file mode 100644 index 0000000..4d22571 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/include/adminfooter.inc @@ -0,0 +1,23 @@ + + + + + + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/include/adminheader.inc b/Workspace/Siman-WS/WebContent/axis2-web/include/adminheader.inc new file mode 100644 index 0000000..11d5e09 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/include/adminheader.inc @@ -0,0 +1,28 @@ + + + + + + + + + + +

Axis 2

.Log out
diff --git a/Workspace/Siman-WS/WebContent/axis2-web/include/adminheader.jsp b/Workspace/Siman-WS/WebContent/axis2-web/include/adminheader.jsp new file mode 100644 index 0000000..333cca5 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/include/adminheader.jsp @@ -0,0 +1,81 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants" %> +<%@ page import="org.apache.axis2.context.ConfigurationContext" %> +<%@ page import="org.apache.axis2.context.ServiceContext" %> +<%@ page import="org.apache.axis2.context.ServiceGroupContext" %> +<%@ page import="org.apache.axis2.deployment.util.PhasesInfo" %> +<%@ page import="org.apache.axis2.description.AxisModule" %> +<%@ page import="org.apache.axis2.description.AxisOperation" %> +<%@ page import="org.apache.axis2.description.AxisService" %> +<%@ page import="org.apache.axis2.description.AxisServiceGroup" %> +<%@ page import="org.apache.axis2.description.Parameter" %> +<%@ page import="org.apache.axis2.engine.AxisConfiguration" %> +<%@ page import="org.apache.axis2.engine.Handler" %> +<%@ page import="org.apache.axis2.engine.Phase" %> +<%@ page import="org.apache.axis2.util.JavaUtils" %> +<%@ page import="java.util.ArrayList" %> +<%@ page import="java.util.Collection" %> +<%@ page import="java.util.Enumeration" %> +<%@ page import="java.util.HashMap" %> +<%@ page import="java.util.Hashtable" %> +<%@ page import="java.util.Iterator" %> +<%-- +~ Licensed to the Apache Software Foundation (ASF) under one +~ or more contributor license agreements. See the NOTICE file +~ distributed with this work for additional information +~ regarding copyright ownership. The ASF licenses this file +~ to you 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. +--%> +<%@ page contentType="text/html;charset=iso-8859-1" language="java" %> + + + + + Axis2 :: Administration Page + + + + + + + + + + + + + + +
+ + + + + + +
Back  |  Log out
diff --git a/Workspace/Siman-WS/WebContent/axis2-web/include/footer.inc b/Workspace/Siman-WS/WebContent/axis2-web/include/footer.inc new file mode 100644 index 0000000..b60b945 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/include/footer.inc @@ -0,0 +1,37 @@ + +
+ + + + +
+ + + + + +

Copyright © 1999-2006, The Apache Software Foundation
Licensed under the Apache License, Version 2.0.
+
 
+
diff --git a/Workspace/Siman-WS/WebContent/axis2-web/include/header.inc b/Workspace/Siman-WS/WebContent/axis2-web/include/header.inc new file mode 100644 index 0000000..9d40f92 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/include/header.inc @@ -0,0 +1,29 @@ + +
+ + +
+ + + + + +
+
 
diff --git a/Workspace/Siman-WS/WebContent/axis2-web/include/httpbase.jsp b/Workspace/Siman-WS/WebContent/axis2-web/include/httpbase.jsp new file mode 100644 index 0000000..c840fe0 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/include/httpbase.jsp @@ -0,0 +1,71 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants" %> +<%@ page import="org.apache.axis2.context.ConfigurationContext" %> +<%@ page import="org.apache.axis2.description.Parameter" %> +<%@ page import="org.apache.axis2.transport.http.AxisServlet" %> +<%@ page import="org.apache.axis2.transport.TransportListener" %> +<%! + private String frontendHostUrl; + private String hostname; + + public void jspInit() { + ServletContext context = this.getServletConfig().getServletContext(); + ConfigurationContext configctx = (ConfigurationContext) context.getAttribute(AxisServlet.CONFIGURATION_CONTEXT); + if (configctx != null) { + Parameter parameter = configctx.getAxisConfiguration().getParameter(Constants.HTTP_FRONTEND_HOST_URL); + if (parameter != null) { + frontendHostUrl = (String) parameter.getValue(); + } + Parameter hostnameParam = configctx.getAxisConfiguration().getParameter(TransportListener.HOST_ADDRESS); + if (hostnameParam != null) { + hostname = (String) hostnameParam.getValue(); + } + } + } + + public String calculateHttpBase(HttpServletRequest aRequest) { + StringBuffer stringBuffer = new StringBuffer(); + if (frontendHostUrl != null) { + stringBuffer.append(frontendHostUrl); + } else { + String scheme = aRequest.getScheme(); + stringBuffer.append(scheme); + stringBuffer.append("://"); + stringBuffer.append(hostname != null ? hostname : aRequest.getServerName()); + if (("http".equalsIgnoreCase(scheme) && aRequest.getServerPort() != 80) || "https".equalsIgnoreCase(scheme) && aRequest.getServerPort() != 443) { + stringBuffer.append(":"); + stringBuffer.append(aRequest.getServerPort()); + } + // I think i saw web containers return null for root web context + if (aRequest.getContextPath() != null) { + stringBuffer.append(aRequest.getContextPath()); + } + } + // append / char if needed + if (stringBuffer.charAt(stringBuffer.length() - 1) != '/') { + stringBuffer.append("/"); + } + String curentUrl = stringBuffer.toString(); + aRequest.setAttribute("frontendHostUrl", curentUrl); + return curentUrl; + } +%> + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/include/link-footer.inc b/Workspace/Siman-WS/WebContent/axis2-web/include/link-footer.inc new file mode 100644 index 0000000..8778ce2 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/include/link-footer.inc @@ -0,0 +1,23 @@ + + + + + +
Back Home
\ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/include/link-footer.jsp b/Workspace/Siman-WS/WebContent/axis2-web/include/link-footer.jsp new file mode 100644 index 0000000..56d9c82 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/include/link-footer.jsp @@ -0,0 +1,69 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.AxisFault" %> +<%@ page import="org.apache.axis2.Constants" %> +<%@ page import="org.apache.axis2.addressing.EndpointReference" %> +<%@ page import="org.apache.axis2.client.Options" %> +<%@ page import="org.apache.axis2.client.ServiceClient" %> +<%@ page import="org.apache.axis2.context.ConfigurationContext" %> +<%@ page import="org.apache.axis2.context.ConfigurationContextFactory" %> +<%@ page import="org.apache.axis2.description.AxisOperation" %> +<%@ page import="org.apache.axis2.description.AxisService" %> +<%@ page import="org.apache.axis2.description.Parameter" %> +<%@ page import="org.apache.axis2.engine.AxisConfiguration" %> +<%@ page import="org.apache.axis2.util.JavaUtils" %> +<%@ page import="javax.xml.parsers.SAXParser" %> +<%@ page import="javax.xml.parsers.SAXParserFactory" %> +<%@ page import="java.io.IOException" %> +<%@ page import="java.io.InputStream" %> +<%@ page import="java.io.StringWriter" %> +<%@ page import="java.util.Collection" %> +<%@ page import="java.util.Enumeration" %> +<%@ page import="java.util.HashMap" %> +<%@ page import="java.util.Hashtable" %> +<%@ page import="java.util.Iterator" %> +<%-- +~ Licensed to the Apache Software Foundation (ASF) under one +~ or more contributor license agreements. See the NOTICE file +~ distributed with this work for additional information +~ regarding copyright ownership. The ASF licenses this file +~ to you 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. +--%> + + + +
+ + + + +
Back Home  |   Refresh
+
 
diff --git a/Workspace/Siman-WS/WebContent/axis2-web/index.jsp b/Workspace/Siman-WS/WebContent/axis2-web/index.jsp new file mode 100644 index 0000000..695f431 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/index.jsp @@ -0,0 +1,58 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + + Axis 2 - Home + + + + + +
+ +

Welcome!

+ Welcome to the new generation of Axis. If you can see this page you have + successfully deployed the Axis2 Web Application. However, to ensure that Axis2 + is properly working, we encourage you to click on the validate link. +
+
    +
  • Services +
    + View the list of all the available services deployed in this server. +
  • +
  • Validate +
    + Check the system to see whether all the required libraries are in place + and view the system information. +
  • + <%--
  • Do an interop test +
    + You can run Interoperability tests here +
  • --%> +
  • Administration +
    + Console for administering this Axis2 installation. +
  • +
+ + + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/listFaultyService.jsp b/Workspace/Siman-WS/WebContent/axis2-web/listFaultyService.jsp new file mode 100644 index 0000000..fa31d03 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/listFaultyService.jsp @@ -0,0 +1,85 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisOperation"%> +<%@ page import="org.apache.axis2.description.AxisService"%> +<%@ page import="java.util.Hashtable"%> +<%@ page import="java.util.Iterator"%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + + List Single service + + + + + + <% + String prifix = request.getAttribute("frontendHostUrl") + (String)request.getSession().getAttribute(Constants.SERVICE_PATH) +"services/"; + %> + <% + String isFault = (String)request.getSession().getAttribute(Constants.IS_FAULTY); + String servicName = request.getParameter("serviceName"); + if(Constants.IS_FAULTY.equals(isFault)){ + Hashtable errornessservices =(Hashtable)request.getSession().getAttribute(Constants.ERROR_SERVICE_MAP); + %> +

This Web axisService has deployment faults

<% + %><%=(String)errornessservices.get(servicName) %> + <% + + }else { + + AxisService axisService = + (AxisService) request.getSession().getAttribute(Constants.SINGLE_SERVICE); + if(axisService!=null){ + Iterator opItr = axisService.getOperations(); + //operationsList = operations.values(); + String serviceName = axisService.getName(); + %>

<%=serviceName%>

+ Service EPR : <%=prifix + axisService.getName()%>
+

Service Description : <%=axisService.getServiceDescription()%>

+ Service Status : <%=axisService.isActive()?"Active":"InActive"%>
+ <% + if (opItr.hasNext()) { + %>Available operations<% + } else { + %> There are no Operations specified<% + } + opItr = axisService.getOperations(); + %>
    <% + while (opItr.hasNext()) { + AxisOperation axisOperation = (AxisOperation) opItr.next(); + %>
  • <%=axisOperation.getName().getLocalPart()%>
  • + <% + } + %>
+ <% + } else{ + %> +

No services found in this location.

+ <% + } + + } + %> + + + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/listGroupService.jsp b/Workspace/Siman-WS/WebContent/axis2-web/listGroupService.jsp new file mode 100644 index 0000000..c25db09 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/listGroupService.jsp @@ -0,0 +1,104 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants" %> +<%@ page import="org.apache.axis2.description.AxisModule" %> +<%@ page import="org.apache.axis2.description.AxisOperation" %> +<%@ page import="org.apache.axis2.description.AxisService" %> +<%@ page import="java.util.Collection" %> +<%@ page import="java.util.HashMap" %> +<%@ page import="java.util.Iterator" %> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + + List Services + + + + + +

Available services

+<% + String prefix = request.getAttribute("frontendHostUrl") + (String)request.getSession().getAttribute(Constants.SERVICE_PATH) +"/"; +%> +<% + HashMap serviceMap = (HashMap) request.getSession().getAttribute(Constants.SERVICE_MAP); + request.getSession().setAttribute(Constants.SERVICE_MAP,null); + AxisService axisService = (AxisService) serviceMap.get(request.getParameter("serviceName")); + if (axisService != null) { + Iterator operations; + String serviceName; + operations = axisService.getOperations(); + serviceName = axisService.getName(); +%>
+ +

<%=serviceName%> +

+Service EPR :<%=prefix + axisService.getName()%> +

Service Description : <%=axisService.getServiceDescription()%>

+Service Status : <%=axisService.isActive() ? "Active" : "InActive"%>
+<% + Collection engagedModules = axisService.getEngagedModules(); + String moduleName; + if (engagedModules.size() > 0) { +%> +Engaged Modules for the Axis Service
    + <% + for (Iterator iteratorm = engagedModules.iterator(); iteratorm.hasNext();) { + AxisModule axisOperation = (AxisModule) iteratorm.next(); + moduleName = axisOperation.getName(); + %>
  • <%=moduleName%>
  • + <% + }%> +
+<% + } + if (operations.hasNext()) { +%>
Available operations<% +} else { +%> There are no operations specified<% + } +%>
    <% + operations = axisService.getOperations(); + while (operations.hasNext()) { + AxisOperation axisOperation = (AxisOperation) operations.next(); +%>
  • <%=axisOperation.getName().getLocalPart()%>
  • + <% + engagedModules = axisOperation.getEngagedModules(); + if (engagedModules.size() > 0) { + %> +
    Engaged Modules for the Operation
      + <% + for (Iterator iterator2 = engagedModules.iterator(); iterator2.hasNext();) { + AxisModule moduleDecription = (AxisModule) iterator2.next(); + moduleName = moduleDecription.getName(); + %>
    • <%=moduleName%>

    • <% + } +%>
    <% + } + + } +%>
+<% + } +%> + + + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/listModules.jsp b/Workspace/Siman-WS/WebContent/axis2-web/listModules.jsp new file mode 100644 index 0000000..d0aea8c --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/listModules.jsp @@ -0,0 +1,81 @@ + <%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> <%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisModule, + java.util.Collection"%> + <%@ page import="java.util.Enumeration"%> + <%@ page import="java.util.HashMap"%> + <%@ page import="java.util.Hashtable"%> + <%@ page import="java.util.Iterator"%> + <%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

Available Modules

+ <% + boolean foundModules = false; + boolean wroteUL = false; + HashMap moduleMap = (HashMap)request.getSession().getAttribute(Constants.MODULE_MAP); + request.getSession().setAttribute(Constants.MODULE_MAP,null); + Hashtable errornesModules =(Hashtable)request.getSession().getAttribute(Constants.ERROR_MODULE_MAP); + if (moduleMap!=null && !moduleMap.isEmpty()){ + String modulename ; + String moduleDescription ; + Collection moduleNames = moduleMap.values(); + for (Iterator iterator = moduleNames.iterator(); iterator.hasNext();) { + foundModules = true; + AxisModule moduleQName = (AxisModule) iterator.next(); + modulename = moduleQName.getName(); + moduleDescription = moduleQName.getModuleDescription(); + if(moduleDescription==null){ + moduleDescription = "[ -- No module description found --]"; + } + if (!wroteUL){ + wroteUL = true; +%> +
    +<% + } + %>
  • <%=modulename%> : <%=moduleDescription%>
  • + <% + } + if (wroteUL){ +%> +
+<% + } + } + %> + <%if(errornesModules.size()>0){ + %> +

Faulty Modules

+ <% + Enumeration faultyModules = errornesModules.keys(); + while (faultyModules.hasMoreElements()) { + foundModules = true; + String faultyModuleName = (String) faultyModules.nextElement(); + %> + <%=faultyModuleName%> + <% + } + } + if(! foundModules) { + %> +

There are no modules deployed in the system.

+ <% + } + %> + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/listService.jsp b/Workspace/Siman-WS/WebContent/axis2-web/listService.jsp new file mode 100644 index 0000000..b219609 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/listService.jsp @@ -0,0 +1,158 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisModule" %> +<%@ page import="org.apache.axis2.description.AxisOperation" %> +<%@ page import="org.apache.axis2.description.AxisService" %> +<%@ page import="org.apache.axis2.description.Parameter" %> +<%@ page import="org.apache.axis2.engine.AxisConfiguration" %> +<%@ page import="org.apache.axis2.util.JavaUtils" %> +<%@ page import="java.util.Collection" %> +<%@ page import="java.util.Enumeration" %> +<%@ page import="java.util.HashMap" %> +<%@ page import="java.util.Hashtable" %> +<%@ page import="java.util.Iterator" %> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + +

Available Services

+<% String prefix = request.getAttribute("frontendHostUrl") + (String)request.getSession().getAttribute(Constants.SERVICE_PATH) + "/"; +%> +<% + HashMap serviceMap = (HashMap) request.getSession().getAttribute(Constants.SERVICE_MAP); + request.getSession().setAttribute(Constants.SERVICE_MAP, null); + Hashtable errornessservice = (Hashtable) request.getSession().getAttribute(Constants.ERROR_SERVICE_MAP); + boolean status = false; + if (serviceMap != null && !serviceMap.isEmpty()) { + Iterator operations; + String serviceName; + Collection servicecol = serviceMap.values(); + for (Iterator iterator = servicecol.iterator(); iterator.hasNext();) { + AxisService axisService = (AxisService) iterator.next(); + operations = axisService.getOperations(); + serviceName = axisService.getName(); +%>

<%=serviceName%>

+<% + // do we need to enable REST in the main servlet so that it handles both REST and SOAP messages + boolean disableREST = false; + AxisConfiguration axisConfiguration = axisService.getAxisConfiguration(); + + Parameter parameter ; + + // do we need to completely disable REST support + parameter = axisConfiguration.getParameter(Constants.Configuration.DISABLE_REST); + if (parameter != null) { + disableREST = !JavaUtils.isFalseExplicitly(parameter.getValue()); + } + if (!disableREST) { +%> + +<% +%> +<% + } + + + String serviceDescription = axisService.getServiceDescription(); + if (serviceDescription == null || "".equals(serviceDescription)) { + serviceDescription = "No description available for this service"; + } +%> +

Service Description : <%=serviceDescription%>
+Service EPR : <%=prefix + axisService.getName()%>
+Service Status : <%=axisService.isActive() ? "Active" : "InActive"%> +Actions : Remove Service


+<% + Collection engagedModules = axisService.getEngagedModules(); + String moduleName; + boolean modules_present = false; + if (engagedModules.size() > 0) { +%> +Engaged modules for the service +<% + for (Iterator iteratorm = engagedModules.iterator(); iteratorm.hasNext();) { + AxisModule axisOperation = (AxisModule) iteratorm.next(); + moduleName = axisOperation.getName(); + if (!modules_present) { + modules_present = true; +%> +
    + <% } + %>
  • <%=moduleName%> :: Disengage
  • +
    + <% + } + if (modules_present) {%> +
+<% + } + } + if (operations.hasNext()) { +%>
Available operations<% +} else { +%> There are no Operations specified<% + } +%>
    <% + operations = axisService.getOperations(); + while (operations.hasNext()) { + AxisOperation axisOperation = (AxisOperation) operations.next(); +%>
  • <%=axisOperation.getName().getLocalPart()%>
  • + <%--
    Operation EPR : <%=prifix + axisService.getName().getLocalPart() + "/"+ axisOperation.getName().getLocalPart()%>--%> + <% + engagedModules = axisOperation.getEngagedModules(); + if (engagedModules.size() > 0) { + %> +
    Engaged Modules for the Operation
      + <% + for (Iterator iterator2 = engagedModules.iterator(); iterator2.hasNext();) { + AxisModule moduleDecription = (AxisModule) iterator2.next(); + moduleName = moduleDecription.getName(); + %>
    • <%=moduleName%> :: Disengage

    • <% + } +%>
    <% + } + + } +%>
+<% + status = true; + } + } + if (errornessservice != null) { + if (errornessservice.size() > 0) { + request.getSession().setAttribute(Constants.IS_FAULTY, Constants.IS_FAULTY); +%> +

Faulty Services

+<% + Enumeration faultyservices = errornessservice.keys(); + while (faultyservices.hasMoreElements()) { + String faultyserviceName = (String) faultyservices.nextElement(); +%>

+ <%=faultyserviceName%>

+<% + } + } + status = true; + } + if (!status) { +%> No services listed! Try hitting refresh. <% + } +%> + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/listServices.jsp b/Workspace/Siman-WS/WebContent/axis2-web/listServices.jsp new file mode 100644 index 0000000..165926f --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/listServices.jsp @@ -0,0 +1,131 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisOperation" %> +<%@ page import="org.apache.axis2.description.AxisService" %> +<%@ page import="org.apache.axis2.description.Parameter" %> +<%@ page import="org.apache.axis2.engine.AxisConfiguration" %> +<%@ page import="org.apache.axis2.util.JavaUtils" %> +<%@ page import="java.util.Collection" %> +<%@ page import="java.util.Enumeration" %> +<%@ page import="java.util.HashMap" %> +<%@ page import="java.util.Hashtable" %> +<%@ page import="java.util.Iterator" %> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + +List Services + + + + + + +

Available services

+<% String prefix = request.getAttribute("frontendHostUrl") + (String)request.getSession().getAttribute(Constants.SERVICE_PATH) + "/"; +%> +<% + HashMap serviceMap = (HashMap) request.getSession().getAttribute(Constants.SERVICE_MAP); + request.getSession().setAttribute(Constants.SERVICE_MAP, null); + Hashtable errornessservice = (Hashtable) request.getSession().getAttribute(Constants.ERROR_SERVICE_MAP); + boolean status = false; + if (serviceMap != null && !serviceMap.isEmpty()) { + Iterator opItr; + //HashMap operations; + String serviceName; + Collection servicecol = serviceMap.values(); + // Collection operationsList; + for (Iterator iterator = servicecol.iterator(); iterator.hasNext();) { + AxisService axisService = (AxisService) iterator.next(); + opItr = axisService.getOperations(); + //operationsList = operations.values(); + serviceName = axisService.getName(); +%>

<%=serviceName%>

+<% + boolean disableREST = false; + AxisConfiguration axisConfiguration = axisService.getAxisConfiguration(); + + Parameter parameter ; + + // do we need to completely disable REST support + parameter = axisConfiguration.getParameter(Constants.Configuration.DISABLE_REST); + if (parameter != null) { + disableREST = !JavaUtils.isFalseExplicitly(parameter.getValue()); + } + + if (!disableREST ) { + +%> +<% + } + + + String serviceDescription = axisService.getServiceDescription(); + if (serviceDescription == null || "".equals(serviceDescription)) { + serviceDescription = "No description available for this service"; + } +%> +
Service Description : <%=serviceDescription%>
+
Service EPR : <%=prefix + axisService.getName()%>
+
Service Status : <%=axisService.isActive() ? "Active" : "InActive"%>

+<% + if (opItr.hasNext()) { +%>Available Operations<% +} else { +%> There are no Operations specified<% + } + opItr = axisService.getOperations(); +%>
    <% + while (opItr.hasNext()) { + AxisOperation axisOperation = (AxisOperation) opItr.next(); +%>
  • <%=axisOperation.getName().getLocalPart()%>
  • + <%--
    Operation EPR : <%=prifix + axisService.getName().getLocalPart() + "/"+ axisOperation.getName().getLocalPart()%>--%> + <% + } + %>
+<% + status = true; + } + } + if (errornessservice != null) { + if (errornessservice.size() > 0) { + request.getSession().setAttribute(Constants.IS_FAULTY, Constants.IS_FAULTY); +%> +
+ +

Faulty Services

+<% + Enumeration faultyservices = errornessservice.keys(); + while (faultyservices.hasMoreElements()) { + String faultyserviceName = (String) faultyservices.nextElement(); +%>

+ <%=faultyserviceName%>

+<% + } + } + status = true; + } + if (!status) { +%> No services listed! Try hitting refresh. <% + } +%> + + + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/listSingleService.jsp b/Workspace/Siman-WS/WebContent/axis2-web/listSingleService.jsp new file mode 100644 index 0000000..a987de3 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/listSingleService.jsp @@ -0,0 +1,103 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.Constants, + org.apache.axis2.description.AxisOperation" %> +<%@ page import="org.apache.axis2.description.AxisService" %> +<%@ page import="org.apache.axis2.description.Parameter" %> +<%@ page import="org.apache.axis2.engine.AxisConfiguration" %> +<%@ page import="org.apache.axis2.util.JavaUtils" %> +<%@ page import="java.util.Hashtable" %> +<%@ page import="java.util.Iterator" %> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

List Single Service

+<% + String prefix = request.getAttribute("frontendHostUrl") + (String)request.getSession().getAttribute(Constants.SERVICE_PATH) + "/"; +%> +<% + String isFault = (String) request.getSession().getAttribute(Constants.IS_FAULTY); + String servicName = request.getParameter("serviceName"); + if (Constants.IS_FAULTY.equals(isFault)) { + Hashtable errornessservices = (Hashtable) request.getSession().getAttribute(Constants.ERROR_SERVICE_MAP); +%> +

This Axis service has deployment faults.

<% +%><%=(String) errornessservices.get(servicName) %> +<% + +} else { + + AxisService axisService = + (AxisService) request.getSession().getAttribute(Constants.SINGLE_SERVICE); + if (axisService != null) { + Iterator opItr = axisService.getOperations(); + //operationsList = operations.values(); + String serviceName = axisService.getName(); +%>

<%=serviceName%>

+Service EPR : <%=prefix + axisService.getName()%>
+<% + boolean disableREST = false; + AxisConfiguration axisConfiguration = axisService.getAxisConfiguration(); + + Parameter parameter; + + // do we need to completely disable REST support + parameter = axisConfiguration.getParameter(Constants.Configuration.DISABLE_REST); + if (parameter != null) { + disableREST = !JavaUtils.isFalseExplicitly(parameter.getValue()); + } + if (!disableREST ) { +%> +<% + } + + + String serviceDescription = axisService.getServiceDescription(); + if (serviceDescription == null || "".equals(serviceDescription)) { + serviceDescription = "No description available for this service"; + } +%> +

Service Description : <%=serviceDescription%>

+ +Service Status : <%=axisService.isActive() ? "Active" : "InActive"%>
+<% + if (opItr.hasNext()) { +%>Available operations<% +} else { +%> There are no Operations specified<% + } + opItr = axisService.getOperations(); +%>
    <% + while (opItr.hasNext()) { + AxisOperation axisOperation = (AxisOperation) opItr.next(); +%>
  • <%=axisOperation.getName().getLocalPart()%>
  • + <%--
    Operation EPR : <%=prifix + axisService.getName().getLocalPart() + "/"+ axisOperation.getName().getLocalPart()%>--%> + <% + } + %>
+<% +} else { +%> +

No services found in this location

+<% + } + + } +%> + diff --git a/Workspace/Siman-WS/WebContent/axis2-web/upload.jsp b/Workspace/Siman-WS/WebContent/axis2-web/upload.jsp new file mode 100644 index 0000000..63aaef3 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/upload.jsp @@ -0,0 +1,69 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + +

Upload an Axis Service Archive File

+ +

You can upload a packaged Axis2 service from this page in two small steps.

+
    +
  • Browse to the location and select the axis service archive file you wish to upload
  • +
  • Click "Upload" button
  • +
+

Simple as that!

+ +<% if ("success".equals(request.getAttribute("status"))) { %> +File <%= request.getAttribute("filename") %> successfully uploaded

+<% +} else if ("failure".equals(request.getAttribute("status"))) { +%> +The following error occurred
<%= request.getAttribute("cause") %>

+<% } %> + +
+ + + + + + + + + +
Service archive :
 
+
+
+

Hot deployment of new service archives is <%=request.getAttribute("hotDeployment") %>

+

Hot update of existing service archives is <%=request.getAttribute("hotUpdate") %>

+
+ diff --git a/Workspace/Siman-WS/WebContent/axis2-web/viewServiceContext.jsp b/Workspace/Siman-WS/WebContent/axis2-web/viewServiceContext.jsp new file mode 100644 index 0000000..44ab8fa --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/viewServiceContext.jsp @@ -0,0 +1,50 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.context.ServiceContext" %> +<%@ page import="java.util.Iterator" %> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

Running Context Hierarchy

+<% + ServiceContext serviceContext = (ServiceContext) request.getSession().getAttribute("ServiceContext"); + String type = (String) request.getSession().getAttribute("TYPE"); + if (serviceContext != null) { + if (type != null) { + if ("VIEW".equals(type)) { + Iterator propertyNames = serviceContext.getPropertyNames(); +%> +

Persistance Properties

    + <% + while (propertyNames.hasNext()) { + String key = (String) propertyNames.next(); + Object property = serviceContext.getProperty(key); + %> +
  • <%=key%> : <%=property.toString()%>
  • + <% + } + %>
+<% + } +} else { +%>

No Service Context Found

<% + } + } +%> + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/viewServiceGroupContext.jsp b/Workspace/Siman-WS/WebContent/axis2-web/viewServiceGroupContext.jsp new file mode 100644 index 0000000..27ca86c --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/viewServiceGroupContext.jsp @@ -0,0 +1,55 @@ +<%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> + +<%@ page import="org.apache.axis2.context.ConfigurationContext"%> +<%@ page import="org.apache.axis2.context.ServiceGroupContext"%> +<%@ page import="java.util.Iterator"%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

Runing Context hierachy

+<% + String type = (String) request.getSession().getAttribute("TYPE"); + ConfigurationContext configCtx = (ConfigurationContext) request.getSession().getAttribute("ConfigurationContext"); + ServiceGroupContext sgContext = (ServiceGroupContext) request.getSession().getAttribute("ServiceGroupContext"); + if (sgContext != null) { + if (type != null) { + if ("VIEW".equals(type)) { + Iterator propertyNames = sgContext.getPropertyNames(); +%> +

Persistance properties

    + <% + while (propertyNames.hasNext()) { + String key = (String) propertyNames.next(); + Object property = sgContext.getProperty(key); + %> +
  • <%=key%> : <%=property.toString()%>
  • + <% + } + %>
+ <% + } else if("DELETE".equals(type)){ + configCtx.removeServiceGroupContext(sgContext.getId()); + %>Removed the context<% + } + } + } else { +%>

No service group context found

<% + } +%> + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/axis2-web/viewphases.jsp b/Workspace/Siman-WS/WebContent/axis2-web/viewphases.jsp new file mode 100644 index 0000000..7b9ba95 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/axis2-web/viewphases.jsp @@ -0,0 +1,111 @@ + <%-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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. + --%> <%@ page import="org.apache.axis2.Constants, + org.apache.axis2.deployment.util.PhasesInfo, + org.apache.axis2.engine.Phase"%> + <%@ page import="java.util.List"%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + +

Available Phases

+ <% + PhasesInfo phases = (PhasesInfo)request.getSession().getAttribute(Constants.PHASE_LIST); + request.getSession().setAttribute(Constants.PHASE_LIST,null); + List tempList = phases.getGlobalInflow(); + %>

System Pre-defined Phases

+ InFlow Up to Dispatcher +
+ <% + for (int i = 0; i < tempList.size(); i++) { + Phase phase = (Phase) tempList.get(i); + %><%=phase.getPhaseName()%>
<% + } + %> +
+ InFaultFlow +
+ <% + tempList = phases.getGlobalInFaultPhases(); + for (int i = 0; i < tempList.size(); i++) { + Phase phase = (Phase) tempList.get(i); + %><%=phase.getPhaseName()%>
<% + } + %> +
+ OutFlow +
+ <% + tempList = phases.getGlobalOutPhaseList(); + for (int i = 0; i < tempList.size(); i++) { + Phase phase = (Phase) tempList.get(i); + %><%=phase.getPhaseName()%>
<% + } + %> +
+ OutFaultFlow +
+ <% + tempList = phases.getOUT_FaultPhases(); + for (int i = 0; i < tempList.size(); i++) { + Phase phase = (Phase) tempList.get(i); + %><%=phase.getPhaseName()%>
<% + } + %> +
+
+

User Defined Phases

+ Inflow after Dispatcher +
+ <% + tempList = phases.getOperationInPhases(); + for (int i = 0; i < tempList.size(); i++) { + Phase phase = (Phase) tempList.get(i); + %><%=phase.getPhaseName()%>
<% + } + %> +
+ InFaultFlow after Dispatcher +
+ <% + tempList = phases.getOperationInFaultPhases(); + for (int i = 0; i < tempList.size(); i++) { + Phase phase = (Phase) tempList.get(i); + %><%=phase.getPhaseName()%>
<% + } + %> +
+ OutFlow +
+ <% + tempList = phases.getOperationOutPhases(); + for (int i = 0; i < tempList.size(); i++) { + Phase phase = (Phase) tempList.get(i); + %><%=phase.getPhaseName()%>
<% + } + %> +
+ OutFaultFlow +
+ <% + tempList = phases.getOperationOutFaultPhases(); + for (int i = 0; i < tempList.size(); i++) { + Phase phase = (Phase) tempList.get(i); + %><%=phase.getPhaseName()%>
<% + } + %> +
+ diff --git a/Workspace/Siman-WS/WebContent/conf/download.xml b/Workspace/Siman-WS/WebContent/conf/download.xml new file mode 100644 index 0000000..4767d46 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/conf/download.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/conf/login.conf b/Workspace/Siman-WS/WebContent/conf/login.conf new file mode 100644 index 0000000..e11cfc5 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/conf/login.conf @@ -0,0 +1,3 @@ +Simer { + org.splat.kernel.RealmLoginModule required debug=true; +}; \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/conf/my.xml b/Workspace/Siman-WS/WebContent/conf/my.xml new file mode 100644 index 0000000..6697d17 --- /dev/null +++ b/Workspace/Siman-WS/WebContent/conf/my.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/conf/repository.xml b/Workspace/Siman-WS/WebContent/conf/repository.xml new file mode 100644 index 0000000..30aeb7c --- /dev/null +++ b/Workspace/Siman-WS/WebContent/conf/repository.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/conf/som.xml b/Workspace/Siman-WS/WebContent/conf/som.xml new file mode 100644 index 0000000..bd0db4e --- /dev/null +++ b/Workspace/Siman-WS/WebContent/conf/som.xml @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + +
+
+
+
+
+
+ + +
+
+ + + +
+
+
+
+ + +
+ + +
+
+
+ + + + + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorData.class b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorData.class new file mode 100644 index 0000000..941d4fa Binary files /dev/null and b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorData.class differ diff --git a/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorFilter.class b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorFilter.class new file mode 100644 index 0000000..5d94bd2 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorFilter.class differ diff --git a/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorPage.class b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorPage.class new file mode 100644 index 0000000..56c2fde Binary files /dev/null and b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorPage.class differ diff --git a/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorTableModel.class b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorTableModel.class new file mode 100644 index 0000000..069e2f6 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorTableModel.class differ diff --git a/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorTextArea.class b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorTextArea.class new file mode 100644 index 0000000..92ce867 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$SOAPMonitorTextArea.class differ diff --git a/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$ServiceFilterPanel.class b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$ServiceFilterPanel.class new file mode 100644 index 0000000..68a36c7 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet$ServiceFilterPanel.class differ diff --git a/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet.class b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet.class new file mode 100644 index 0000000..6ea7eeb Binary files /dev/null and b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet.class differ diff --git a/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/servlet/SOAPMonitorConstants.class b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/servlet/SOAPMonitorConstants.class new file mode 100644 index 0000000..dc3d0fa Binary files /dev/null and b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/servlet/SOAPMonitorConstants.class differ diff --git a/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/servlet/SOAPMonitorService$ConnectionThread.class b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/servlet/SOAPMonitorService$ConnectionThread.class new file mode 100644 index 0000000..4c8f104 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/servlet/SOAPMonitorService$ConnectionThread.class differ diff --git a/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/servlet/SOAPMonitorService$ServerSocketThread.class b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/servlet/SOAPMonitorService$ServerSocketThread.class new file mode 100644 index 0000000..46a3108 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/servlet/SOAPMonitorService$ServerSocketThread.class differ diff --git a/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/servlet/SOAPMonitorService.class b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/servlet/SOAPMonitorService.class new file mode 100644 index 0000000..d61a821 Binary files /dev/null and b/Workspace/Siman-WS/WebContent/org/apache/axis2/soapmonitor/servlet/SOAPMonitorService.class differ diff --git a/Workspace/Siman-WS/build.properties b/Workspace/Siman-WS/build.properties new file mode 100644 index 0000000..9dd89b5 --- /dev/null +++ b/Workspace/Siman-WS/build.properties @@ -0,0 +1,10 @@ +siman-ws.src.dir=src +siman-ws.bin.dir=build +siman-ws.dist.dir=dist +webapp.name=siman-ws +siman-ws.content.dir=WebContent +siman-common.project.name=Siman-Common +splat.project.name=SPlat +config.src.dir=conf +config.debug.dir=src +config.release.dir=conf/generated/release \ No newline at end of file diff --git a/Workspace/Siman-WS/build.xml b/Workspace/Siman-WS/build.xml new file mode 100644 index 0000000..8b7b5c4 --- /dev/null +++ b/Workspace/Siman-WS/build.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/Siman-WS/conf/debug.properties b/Workspace/Siman-WS/conf/debug.properties new file mode 100644 index 0000000..6ff257d --- /dev/null +++ b/Workspace/Siman-WS/conf/debug.properties @@ -0,0 +1,32 @@ +# Connection properties +connection.url=jdbc:mysql://localhost/simer +connection.username=simer +connection.password=admin +connection.driver_class=com.mysql.jdbc.Driver +#connection.driver_class=com.p6spy.engine.spy.P6SpyDriver + +# Hibernate config +hibernate.hbm2ddl.auto=update +hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect +hibernate.current_session_context_class=thread + +# Log properties +hibernate.show_sql=true +root.logger.appender= +root.logger.level=DEBUG +com.opensymphony.logger.level=DEBUG +org.apache.struts2.logger.level=DEBUG +org.springframework.logger.level=DEBUG +org.hibernate.logger.level=DEBUG +org.splat.siman.logger.level=DEBUG +log4j.logger.org.hibernate.logger.level=DEBUG +com.opensymphony.xwork2.validator.logger.level=DEBUG +org.apache.struts2.interceptor.validation.logger.level=DEBUG + +# Generated file header +file.header=Don't edit manually. See the source in @config.src.dir@. + +wapp.root=D:/DevTools/SIMAN/SIMAN_SRC/Workspace/Siman-WS/WebContent/ + + + diff --git a/Workspace/Siman-WS/conf/debug_pg.properties b/Workspace/Siman-WS/conf/debug_pg.properties new file mode 100644 index 0000000..87e1a87 --- /dev/null +++ b/Workspace/Siman-WS/conf/debug_pg.properties @@ -0,0 +1,32 @@ +# Connection properties +connection.url=jdbc:postgresql://localhost:5432/simer +connection.username=simer +connection.password=admin +connection.driver_class=org.postgresql.Driver +#connection.driver_class=com.p6spy.engine.spy.P6SpyDriver + +# Hibernate config +hibernate.hbm2ddl.auto=update +hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect +hibernate.current_session_context_class=thread + +# Log properties +hibernate.show_sql=true +root.logger.appender= +root.logger.level=DEBUG +com.opensymphony.logger.level=DEBUG +org.apache.struts2.logger.level=DEBUG +org.springframework.logger.level=DEBUG +org.hibernate.logger.level=DEBUG +org.splat.siman.logger.level=DEBUG +log4j.logger.org.hibernate.logger.level=DEBUG +com.opensymphony.xwork2.validator.logger.level=DEBUG +org.apache.struts2.interceptor.validation.logger.level=DEBUG + +# Generated file header +file.header=Don't edit manually. See the source in @config.src.dir@. + +wapp.root=c:/work/SIMAN/SIMAN_SRC/Workspace/Siman/WebContent/ + + + diff --git a/Workspace/Siman-WS/conf/release.properties b/Workspace/Siman-WS/conf/release.properties new file mode 100644 index 0000000..559942f --- /dev/null +++ b/Workspace/Siman-WS/conf/release.properties @@ -0,0 +1,26 @@ +# Connection properties +connection.url=jdbc:mysql://localhost/simer +connection.username=simer +connection.password=admin +connection.driver_class=com.p6spy.engine.spy.P6SpyDriver + +# Hibernate config +hibernate.hbm2ddl.auto=validate +hibernate.dialect=org.hibernate.dialect.MySQLDialect +hibernate.current_session_context_class=thread + +# Log properties +hibernate.show_sql=false +root.logger.appender= +root.logger.level=INFO +com.opensymphony.logger.level=INFO +org.apache.struts2.logger.level=INFO +org.springframework.logger.level=INFO +org.hibernate.logger.level=INFO +org.splat.siman.logger.level=INFO +log4j.logger.org.hibernate.logger.level=INFO + +# Generated file header +file.header================================= + +wapp.root=D:/DevTools/SIMAN/SIMAN_SRC/Workspace/Siman-WS/WebContent/ diff --git a/Workspace/Siman-WS/conf/templates/hibernate.properties b/Workspace/Siman-WS/conf/templates/hibernate.properties new file mode 100644 index 0000000..0f7fd36 --- /dev/null +++ b/Workspace/Siman-WS/conf/templates/hibernate.properties @@ -0,0 +1,12 @@ +# Generated at @datesimple@ @time@ +# @file.header@ +# Connection properties +connection.driver_class=@connection.driver_class@ + +# Hibernate config +hibernate.hbm2ddl.auto=@hibernate.hbm2ddl.auto@ +hibernate.dialect=@hibernate.dialect@ +hibernate.current_session_context_class=@hibernate.current_session_context_class@ + +# Log properties +hibernate.show_sql=@hibernate.show_sql@ diff --git a/Workspace/Siman-WS/conf/templates/jdbc.properties b/Workspace/Siman-WS/conf/templates/jdbc.properties new file mode 100644 index 0000000..e178b7e --- /dev/null +++ b/Workspace/Siman-WS/conf/templates/jdbc.properties @@ -0,0 +1,7 @@ +# Generated at @datesimple@ @time@ +# @file.header@ +# Connection properties +connection.url=@connection.url@ +connection.username=@connection.username@ +connection.password=@connection.password@ +connection.driver_class=@connection.driver_class@ diff --git a/Workspace/Siman-WS/conf/templates/log4j.xml b/Workspace/Siman-WS/conf/templates/log4j.xml new file mode 100644 index 0000000..10d1dcb --- /dev/null +++ b/Workspace/Siman-WS/conf/templates/log4j.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @root.logger.appender@ + + + diff --git a/Workspace/Siman-WS/conf/templates/siman.properties b/Workspace/Siman-WS/conf/templates/siman.properties new file mode 100644 index 0000000..b1eee7d --- /dev/null +++ b/Workspace/Siman-WS/conf/templates/siman.properties @@ -0,0 +1,14 @@ +schema.version = D-0.3 + +wapp.version = D-0.5 +wapp.root = @wapp.root@ +wapp.login = conf/login.conf +wapp.configuration = conf/som.xml +wapp.customization = conf/my.xml +wapp.website = http://www.salome-platform.org +wapp.onlinehelp = http://docs.salome-platform.org/salome_6_3_1/gui/GUI_index.html +wapp.context = repository + +locale.supported = fr,en + +hibernate.config.file=hibernate.properties \ No newline at end of file diff --git a/Workspace/Siman-WS/dist/siman-ws.war b/Workspace/Siman-WS/dist/siman-ws.war new file mode 100644 index 0000000..0114f7a Binary files /dev/null and b/Workspace/Siman-WS/dist/siman-ws.war differ diff --git a/Workspace/Siman-WS/src/hibernate.properties b/Workspace/Siman-WS/src/hibernate.properties new file mode 100644 index 0000000..250f981 --- /dev/null +++ b/Workspace/Siman-WS/src/hibernate.properties @@ -0,0 +1,12 @@ +# Generated at 13/11/2012 04:32:01 +# Don't edit manually. See the source in D:\DevTools\SIMAN\SIMAN_SRC\Workspace\Siman-WS\conf\templates. +# Connection properties +connection.driver_class=com.mysql.jdbc.Driver + +# Hibernate config +hibernate.hbm2ddl.auto=update +hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect +hibernate.current_session_context_class=thread + +# Log properties +hibernate.show_sql=true diff --git a/Workspace/Siman-WS/src/jdbc.properties b/Workspace/Siman-WS/src/jdbc.properties new file mode 100644 index 0000000..614bb8f --- /dev/null +++ b/Workspace/Siman-WS/src/jdbc.properties @@ -0,0 +1,7 @@ +# Generated at 13/11/2012 04:32:01 +# Don't edit manually. See the source in D:\DevTools\SIMAN\SIMAN_SRC\Workspace\Siman-WS\conf\templates. +# Connection properties +connection.url=jdbc:mysql://localhost/simer +connection.username=simer +connection.password=admin +connection.driver_class=com.mysql.jdbc.Driver diff --git a/Workspace/Siman-WS/src/log4j.xml b/Workspace/Siman-WS/src/log4j.xml new file mode 100644 index 0000000..ac5ea0d --- /dev/null +++ b/Workspace/Siman-WS/src/log4j.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/Siman-WS/src/org/splat/ws_server/service/salome/ServiceData.xml b/Workspace/Siman-WS/src/org/splat/ws_server/service/salome/ServiceData.xml new file mode 100644 index 0000000..4685feb --- /dev/null +++ b/Workspace/Siman-WS/src/org/splat/ws_server/service/salome/ServiceData.xml @@ -0,0 +1,3 @@ + + + diff --git a/Workspace/Siman-WS/src/org/splat/ws_server/service/salome/SimanSalomeService.java b/Workspace/Siman-WS/src/org/splat/ws_server/service/salome/SimanSalomeService.java new file mode 100644 index 0000000..c277e99 --- /dev/null +++ b/Workspace/Siman-WS/src/org/splat/ws_server/service/salome/SimanSalomeService.java @@ -0,0 +1,17 @@ +package org.splat.ws_server.service.salome; + +import java.io.File; + +public interface SimanSalomeService { + + /** Create the siman-salome.conf file. + * @param studyID the study ID + * @param scenarioID the scenario ID + * @param userID the user ID + * @param uploadPath the upload path + * @return the siman-salome.conf + */ + + public File createConfigFile(final Long studyID, final Long scenarioID, + final Long userID, final String uploadPath); +} diff --git a/Workspace/Siman-WS/src/org/splat/ws_server/service/salome/SimanSalomeServiceImpl.java b/Workspace/Siman-WS/src/org/splat/ws_server/service/salome/SimanSalomeServiceImpl.java new file mode 100644 index 0000000..9073305 --- /dev/null +++ b/Workspace/Siman-WS/src/org/splat/ws_server/service/salome/SimanSalomeServiceImpl.java @@ -0,0 +1,24 @@ +package org.splat.ws_server.service.salome; + +import java.io.File; +import org.splat.service.ScenarioService; + +public class SimanSalomeServiceImpl implements SimanSalomeService { + + private ScenarioService _scenarioService; + + public File createConfigFile(final Long studyID, final Long scenarioID, + final Long userID, final String uploadPath) { + + return _scenarioService.createConfigFile(studyID, scenarioID, userID, + uploadPath); + } + + public ScenarioService getScenarioService() { + return _scenarioService; + } + + public void setScenarioService(final ScenarioService scenarioService) { + _scenarioService = scenarioService; + } +} diff --git a/Workspace/Siman-WS/src/org/splat/ws_server/service/salome/services.xml b/Workspace/Siman-WS/src/org/splat/ws_server/service/salome/services.xml new file mode 100644 index 0000000..0dd106d --- /dev/null +++ b/Workspace/Siman-WS/src/org/splat/ws_server/service/salome/services.xml @@ -0,0 +1,28 @@ + + + + + http + + + SIMAN Web Service for SALOME + + + + + + + org.apache.axis2.extensions.spring.receivers.SpringServletContextObjectSupplier + + + org.splat.ws_server.service.salome.SimanSalomeService + + + + SimanSalomeService + + + + diff --git a/Workspace/Siman-WS/src/org/splat/ws_server/test/HelloSimanWS.java b/Workspace/Siman-WS/src/org/splat/ws_server/test/HelloSimanWS.java new file mode 100644 index 0000000..8062bfd --- /dev/null +++ b/Workspace/Siman-WS/src/org/splat/ws_server/test/HelloSimanWS.java @@ -0,0 +1,9 @@ +package org.splat.ws_server.test; + +public class HelloSimanWS { + private static final String SALUTATION = "Hello SIMAN"; + + public String getGreeting(String name) { + return SALUTATION + " " + name; + } +} diff --git a/Workspace/Siman-WS/src/org/splat/ws_server/test/ServiceData.xml b/Workspace/Siman-WS/src/org/splat/ws_server/test/ServiceData.xml new file mode 100644 index 0000000..4685feb --- /dev/null +++ b/Workspace/Siman-WS/src/org/splat/ws_server/test/ServiceData.xml @@ -0,0 +1,3 @@ + + + diff --git a/Workspace/Siman-WS/src/siman.properties b/Workspace/Siman-WS/src/siman.properties new file mode 100644 index 0000000..674b2ac --- /dev/null +++ b/Workspace/Siman-WS/src/siman.properties @@ -0,0 +1,14 @@ +schema.version = D-0.3 + +wapp.version = D-0.5 +wapp.root = D:/DevTools/SIMAN/SIMAN_SRC/Workspace/Siman-WS/WebContent/ +wapp.login = conf/login.conf +wapp.configuration = conf/som.xml +wapp.customization = conf/my.xml +wapp.website = http://www.salome-platform.org +wapp.onlinehelp = http://docs.salome-platform.org/salome_6_3_1/gui/GUI_index.html +wapp.context = repository + +locale.supported = fr,en + +hibernate.config.file=hibernate.properties \ No newline at end of file diff --git a/Workspace/Siman-WS/src/spring/applicationContext.xml b/Workspace/Siman-WS/src/spring/applicationContext.xml new file mode 100644 index 0000000..1e4a0ac --- /dev/null +++ b/Workspace/Siman-WS/src/spring/applicationContext.xml @@ -0,0 +1,22 @@ + + + + + + + + + + +