From: <pka...@us...> - 2009-07-22 10:47:47
|
Revision: 345 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=345&view=rev Author: pkasprzak Date: 2009-07-22 10:47:43 +0000 (Wed, 22 Jul 2009) Log Message: ----------- * WS-Interface to RelationManager (for tests, using existing cddm.xsd data-model) * MASSIV casa updates * Tests don't work for now (will be migrated to soap-ui) Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/AssemblyInformation.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/jbiasa/CSEIPCA.wsdl trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/java-cfg-CSECore-ejb.xml Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-07-22 10:46:13 UTC (rev 344) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-07-22 10:47:43 UTC (rev 345) @@ -179,6 +179,24 @@ </move> </target> <target name="deps-javaee-jar" depends="init" unless="${no.dependencies}"> + <ant target="dist" inheritall="false" antfile="${project.CSECore-ejb}/build.xml"/> + <basename property="CSECore-ejb.su.name" file="${project.CSECore-ejb}"/> + <property name="CSECore-ejb.su.dir" value="${src.dir}/../jbiServiceUnits/${CSECore-ejb.su.name}"/> + <unzip src="${reference.CSECore-ejb.dist}" dest="${src.dir}/../jbiServiceUnits/${CSECore-ejb.su.name}"> + <patternset> + <include name="**/*.wsdl"/> + <include name="**/*.WSDL"/> + <include name="**/*.xsd"/> + <include name="**/*.XSD"/> + <include name="META-INF/jbi.xml"/> + </patternset> + </unzip> + <unzip src="${reference.CSECore-ejb.dist}" dest="${src.dir}/../jbiServiceUnits/META-INF/CSECore-ejb"> + <patternset> + <include name="META-INF/catalog.xml"/> + </patternset> + </unzip> + <jbi-javaee-dist projectName="CSECore-ejb" subprojJar="${reference.CSECore-ejb.dist}" subprojDir="${project.CSECore-ejb}" suExtractDir="${CSECore-ejb.su.dir}" subprojResource="${resource.CSECore-ejb}"/> <ant target="dist" inheritall="false" antfile="${project.IdentityMapper}/build.xml"/> <basename property="IdentityMapper.su.name" file="${project.IdentityMapper}"/> <property name="IdentityMapper.su.dir" value="${src.dir}/../jbiServiceUnits/${IdentityMapper.su.name}"/> @@ -224,16 +242,19 @@ <!-- You can override this target in the ../build.xml file. --> </target> <target name="library-inclusion-in-archive" depends="compile"> + <unjar dest="${build.classes.dir}" src="${reference.CSECore-ejb.dist}"/> <unjar dest="${build.classes.dir}" src="${reference.IdentityMapper.dist}"/> <unjar dest="${build.classes.dir}" src="${reference.XSLTTransform.dist}"/> </target> <target name="library-inclusion-in-manifest" depends="compile"> + <basename property="included.lib.reference.CSECore-ejb.dist" file="${reference.CSECore-ejb.dist}"/> + <copy todir="${build.classes.dir}" file="${reference.CSECore-ejb.dist}"/> <basename property="included.lib.reference.IdentityMapper.dist" file="${reference.IdentityMapper.dist}"/> <copy todir="${build.classes.dir}" file="${reference.IdentityMapper.dist}"/> <basename property="included.lib.reference.XSLTTransform.dist" file="${reference.XSLTTransform.dist}"/> <copy todir="${build.classes.dir}" file="${reference.XSLTTransform.dist}"/> <manifest file="${build.classes.dir}/META-INF/MANIFEST.MF" mode="update"> - <attribute name="Class-Path" value="${included.lib.reference.IdentityMapper.dist},${included.lib.reference.XSLTTransform.dist}"/> + <attribute name="Class-Path" value="${included.lib.reference.CSECore-ejb.dist},${included.lib.reference.IdentityMapper.dist},${included.lib.reference.XSLTTransform.dist}"/> </manifest> </target> <target name="do-compile" depends="init,deps-jar,pre-pre-compile,pre-compile"/> @@ -325,6 +346,7 @@ CLEANUP SECTION --> <target name="deps-clean" depends="init" unless="${no.dependencies}"> + <ant target="clean" inheritall="false" antfile="${project.CSECore-ejb}/build.xml"/> <ant target="clean" inheritall="false" antfile="${project.Common}/build.xml"/> <ant target="clean" inheritall="false" antfile="${project.ILIASClientAdapter}/build.xml"/> <ant target="clean" inheritall="false" antfile="${project.IdentityMapper}/build.xml"/> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-07-22 10:46:13 UTC (rev 344) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-07-22 10:47:43 UTC (rev 345) @@ -1,8 +1,8 @@ -build.xml.data.CRC32=b15138c1 +build.xml.data.CRC32=2f33f906 build.xml.script.CRC32=22f94a4b build.xml.stylesheet.CRC32=b168c0ed # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=b15138c1 -nbproject/build-impl.xml.script.CRC32=cbf50caf +nbproject/build-impl.xml.data.CRC32=2f33f906 +nbproject/build-impl.xml.script.CRC32=3b9843f4 nbproject/build-impl.xml.stylesheet.CRC32=2f99740f Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.properties 2009-07-22 10:46:13 UTC (rev 344) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.properties 2009-07-22 10:47:43 UTC (rev 345) @@ -27,27 +27,30 @@ javadoc.use=true javadoc.version=false javadoc.windowtitle= -jbi.content.additional=${reference.ILIASClientAdapter.dist_se};${reference.Common.dist_se};${reference.ObjectProcessor.dist_se};${reference.IdentityMapper.dist};${reference.XSLTTransform.dist};${reference.LSFClientAdapter.dist_se} -jbi.content.component=sun-bpel-engine;sun-bpel-engine;sun-bpel-engine;sun-javaee-engine;sun-javaee-engine;sun-bpel-engine -jbi.content.javaee.jars=${reference.IdentityMapper.dist};${reference.XSLTTransform.dist} +jbi.content.additional=${reference.CSECore-ejb.dist};${reference.ILIASClientAdapter.dist_se};${reference.Common.dist_se};${reference.ObjectProcessor.dist_se};${reference.IdentityMapper.dist};${reference.XSLTTransform.dist};${reference.LSFClientAdapter.dist_se} +jbi.content.component=sun-javaee-engine;sun-bpel-engine;sun-bpel-engine;sun-bpel-engine;sun-javaee-engine;sun-javaee-engine;sun-bpel-engine +jbi.content.javaee.jars=${reference.CSECore-ejb.dist};${reference.IdentityMapper.dist};${reference.XSLTTransform.dist} jbi.service-assembly.description=Represents the Service Assembly of CSEIPCA jbi.service-assembly.id=CSEIPCA jbi.service-unit.description=Represents this Service Unit meta.inf=${source.root}/conf platform.active=default_platform project.Common=../Common +project.CSECore-ejb=../CSECore-ejb project.IdentityMapper=../IdentityMapper project.ILIASClientAdapter=../ILIASClientAdapter project.LSFClientAdapter=../LSFClientAdapter project.ObjectProcessor=../ObjectProcessor project.XSLTTransform=../XSLTTransform reference.Common.dist_se=${project.Common}/build/SEDeployment.jar +reference.CSECore-ejb.dist=${project.CSECore-ejb}/dist/CSECore-ejb.jar reference.IdentityMapper.dist=${project.IdentityMapper}/dist/IdentityMapper.jar reference.ILIASClientAdapter.dist_se=${project.ILIASClientAdapter}/build/SEDeployment.jar reference.LSFClientAdapter.dist_se=${project.LSFClientAdapter}/build/SEDeployment.jar reference.ObjectProcessor.dist_se=${project.ObjectProcessor}/build/SEDeployment.jar reference.XSLTTransform.dist=${project.XSLTTransform}/dist/XSLTTransform.jar resource.Common=${project.Common}/setup +resource.CSECore-ejb=${project.CSECore-ejb}/setup resource.IdentityMapper=${project.IdentityMapper}/setup resource.ILIASClientAdapter=${project.ILIASClientAdapter}/setup resource.LSFClientAdapter=${project.LSFClientAdapter}/setup Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.xml 2009-07-22 10:46:13 UTC (rev 344) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.xml 2009-07-22 10:47:43 UTC (rev 345) @@ -5,11 +5,20 @@ <data xmlns="http://www.netbeans.org/ns/j2ee-jbi/1"> <name>CSEIPCA</name> <minimum-ant-version>1.6</minimum-ant-version> + <included-library>reference.CSECore-ejb.dist</included-library> <included-library>reference.IdentityMapper.dist</included-library> <included-library>reference.XSLTTransform.dist</included-library> </data> <references xmlns="http://www.netbeans.org/ns/ant-project-references/1"> <reference> + <foreign-project>CSECore-ejb</foreign-project> + <artifact-type>j2ee_archive</artifact-type> + <script>build.xml</script> + <target>dist</target> + <clean-target>clean</clean-target> + <id>dist</id> + </reference> + <reference> <foreign-project>Common</foreign-project> <artifact-type>CAPS.asa:sun-bpel-engine</artifact-type> <script>build.xml</script> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/AssemblyInformation.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/AssemblyInformation.xml 2009-07-22 10:46:13 UTC (rev 344) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/AssemblyInformation.xml 2009-07-22 10:47:43 UTC (rev 345) @@ -7,6 +7,16 @@ </identification> <service-unit> <identification> + <name>CSEIPCA-CSECore-ejb</name> + <description>Represents this Service Unit</description> + </identification> + <target> + <artifacts-zip>CSECore-ejb.jar</artifacts-zip> + <component-name>sun-javaee-engine</component-name> + </target> + </service-unit> + <service-unit> + <identification> <name>CSEIPCA-ILIASClientAdapter</name> <description>Represents this Service Unit</description> </identification> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-07-22 10:46:13 UTC (rev 344) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-07-22 10:47:43 UTC (rev 345) @@ -1,66 +1,71 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="urn:ilUserAdministration" xmlns:ns10="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" xmlns:ns11="http://cse.campussource.de/wsdl/ILIASClientAdapter/Login" xmlns:ns12="http://cse.campussource.de/bpel/ILIASClientAdapter/ResolveEPR" xmlns:ns13="http://cse.campussource.de/wsdl/ILIASClientAdapter/ResolveEPR" xmlns:ns14="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns15="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns16="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteAccount" xmlns:ns17="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteAccount" xmlns:ns18="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns19="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns20="http://cse.campussource.de/bpel/ILIASClientAdapter/AddAccount" xmlns:ns21="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddAccount" xmlns:ns22="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns23="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns24="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateAccount" xmlns:ns25="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateAccount" xmlns:ns26="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns27="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns28="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns29="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns30="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns31="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns32="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns33="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns34="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns35="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns4="LSFClientAdapterCA" xmlns:ns5="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns6="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns7="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:ns8="http://cse.campussource.de/ejb/ConfigurationManager" xmlns:ns9="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:xlink="http://www.w3.org/2000/xlink"> +<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="urn:ilUserAdministration" xmlns:ns10="http://cse.campussource.de/ejb/EntityManager" xmlns:ns11="http://cse.campussource.de/bpel/ILIASClientAdapter/ResolveEPR" xmlns:ns12="http://cse.campussource.de/wsdl/ILIASClientAdapter/ResolveEPR" xmlns:ns13="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns14="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns15="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns16="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns17="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateAccount" xmlns:ns18="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateAccount" xmlns:ns19="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns20="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns21="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns22="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns23="http://cse.campussource.de/bpel/ILIASClientAdapter/AddAccount" xmlns:ns24="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddAccount" xmlns:ns25="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns26="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns27="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns28="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns29="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteAccount" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns30="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteAccount" xmlns:ns31="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns32="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" xmlns:ns33="http://cse.campussource.de/wsdl/ILIASClientAdapter/Login" xmlns:ns34="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns35="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns36="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns37="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns38="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns4="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns5="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:ns6="http://cse.campussource.de/ejb/ConfigurationManager" xmlns:ns7="LSFClientAdapterCA" xmlns:ns8="http://cse.campussource.de/ejb/RelationManager" xmlns:ns9="http://cse.campussource.de/ejb/IdentityManager" xmlns:xlink="http://www.w3.org/2000/xlink"> <endpoints> <endpoint endpoint-name="ILIASSoapWebservicePort" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint1" service-name="ns1:ILIASSoapWebservice"/> <endpoint endpoint-name="IdentityMapperPort" interface-name="ns2:IdentityMapperPortType" name="endpoint2" service-name="ns2:IdentityMapperService"/> <endpoint endpoint-name="XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint3" service-name="ns3:XSLTTransformService"/> - <endpoint endpoint-name="casaPort1" interface-name="ns5:LSFClientAdapterPortType" name="endpoint4" service-name="ns4:casaService1"/> - <endpoint endpoint-name="ObjectProcessorPortTypeBindingPort" interface-name="ns6:ObjectProcessorPortType" name="endpoint5" service-name="ns6:ObjectProcessorService"/> - <endpoint endpoint-name="ILIASClientAdapterPort" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint6" service-name="ns7:ILIASClientAdapterService"/> - <endpoint endpoint-name="ConfigurationManagerPort" interface-name="ns8:ConfigurationManager" name="endpoint7" service-name="ns8:ConfigurationManagerWSService"/> - <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint8" process-name="OutboundClientAdapter" service-name="ns9:ILIASAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns11:LoginPortType" name="endpoint9" process-name="Login" service-name="ns10:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="ResolveEPRPortTypeRole_myRole" file-path="ResolveEPR.bpel" interface-name="ns13:ResolveEPRPortType" name="endpoint10" process-name="ResolveEPR" service-name="ns12:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns15:AddCategoryPortType" name="endpoint11" process-name="AddCategory" service-name="ns14:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteAccountPortTypeRole_myRole" file-path="DeleteAccount.bpel" interface-name="ns17:DeleteAccountPortType" name="endpoint12" process-name="DeleteAccount" service-name="ns16:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns19:UpdateCoursePortType" name="endpoint13" process-name="UpdateCourse" service-name="ns18:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddAccountPortTypeRole_myRole" file-path="AddAccount.bpel" interface-name="ns21:AddAccountPortType" name="endpoint14" process-name="AddAccount" service-name="ns20:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns23:AddCoursePortType" name="endpoint15" process-name="AddCourse" service-name="ns22:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="UpdateAccountPortTypeRole_myRole" file-path="UpdateAccount.bpel" interface-name="ns25:UpdateAccountPortType" name="endpoint16" process-name="UpdateAccount" service-name="ns24:IliasAdapter"/> - <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns27:UpdateCategoryPortType" name="endpoint17" process-name="UpdateCategory" service-name="ns26:IliasAdpater"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns29:DeleteCoursePortType" name="endpoint18" process-name="DeleteCourse" service-name="ns28:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns31:DeleteCategoryPortType" name="endpoint19" process-name="DeleteCategory" service-name="ns30:IliasAdapter"/> - <endpoint display-name="ResolveEPR" endpoint-name="ResolveEPRPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns13:ResolveEPRPortType" name="endpoint20" process-name="OutboundClientAdapter" service-name="ns9:ResolveEPR"/> - <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns11:LoginPortType" name="endpoint21" process-name="OutboundClientAdapter" service-name="ns9:Login"/> - <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns23:AddCoursePortType" name="endpoint22" process-name="OutboundClientAdapter" service-name="ns9:AddCourse"/> - <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns19:UpdateCoursePortType" name="endpoint23" process-name="OutboundClientAdapter" service-name="ns9:UpdateCourse"/> - <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns29:DeleteCoursePortType" name="endpoint24" process-name="OutboundClientAdapter" service-name="ns9:DeleteCourse"/> - <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns15:AddCategoryPortType" name="endpoint25" process-name="OutboundClientAdapter" service-name="ns9:AddCategory"/> - <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns27:UpdateCategoryPortType" name="endpoint26" process-name="OutboundClientAdapter" service-name="ns9:UpdateCategory"/> - <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns31:DeleteCategoryPortType" name="endpoint27" process-name="OutboundClientAdapter" service-name="ns9:DeleteCategory"/> - <endpoint display-name="AddAccount" endpoint-name="AddAccountPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns21:AddAccountPortType" name="endpoint28" process-name="OutboundClientAdapter" service-name="ns9:AddAccount"/> - <endpoint display-name="UpdateAccount" endpoint-name="UpdateAccountPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns25:UpdateAccountPortType" name="endpoint29" process-name="OutboundClientAdapter" service-name="ns9:UpdateAccount"/> - <endpoint display-name="DeleteAccount" endpoint-name="DeleteAccountPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns17:DeleteAccountPortType" name="endpoint30" process-name="OutboundClientAdapter" service-name="ns9:DeleteAccount"/> - <endpoint display-name="ReplyProcessor" endpoint-name="ReplyProcessorPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns32:ReplyProcessorPortType" name="endpoint31" process-name="OutboundClientAdapter" service-name="ns9:ReplyProcessor"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint32" process-name="OutboundClientAdapter" service-name="ns9:ILIAS"/> - <endpoint display-name="ConfigurationManager" endpoint-name="ConfigurationManagerRole_partnerRole" file-path="Login.bpel" interface-name="ns8:ConfigurationManager" name="endpoint33" process-name="Login" service-name="ns10:ConfigurationManager"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint34" process-name="Login" service-name="ns10:ILIAS"/> - <endpoint display-name="ConfigurationManager" endpoint-name="ConfigurationManagerRole_partnerRole" file-path="ResolveEPR.bpel" interface-name="ns8:ConfigurationManager" name="endpoint35" process-name="ResolveEPR" service-name="ns12:ConfigurationManager"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint36" process-name="AddCategory" service-name="ns14:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint37" process-name="DeleteAccount" service-name="ns16:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint38" process-name="UpdateCourse" service-name="ns18:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint39" process-name="AddAccount" service-name="ns20:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint40" process-name="AddCourse" service-name="ns22:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint41" process-name="UpdateAccount" service-name="ns24:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint42" process-name="UpdateCategory" service-name="ns26:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint43" process-name="DeleteCourse" service-name="ns28:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint44" process-name="DeleteCategory" service-name="ns30:ILIAS"/> - <endpoint display-name="ClientAdapter" endpoint-name="ReplyProcessorPortTypeRole_myRole" file-path="ReplyProcessor.bpel" interface-name="ns32:ReplyProcessorPortType" name="endpoint45" process-name="ReplyProcessor" service-name="ns33:ClientAdapter"/> - <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="InboundObjectProcessor.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint46" process-name="InboundObjectProcessor" service-name="ns34:ClientAdapter"/> - <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="InboundObjectProcessor.bpel" interface-name="ns2:IdentityMapperPortType" name="endpoint47" process-name="InboundObjectProcessor" service-name="ns34:IdentityMapper"/> - <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns2:IdentityMapperPortType" name="endpoint48" service-name="ns2:IdentityMapperService"/> - <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint49" service-name="ns3:XSLTTransformService"/> - <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:LSFClientAdapterPortType" name="endpoint50" process-name="InboundClientAdapter" service-name="ns35:LSF"/> - <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint51" process-name="InboundClientAdapter" service-name="ns35:XSLTTransform"/> - <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint52" process-name="InboundClientAdapter" service-name="ns35:ObjectProcessor"/> + <endpoint endpoint-name="ObjectProcessorPortTypeBindingPort" interface-name="ns4:ObjectProcessorPortType" name="endpoint4" service-name="ns4:ObjectProcessorService"/> + <endpoint endpoint-name="ILIASClientAdapterPort" interface-name="ns5:ILIASClientAdapterPortType" name="endpoint5" service-name="ns5:ILIASClientAdapterService"/> + <endpoint endpoint-name="ConfigurationManagerPort" interface-name="ns6:ConfigurationManager" name="endpoint6" service-name="ns6:ConfigurationManagerWSService"/> + <endpoint endpoint-name="RelationManagerTest" interface-name="ns8:RelationManager" name="endpoint7" service-name="ns7:casaService1"/> + <endpoint endpoint-name="RelationManagerPort" interface-name="ns8:RelationManager" name="endpoint8" service-name="ns8:RelationManagerWSService"/> + <endpoint endpoint-name="IliasClientAdapterTest" interface-name="ns5:ILIASClientAdapterPortType" name="endpoint9" service-name="ns7:casaService2"/> + <endpoint endpoint-name="javaee_IdentityManagerPort" interface-name="ns9:IdentityManager" name="endpoint10" service-name="ns9:IdentityManagerWSService"/> + <endpoint endpoint-name="javaee_EntityManagerPort" interface-name="ns10:EntityManager" name="endpoint11" service-name="ns10:EntityManagerWSService"/> + <endpoint endpoint-name="javaee_RelationManagerPort" interface-name="ns8:RelationManager" name="endpoint12" service-name="ns8:RelationManagerWSService"/> + <endpoint display-name="IliasAdapter" endpoint-name="ResolveEPRPortTypeRole_myRole" file-path="ResolveEPR.bpel" interface-name="ns12:ResolveEPRPortType" name="endpoint13" process-name="ResolveEPR" service-name="ns11:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns14:UpdateCoursePortType" name="endpoint14" process-name="UpdateCourse" service-name="ns13:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns16:DeleteCategoryPortType" name="endpoint15" process-name="DeleteCategory" service-name="ns15:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="UpdateAccountPortTypeRole_myRole" file-path="UpdateAccount.bpel" interface-name="ns18:UpdateAccountPortType" name="endpoint16" process-name="UpdateAccount" service-name="ns17:IliasAdapter"/> + <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns20:UpdateCategoryPortType" name="endpoint17" process-name="UpdateCategory" service-name="ns19:IliasAdpater"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns22:DeleteCoursePortType" name="endpoint18" process-name="DeleteCourse" service-name="ns21:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddAccountPortTypeRole_myRole" file-path="AddAccount.bpel" interface-name="ns24:AddAccountPortType" name="endpoint19" process-name="AddAccount" service-name="ns23:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns26:AddCategoryPortType" name="endpoint20" process-name="AddCategory" service-name="ns25:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns28:AddCoursePortType" name="endpoint21" process-name="AddCourse" service-name="ns27:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteAccountPortTypeRole_myRole" file-path="DeleteAccount.bpel" interface-name="ns30:DeleteAccountPortType" name="endpoint22" process-name="DeleteAccount" service-name="ns29:IliasAdapter"/> + <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns5:ILIASClientAdapterPortType" name="endpoint23" process-name="OutboundClientAdapter" service-name="ns31:ILIASAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns33:LoginPortType" name="endpoint24" process-name="Login" service-name="ns32:IliasAdapter"/> + <endpoint display-name="ConfigurationManager" endpoint-name="ConfigurationManagerRole_partnerRole" file-path="ResolveEPR.bpel" interface-name="ns6:ConfigurationManager" name="endpoint25" process-name="ResolveEPR" service-name="ns11:ConfigurationManager"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint26" process-name="UpdateCourse" service-name="ns13:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint27" process-name="DeleteCategory" service-name="ns15:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint28" process-name="UpdateAccount" service-name="ns17:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint29" process-name="UpdateCategory" service-name="ns19:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint30" process-name="DeleteCourse" service-name="ns21:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint31" process-name="AddAccount" service-name="ns23:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint32" process-name="AddCategory" service-name="ns25:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint33" process-name="AddCourse" service-name="ns27:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint34" process-name="DeleteAccount" service-name="ns29:ILIAS"/> + <endpoint display-name="ResolveEPR" endpoint-name="ResolveEPRPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns12:ResolveEPRPortType" name="endpoint35" process-name="OutboundClientAdapter" service-name="ns31:ResolveEPR"/> + <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns33:LoginPortType" name="endpoint36" process-name="OutboundClientAdapter" service-name="ns31:Login"/> + <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns28:AddCoursePortType" name="endpoint37" process-name="OutboundClientAdapter" service-name="ns31:AddCourse"/> + <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns14:UpdateCoursePortType" name="endpoint38" process-name="OutboundClientAdapter" service-name="ns31:UpdateCourse"/> + <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns22:DeleteCoursePortType" name="endpoint39" process-name="OutboundClientAdapter" service-name="ns31:DeleteCourse"/> + <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns26:AddCategoryPortType" name="endpoint40" process-name="OutboundClientAdapter" service-name="ns31:AddCategory"/> + <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns20:UpdateCategoryPortType" name="endpoint41" process-name="OutboundClientAdapter" service-name="ns31:UpdateCategory"/> + <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns16:DeleteCategoryPortType" name="endpoint42" process-name="OutboundClientAdapter" service-name="ns31:DeleteCategory"/> + <endpoint display-name="AddAccount" endpoint-name="AddAccountPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns24:AddAccountPortType" name="endpoint43" process-name="OutboundClientAdapter" service-name="ns31:AddAccount"/> + <endpoint display-name="UpdateAccount" endpoint-name="UpdateAccountPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns18:UpdateAccountPortType" name="endpoint44" process-name="OutboundClientAdapter" service-name="ns31:UpdateAccount"/> + <endpoint display-name="DeleteAccount" endpoint-name="DeleteAccountPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns30:DeleteAccountPortType" name="endpoint45" process-name="OutboundClientAdapter" service-name="ns31:DeleteAccount"/> + <endpoint display-name="ReplyProcessor" endpoint-name="ReplyProcessorPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns34:ReplyProcessorPortType" name="endpoint46" process-name="OutboundClientAdapter" service-name="ns31:ReplyProcessor"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint47" process-name="OutboundClientAdapter" service-name="ns31:ILIAS"/> + <endpoint display-name="ConfigurationManager" endpoint-name="ConfigurationManagerRole_partnerRole" file-path="Login.bpel" interface-name="ns6:ConfigurationManager" name="endpoint48" process-name="Login" service-name="ns32:ConfigurationManager"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint49" process-name="Login" service-name="ns32:ILIAS"/> + <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="InboundObjectProcessor.bpel" interface-name="ns4:ObjectProcessorPortType" name="endpoint50" process-name="InboundObjectProcessor" service-name="ns35:ClientAdapter"/> + <endpoint display-name="ClientAdapter" endpoint-name="ReplyProcessorPortTypeRole_myRole" file-path="ReplyProcessor.bpel" interface-name="ns34:ReplyProcessorPortType" name="endpoint51" process-name="ReplyProcessor" service-name="ns36:ClientAdapter"/> + <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="InboundObjectProcessor.bpel" interface-name="ns2:IdentityMapperPortType" name="endpoint52" process-name="InboundObjectProcessor" service-name="ns35:IdentityMapper"/> + <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns2:IdentityMapperPortType" name="endpoint53" service-name="ns2:IdentityMapperService"/> + <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint54" service-name="ns3:XSLTTransformService"/> + <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns38:LSFClientAdapterPortType" name="endpoint55" process-name="InboundClientAdapter" service-name="ns37:LSF"/> + <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint56" process-name="InboundClientAdapter" service-name="ns37:XSLTTransform"/> + <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns4:ObjectProcessorPortType" name="endpoint57" process-name="InboundClientAdapter" service-name="ns37:ObjectProcessor"/> </endpoints> <service-units> - <service-engine-service-unit artifacts-zip="ILIASClientAdapter.jar" component-name="sun-bpel-engine" defined="true" description="Represents this Service Unit" internal="true" name="CSEIPCA-ILIASClientAdapter" unit-name="ILIASClientAdapter" unknown="false" x="130" y="97"> - <provides endpoint="endpoint8"/> - <provides endpoint="endpoint9"/> + <service-engine-service-unit artifacts-zip="CSECore-ejb.jar" component-name="sun-javaee-engine" defined="true" description="Represents this Service Unit" internal="true" name="CSEIPCA-CSECore-ejb" unit-name="CSECore-ejb" unknown="false" x="138" y="97"> <provides endpoint="endpoint10"/> <provides endpoint="endpoint11"/> <provides endpoint="endpoint12"/> + </service-engine-service-unit> + <service-engine-service-unit artifacts-zip="ILIASClientAdapter.jar" component-name="sun-bpel-engine" defined="true" description="Represents this Service Unit" internal="true" name="CSEIPCA-ILIASClientAdapter" unit-name="ILIASClientAdapter" unknown="false" x="130" y="256"> <provides endpoint="endpoint13"/> <provides endpoint="endpoint14"/> <provides endpoint="endpoint15"/> @@ -68,11 +73,11 @@ <provides endpoint="endpoint17"/> <provides endpoint="endpoint18"/> <provides endpoint="endpoint19"/> - <consumes endpoint="endpoint20"/> - <consumes endpoint="endpoint21"/> - <consumes endpoint="endpoint22"/> - <consumes endpoint="endpoint23"/> - <consumes endpoint="endpoint24"/> + <provides endpoint="endpoint20"/> + <provides endpoint="endpoint21"/> + <provides endpoint="endpoint22"/> + <provides endpoint="endpoint23"/> + <provides endpoint="endpoint24"/> <consumes endpoint="endpoint25"/> <consumes endpoint="endpoint26"/> <consumes endpoint="endpoint27"/> @@ -93,116 +98,139 @@ <consumes endpoint="endpoint42"/> <consumes endpoint="endpoint43"/> <consumes endpoint="endpoint44"/> - </service-engine-service-unit> - <service-engine-service-unit artifacts-zip="Common.jar" component-name="sun-bpel-engine" defined="true" description="Represents this Service Unit" internal="true" name="CSEIPCA-Common" unit-name="Common" unknown="false" x="160" y="886"/> - <service-engine-service-unit artifacts-zip="ObjectProcessor.jar" component-name="sun-bpel-engine" defined="true" description="Represents this Service Unit" internal="true" name="CSEIPCA-ObjectProcessor" unit-name="ObjectProcessor" unknown="false" x="133" y="969"> - <provides endpoint="endpoint45"/> - <provides endpoint="endpoint46"/> + <consumes endpoint="endpoint45"/> + <consumes endpoint="endpoint46"/> <consumes endpoint="endpoint47"/> + <consumes endpoint="endpoint48"/> + <consumes endpoint="endpoint49"/> </service-engine-service-unit> - <service-engine-service-unit artifacts-zip="IdentityMapper.jar" component-name="sun-javaee-engine" defined="true" description="Represents this Service Unit" internal="true" name="CSEIPCA-IdentityMapper" unit-name="IdentityMapper" unknown="false" x="133" y="1170"> - <provides endpoint="endpoint48"/> - </service-engine-service-unit> - <service-engine-service-unit artifacts-zip="XSLTTransform.jar" component-name="sun-javaee-engine" defined="true" description="Represents this Service Unit" internal="true" name="CSEIPCA-XSLTTransform" unit-name="XSLTTransform" unknown="false" x="133" y="1285"> - <provides endpoint="endpoint49"/> - </service-engine-service-unit> - <service-engine-service-unit artifacts-zip="LSFClientAdapter.jar" component-name="sun-bpel-engine" defined="true" description="Represents this Service Unit" internal="true" name="CSEIPCA-LSFClientAdapter" unit-name="LSFClientAdapter" unknown="false" x="135" y="1400"> + <service-engine-service-unit artifacts-zip="Common.jar" component-name="sun-bpel-engine" defined="true" description="Represents this Service Unit" internal="true" name="CSEIPCA-Common" unit-name="Common" unknown="false" x="160" y="1415"/> + <service-engine-service-unit artifacts-zip="ObjectProcessor.jar" component-name="sun-bpel-engine" defined="true" description="Represents this Service Unit" internal="true" name="CSEIPCA-ObjectProcessor" unit-name="ObjectProcessor" unknown="false" x="133" y="1498"> <provides endpoint="endpoint50"/> - <consumes endpoint="endpoint51"/> + <provides endpoint="endpoint51"/> <consumes endpoint="endpoint52"/> </service-engine-service-unit> + <service-engine-service-unit artifacts-zip="IdentityMapper.jar" component-name="sun-javaee-engine" defined="true" description="Represents this Service Unit" internal="true" name="CSEIPCA-IdentityMapper" unit-name="IdentityMapper" unknown="false" x="133" y="1699"> + <provides endpoint="endpoint53"/> + </service-engine-service-unit> + <service-engine-service-unit artifacts-zip="XSLTTransform.jar" component-name="sun-javaee-engine" defined="true" description="Represents this Service Unit" internal="true" name="CSEIPCA-XSLTTransform" unit-name="XSLTTransform" unknown="false" x="133" y="1814"> + <provides endpoint="endpoint54"/> + </service-engine-service-unit> + <service-engine-service-unit artifacts-zip="LSFClientAdapter.jar" component-name="sun-bpel-engine" defined="true" description="Represents this Service Unit" internal="true" name="CSEIPCA-LSFClientAdapter" unit-name="LSFClientAdapter" unknown="false" x="135" y="1929"> + <provides endpoint="endpoint55"/> + <consumes endpoint="endpoint56"/> + <consumes endpoint="endpoint57"/> + </service-engine-service-unit> <binding-component-service-unit artifacts-zip="sun-http-binding.jar" component-name="sun-http-binding" description="Represents this Service Unit" name="CSEIPCA-sun-http-binding" unit-name="sun-http-binding"> <ports> - <port x="67" y="422"> - <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1']/port[@name='casaPort1'])" xlink:type="simple"/> - <consumes endpoint="endpoint4"/> - <provides endpoint="endpoint4"/> + <port bindingType="soap" x="67" y="163"> + <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1']/port[@name='RelationManagerTest'])" xlink:type="simple"/> + <consumes endpoint="endpoint7"/> + <provides endpoint="endpoint7"/> </port> - <port x="0" y="-1"> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice']/port[@name='ILIASSoapWebservicePort'])" xlink:type="simple"/> + <port bindingType="soap" x="67" y="319"> + <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService2']/port[@name='IliasClientAdapterTest'])" xlink:type="simple"/> + <consumes endpoint="endpoint9"/> + <provides endpoint="endpoint9"/> + </port> + <port x="67" y="431"> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice']/port[@name='ILIASSoapWebservicePort'])" xlink:type="simple"/> <consumes endpoint="endpoint1"/> <provides endpoint="endpoint1"/> </port> - <port x="67" y="37"> + <port state="deleted" x="67" y="274"> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService']/port[@name='ILIASClientAdapterPort'])" xlink:type="simple"/> + <consumes endpoint="endpoint5"/> + <provides endpoint="endpoint5"/> + </port> + <port x="67" y="688"> + <link xlink:href="../jbiServiceUnits/Common/ConfigurationManager.wsdl#xpointer(/definitions/service[@name='ConfigurationManagerWSService']/port[@name='ConfigurationManagerPort'])" xlink:type="simple"/> <consumes endpoint="endpoint6"/> <provides endpoint="endpoint6"/> </port> - <port x="0" y="-1"> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/Common/src/ConfigurationManager.wsdl#xpointer(/definitions/service[@name='ConfigurationManagerWSService']/port[@name='ConfigurationManagerPort'])" xlink:type="simple"/> - <consumes endpoint="endpoint7"/> - <provides endpoint="endpoint7"/> + <port state="deleted" x="67" y="37"> + <link xlink:href="../jbiServiceUnits/Common/RelationManager.wsdl#xpointer(/definitions/service[@name='RelationManagerWSService']/port[@name='RelationManagerPort'])" xlink:type="simple"/> + <consumes endpoint="endpoint8"/> + <provides endpoint="endpoint8"/> </port> - <port x="0" y="-1"> + <port state="deleted" x="67" y="507"> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService']/port[@name='XSLTTransformPort'])" xlink:type="simple"/> + <consumes endpoint="endpoint3"/> + <provides endpoint="endpoint3"/> + </port> + <port state="deleted" x="67" y="191"> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService']/port[@name='ObjectProcessorPortTypeBindingPort'])" xlink:type="simple"/> - <consumes endpoint="endpoint5"/> - <provides endpoint="endpoint5"/> + <consumes endpoint="endpoint4"/> + <provides endpoint="endpoint4"/> </port> - <port x="67" y="191"> + <port state="deleted" x="67" y="413"> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService']/port[@name='IdentityMapperPort'])" xlink:type="simple"/> <consumes endpoint="endpoint2"/> <provides endpoint="endpoint2"/> </port> - <port x="67" y="345"> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService']/port[@name='XSLTTransformPort'])" xlink:type="simple"/> - <consumes endpoint="endpoint3"/> - <provides endpoint="endpoint3"/> - </port> </ports> </binding-component-service-unit> </service-units> <connections> - <connection consumer="endpoint22" provider="endpoint15" state="unchanged"/> + <connection consumer="endpoint37" provider="endpoint21" state="unchanged"/> + <connection consumer="endpoint26" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint27" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint28" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint29" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint30" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint31" provider="endpoint1" state="unchanged"/> <connection consumer="endpoint32" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint33" provider="endpoint1" state="unchanged"/> <connection consumer="endpoint34" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint36" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint37" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint38" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint39" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint40" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint41" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint42" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint43" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint44" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint24" provider="endpoint18" state="unchanged"/> - <connection consumer="endpoint27" provider="endpoint19" state="unchanged"/> - <connection consumer="endpoint2" provider="endpoint48" state="unchanged"/> - <connection consumer="endpoint47" provider="endpoint48" state="unchanged"/> - <connection consumer="endpoint21" provider="endpoint9" state="unchanged"/> - <connection consumer="endpoint20" provider="endpoint10" state="unchanged"/> - <connection consumer="endpoint3" provider="endpoint49" state="unchanged"/> - <connection consumer="endpoint51" provider="endpoint49" state="unchanged"/> - <connection consumer="endpoint4" provider="endpoint50" state="unchanged"/> - <connection consumer="endpoint5" provider="endpoint46" state="unchanged"/> - <connection consumer="endpoint52" provider="endpoint46" state="unchanged"/> - <connection consumer="endpoint25" provider="endpoint11" state="unchanged"/> - <connection consumer="endpoint28" provider="endpoint14" state="unchanged"/> - <connection consumer="endpoint26" provider="endpoint17" state="unchanged"/> - <connection consumer="endpoint6" provider="endpoint8" state="unchanged"/> - <connection consumer="endpoint23" provider="endpoint13" state="unchanged"/> - <connection consumer="endpoint29" provider="endpoint16" state="unchanged"/> - <connection consumer="endpoint33" provider="endpoint7" state="unchanged"/> - <connection consumer="endpoint35" provider="endpoint7" state="unchanged"/> - <connection consumer="endpoint30" provider="endpoint12" state="unchanged"/> - <connection consumer="endpoint31" provider="endpoint45" state="unchanged"/> + <connection consumer="endpoint47" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint49" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint7" provider="endpoint12" state="unchanged"/> + <connection consumer="endpoint42" provider="endpoint15" state="unchanged"/> + <connection consumer="endpoint39" provider="endpoint18" state="unchanged"/> + <connection consumer="endpoint52" provider="endpoint53" state="unchanged"/> + <connection consumer="endpoint35" provider="endpoint13" state="unchanged"/> + <connection consumer="endpoint36" provider="endpoint24" state="unchanged"/> + <connection consumer="endpoint56" provider="endpoint54" state="unchanged"/> + <connection consumer="endpoint57" provider="endpoint50" state="unchanged"/> + <connection consumer="endpoint43" provider="endpoint19" state="unchanged"/> + <connection consumer="endpoint40" provider="endpoint20" state="unchanged"/> + <connection consumer="endpoint41" provider="endpoint17" state="unchanged"/> + <connection consumer="endpoint38" provider="endpoint14" state="unchanged"/> + <connection consumer="endpoint9" provider="endpoint23" state="new"/> + <connection consumer="endpoint44" provider="endpoint16" state="unchanged"/> + <connection consumer="endpoint25" provider="endpoint6" state="unchanged"/> + <connection consumer="endpoint48" provider="endpoint6" state="unchanged"/> + <connection consumer="endpoint45" provider="endpoint22" state="unchanged"/> + <connection consumer="endpoint46" provider="endpoint51" state="unchanged"/> + <connection consumer="endpoint8" provider="endpoint12" state="deleted"/> + <connection consumer="endpoint4" provider="endpoint50" state="deleted"/> + <connection consumer="endpoint3" provider="endpoint54" state="deleted"/> + <connection consumer="endpoint2" provider="endpoint53" state="deleted"/> + <connection consumer="endpoint5" provider="endpoint23" state="deleted"/> </connections> <porttypes> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/faultHandlingMsg.wsdl#xpointer(/definitions/portType[@name='faultHandlingMsgPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteAccount.wsdl#xpointer(/definitions/portType[@name='DeleteAccountPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCourse.wsdl#xpointer(/definitions/portType[@name='DeleteCoursePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCourse.wsdl#xpointer(/definitions/portT... [truncated message content] |