From: <pka...@us...> - 2009-03-25 09:35:52
|
Revision: 104 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=104&view=rev Author: pkasprzak Date: 2009-03-25 09:35:41 +0000 (Wed, 25 Mar 2009) Log Message: ----------- Import Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/Catalog.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/catalog.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/ 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/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/AssemblyInformation.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/BindingComponentInformation.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/ComponentInformation.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/connections.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/java-cfg-IdentityMapper.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/java-cfg-XSLTTransform.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/javaee_config.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/jbiasa/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/jbiasa/CSEIPCA.wsdl trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase1/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase1/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase1/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase1/Output.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/Catalog.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/Catalog.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/Catalog.xml 2009-03-25 09:35:41 UTC (rev 104) @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?><catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system"><nextCatalog catalog="src/jbiServiceUnits/META-INF/LSFClientAdapter/catalog.xml"/><nextCatalog catalog="src/jbiServiceUnits/META-INF/ObjectProcessor/catalog.xml"/></catalog> \ No newline at end of file Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml 2009-03-25 09:35:41 UTC (rev 104) @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- You may freely edit this file. See commented blocks below for --> +<!-- some examples of how to customize the build. --> +<!-- (If you delete it and reopen the project it will be recreated.) --> +<project name="" default="default" basedir="." xmlns:web="http://www.netbeans.org/ns/j2ee-ejbjarproject/1"> + <description>Builds, tests, and runs the project .</description> + <import file="nbproject/build-impl.xml"/> + <!-- + + There exist several targets which are by default empty and which can be + used for execution of your tasks. These targets are usually executed + before and after some main targets. They are: + + pre-init: called before initialization of project properties + post-init: called after initialization of project properties + pre-compile: called before javac compilation + post-compile: called after javac compilation + pre-compile-single: called before javac compilation of single file + post-compile-single: called after javac compilation of single file + pre-dist: called before jar building + post-dist: called after jar building + post-clean: called after cleaning build products + + Example of pluging an obfuscator after the compilation could look like + + <target name="post-compile"> + <obfuscate> + <fileset dir="${build.classes.dir}"/> + </obfuscate> + </target> + + For list of available properties check the imported + nbproject/build-impl.xml file. + + + Other way how to customize the build is by overriding existing main targets. + The target of interest are: + + init-macrodef-javac: defines macro for javac compilation + init-macrodef-debug: defines macro for class debugging + do-dist: jar archive building + run: execution of project + javadoc-build: javadoc generation + + Example of overriding the target for project execution could look like + + <target name="run" depends="<PROJNAME>-impl.jar"> + <exec dir="bin" executable="launcher.exe"> + <arg file="${dist.jar}"/> + </exec> + </target> + + Notice that overridden target depends on jar target and not only on + compile target as regular run target does. Again, for list of available + properties which you can use check the target you are overriding in + nbproject/build-impl.xml file. + + --> + <target name="-check-netbeans-home"> + <condition property="no.netbeans.home"> + <not> + <isset property="netbeans.home"/> + </not> + </condition> + </target> + <target name="-init-caps" if="no.netbeans.home"> + <property file="${basedir}/nbproject/private/private.properties"/> + <property name="netbeans.home" value="${caps.netbeans.home}/platform9"/> + <property name="netbeans.user" value="${caps.netbeans.user}"/> + <property name="from.commandline" value="true"/> + </target> + <target name="-check-catd-context"> + <condition property="no.catd.context"> + <not> + <isset property="org.netbeans.modules.compapp.catd.context"/> + </not> + </condition> + </target> + <target name="-init-catd" if="no.catd.context"> + <property name="org.netbeans.modules.compapp.catd.context" value=""/> + </target> + <target name="pre-init" depends="-check-netbeans-home,-init-caps,-check-catd-context,-init-catd"/> +</project> Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/catalog.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/catalog.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/catalog.xml 2009-03-25 09:35:41 UTC (rev 104) @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system"> + <nextCatalog catalog="nbproject/private/cache/retriever/catalog.xml"/> +</catalog> \ No newline at end of file Property changes on: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject ___________________________________________________________________ Added: svn:ignore + private Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-03-25 09:35:41 UTC (rev 104) @@ -0,0 +1,408 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + *** GENERATED FROM project.xml - DO NOT EDIT *** + *** EDIT ../build.xml INSTEAD *** + + For the purpose of easier reading the script + is divided into following sections: + + - initialization + - compilation + - dist + - execution + - debugging + - cleanup + + --> +<project name="CSEIPCA-jbi-impl" default="build" basedir=".."> + <target name="default" depends="dist" description="Build whole project."/> + <!-- + INITIALIZATION SECTION + --> + <target name="pre-init"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target name="init-private" depends="pre-init"> + <property file="nbproject/private/private.properties"/> + </target> + <target name="init-userdir" depends="pre-init,init-private"> + <property name="user.properties.file" location="${netbeans.user}/build.properties"/> + </target> + <target name="init-user" depends="pre-init,init-private,init-userdir"> + <property file="${user.properties.file}"/> + </target> + <target name="init-project" depends="pre-init,init-private,init-userdir,init-user"> + <property file="nbproject/project.properties"/> + </target> + <target name="do-init" depends="pre-init,init-private,init-userdir,init-user,init-project"> + <!-- The two properties below are usually overridden --> + <!-- by the active platform. Just a fallback. --> + <property name="default.javac.source" value="1.4"/> + <property name="default.javac.target" value="1.4"/> + <condition property="have.tests"> + <or> + <available file="${test.dir}"/> + </or> + </condition> + <condition property="netbeans.home+have.tests"> + <and> + <isset property="netbeans.home"/> + <isset property="have.tests"/> + </and> + </condition> + </target> + <target name="post-init"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target name="init-check" depends="pre-init,init-private,init-userdir,init-user,init-project,do-init"> + <fail unless="src.dir">Must set src.dir</fail> + <fail unless="build.dir">Must set build.dir</fail> + <fail unless="build.generated.dir">Must set build.generated.dir</fail> + <fail unless="dist.dir">Must set dist.dir</fail> + <fail unless="build.classes.dir">Must set build.classes.dir</fail> + <fail unless="dist.jar">Must set dist.jar</fail> + <fail unless="test.dir">Must set test.dir</fail> + </target> + <target name="-init-taskdefs" if="from.commandline"> + <path id="ant.task.classpath"> + <pathelement location="${soa.module.install.dir}/org-netbeans-modules-compapp-projects-jbi.jar"/> + <pathelement location="${soa.module.install.dir}/org-netbeans-modules-compapp-manager-jbi.jar"/> + <pathelement location="${soa.module.install.dir}/org-netbeans-soa-libs-xmlbeans.jar"/> + <pathelement location="${soa.module.install.dir}/ext/jbi/jbi-admin-common.jar"/> + <pathelement location="${soa.module.install.dir}/../ant/nblib/org-netbeans-modules-compapp-projects-jbi.jar"/> + <pathelement location="${netbeans.home}/lib/org-openide-util.jar"/> + <pathelement location="${netbeans.home}/lib/org-openide-modules.jar"/> + <pathelement location="${netbeans.home}/modules/org-openide-options.jar"/> + <pathelement location="${netbeans.home}/modules/org-openide-text.jar"/> + <pathelement location="${netbeans.home}/modules/org-openide-loaders.jar"/> + <pathelement location="${netbeans.home}/modules/org-openide-nodes.jar"/> + <pathelement location="${netbeans.home}/modules/org-openide-dialogs.jar"/> + <pathelement location="${netbeans.home}/core/org-openide-filesystems.jar"/> + <pathelement location="${ide.module.install.dir}/ext/xerces-2.8.0.jar"/> + <pathelement location="${ide.module.install.dir}/ext/xml-commons-dom-ranges-1.0.b2.jar"/> + <pathelement location="${ide.module.install.dir}/org-netbeans-modules-xml-retriever.jar"/> + <pathelement location="${ide.module.install.dir}/org-netbeans-modules-xml-schema-model.jar"/> + <pathelement location="${ide.module.install.dir}/org-netbeans-modules-xml-wsdl-model.jar"/> + <pathelement location="${ide.module.install.dir}/org-netbeans-modules-xml-xam.jar"/> + <pathelement location="${ide.module.install.dir}/org-netbeans-modules-xml-text.jar"/> + <pathelement location="${ide.module.install.dir}/org-netbeans-modules-editor.jar"/> + <pathelement location="${ide.module.install.dir}/org-netbeans-modules-editor-lib.jar"/> + <pathelement location="${ide.module.install.dir}/org-netbeans-modules-editor-util.jar"/> + <pathelement location="${ide.module.install.dir}/org-netbeans-modules-projectapi.jar"/> + <pathelement location="${ide.module.install.dir}/org-netbeans-modules-classfile.jar"/> + <pathelement location="${ide.module.install.dir}/org-apache-xml-resolver.jar"/> + <pathelement location="${xml.module.install.dir}/org-netbeans-modules-xml-wsdl-extensions.jar"/> + <pathelement location="${ide.module.install.dir}/ext/jaxb/api/jaxb-api.jar"/> + <pathelement location="${ide.module.install.dir}/ext/jaxb/jaxb-impl.jar"/> + <pathelement location="${ide.module.install.dir}/ext/jaxb/activation.jar"/> + <pathelement location="${enterprise.module.install.dir}/org-netbeans-modules-j2eeserver.jar"/> + <pathelement location="${enterprise.module.install.dir}/ext/jsr88javax.jar"/> + </path> + <taskdef name="jbi-build-service-assembly" classname="org.netbeans.modules.compapp.projects.jbi.anttasks.BuildServiceAssembly"> + <classpath refid="ant.task.classpath"/> + </taskdef> + <taskdef name="jbi-deploy-service-assembly" classname="org.netbeans.modules.compapp.projects.jbi.anttasks.DeployServiceAssembly"> + <classpath refid="ant.task.classpath"/> + </taskdef> + <taskdef name="setup-debug-environment" classname="org.netbeans.modules.compapp.projects.jbi.anttasks.SetUpDebugEnvironment"> + <classpath refid="ant.task.classpath"/> + </taskdef> + <taskdef name="teardown-debug-environment" classname="org.netbeans.modules.compapp.projects.jbi.anttasks.TearDownDebugEnvironment"> + <classpath refid="ant.task.classpath"/> + </taskdef> + <taskdef name="jbi-javaee-dist" classname="org.netbeans.modules.compapp.projects.jbi.anttasks.BuildJavaEESU"> + <classpath refid="ant.task.classpath"/> + </taskdef> + </target> + <target name="init" depends="pre-init,init-private,init-userdir,init-user,init-project,do-init,post-init,init-check,-init-taskdefs"/> + <!-- + COMPILATION SECTION + --> + <target name="deps-jar" depends="init" unless="${no.dependencies}"> + <ant target="dist_se" inheritall="false" antfile="${project.LSFClientAdapter}/build.xml"/> + <property name="LSFClientAdapter.su.name" value="LSFClientAdapter"/> + <unzip src="${reference.LSFClientAdapter.dist_se}" dest="${src.dir}/../jbiServiceUnits/${LSFClientAdapter.su.name}"> + <patternset> + <include name="**/*.wsdl"/> + <include name="**/*.WSDL"/> + <include name="**/*.xsd"/> + <include name="**/*.XSD"/> + <include name="META-INF/jbi.xml"/> + <include name="META-INF/catalog.xml"/> + </patternset> + </unzip> + <property name="LSFClientAdapter.su.dir" value="${src.dir}/../jbiServiceUnits/${LSFClientAdapter.su.name}"/> + <move file="${LSFClientAdapter.su.dir}/META-INF/jbi.xml" todir="${LSFClientAdapter.su.dir}"/> + <move todir="${src.dir}/../jbiServiceUnits/META-INF/${LSFClientAdapter.su.name}"> + <fileset dir="${LSFClientAdapter.su.dir}/META-INF"/> + </move> + <ant target="dist_se" inheritall="false" antfile="${project.ObjectProcessor}/build.xml"/> + <property name="ObjectProcessor.su.name" value="ObjectProcessor"/> + <unzip src="${reference.ObjectProcessor.dist_se}" dest="${src.dir}/../jbiServiceUnits/${ObjectProcessor.su.name}"> + <patternset> + <include name="**/*.wsdl"/> + <include name="**/*.WSDL"/> + <include name="**/*.xsd"/> + <include name="**/*.XSD"/> + <include name="META-INF/jbi.xml"/> + <include name="META-INF/catalog.xml"/> + </patternset> + </unzip> + <property name="ObjectProcessor.su.dir" value="${src.dir}/../jbiServiceUnits/${ObjectProcessor.su.name}"/> + <move file="${ObjectProcessor.su.dir}/META-INF/jbi.xml" todir="${ObjectProcessor.su.dir}"/> + <move todir="${src.dir}/../jbiServiceUnits/META-INF/${ObjectProcessor.su.name}"> + <fileset dir="${ObjectProcessor.su.dir}/META-INF"/> + </move> + </target> + <target name="deps-javaee-jar" depends="init" unless="${no.dependencies}"> + <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}"/> + <unzip src="${reference.IdentityMapper.dist}" dest="${src.dir}/../jbiServiceUnits/${IdentityMapper.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.IdentityMapper.dist}" dest="${src.dir}/../jbiServiceUnits/META-INF/IdentityMapper"> + <patternset> + <include name="META-INF/catalog.xml"/> + </patternset> + </unzip> + <jbi-javaee-dist projectName="IdentityMapper" subprojJar="${reference.IdentityMapper.dist}" subprojDir="${project.IdentityMapper}" suExtractDir="${IdentityMapper.su.dir}" subprojResource="${resource.IdentityMapper}"/> + <ant target="dist" inheritall="false" antfile="${project.XSLTTransform}/build.xml"/> + <basename property="XSLTTransform.su.name" file="${project.XSLTTransform}"/> + <property name="XSLTTransform.su.dir" value="${src.dir}/../jbiServiceUnits/${XSLTTransform.su.name}"/> + <unzip src="${reference.XSLTTransform.dist}" dest="${src.dir}/../jbiServiceUnits/${XSLTTransform.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.XSLTTransform.dist}" dest="${src.dir}/../jbiServiceUnits/META-INF/XSLTTransform"> + <patternset> + <include name="META-INF/catalog.xml"/> + </patternset> + </unzip> + <jbi-javaee-dist projectName="XSLTTransform" subprojJar="${reference.XSLTTransform.dist}" subprojDir="${project.XSLTTransform}" suExtractDir="${XSLTTransform.su.dir}" subprojResource="${resource.XSLTTransform}"/> + </target> + <target name="pre-pre-compile" depends="init,deps-jar"> + <mkdir dir="${build.classes.dir}"/> + </target> + <target name="pre-compile"> + <!-- Empty placeholder for easier customization. --> + <!-- 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.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.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}"/> + </manifest> + </target> + <target name="do-compile" depends="init,deps-jar,pre-pre-compile,pre-compile"/> + <target name="post-compile"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target name="compile" depends="init,deps-jar,pre-pre-compile,pre-compile,do-compile,post-compile" description="Compile project."/> + <target name="pre-compile-single"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target name="do-compile-single" depends="init,deps-jar,pre-pre-compile"> + <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail> + </target> + <target name="post-compile-single"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target name="compile-single" depends="init,deps-jar,pre-pre-compile,pre-compile-single,do-compile-single,post-compile-single"/> + <!-- + DIST BUILDING SECTION + --> + <target name="jbi-build" depends="init,init-deploy,deps-jar, deps-javaee-jar" description="Build Service Assembly."> + <mkdir dir="${src.dir}"/> + <copy todir="${src.dir}/../jbiServiceUnits" overwrite="true"> + <fileset dir="${src.dir}"/> + </copy> + <mkdir dir="${build.dir}/META-INF"/> + <jar compress="true" jarfile="${build.dir}/BCDeployment.jar"> + <fileset dir="${src.dir}/../jbiServiceUnits"> + <exclude name="**/catalog.xml"/> + <exclude name="**/jbi.xml"/> + </fileset> + </jar> + <jbi-build-service-assembly/> + <delete file="${build.dir}/BCDeployment.jar"/> + <dirname property="dist.jar.dir" file="${dist.jar}"/> + <mkdir dir="${dist.jar.dir}"/> + <jar compress="${jar.compress}" jarfile="${dist.jar}" filesetmanifest="merge"> + <fileset dir="${build.dir}" excludes="jar/*"/> + </jar> + </target> + <target name="jbi-clean-build" depends="init,init-deploy,clean,jbi-build" description="Clean and Build Service Assembly."/> + <target name="dist" depends="jbi-build" description="Build distribution (JAR)."/> + <!-- + EXECUTION SECTION + --> + <target name="run" depends="jbi-build,run-jbi-deploy" description="Deploy to server."/> + <target name="init-deploy"> + <property name="include.jar.manifest" value=""/> + </target> + <target name="run-jbi-deploy" depends="jbi-build"> + <property name="j2ee.server.instance" value=""/> + <loadproperties srcFile="${basedir}/nbproject/private/private.properties"/> + <jbi-deploy-service-assembly serviceAssemblyID="${jbi.service-assembly.id}" serviceAssemblyLocation="${basedir}/${dist.jar}" netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}"/> + </target> + <target name="undeploy" depends="init"> + <property name="j2ee.server.instance" value=""/> + <loadproperties srcFile="${basedir}/nbproject/private/private.properties"/> + <jbi-deploy-service-assembly undeployServiceAssembly="true" serviceAssemblyID="${jbi.service-assembly.id}" serviceAssemblyLocation="${basedir}/${dist.jar}" netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}"/> + </target> + <target name="-pre-debug"> + <property name="inDebug" value="true"/> + <setup-debug-environment netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}"/> + </target> + <target name="-post-debug"> + <property name="inDebug" value="false"/> + <teardown-debug-environment netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}"/> + </target> + <!-- + DEBUGGING SECTION + --> + <target name="debug" description="Debug project in IDE." depends="run,-pre-debug" if="netbeans.home"/> + <target name="pre-debug-fix" depends="init"> + <fail unless="fix.includes">Must set fix.includes</fail> + <property name="javac.includes" value="${fix.includes}.java"/> + </target> + <target name="do-debug-fix" if="netbeans.home" depends="init,pre-debug-fix,compile-single"> + <j2seproject:nbjpdareload xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/> + </target> + <target name="debug-fix" if="netbeans.home" depends="init,pre-debug-fix,do-debug-fix"/> + <!-- + CLEANUP SECTION + --> + <target name="deps-clean" depends="init" unless="${no.dependencies}"> + <ant target="clean" inheritall="false" antfile="${project.IdentityMapper}/build.xml"/> + <ant target="clean" inheritall="false" antfile="${project.LSFClientAdapter}/build.xml"/> + <ant target="clean" inheritall="false" antfile="${project.ObjectProcessor}/build.xml"/> + <ant target="clean" inheritall="false" antfile="${project.XSLTTransform}/build.xml"/> + </target> + <target name="do-clean" depends="init"> + <delete dir="${build.dir}"/> + <delete dir="${dist.dir}"/> + <delete dir="${source.root}/jbiServiceUnits"/> + </target> + <target name="post-clean"> + <!-- Empty placeholder for easier customization. --> + <!-- You can override this target in the ../build.xml file. --> + </target> + <target name="clean" depends="init,deps-clean,do-clean,post-clean" description="Clean build products."/> + <target name="jbi-clean-config" depends="init,clear-casa,jbi-clean-build" description="Clean service assembly."/> + <target name="clear-casa"> + <delete file="${source.root}/conf/${jbi.service-assembly.id}.casa"/> + <delete file="${src.dir}/${jbi.service-assembly.id}.wsdl"/> + </target> + <!-- + JUNIT EXECUTION SECTION + ======================= + --> + <target name="-pre-test-run" if="have.tests" depends="init"> + <mkdir dir="${test.results.dir}"/> + <path id="unit.test.classpath"> + <pathelement path="${soa.module.install.dir}/org-netbeans-modules-compapp-manager-jbi.jar"/> + <pathelement path="${soa.module.install.dir}/org-netbeans-modules-compapp-projects-jbi.jar"/> + <pathelement path="${soa.module.install.dir}/ext/jbi/jbi-admin-common.jar"/> + <pathelement path="${soa.module.install.dir}/ext/jbi/catd.jar"/> + <pathelement path="${java.module.install.dir}/ext/junit-3.8.2.jar"/> + <pathelement path="${java.module.install.dir}/ext/jaxws21/api/saaj-api.jar"/> + <pathelement path="${java.module.install.dir}/ext/jaxws21/saaj-impl.jar"/> + <pathelement path="${java.module.install.dir}/ext/jaxws21/FastInfoset.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor-lib.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor-util.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor-lib2.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor-indent.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor-plain.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor-plain-lib.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor-settings.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-editor-settings-storage.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-lexer.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-xml-core.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-xml-lexer.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-xml-text.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-xml-xdm.jar"/> + <pathelement path="${ide.module.install.dir}/org-netbeans-modules-xml-xam.jar"/> + <pathelement path="${ide.module.install.dir}/ext/jaxb/activation.jar"/> + <pathelement path="${netbeans.home}/lib/org-openide-modules.jar"/> + <pathelement path="${netbeans.home}/lib/org-openide-util.jar"/> + <pathelement path="${netbeans.home}/modules/org-openide-options.jar"/> + <pathelement path="${netbeans.home}/modules/org-openide-text.jar"/> + <pathelement path="${netbeans.home}/modules/org-openide-loaders.jar"/> + <pathelement path="${netbeans.home}/modules/org-openide-nodes.jar"/> + <pathelement path="${netbeans.home}/modules/org-netbeans-modules-editor-mimelookup.jar"/> + <pathelement path="${netbeans.home}/modules/org-netbeans-modules-editor-mimelookup-impl.jar"/> + <pathelement path="${netbeans.home}/core/org-openide-filesystems.jar"/> + </path> + </target> + <target name="-do-test-run" if="netbeans.home+have.tests" depends="init,-pre-test-run"> + <junit showoutput="true" fork="yes" dir="${basedir}" failureproperty="tests.failed" errorproperty="tests.failed"> + <classpath refid="unit.test.classpath"/> + <sysproperty key="NetBeansUserDir" value="${netbeans.user}"/> + <sysproperty key="org.netbeans.modules.compapp.catd.context" value="${org.netbeans.modules.compapp.catd.context}"/> + <test name="org.netbeans.modules.compapp.catd.ConfiguredTest" haltonfailure="no" todir="${test.results.dir}"/> + <syspropertyset> + <propertyref prefix="test-sys-prop."/> + <mapper to="*" from="test-sys-prop.*" type="glob"/> + </syspropertyset> + <formatter usefile="false" type="brief"/> + <formatter type="xml"/> + </junit> + </target> + <target name="-do-single-test-run" if="netbeans.home+have.tests" depends="init,-pre-test-run"> + <junit showoutput="true" fork="yes" dir="${basedir}" failureproperty="tests.failed" errorproperty="tests.failed"> + <classpath refid="unit.test.classpath"/> + <sysproperty key="NetBeansUserDir" value="${netbeans.user}"/> + <sysproperty key="inDebug" value="${inDebug}"/> + <sysproperty key="org.netbeans.modules.compapp.catd.context" value="${org.netbeans.modules.compapp.catd.context}"/> + <test name="org.netbeans.modules.compapp.catd.ConfiguredTest" haltonfailure="no" todir="${test.results.dir}"/> + <syspropertyset> + <propertyref prefix="test-sys-prop."/> + <mapper to="*" from="test-sys-prop.*" type="glob"/> + </syspropertyset> + <formatter usefile="false" type="brief"/> + <formatter type="xml"/> + </junit> + </target> + <target name="-post-test-run" if="have.tests" depends="init,-pre-test-run,-do-test-run"> + <fail if="tests.failed">Some tests failed; see details above.</fail> + </target> + <target name="-post-single-test-run" if="have.tests" depends="init,-pre-test-run,-do-single-test-run"> + <fail if="tests.failed">Some tests failed; see details above.</fail> + </target> + <target name="test-report" if="have.tests" depends="init"/> + <target name="-test-browse" if="netbeans.home+have.tests" depends="init"/> + <target name="test" depends="init,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse" description="Run unit tests."/> + <target name="test-single" depends="init,-pre-test-run,-do-single-test-run,test-report,-post-single-test-run,-test-browse" description="Run unit tests."/> + <target name="debug-single" depends="init,-pre-test-run,-pre-debug,-do-single-test-run,-post-debug,test-report,-post-single-test-run,-test-browse" description="Debug unit tests."/> + <target name="-post-unit-test-run" if="have.tests+tests.failed" depends="init,-pre-test-run,-do-test-run"> + <echo>Some tests failed; see details above.</echo> + </target> + <target name="unit-test" depends="init,-pre-test-run,-do-test-run,test-report,-post-unit-test-run,-test-browse" description="Run unit tests in a batch."/> + <target name="jbi-unit-test" depends="run,unit-test,undeploy" description="build, deploy, test, and undeploy."/> +</project> Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-03-25 09:35:41 UTC (rev 104) @@ -0,0 +1,8 @@ +build.xml.data.CRC32=0adf3efd +build.xml.script.CRC32=7a0b0a73 +build.xml.stylesheet.CRC32=c1dfe9a8 +# 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=0adf3efd +nbproject/build-impl.xml.script.CRC32=e6f05c5d +nbproject/build-impl.xml.stylesheet.CRC32=b6a25443 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.properties 2009-03-25 09:35:41 UTC (rev 104) @@ -0,0 +1,55 @@ +build.classes.dir=${build.dir}/jar +build.classes.excludes=**/*.java,**/*.form,**/.nbattrs +build.dir=build +build.generated.dir=${build.dir}/generated +com.sun.jbi.routing=true +com.sun.jbi.routing.bc.autoconnect=true +com.sun.jbi.sa.internal.routing=true +debug.classpath=${javac.classpath}:${build.classes.dir} +dist.dir=dist +dist.jar=${dist.dir}/CSEIPCA.zip +dist.javadoc.dir=${dist.dir}/javadoc +j2ee.platform=1.4 +j2ee.server.type=J2EE +jar.compress=false +javac.debug=true +javac.deprecation=false +javac.source=1.4 +javac.target=1.4 +javadoc.author=false +javadoc.encoding= +javadoc.noindex=false +javadoc.nonavbar=false +javadoc.notree=false +javadoc.preview=true +javadoc.private=false +javadoc.splitindex=true +javadoc.use=true +javadoc.version=false +javadoc.windowtitle= +jbi.content.additional=${reference.ObjectProcessor.dist_se};${reference.IdentityMapper.dist};${reference.XSLTTransform.dist};${reference.LSFClientAdapter.dist_se} +jbi.content.component=sun-bpel-engine;sun-javaee-engine;sun-javaee-engine;sun-bpel-engine +jbi.content.javaee.jars=${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.IdentityMapper=../IdentityMapper +project.LSFClientAdapter=../LSFClientAdapter +project.ObjectProcessor=../ObjectProcessor +project.XSLTTransform=../XSLTTransform +reference.IdentityMapper.dist=${project.IdentityMapper}/dist/IdentityMapper.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.IdentityMapper=${project.IdentityMapper}/setup +resource.LSFClientAdapter=${project.LSFClientAdapter}/setup +resource.ObjectProcessor=${project.ObjectProcessor}/setup +resource.XSLTTransform=${project.XSLTTransform}/setup +source.encoding=UTF-8 +source.root=src +src.build.dir=${source.root}/jbiServiceUnits +src.dir=${source.root}/jbiasa +test.dir=test +test.results.dir=${basedir}/test/results Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.xml 2009-03-25 09:35:41 UTC (rev 104) @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://www.netbeans.org/ns/project/1"> + <type>org.netbeans.modules.compapp.projects.jbi</type> + <configuration> + <data xmlns="http://www.netbeans.org/ns/j2ee-jbi/1"> + <name>CSEIPCA</name> + <minimum-ant-version>1.6</minimum-ant-version> + <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>IdentityMapper</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>LSFClientAdapter</foreign-project> + <artifact-type>CAPS.asa:sun-bpel-engine</artifact-type> + <script>build.xml</script> + <target>dist_se</target> + <clean-target>clean</clean-target> + <id>dist_se</id> + </reference> + <reference> + <foreign-project>ObjectProcessor</foreign-project> + <artifact-type>CAPS.asa:sun-bpel-engine</artifact-type> + <script>build.xml</script> + <target>dist_se</target> + <clean-target>clean</clean-target> + <id>dist_se</id> + </reference> + <reference> + <foreign-project>XSLTTransform</foreign-project> + <artifact-type>j2ee_archive</artifact-type> + <script>build.xml</script> + <target>dist</target> + <clean-target>clean</clean-target> + <id>dist</id> + </reference> + </references> + </configuration> +</project> Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/AssemblyInformation.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/AssemblyInformation.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/AssemblyInformation.xml 2009-03-25 09:35:41 UTC (rev 104) @@ -0,0 +1,119 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<jbi xmlns="http://java.sun.com/xml/ns/jbi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:schemaLocation="http://java.sun.com/xml/ns/jbi ./jbi.xsd"> + <service-assembly> + <identification> + <name>CSEIPCA</name> + <description>Represents the Service Assembly of CSEIPCA</description> + </identification> + <service-unit> + <identification> + <name>CSEIPCA-ObjectProcessor</name> + <description>Represents this Service Unit</description> + </identification> + <target> + <artifacts-zip>ObjectProcessor.jar</artifacts-zip> + <component-name>sun-bpel-engine</component-name> + </target> + </service-unit> + <service-unit> + <identification> + <name>CSEIPCA-IdentityMapper</name> + <description>Represents this Service Unit</description> + </identification> + <target> + <artifacts-zip>IdentityMapper.jar</artifacts-zip> + <component-name>sun-javaee-engine</component-name> + </target> + </service-unit> + <service-unit> + <identification> + <name>CSEIPCA-XSLTTransform</name> + <description>Represents this Service Unit</description> + </identification> + <target> + <artifacts-zip>XSLTTransform.jar</artifacts-zip> + <component-name>sun-javaee-engine</component-name> + </target> + </service-unit> + <service-unit> + <identification> + <name>CSEIPCA-LSFClientAdapter</name> + <description>Represents this Service Unit</description> + </identification> + <target> + <artifacts-zip>LSFClientAdapter.jar</artifacts-zip> + <component-name>sun-bpel-engine</component-name> + </target> + </service-unit> + <service-unit> + <identification> + <name>CSEIPCA-sun-database-binding</name> + <description>Represents this Service Unit</description> + </identification> + <target> + <artifacts-zip>sun-database-binding.jar</artifacts-zip> + <component-name>sun-database-binding</component-name> + </target> + </service-unit> + <service-unit> + <identification> + <name>CSEIPCA-sun-file-binding</name> + <description>Represents this Service Unit</description> + </identification> + <target> + <artifacts-zip>sun-file-binding.jar</artifacts-zip> + <component-name>sun-file-binding</component-name> + </target> + </service-unit> + <service-unit> + <identification> + <name>CSEIPCA-sun-ftp-binding</name> + <description>Represents this Service Unit</description> + </identification> + <target> + <artifacts-zip>sun-ftp-binding.jar</artifacts-zip> + <component-name>sun-ftp-binding</component-name> + </target> + </service-unit> + <service-unit> + <identification> + <name>CSEIPCA-sun-http-binding</name> + <description>Represents this Service Unit</description> + </identification> + <target> + <artifacts-zip>sun-http-binding.jar</artifacts-zip> + <component-name>sun-http-binding</component-name> + </target> + </service-unit> + <service-unit> + <identification> + <name>CSEIPCA-sun-jms-binding</name> + <description>Represents this Service Unit</description> + </identification> + <target> + <artifacts-zip>sun-jms-binding.jar</artifacts-zip> + <component-name>sun-jms-binding</component-name> + </target> + </service-unit> + <service-unit> + <identification> + <name>CSEIPCA-sun-ldap-binding</name> + <description>Represents this Service Unit</description> + </identification> + <target> + <artifacts-zip>sun-ldap-binding.jar</artifacts-zip> + <component-name>sun-ldap-binding</component-name> + </target> + </service-unit> + <service-unit> + <identification> + <name>CSEIPCA-sun-scheduler-binding</name> + <description>Represents this Service Unit</description> + </identification> + <target> + <artifacts-zip>sun-scheduler-binding.jar</artifacts-zip> + <component-name>sun-scheduler-binding</component-name> + </target> + </service-unit> + </service-assembly> +</jbi> Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/BindingComponentInformation.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/BindingComponentInformation.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/BindingComponentInformation.xml 2009-03-25 09:35:41 UTC (rev 104) @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<component-info-list> + <component-info> + <description>Database binding</description> + <name>sun-database-binding</name> + <state>Installed</state> + <type>binding</type> + <xmlns>http://schemas.sun.com/jbi/wsdl-extensions/jdbc/</xmlns> + </component-info> + <component-info> + <description>File Binding</description> + <name>sun-file-binding</name> + <state>Installed</state> + <type>binding</type> + <xmlns>http://schemas.sun.com/jbi/wsdl-extensions/file/</xmlns> + </component-info> + <component-info> + <description>FTP Binding</description> + <name>sun-ftp-binding</name> + <state>Installed</state> + <type>binding</type> + <xmlns>http://schemas.sun.com/jbi/wsdl-extensions/ftp/</xmlns> + </component-info> + <component-info> + <description>HTTP Soap Binding to send SOAP messages e.g. to and from BPEL service engine.</description> + <name>sun-http-binding</name> + <state>Installed</state> + <type>binding</type> + <xmlns>http://schemas.xmlsoap.org/wsdl/http/</xmlns> + <xmlns>http://schemas.xmlsoap.org/wsdl/soap/</xmlns> + <xmlns>http://schemas.xmlsoap.org/wsdl/soap12/</xmlns> + </component-info> + <component-info> + <description>JMS Binding</description> + <name>sun-jms-binding</name> + <state>Installed</state> + <type>binding</type> + <xmlns>http://schemas.sun.com/jbi/wsdl-extensions/jms/</xmlns> + </component-info> + <component-info> + <description>LDAP binding</description> + <name>sun-ldap-binding</name> + <state>Installed</state> + <type>binding</type> + <xmlns>http://schemas.sun.com/jbi/wsdl-extensions/ldap/</xmlns> + </component-info> + <component-info> + <description>Scheduler Binding</description> + <name>sun-scheduler-binding</name> + <state>Installed</state> + <type>Binding</type> + <xmlns>http://schemas.sun.com/jbi/wsdl-extensions/scheduler/</xmlns> + </component-info> +</component-info-list> Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-03-25 09:35:41 UTC (rev 104) @@ -0,0 +1,98 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="LSFClientAdapterCA" xmlns:ns2="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns4="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns5="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns6="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns7="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:xlink="http://www.w3.org/2000/xlink"> + <endpoints> + <endpoint endpoint-name="casaPort1" interface-name="ns2:LSFClientAdapterPortType" name="endpoint1" service-name="ns1:casaService1"/> + <endpoint endpoint-name="XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint2" service-name="ns3:XSLTTransformService"/> + <endpoint endpoint-name="IdentityMapperPort" interface-name="ns4:IdentityMapperPortType" name="endpoint3" service-name="ns4:IdentityMapperService"/> + <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="ObjectProcessor.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint4" process-name="ObjectProcessor" service-name="ns5:ClientAdapter"/> + <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="ObjectProcessor.bpel" interface-name="ns4:IdentityMapperPortType" name="endpoint5" process-name="ObjectProcessor" service-name="ns5:IdentityMapper"/> + <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns4:IdentityMapperPortType" name="endpoint6" service-name="ns4:IdentityMapperService"/> + <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint7" service-name="ns3:XSLTTransformService"/> + <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns2:LSFClientAdapterPortType" name="endpoint8" process-name="InboundClientAdapter" service-name="ns7:LSF"/> + <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint9" process-name="InboundClientAdapter" service-name="ns7:XSLTTransform"/> + <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint10" process-name="InboundClientAdapter" service-name="ns7:ObjectProcessor"/> + </endpoints> + <service-units> + <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="150" y="358"> + <provides endpoint="endpoint4"/> + <consumes endpoint="endpoint5"/> + </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="152" y="511"> + <provides endpoint="endpoint6"/> + </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="154" y="259"> + <provides endpoint="endpoint7"/> + </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="143" y="72"> + <provides endpoint="endpoint8"/> + <consumes endpoint="endpoint9"/> + <consumes endpoint="endpoint10"/> + </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 bindingType="soap" x="67" y="116"> + <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1']/port[@name='casaPort1'])" xlink:type="simple"/> + <consumes endpoint="endpoint1"/> + <provides endpoint="endpoint1"/> + </port> + <port state="deleted" x="67" y="37"> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService']/port[@name='XSLTTransformPort'])" xlink:type="simple"/> + <consumes endpoint="endpoint2"/> + <provides endpoint="endpoint2"/> + </port> + <port state="deleted" x="67" y="37"> + <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="endpoint3"/> + <provides endpoint="endpoint3"/> + </port> + </ports> + </binding-component-service-unit> + </service-units> + <connections> + <connection consumer="endpoint5" provider="endpoint6" state="unchanged"/> + <connection consumer="endpoint9" provider="endpoint7" state="unchanged"/> + <connection consumer="endpoint1" provider="endpoint8" state="new"/> + <connection consumer="endpoint10" provider="endpoint4" state="unchanged"/> + <connection consumer="endpoint2" provider="endpoint7" state="deleted"/> + <connection consumer="endpoint3" provider="endpoint6" state="deleted"/> + </connections> + <porttypes> + <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/LSFClientAdapter/src/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> + </porttypes> + <bindings> + <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/LSFClientAdapter/src/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> + </bindings> + <services> + <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/LSFClientAdapter/src/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> + </services> + <regions> + <region name="WSDL Endpoints" width="150"/> + <region name="JBI Modules" width="500"/> + <region name="External Modules" width="200"/> + </regions> +</casa> Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/ComponentInformation.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/ComponentInformation.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/ComponentInformation.xml 2009-03-25 09:35:41 UTC (rev 104) @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<component-info-list> + <component-info> + <description>Database binding</description> + <name>sun-database-binding</name> + <state>Installed</state> + <type>binding</type> + </component-info> + <component-info> + <description>File Binding</description> + <name>sun-file-binding</name> + <state>Installed</state> + <ty... [truncated message content] |
From: <pka...@us...> - 2009-04-16 21:46:01
|
Revision: 119 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=119&view=rev Author: pkasprzak Date: 2009-04-16 21:45:49 +0000 (Thu, 16 Apr 2009) Log Message: ----------- * Adapted messages / variables to new datamodel (CDDM.xsd) * Course attributes are filled via xslt * Reorganized project-dependencies: common files are kept in the "Common"-Project * Cleanups Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/Catalog.xml 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/conf/connections.xml Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase2/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase2/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase2/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase2/Output.xml Property Changed: ---------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/ Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/Catalog.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/Catalog.xml 2009-03-27 12:53:30 UTC (rev 118) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/Catalog.xml 2009-04-16 21:45:49 UTC (rev 119) @@ -1 +1 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system"><nextCatalog catalog="src/jbiServiceUnits/META-INF/LSFClientAdapter/catalog.xml"/><nextCatalog catalog="src/jbiServiceUnits/META-INF/ObjectProcessor/catalog.xml"/></catalog> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?><catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system"><nextCatalog catalog="src/jbiServiceUnits/META-INF/LSFClientAdapter/catalog.xml"/><nextCatalog catalog="src/jbiServiceUnits/META-INF/ObjectProcessor/catalog.xml"/><nextCatalog catalog="src/jbiServiceUnits/META-INF/Common/catalog.xml"/></catalog> \ No newline at end of file Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-03-27 12:53:30 UTC (rev 118) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-04-16 21:45:49 UTC (rev 119) @@ -121,6 +121,23 @@ COMPILATION SECTION --> <target name="deps-jar" depends="init" unless="${no.dependencies}"> + <ant target="dist_se" inheritall="false" antfile="${project.Common}/build.xml"/> + <property name="Common.su.name" value="Common"/> + <unzip src="${reference.Common.dist_se}" dest="${src.dir}/../jbiServiceUnits/${Common.su.name}"> + <patternset> + <include name="**/*.wsdl"/> + <include name="**/*.WSDL"/> + <include name="**/*.xsd"/> + <include name="**/*.XSD"/> + <include name="META-INF/jbi.xml"/> + <include name="META-INF/catalog.xml"/> + </patternset> + </unzip> + <property name="Common.su.dir" value="${src.dir}/../jbiServiceUnits/${Common.su.name}"/> + <move file="${Common.su.dir}/META-INF/jbi.xml" todir="${Common.su.dir}"/> + <move todir="${src.dir}/../jbiServiceUnits/META-INF/${Common.su.name}"> + <fileset dir="${Common.su.dir}/META-INF"/> + </move> <ant target="dist_se" inheritall="false" antfile="${project.LSFClientAdapter}/build.xml"/> <property name="LSFClientAdapter.su.name" value="LSFClientAdapter"/> <unzip src="${reference.LSFClientAdapter.dist_se}" dest="${src.dir}/../jbiServiceUnits/${LSFClientAdapter.su.name}"> @@ -298,6 +315,7 @@ CLEANUP SECTION --> <target name="deps-clean" depends="init" unless="${no.dependencies}"> + <ant target="clean" inheritall="false" antfile="${project.Common}/build.xml"/> <ant target="clean" inheritall="false" antfile="${project.IdentityMapper}/build.xml"/> <ant target="clean" inheritall="false" antfile="${project.LSFClientAdapter}/build.xml"/> <ant target="clean" inheritall="false" antfile="${project.ObjectProcessor}/build.xml"/> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-03-27 12:53:30 UTC (rev 118) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-04-16 21:45:49 UTC (rev 119) @@ -1,8 +1,8 @@ -build.xml.data.CRC32=0adf3efd +build.xml.data.CRC32=e3254885 build.xml.script.CRC32=7a0b0a73 build.xml.stylesheet.CRC32=c1dfe9a8 # 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=0adf3efd -nbproject/build-impl.xml.script.CRC32=e6f05c5d +nbproject/build-impl.xml.data.CRC32=e3254885 +nbproject/build-impl.xml.script.CRC32=f1cfd230 nbproject/build-impl.xml.stylesheet.CRC32=b6a25443 Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.properties 2009-03-27 12:53:30 UTC (rev 118) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.properties 2009-04-16 21:45:49 UTC (rev 119) @@ -27,22 +27,25 @@ javadoc.use=true javadoc.version=false javadoc.windowtitle= -jbi.content.additional=${reference.ObjectProcessor.dist_se};${reference.IdentityMapper.dist};${reference.XSLTTransform.dist};${reference.LSFClientAdapter.dist_se} -jbi.content.component=sun-bpel-engine;sun-javaee-engine;sun-javaee-engine;sun-bpel-engine +jbi.content.additional=${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-javaee-engine;sun-javaee-engine;sun-bpel-engine jbi.content.javaee.jars=${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.IdentityMapper=../IdentityMapper project.LSFClientAdapter=../LSFClientAdapter project.ObjectProcessor=../ObjectProcessor project.XSLTTransform=../XSLTTransform +reference.Common.dist_se=${project.Common}/build/SEDeployment.jar reference.IdentityMapper.dist=${project.IdentityMapper}/dist/IdentityMapper.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.IdentityMapper=${project.IdentityMapper}/setup resource.LSFClientAdapter=${project.LSFClientAdapter}/setup resource.ObjectProcessor=${project.ObjectProcessor}/setup Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.xml 2009-03-27 12:53:30 UTC (rev 118) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.xml 2009-04-16 21:45:49 UTC (rev 119) @@ -10,6 +10,14 @@ </data> <references xmlns="http://www.netbeans.org/ns/ant-project-references/1"> <reference> + <foreign-project>Common</foreign-project> + <artifact-type>CAPS.asa:sun-bpel-engine</artifact-type> + <script>build.xml</script> + <target>dist_se</target> + <clean-target>clean</clean-target> + <id>dist_se</id> + </reference> + <reference> <foreign-project>IdentityMapper</foreign-project> <artifact-type>j2ee_archive</artifact-type> <script>build.xml</script> Property changes on: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src ___________________________________________________________________ Added: svn:ignore + jbiServiceUnits Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/AssemblyInformation.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/AssemblyInformation.xml 2009-03-27 12:53:30 UTC (rev 118) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/AssemblyInformation.xml 2009-04-16 21:45:49 UTC (rev 119) @@ -7,6 +7,16 @@ </identification> <service-unit> <identification> + <name>CSEIPCA-Common</name> + <description>Represents this Service Unit</description> + </identification> + <target> + <artifacts-zip>Common.jar</artifacts-zip> + <component-name>sun-bpel-engine</component-name> + </target> + </service-unit> + <service-unit> + <identification> <name>CSEIPCA-ObjectProcessor</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-03-27 12:53:30 UTC (rev 118) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-04-16 21:45:49 UTC (rev 119) @@ -1,32 +1,34 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="LSFClientAdapterCA" xmlns:ns2="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns4="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns5="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns6="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns7="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:xlink="http://www.w3.org/2000/xlink"> +<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="LSFClientAdapterCA" xmlns:ns2="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns4="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns5="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns6="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns7="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:xlink="http://www.w3.org/2000/xlink"> <endpoints> <endpoint endpoint-name="casaPort1" interface-name="ns2:LSFClientAdapterPortType" name="endpoint1" service-name="ns1:casaService1"/> <endpoint endpoint-name="XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint2" service-name="ns3:XSLTTransformService"/> <endpoint endpoint-name="IdentityMapperPort" interface-name="ns4:IdentityMapperPortType" name="endpoint3" service-name="ns4:IdentityMapperService"/> - <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="ObjectProcessor.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint4" process-name="ObjectProcessor" service-name="ns5:ClientAdapter"/> - <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="ObjectProcessor.bpel" interface-name="ns4:IdentityMapperPortType" name="endpoint5" process-name="ObjectProcessor" service-name="ns5:IdentityMapper"/> - <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns4:IdentityMapperPortType" name="endpoint6" service-name="ns4:IdentityMapperService"/> - <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint7" service-name="ns3:XSLTTransformService"/> - <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns2:LSFClientAdapterPortType" name="endpoint8" process-name="InboundClientAdapter" service-name="ns7:LSF"/> - <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint9" process-name="InboundClientAdapter" service-name="ns7:XSLTTransform"/> - <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint10" process-name="InboundClientAdapter" service-name="ns7:ObjectProcessor"/> + <endpoint endpoint-name="ObjectProcessorPortTypeBindingPort" interface-name="ns5:ObjectProcessorPortType" name="endpoint4" service-name="ns5:ObjectProcessorService"/> + <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="ObjectProcessor.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint5" process-name="ObjectProcessor" service-name="ns6:ClientAdapter"/> + <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="ObjectProcessor.bpel" interface-name="ns4:IdentityMapperPortType" name="endpoint6" process-name="ObjectProcessor" service-name="ns6:IdentityMapper"/> + <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns4:IdentityMapperPortType" name="endpoint7" service-name="ns4:IdentityMapperService"/> + <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint8" service-name="ns3:XSLTTransformService"/> + <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns2:LSFClientAdapterPortType" name="endpoint9" process-name="InboundClientAdapter" service-name="ns7:LSF"/> + <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint10" process-name="InboundClientAdapter" service-name="ns7:XSLTTransform"/> + <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint11" process-name="InboundClientAdapter" service-name="ns7:ObjectProcessor"/> </endpoints> <service-units> - <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="150" y="358"> - <provides endpoint="endpoint4"/> - <consumes endpoint="endpoint5"/> + <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="97"/> + <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="138" y="475"> + <provides endpoint="endpoint5"/> + <consumes endpoint="endpoint6"/> </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="152" y="511"> - <provides endpoint="endpoint6"/> - </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="154" y="259"> + <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="633"> <provides endpoint="endpoint7"/> </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="143" y="72"> + <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="360"> <provides endpoint="endpoint8"/> - <consumes endpoint="endpoint9"/> + </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="180"> + <provides endpoint="endpoint9"/> <consumes endpoint="endpoint10"/> + <consumes endpoint="endpoint11"/> </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> @@ -40,6 +42,11 @@ <consumes endpoint="endpoint2"/> <provides endpoint="endpoint2"/> </port> + <port x="67" y="37"> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService']/port[@name='ObjectProcessorPortTypeBindingPort'])" xlink:type="simple"/> + <consumes endpoint="endpoint4"/> + <provides endpoint="endpoint4"/> + </port> <port state="deleted" x="67" y="37"> <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="endpoint3"/> @@ -49,46 +56,54 @@ </binding-component-service-unit> </service-units> <connections> - <connection consumer="endpoint5" provider="endpoint6" state="unchanged"/> - <connection consumer="endpoint9" provider="endpoint7" state="unchanged"/> - <connection consumer="endpoint1" provider="endpoint8" state="new"/> - <connection consumer="endpoint10" provider="endpoint4" state="unchanged"/> - <connection consumer="endpoint2" provider="endpoint7" state="deleted"/> - <connection consumer="endpoint3" provider="endpoint6" state="deleted"/> + <connection consumer="endpoint6" provider="endpoint7" state="unchanged"/> + <connection consumer="endpoint10" provider="endpoint8" state="unchanged"/> + <connection consumer="endpoint1" provider="endpoint9" state="new"/> + <connection consumer="endpoint4" provider="endpoint5" state="unchanged"/> + <connection consumer="endpoint11" provider="endpoint5" state="unchanged"/> + <connection consumer="endpoint3" provider="endpoint7" state="deleted"/> + <connection consumer="endpoint2" provider="endpoint8" state="deleted"/> </connections> <porttypes> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/LSFClientAdapter/src/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> </porttypes> <bindings> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/LSFClientAdapter/src/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> </bindings> <services> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/LSFClientAdapter/src/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> </services> <regions> <region name="WSDL Endpoints" width="150"/> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/connections.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/connections.xml 2009-03-27 12:53:30 UTC (rev 118) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/connections.xml 2009-04-16 21:45:49 UTC (rev 119) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<jbi xmlns="http://java.sun.com/xml/ns/jbi" xmlns:ns1="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns3="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns4="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns5="LSFClientAdapterCA" version="1.0"> +<jbi xmlns="http://java.sun.com/xml/ns/jbi" xmlns:ns1="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns3="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns4="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns5="LSFClientAdapterCA" xmlns:ns6="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" version="1.0"> <service-assembly> <identification> <name>CSEIPCA</name> @@ -19,6 +19,10 @@ <provider endpoint-name="LSFClientAdapterPortTypeRole_myRole" service-name="ns3:LSF"/> </connection> <connection> + <consumer endpoint-name="ObjectProcessorPortTypeBindingPort" service-name="ns6:ObjectProcessorService"/> + <provider endpoint-name="ObjectProcessorPortTypeRole_myRole" service-name="ns1:ClientAdapter"/> + </connection> + <connection> <consumer endpoint-name="ObjectProcessorPortTypeRole_partnerRole" service-name="ns3:ObjectProcessor"/> <provider endpoint-name="ObjectProcessorPortTypeRole_myRole" service-name="ns1:ClientAdapter"/> </connection> Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase2/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase2/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase2/Concurrent.properties 2009-04-16 21:45:49 UTC (rev 119) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase TestCase2 +destination=http://localhost:${HttpDefaultPort}/service +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase2/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase2/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase2/Input.xml 2009-04-16 21:45:49 UTC (rev 119) @@ -0,0 +1,34 @@ +<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:obj="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor"> + <soapenv:Body> + <obj:ProcessCourseOperation> + <clientInstanceId>?10?</clientInstanceId> + <clientObjectId>?string?</clientObjectId> + <courseMessage> + <course> + <busId>?string?</busId> + <eventTime>?2008-09-29T03:49:45?</eventTime> + <!--Zero or more repetitions:--> + <attribute> + <name>?string?</name> + <value>?string?</value> + <transient>?true?</transient> + </attribute> + <!--Optional:--> + <categories> + <!--Zero or more repetitions:--> + <category>?string?</category> + </categories> + <!--Optional:--> + <parent>?string?</parent> + <!--Optional:--> + <workgroups> + <!--Zero or more repetitions:--> + <workgroup>?string?</workgroup> + </workgroups> + </course> + <eventTime>?2004-02-14T19:44:14?</eventTime> + <inputEvent>?DELETE?</inputEvent> + </courseMessage> + </obj:ProcessCourseOperation> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-04-25 15:20:41
|
Revision: 177 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=177&view=rev Author: pkasprzak Date: 2009-04-25 15:20:37 +0000 (Sat, 25 Apr 2009) Log Message: ----------- + ILIASClientAdapter part of CASA + Testcase to directly invoke the adapter ~ Testcase renaming / cleanup Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/Catalog.xml 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/conf/connections.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FakeTestToGenerateCourseMessageXML/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FakeTestToGenerateCourseMessageXML/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FakeTestToGenerateCourseMessageXML/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FakeTestToGenerateCourseMessageXML/Output.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedILIASAdapter/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedILIASAdapter/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedILIASAdapter/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedILIASAdapter/Output.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedLSFAdapter/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedLSFAdapter/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedLSFAdapter/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedLSFAdapter/Output.xml Property Changed: ---------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/ Property changes on: trunk/sandbox/lsf-adapter-demo/CSEIPCA ___________________________________________________________________ Added: svn:ignore + build dist Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/Catalog.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/Catalog.xml 2009-04-25 14:49:49 UTC (rev 176) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/Catalog.xml 2009-04-25 15:20:37 UTC (rev 177) @@ -1 +1 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system"><nextCatalog catalog="src/jbiServiceUnits/META-INF/LSFClientAdapter/catalog.xml"/><nextCatalog catalog="src/jbiServiceUnits/META-INF/ObjectProcessor/catalog.xml"/><nextCatalog catalog="src/jbiServiceUnits/META-INF/Common/catalog.xml"/></catalog> \ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?><catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="system"><nextCatalog catalog="src/jbiServiceUnits/META-INF/LSFClientAdapter/catalog.xml"/><nextCatalog catalog="src/jbiServiceUnits/META-INF/ObjectProcessor/catalog.xml"/><nextCatalog catalog="src/jbiServiceUnits/META-INF/ILIASClientAdapter/catalog.xml"/><nextCatalog catalog="src/jbiServiceUnits/META-INF/Common/catalog.xml"/></catalog> \ No newline at end of file Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-04-25 14:49:49 UTC (rev 176) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-04-25 15:20:37 UTC (rev 177) @@ -138,6 +138,23 @@ <move todir="${src.dir}/../jbiServiceUnits/META-INF/${Common.su.name}"> <fileset dir="${Common.su.dir}/META-INF"/> </move> + <ant target="dist_se" inheritall="false" antfile="${project.ILIASClientAdapter}/build.xml"/> + <property name="ILIASClientAdapter.su.name" value="ILIASClientAdapter"/> + <unzip src="${reference.ILIASClientAdapter.dist_se}" dest="${src.dir}/../jbiServiceUnits/${ILIASClientAdapter.su.name}"> + <patternset> + <include name="**/*.wsdl"/> + <include name="**/*.WSDL"/> + <include name="**/*.xsd"/> + <include name="**/*.XSD"/> + <include name="META-INF/jbi.xml"/> + <include name="META-INF/catalog.xml"/> + </patternset> + </unzip> + <property name="ILIASClientAdapter.su.dir" value="${src.dir}/../jbiServiceUnits/${ILIASClientAdapter.su.name}"/> + <move file="${ILIASClientAdapter.su.dir}/META-INF/jbi.xml" todir="${ILIASClientAdapter.su.dir}"/> + <move todir="${src.dir}/../jbiServiceUnits/META-INF/${ILIASClientAdapter.su.name}"> + <fileset dir="${ILIASClientAdapter.su.dir}/META-INF"/> + </move> <ant target="dist_se" inheritall="false" antfile="${project.LSFClientAdapter}/build.xml"/> <property name="LSFClientAdapter.su.name" value="LSFClientAdapter"/> <unzip src="${reference.LSFClientAdapter.dist_se}" dest="${src.dir}/../jbiServiceUnits/${LSFClientAdapter.su.name}"> @@ -316,6 +333,7 @@ --> <target name="deps-clean" depends="init" unless="${no.dependencies}"> <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"/> <ant target="clean" inheritall="false" antfile="${project.LSFClientAdapter}/build.xml"/> <ant target="clean" inheritall="false" antfile="${project.ObjectProcessor}/build.xml"/> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-04-25 14:49:49 UTC (rev 176) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-04-25 15:20:37 UTC (rev 177) @@ -1,8 +1,8 @@ -build.xml.data.CRC32=e3254885 +build.xml.data.CRC32=b15138c1 build.xml.script.CRC32=7a0b0a73 build.xml.stylesheet.CRC32=c1dfe9a8 # 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=e3254885 -nbproject/build-impl.xml.script.CRC32=f1cfd230 +nbproject/build-impl.xml.data.CRC32=b15138c1 +nbproject/build-impl.xml.script.CRC32=dc38a3a6 nbproject/build-impl.xml.stylesheet.CRC32=b6a25443 Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.properties 2009-04-25 14:49:49 UTC (rev 176) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.properties 2009-04-25 15:20:37 UTC (rev 177) @@ -27,8 +27,8 @@ javadoc.use=true javadoc.version=false javadoc.windowtitle= -jbi.content.additional=${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-javaee-engine;sun-javaee-engine;sun-bpel-engine +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.service-assembly.description=Represents the Service Assembly of CSEIPCA jbi.service-assembly.id=CSEIPCA @@ -37,16 +37,19 @@ platform.active=default_platform project.Common=../Common 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.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.IdentityMapper=${project.IdentityMapper}/setup +resource.ILIASClientAdapter=${project.ILIASClientAdapter}/setup resource.LSFClientAdapter=${project.LSFClientAdapter}/setup resource.ObjectProcessor=${project.ObjectProcessor}/setup resource.XSLTTransform=${project.XSLTTransform}/setup Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.xml 2009-04-25 14:49:49 UTC (rev 176) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/project.xml 2009-04-25 15:20:37 UTC (rev 177) @@ -18,6 +18,14 @@ <id>dist_se</id> </reference> <reference> + <foreign-project>ILIASClientAdapter</foreign-project> + <artifact-type>CAPS.asa:sun-bpel-engine</artifact-type> + <script>build.xml</script> + <target>dist_se</target> + <clean-target>clean</clean-target> + <id>dist_se</id> + </reference> + <reference> <foreign-project>IdentityMapper</foreign-project> <artifact-type>j2ee_archive</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-04-25 14:49:49 UTC (rev 176) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/AssemblyInformation.xml 2009-04-25 15:20:37 UTC (rev 177) @@ -7,6 +7,16 @@ </identification> <service-unit> <identification> + <name>CSEIPCA-ILIASClientAdapter</name> + <description>Represents this Service Unit</description> + </identification> + <target> + <artifacts-zip>ILIASClientAdapter.jar</artifacts-zip> + <component-name>sun-bpel-engine</component-name> + </target> + </service-unit> + <service-unit> + <identification> <name>CSEIPCA-Common</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-04-25 14:49:49 UTC (rev 176) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-04-25 15:20:37 UTC (rev 177) @@ -1,48 +1,66 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="LSFClientAdapterCA" xmlns:ns2="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns4="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns5="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns6="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns7="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:xlink="http://www.w3.org/2000/xlink"> +<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="LSFClientAdapterCA" xmlns:ns10="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns2="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns4="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns5="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns6="urn:ilUserAdministration" xmlns:ns7="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:ns8="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/newProcess" xmlns:ns9="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:xlink="http://www.w3.org/2000/xlink"> <endpoints> <endpoint endpoint-name="casaPort1" interface-name="ns2:LSFClientAdapterPortType" name="endpoint1" service-name="ns1:casaService1"/> <endpoint endpoint-name="XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint2" service-name="ns3:XSLTTransformService"/> <endpoint endpoint-name="IdentityMapperPort" interface-name="ns4:IdentityMapperPortType" name="endpoint3" service-name="ns4:IdentityMapperService"/> <endpoint endpoint-name="ObjectProcessorPortTypeBindingPort" interface-name="ns5:ObjectProcessorPortType" name="endpoint4" service-name="ns5:ObjectProcessorService"/> - <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="ObjectProcessor.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint5" process-name="ObjectProcessor" service-name="ns6:ClientAdapter"/> - <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="ObjectProcessor.bpel" interface-name="ns4:IdentityMapperPortType" name="endpoint6" process-name="ObjectProcessor" service-name="ns6:IdentityMapper"/> - <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns4:IdentityMapperPortType" name="endpoint7" service-name="ns4:IdentityMapperService"/> - <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint8" service-name="ns3:XSLTTransformService"/> - <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns2:LSFClientAdapterPortType" name="endpoint9" process-name="InboundClientAdapter" service-name="ns7:LSF"/> - <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint10" process-name="InboundClientAdapter" service-name="ns7:XSLTTransform"/> - <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint11" process-name="InboundClientAdapter" service-name="ns7:ObjectProcessor"/> + <endpoint endpoint-name="ILIASSoapWebservicePort" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint5" service-name="ns6:ILIASSoapWebservice"/> + <endpoint endpoint-name="ILIASClientAdapterPort" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint6" service-name="ns7:ILIASClientAdapterService"/> + <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint7" process-name="OutboundClientAdapter" service-name="ns8:ILIASAdapter"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint8" process-name="OutboundClientAdapter" service-name="ns8:ILIAS"/> + <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="ObjectProcessor.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint9" process-name="ObjectProcessor" service-name="ns9:ClientAdapter"/> + <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="ObjectProcessor.bpel" interface-name="ns4:IdentityMapperPortType" name="endpoint10" process-name="ObjectProcessor" service-name="ns9:IdentityMapper"/> + <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns4:IdentityMapperPortType" name="endpoint11" service-name="ns4:IdentityMapperService"/> + <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint12" service-name="ns3:XSLTTransformService"/> + <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns2:LSFClientAdapterPortType" name="endpoint13" process-name="InboundClientAdapter" service-name="ns10:LSF"/> + <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint14" process-name="InboundClientAdapter" service-name="ns10:XSLTTransform"/> + <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint15" process-name="InboundClientAdapter" service-name="ns10:ObjectProcessor"/> </endpoints> <service-units> - <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="97"/> - <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="138" y="475"> - <provides endpoint="endpoint5"/> - <consumes endpoint="endpoint6"/> - </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="633"> + <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="endpoint7"/> + <consumes endpoint="endpoint8"/> </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="360"> - <provides endpoint="endpoint8"/> - </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="180"> + <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="255"/> + <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="138" y="633"> <provides endpoint="endpoint9"/> <consumes endpoint="endpoint10"/> - <consumes endpoint="endpoint11"/> </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="791"> + <provides endpoint="endpoint11"/> + </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="518"> + <provides endpoint="endpoint12"/> + </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="338"> + <provides endpoint="endpoint13"/> + <consumes endpoint="endpoint14"/> + <consumes endpoint="endpoint15"/> + </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 bindingType="soap" x="67" y="116"> + <port bindingType="soap" x="67" y="268"> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1']/port[@name='casaPort1'])" xlink:type="simple"/> <consumes endpoint="endpoint1"/> <provides endpoint="endpoint1"/> </port> + <port x="0" y="-1"> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice']/port[@name='ILIASSoapWebservicePort'])" xlink:type="simple"/> + <consumes endpoint="endpoint5"/> + <provides endpoint="endpoint5"/> + </port> + <port x="67" y="37"> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService']/port[@name='ILIASClientAdapterPort'])" xlink:type="simple"/> + <consumes endpoint="endpoint6"/> + <provides endpoint="endpoint6"/> + </port> <port state="deleted" x="67" y="37"> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService']/port[@name='XSLTTransformPort'])" xlink:type="simple"/> <consumes endpoint="endpoint2"/> <provides endpoint="endpoint2"/> </port> - <port x="67" y="37"> + <port x="0" y="-1"> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService']/port[@name='ObjectProcessorPortTypeBindingPort'])" xlink:type="simple"/> <consumes endpoint="endpoint4"/> <provides endpoint="endpoint4"/> @@ -56,20 +74,26 @@ </binding-component-service-unit> </service-units> <connections> + <connection consumer="endpoint8" provider="endpoint5" state="unchanged"/> <connection consumer="endpoint6" provider="endpoint7" state="unchanged"/> - <connection consumer="endpoint10" provider="endpoint8" state="unchanged"/> - <connection consumer="endpoint1" provider="endpoint9" state="new"/> - <connection consumer="endpoint4" provider="endpoint5" state="unchanged"/> - <connection consumer="endpoint11" provider="endpoint5" state="unchanged"/> - <connection consumer="endpoint3" provider="endpoint7" state="deleted"/> - <connection consumer="endpoint2" provider="endpoint8" state="deleted"/> + <connection consumer="endpoint10" provider="endpoint11" state="unchanged"/> + <connection consumer="endpoint14" provider="endpoint12" state="unchanged"/> + <connection consumer="endpoint1" provider="endpoint13" state="new"/> + <connection consumer="endpoint4" provider="endpoint9" state="unchanged"/> + <connection consumer="endpoint15" provider="endpoint9" state="unchanged"/> + <connection consumer="endpoint2" provider="endpoint12" state="deleted"/> + <connection consumer="endpoint3" provider="endpoint11" state="deleted"/> </connections> <porttypes> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> @@ -80,10 +104,14 @@ </porttypes> <bindings> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> @@ -94,9 +122,13 @@ </bindings> <services> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/connections.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/connections.xml 2009-04-25 14:49:49 UTC (rev 176) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/connections.xml 2009-04-25 15:20:37 UTC (rev 177) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<jbi xmlns="http://java.sun.com/xml/ns/jbi" xmlns:ns1="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns3="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns4="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns5="LSFClientAdapterCA" xmlns:ns6="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" version="1.0"> +<jbi xmlns="http://java.sun.com/xml/ns/jbi" xmlns:ns1="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/newProcess" xmlns:ns2="urn:ilUserAdministration" xmlns:ns3="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:ns4="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns5="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns6="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns7="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns8="LSFClientAdapterCA" xmlns:ns9="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" version="1.0"> <service-assembly> <identification> <name>CSEIPCA</name> @@ -7,25 +7,33 @@ </identification> <connections> <connection> - <consumer endpoint-name="IdentityMapperPortTypeRole_partnerRole" service-name="ns1:IdentityMapper"/> - <provider endpoint-name="javaee_IdentityMapperPort" service-name="ns2:IdentityMapperService"/> + <consumer endpoint-name="ILIASSoapWebserviceRole_partnerRole" service-name="ns1:ILIAS"/> + <provider endpoint-name="ILIASSoapWebservicePort" service-name="ns2:ILIASSoapWebservice"/> </connection> <connection> - <consumer endpoint-name="XSLTTransformPortTypeRole_partnerRole" service-name="ns3:XSLTTransform"/> - <provider endpoint-name="javaee_XSLTTransformPort" service-name="ns4:XSLTTransformService"/> + <consumer endpoint-name="ILIASClientAdapterPort" service-name="ns3:ILIASClientAdapterService"/> + <provider endpoint-name="ILIASClientAdapterPortTypeRole_myRole" service-name="ns1:ILIASAdapter"/> </connection> <connection> - <consumer endpoint-name="casaPort1" service-name="ns5:casaService1"/> - <provider endpoint-name="LSFClientAdapterPortTypeRole_myRole" service-name="ns3:LSF"/> + <consumer endpoint-name="IdentityMapperPortTypeRole_partnerRole" service-name="ns4:IdentityMapper"/> + <provider endpoint-name="javaee_IdentityMapperPort" service-name="ns5:IdentityMapperService"/> </connection> <connection> - <consumer endpoint-name="ObjectProcessorPortTypeBindingPort" service-name="ns6:ObjectProcessorService"/> - <provider endpoint-name="ObjectProcessorPortTypeRole_myRole" service-name="ns1:ClientAdapter"/> + <consumer endpoint-name="XSLTTransformPortTypeRole_partnerRole" service-name="ns6:XSLTTransform"/> + <provider endpoint-name="javaee_XSLTTransformPort" service-name="ns7:XSLTTransformService"/> </connection> <connection> - <consumer endpoint-name="ObjectProcessorPortTypeRole_partnerRole" service-name="ns3:ObjectProcessor"/> - <provider endpoint-name="ObjectProcessorPortTypeRole_myRole" service-name="ns1:ClientAdapter"/> + <consumer endpoint-name="casaPort1" service-name="ns8:casaService1"/> + <provider endpoint-name="LSFClientAdapterPortTypeRole_myRole" service-name="ns6:LSF"/> </connection> + <connection> + <consumer endpoint-name="ObjectProcessorPortTypeBindingPort" service-name="ns9:ObjectProcessorService"/> + <provider endpoint-name="ObjectProcessorPortTypeRole_myRole" service-name="ns4:ClientAdapter"/> + </connection> + <connection> + <consumer endpoint-name="ObjectProcessorPortTypeRole_partnerRole" service-name="ns6:ObjectProcessor"/> + <provider endpoint-name="ObjectProcessorPortTypeRole_myRole" service-name="ns4:ClientAdapter"/> + </connection> </connections> </service-assembly> </jbi> Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FakeTestToGenerateCourseMessageXML/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FakeTestToGenerateCourseMessageXML/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FakeTestToGenerateCourseMessageXML/Concurrent.properties 2009-04-25 15:20:37 UTC (rev 177) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase TestCase2 +destination=http://localhost:${HttpDefaultPort}/service +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FakeTestToGenerateCourseMessageXML/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FakeTestToGenerateCourseMessageXML/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FakeTestToGenerateCourseMessageXML/Input.xml 2009-04-25 15:20:37 UTC (rev 177) @@ -0,0 +1,34 @@ +<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:obj="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor"> + <soapenv:Body> + <obj:ProcessCourseOperation> + <clientInstanceId>?10?</clientInstanceId> + <clientObjectId>?string?</clientObjectId> + <courseMessage> + <course> + <busId>?string?</busId> + <eventTime>?2008-09-29T03:49:45?</eventTime> + <!--Zero or more repetitions:--> + <attribute> + <name>?string?</name> + <value>?string?</value> + <transient>?true?</transient> + </attribute> + <!--Optional:--> + <categories> + <!--Zero or more repetitions:--> + <category>?string?</category> + </categories> + <!--Optional:--> + <parent>?string?</parent> + <!--Optional:--> + <workgroups> + <!--Zero or more repetitions:--> + <workgroup>?string?</workgroup> + </workgroups> + </course> + <eventTime>?2004-02-14T19:44:14?</eventTime> + <inputEvent>?DELETE?</inputEvent> + </courseMessage> + </obj:ProcessCourseOperation> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedILIASAdapter/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedILIASAdapter/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedILIASAdapter/Concurrent.properties 2009-04-25 15:20:37 UTC (rev 177) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase FeedILIASAdapter +destination=http://localhost:${HttpDefaultPort}/ILIASClientAdapterService/ILIASClientAdapterPort +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedILIASAdapter/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedILIASAdapter/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedILIASAdapter/Input.xml 2009-04-25 15:20:37 UTC (rev 177) @@ -0,0 +1,32 @@ +<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ili="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter"> + <soapenv:Body> + <ili:ProcessCourseOperation> + <courseMessage> + <course> + <busId>?string?</busId> + <eventTime>?2008-09-29T03:49:45?</eventTime> + <!--Zero or more repetitions:--> + <attribute> + <name>?string?</name> + <value>?string?</value> + <transient>?true?</transient> + </attribute> + <!--Optional:--> + <categories> + <!--Zero or more repetitions:--> + <category>?string?</category> + </categories> + <!--Optional:--> + <parent>?string?</parent> + <!--Optional:--> + <workgroups> + <!--Zero or more repetitions:--> + <workgroup>?string?</workgroup> + </workgroups> + </course> + <eventTime>?2004-02-14T19:44:14?</eventTime> + <inputEvent>?DELETE?</inputEvent> + </courseMessage> + </ili:ProcessCourseOperation> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedLSFAdapter/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedLSFAdapter/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedLSFAdapter/Concurrent.properties 2009-04-25 15:20:37 UTC (rev 177) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase TestCase1 +destination=http://localhost:${HttpDefaultPort}/casaService1/casaPort1 +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedLSFAdapter/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedLSFAdapter/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedLSFAdapter/Input.xml 2009-04-25 15:20:37 UTC (rev 177) @@ -0,0 +1,241 @@ +<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:lsf="LSFClientAdapterCA"> + <soapenv:Body> + <lsf:receive> + <InputData><![CDATA[ +<synchronizationMessage> + <isSyncMessage>true</isSyncMessage> + <semester> + <data> + <lsfId>20081</lsfId> + <shortName>SS 2008</shortName> + <name>SS 2008</name> + <start>01.04.2008</start> + <end>30.09.2008</end> + <lectureStart>14.04.2008</lectureStart> + <lectureEnd>18.07.2008</lectureEnd> + </data> + </semester> + <vvz rootKategorieId="11517"> + + <kategorie> + <lsfId>11517</lsfId> + <name>Vorlesungsverzeichnis</name> + <children> + <lsfId>10477</lsfId> + <lsfId>10482</lsfId> + <lsfId>10512</lsfId> + </children> + <sort>0</sort> + </kategorie> + <kategorie> + <lsfId>10477</lsfId> + <name>Fakultät 4 (Sprach-, Literatur- u. Kulturwissenschaften)</name> + <children> + </children> + <sort>1040</sort> + </kategorie> + <kategorie> + <lsfId>10482</lsfId> + <name>Fakultät 1 (Rechts- u. Wirtschaftswissenschaft)</name> + <children> + </children> + <sort>1010</sort> + </kategorie> + <kategorie> + <lsfId>10512</lsfId> + <name>Neue Bachelorstudiengänge der phil. Fakultäten (Fakultäten 3 - 5)</name> + <children> + </children> + <sort>1300</sort> + </kategorie> + </vvz> + <accounts> + <account> + <lsfId>8</lsfId> + <surname>Glaser</surname> + <firstName>Horst</firstName> + <academicTitle>Univ.-Prof. Dr. rer. pol.</academicTitle> + <gender>M</gender> + <emailAddress>h.g...@wi...</emailAddress> + </account> + <account> + <lsfId>9</lsfId> + <surname>Beckmann</surname> + <firstName>Roland Michael</firstName> + <academicTitle>Univ.-Prof. Dr. jur.</academicTitle> + <gender>M</gender> + <emailAddress /> + </account> + <account> + <lsfId>10</lsfId> + <surname>Bieg</surname> + <firstName>Hartmut</firstName> + <academicTitle>Univ.-Prof. Dr. rer. oec.</academicTitle> + <gender>M</gender> + <emailAddress>h....@mx...</emailAddress> + </account> + </accounts> + <lectures> + <lecture> + <lsfId>32350</lsfId> + <logicalNumber /> + <type>Tutorium</type> + <title>Tutorium-Test</title> + <shortDescription /> + <abbreviation /> + <necessaryAssignment>J</necessaryAssignment> + <note /> + <comment /> + <semesterAsInt>20081</semesterAsInt> + <semesterPeriodsPerWeek /> + <expectedRegistrations /> + <maximumRegistrations>20</maximumRegistrations> + <activityConfirmation /> + <lectureTypeId>40</lectureTypeId> + <active>A</active> + <semesterAbbr>SS 2008</semesterAbbr> + <semesterFull>SS 2008</semesterFull> + <categories> + <category> + <lsfId>10482</lsfId> + <sort /> + </category> + </categories> + <accounts> + <account> + <lsfId>8</lsfId> + <roleName>dozent</roleName> + </account> + </accounts> + <groups /> + <dates> + <date> + <startdate /> + <enddate /> + <starttime>14:00</starttime> + <endtime>16:00</endtime> + <enddate /> + <stct /> + <dayofweek>Montag</dayofweek> + <rythm>wöchentlich</rythm> + </date> + <date> + <startdate /> + <enddate /> + <starttime>14:00</starttime> + <endtime>15:00</endtime> + <enddate /> + <stct /> + <dayofweek>Mittwoch</dayofweek> + <rythm>wöchentlich</rythm> + </date> + </dates> + </lecture> + <lecture> + <lsfId>28232</lsfId> + <logicalNumber>28232</logicalNumber> + <type>Hauptseminar</type> + <title>Phonetische Aspekte des Sorbischen</title> + <shortDescription /> + <abbreviation /> + <necessaryAssignment>N</necessaryAssignment> + <note /> + <comment /> + <semesterAsInt>20081</semesterAsInt> + <semesterPeriodsPerWeek /> + <expectedRegistrations /> + <maximumRegistrations /> + <activityConfirmation /> + <lectureTypeId>98</lectureTypeId> + <active>A</active> + <languageISO>de</languageISO> + <languageFull>deutsch</languageFull> + <semesterAbbr>SS 2008</semesterAbbr> + <semesterFull>SS 2008</semesterFull> + <categories> + <category> + <lsfId>10512</lsfId> + <sort>6</sort> + </category> + </categories> + <accounts> + <account> + <lsfId>8</lsfId> + <roleName>dozent</roleName> + </account> + <account> + <lsfId>9</lsfId> + <roleName>dozent</roleName> + </account> + <account> + <lsfId>10</lsfId> + <roleName>dozent</roleName> + </account> + </accounts> + <groups /> + <dates> + <date> + <startdate /> + <enddate /> + <starttime>10:00</starttime> + <endtime>12:00</endtime> + <enddate /> + <stct /> + <dayofweek>Freitag</dayofweek> + <rythm>wöchentlich</rythm> + </date> + </dates> + </lecture> + <lecture> + <lsfId>28481</lsfId> + <logicalNumber>28481</logicalNumber> + <type>Weiterführende Vorlesung</type> + <title>Numerical Algorithms for Visual Computing I</title> + <shortDescription /> + <abbreviation /> + <necessaryAssignment>N</necessaryAssignment> + <note /> + <comment /> + <semesterAsInt>20081</semesterAsInt> + <semesterPeriodsPerWeek /> + <expectedRegistrations /> + <maximumRegistrations /> + <activityConfirmation /> + <lectureTypeId>147</lectureTypeId> + <active>A</active> + <languageISO>en</languageISO> + <languageFull>englisch</languageFull> + <semesterAbbr>SS 2008</semesterAbbr> + <semesterFull>SS 2008</semesterFull> + <categories> + <category> + <lsfId>10512</lsfId> + <sort>1010</sort> + </category> + </categories> + <accounts> + <account> + <lsfId>9</lsfId> + <roleName>dozent</roleName> + </account> + </accounts> + <groups /> + <dates> + <date> + <startdate /> + <enddate /> + <starttime>16:00</starttime> + <endtime>18:00</endtime> + <enddate /> + <stct /> + <dayofweek>Montag</dayofweek> + <rythm>wöchentlich</rythm> + </date> + </dates> + </lecture> + </lectures> +</synchronizationMessage> +]]></InputData> + </lsf:receive> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-04-25 14:49:49 UTC (rev 176) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-04-25 15:20:37 UTC (rev 177) @@ -1 +1 @@ -testcases=TestCase1 +testcases=FeedLSFAdapter This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-04-27 21:25:26
|
Revision: 187 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=187&view=rev Author: pkasprzak Date: 2009-04-27 21:25:21 +0000 (Mon, 27 Apr 2009) Log Message: ----------- * Added attributes to course xml Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedILIASAdapter/Input.xml Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-04-27 21:17:55 UTC (rev 186) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-04-27 21:25:21 UTC (rev 187) @@ -45,12 +45,12 @@ <consumes endpoint="endpoint1"/> <provides endpoint="endpoint1"/> </port> - <port x="0" y="-1"> + <port x="67" y="114"> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice']/port[@name='ILIASSoapWebservicePort'])" xlink:type="simple"/> <consumes endpoint="endpoint5"/> <provides endpoint="endpoint5"/> </port> - <port x="67" y="37"> + <port x="67" y="191"> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService']/port[@name='ILIASClientAdapterPort'])" xlink:type="simple"/> <consumes endpoint="endpoint6"/> <provides endpoint="endpoint6"/> @@ -60,7 +60,7 @@ <consumes endpoint="endpoint2"/> <provides endpoint="endpoint2"/> </port> - <port x="0" y="-1"> + <port x="67" y="37"> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService']/port[@name='ObjectProcessorPortTypeBindingPort'])" xlink:type="simple"/> <consumes endpoint="endpoint4"/> <provides endpoint="endpoint4"/> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedILIASAdapter/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedILIASAdapter/Input.xml 2009-04-27 21:17:55 UTC (rev 186) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedILIASAdapter/Input.xml 2009-04-27 21:25:21 UTC (rev 187) @@ -1,32 +1,191 @@ <soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ili="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter"> - <soapenv:Body> - <ili:ProcessCourseOperation> - <courseMessage> - <course> - <busId>?string?</busId> - <eventTime>?2008-09-29T03:49:45?</eventTime> - <!--Zero or more repetitions:--> - <attribute> - <name>?string?</name> - <value>?string?</value> - <transient>?true?</transient> - </attribute> + <soapenv:Body> + <ili:ProcessCourseOperation> + <courseMessage> + <course> + + <busId>?string?</busId> + <eventTime>?2008-09-29T03:49:45?</eventTime> + +<!--- - - - - Attribute: lsfId - - - - - --> + <attribute> + <name>lsfId</name> + <value>32350</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: logicalNumber - - - - - --> + <attribute> + <name>logicalNumber</name> + <value/> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: type - - - - - --> + <attribute> + <name>type</name> + <value>Tutorium</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: title - - - - - --> + <attribute> + <name>title</name> + <value>Tutorium-Test</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: shortDescription - - - - - --> + <attribute> + <name>shortDescription</name> + <value/> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: abbreviation - - - - - --> + <attribute> + <name>abbreviation</name> + <value/> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: necessaryAssignment - - - - - --> + <attribute> + <name>necessaryAssignment</name> + <value>J</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: note - - - - - --> + <attribute> + <name>note</name> + <value/> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: comment - - - - - --> + <attribute> + <name>comment</name> + <value/> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: semesterAsInt - - - - - --> + <attribute> + <name>semesterAsInt</name> + <value>20081</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: semesterPeriodsPerWeek - - - - - --> + <attribute> + <name>semesterPeriodsPerWeek</name> + <value/> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: expectedRegistrations - - - - - --> + <attribute> + <name>expectedRegistrations</name> + <value/> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: maximumRegistrations - - - - - --> + <attribute> + <name>maximumRegistrations</name> + <value>20</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: activityConfirmation - - - - - --> + <attribute> + <name>activityConfirmation</name> + <value/> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: lectureTypeId - - - - - --> + <attribute> + <name>lectureTypeId</name> + <value>40</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: active - - - - - --> + <attribute> + <name>active</name> + <value>A</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: semesterAbbr - - - - - --> + <attribute> + <name>semesterAbbr</name> + <value>SS 2008</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: semesterFull - - - - - --> + <attribute> + <name>semesterFull</name> + <value>SS 2008</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: dates - - - - - --> + <attribute> + <name>dates</name> + <value> + + + + 14:00 + 16:00 + + + Montag + wöchentlich + + + + + 14:00 + 15:00 + + + Mittwoch + wöchentlich + + </value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: clientId - - - - - --> + <attribute> + <name>clientId</name> + <value>lecture:32350</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: semesterId - - - - - --> + <attribute> + <name>semesterId</name> + <value>20081</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: startDate - - - - - --> + <attribute> + <name>startDate</name> + <value>14.04.2008</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: endDate - - - - - --> + <attribute> + <name>endDate</name> + <value>18.07.2008</value> + <transient>false</transient> + </attribute> + + + <!--Optional:--> - <categories> + <categories> <!--Zero or more repetitions:--> - <category>?string?</category> - </categories> + <category>?string?</category> + </categories> <!--Optional:--> - <parent>?string?</parent> + <parent>?string?</parent> <!--Optional:--> - <workgroups> + <workgroups> <!--Zero or more repetitions:--> - <workgroup>?string?</workgroup> - </workgroups> - </course> - <eventTime>?2004-02-14T19:44:14?</eventTime> - <inputEvent>?DELETE?</inputEvent> - </courseMessage> - </ili:ProcessCourseOperation> - </soapenv:Body> + <workgroup>?string?</workgroup> + </workgroups> + </course> + + <eventTime>?2004-02-14T19:44:14?</eventTime> + <inputEvent>?DELETE?</inputEvent> + </courseMessage> + </ili:ProcessCourseOperation> + </soapenv:Body> </soapenv:Envelope> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-05-04 14:50:51
|
Revision: 209 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=209&view=rev Author: pkasprzak Date: 2009-05-04 14:50:46 +0000 (Mon, 04 May 2009) Log Message: ----------- * Added support for creating categories * Added appropriate Testcase Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml 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/src/conf/CSEIPCA.casa Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCategoryMessage/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCategoryMessage/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCategoryMessage/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCategoryMessage/Output.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCourseMessage/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCourseMessage/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCourseMessage/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCourseMessage/Output.xml Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml 2009-05-04 14:50:32 UTC (rev 208) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml 2009-05-04 14:50:46 UTC (rev 209) @@ -56,17 +56,13 @@ nbproject/build-impl.xml file. --> - <target name="-check-netbeans-home"> - <condition property="no.netbeans.home"> - <not> - <isset property="netbeans.home"/> - </not> - </condition> + <target name="-init-esb-ide" if="netbeans.home"> + <property name="esb.netbeans.platform" value="${netbeans.home}"/> </target> - <target name="-init-caps" if="no.netbeans.home"> + <target name="-init-esb-cmdline" unless="netbeans.home"> <property file="${basedir}/nbproject/private/private.properties"/> - <property name="netbeans.home" value="${caps.netbeans.home}/platform9"/> - <property name="netbeans.user" value="${caps.netbeans.user}"/> + <property name="esb.netbeans.platform" value="${esb.netbeans.home}/platform9"/> + <property name="netbeans.user" value="${esb.netbeans.user}"/> <property name="from.commandline" value="true"/> </target> <target name="-check-catd-context"> @@ -79,5 +75,5 @@ <target name="-init-catd" if="no.catd.context"> <property name="org.netbeans.modules.compapp.catd.context" value=""/> </target> - <target name="pre-init" depends="-check-netbeans-home,-init-caps,-check-catd-context,-init-catd"/> + <target name="pre-init" depends="-init-esb-ide,-init-esb-cmdline,-check-catd-context,-init-catd"/> </project> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-05-04 14:50:32 UTC (rev 208) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-05-04 14:50:46 UTC (rev 209) @@ -45,9 +45,9 @@ <available file="${test.dir}"/> </or> </condition> - <condition property="netbeans.home+have.tests"> + <condition property="esb.netbeans.platform+have.tests"> <and> - <isset property="netbeans.home"/> + <isset property="esb.netbeans.platform"/> <isset property="have.tests"/> </and> </condition> @@ -72,14 +72,14 @@ <pathelement location="${soa.module.install.dir}/org-netbeans-soa-libs-xmlbeans.jar"/> <pathelement location="${soa.module.install.dir}/ext/jbi/jbi-admin-common.jar"/> <pathelement location="${soa.module.install.dir}/../ant/nblib/org-netbeans-modules-compapp-projects-jbi.jar"/> - <pathelement location="${netbeans.home}/lib/org-openide-util.jar"/> - <pathelement location="${netbeans.home}/lib/org-openide-modules.jar"/> - <pathelement location="${netbeans.home}/modules/org-openide-options.jar"/> - <pathelement location="${netbeans.home}/modules/org-openide-text.jar"/> - <pathelement location="${netbeans.home}/modules/org-openide-loaders.jar"/> - <pathelement location="${netbeans.home}/modules/org-openide-nodes.jar"/> - <pathelement location="${netbeans.home}/modules/org-openide-dialogs.jar"/> - <pathelement location="${netbeans.home}/core/org-openide-filesystems.jar"/> + <pathelement location="${esb.netbeans.platform}/lib/org-openide-util.jar"/> + <pathelement location="${esb.netbeans.platform}/lib/org-openide-modules.jar"/> + <pathelement location="${esb.netbeans.platform}/modules/org-openide-options.jar"/> + <pathelement location="${esb.netbeans.platform}/modules/org-openide-text.jar"/> + <pathelement location="${esb.netbeans.platform}/modules/org-openide-loaders.jar"/> + <pathelement location="${esb.netbeans.platform}/modules/org-openide-nodes.jar"/> + <pathelement location="${esb.netbeans.platform}/modules/org-openide-dialogs.jar"/> + <pathelement location="${esb.netbeans.platform}/core/org-openide-filesystems.jar"/> <pathelement location="${ide.module.install.dir}/ext/xerces-2.8.0.jar"/> <pathelement location="${ide.module.install.dir}/ext/xml-commons-dom-ranges-1.0.b2.jar"/> <pathelement location="${ide.module.install.dir}/org-netbeans-modules-xml-retriever.jar"/> @@ -269,7 +269,7 @@ <!-- DIST BUILDING SECTION --> - <target name="jbi-build" depends="init,init-deploy,deps-jar, deps-javaee-jar" description="Build Service Assembly."> + <target name="jbi-build" depends="init,init-deploy,deps-jar,deps-javaee-jar" description="Build Service Assembly."> <mkdir dir="${src.dir}"/> <copy todir="${src.dir}/../jbiServiceUnits" overwrite="true"> <fileset dir="${src.dir}"/> @@ -303,6 +303,11 @@ <loadproperties srcFile="${basedir}/nbproject/private/private.properties"/> <jbi-deploy-service-assembly serviceAssemblyID="${jbi.service-assembly.id}" serviceAssemblyLocation="${basedir}/${dist.jar}" netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}"/> </target> + <target name="run-jbi-deploy-without-build" depends="init,init-deploy"> + <property name="j2ee.server.instance" value=""/> + <loadproperties srcFile="${basedir}/nbproject/private/private.properties"/> + <jbi-deploy-service-assembly serviceAssemblyID="${jbi.service-assembly.id}" serviceAssemblyLocation="${basedir}/${dist.jar}" netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}"/> + </target> <target name="undeploy" depends="init"> <property name="j2ee.server.instance" value=""/> <loadproperties srcFile="${basedir}/nbproject/private/private.properties"/> @@ -319,15 +324,15 @@ <!-- DEBUGGING SECTION --> - <target name="debug" description="Debug project in IDE." depends="run,-pre-debug" if="netbeans.home"/> + <target name="debug" description="Debug project in IDE." depends="run,-pre-debug" if="esb.netbeans.platform"/> <target name="pre-debug-fix" depends="init"> <fail unless="fix.includes">Must set fix.includes</fail> <property name="javac.includes" value="${fix.includes}.java"/> </target> - <target name="do-debug-fix" if="netbeans.home" depends="init,pre-debug-fix,compile-single"> + <target name="do-debug-fix" if="esb.netbeans.platform" depends="init,pre-debug-fix,compile-single"> <j2seproject:nbjpdareload xmlns:j2seproject="http://www.netbeans.org/ns/j2se-project/1"/> </target> - <target name="debug-fix" if="netbeans.home" depends="init,pre-debug-fix,do-debug-fix"/> + <target name="debug-fix" if="esb.netbeans.platform" depends="init,pre-debug-fix,do-debug-fix"/> <!-- CLEANUP SECTION --> @@ -385,18 +390,18 @@ <pathelement path="${ide.module.install.dir}/org-netbeans-modules-xml-xdm.jar"/> <pathelement path="${ide.module.install.dir}/org-netbeans-modules-xml-xam.jar"/> <pathelement path="${ide.module.install.dir}/ext/jaxb/activation.jar"/> - <pathelement path="${netbeans.home}/lib/org-openide-modules.jar"/> - <pathelement path="${netbeans.home}/lib/org-openide-util.jar"/> - <pathelement path="${netbeans.home}/modules/org-openide-options.jar"/> - <pathelement path="${netbeans.home}/modules/org-openide-text.jar"/> - <pathelement path="${netbeans.home}/modules/org-openide-loaders.jar"/> - <pathelement path="${netbeans.home}/modules/org-openide-nodes.jar"/> - <pathelement path="${netbeans.home}/modules/org-netbeans-modules-editor-mimelookup.jar"/> - <pathelement path="${netbeans.home}/modules/org-netbeans-modules-editor-mimelookup-impl.jar"/> - <pathelement path="${netbeans.home}/core/org-openide-filesystems.jar"/> + <pathelement path="${esb.netbeans.platform}/lib/org-openide-modules.jar"/> + <pathelement path="${esb.netbeans.platform}/lib/org-openide-util.jar"/> + <pathelement path="${esb.netbeans.platform}/modules/org-openide-options.jar"/> + <pathelement path="${esb.netbeans.platform}/modules/org-openide-text.jar"/> + <pathelement path="${esb.netbeans.platform}/modules/org-openide-loaders.jar"/> + <pathelement path="${esb.netbeans.platform}/modules/org-openide-nodes.jar"/> + <pathelement path="${esb.netbeans.platform}/modules/org-netbeans-modules-editor-mimelookup.jar"/> + <pathelement path="${esb.netbeans.platform}/modules/org-netbeans-modules-editor-mimelookup-impl.jar"/> + <pathelement path="${esb.netbeans.platform}/core/org-openide-filesystems.jar"/> </path> </target> - <target name="-do-test-run" if="netbeans.home+have.tests" depends="init,-pre-test-run"> + <target name="-do-test-run" if="esb.netbeans.platform+have.tests" depends="init,-pre-test-run"> <junit showoutput="true" fork="yes" dir="${basedir}" failureproperty="tests.failed" errorproperty="tests.failed"> <classpath refid="unit.test.classpath"/> <sysproperty key="NetBeansUserDir" value="${netbeans.user}"/> @@ -410,7 +415,7 @@ <formatter type="xml"/> </junit> </target> - <target name="-do-single-test-run" if="netbeans.home+have.tests" depends="init,-pre-test-run"> + <target name="-do-single-test-run" if="esb.netbeans.platform+have.tests" depends="init,-pre-test-run"> <junit showoutput="true" fork="yes" dir="${basedir}" failureproperty="tests.failed" errorproperty="tests.failed"> <classpath refid="unit.test.classpath"/> <sysproperty key="NetBeansUserDir" value="${netbeans.user}"/> @@ -432,7 +437,7 @@ <fail if="tests.failed">Some tests failed; see details above.</fail> </target> <target name="test-report" if="have.tests" depends="init"/> - <target name="-test-browse" if="netbeans.home+have.tests" depends="init"/> + <target name="-test-browse" if="esb.netbeans.platform+have.tests" depends="init"/> <target name="test" depends="init,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse" description="Run unit tests."/> <target name="test-single" depends="init,-pre-test-run,-do-single-test-run,test-report,-post-single-test-run,-test-browse" description="Run unit tests."/> <target name="debug-single" depends="init,-pre-test-run,-pre-debug,-do-single-test-run,-post-debug,test-report,-post-single-test-run,-test-browse" description="Debug unit tests."/> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-05-04 14:50:32 UTC (rev 208) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-05-04 14:50:46 UTC (rev 209) @@ -1,8 +1,8 @@ build.xml.data.CRC32=b15138c1 -build.xml.script.CRC32=7a0b0a73 -build.xml.stylesheet.CRC32=c1dfe9a8 +build.xml.script.CRC32=bd4e221c +build.xml.stylesheet.CRC32=d4244632 # 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=dc38a3a6 -nbproject/build-impl.xml.stylesheet.CRC32=b6a25443 +nbproject/build-impl.xml.script.CRC32=29630ce0 +nbproject/build-impl.xml.stylesheet.CRC32=c7d487f2 Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-05-04 14:50:32 UTC (rev 208) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-05-04 14:50:46 UTC (rev 209) @@ -45,23 +45,13 @@ <consumes endpoint="endpoint1"/> <provides endpoint="endpoint1"/> </port> - <port x="67" y="114"> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice']/port[@name='ILIASSoapWebservicePort'])" xlink:type="simple"/> - <consumes endpoint="endpoint5"/> - <provides endpoint="endpoint5"/> - </port> - <port x="67" y="191"> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService']/port[@name='ILIASClientAdapterPort'])" xlink:type="simple"/> - <consumes endpoint="endpoint6"/> - <provides endpoint="endpoint6"/> - </port> <port state="deleted" x="67" y="37"> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService']/port[@name='XSLTTransformPort'])" xlink:type="simple"/> <consumes endpoint="endpoint2"/> <provides endpoint="endpoint2"/> </port> - <port x="67" y="37"> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService']/port[@name='ObjectProcessorPortTypeBindingPort'])" xlink:type="simple"/> + <port x="67" y="114"> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService']/port[@name='ObjectProcessorPortTypeBindingPort'])" xlink:type="simple"/> <consumes endpoint="endpoint4"/> <provides endpoint="endpoint4"/> </port> @@ -70,6 +60,16 @@ <consumes endpoint="endpoint3"/> <provides endpoint="endpoint3"/> </port> + <port x="67" y="37"> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice']/port[@name='ILIASSoapWebservicePort'])" xlink:type="simple"/> + <consumes endpoint="endpoint5"/> + <provides endpoint="endpoint5"/> + </port> + <port x="67" y="191"> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService']/port[@name='ILIASClientAdapterPort'])" xlink:type="simple"/> + <consumes endpoint="endpoint6"/> + <provides endpoint="endpoint6"/> + </port> </ports> </binding-component-service-unit> </service-units> @@ -86,56 +86,56 @@ </connections> <porttypes> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> </porttypes> <bindings> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> </bindings> <services> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> </services> <regions> <region name="WSDL Endpoints" width="150"/> Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCategoryMessage/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCategoryMessage/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCategoryMessage/Concurrent.properties 2009-05-04 14:50:46 UTC (rev 209) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase FeedIliasAdapterWithCategoryMessage +destination=http://localhost:${HttpDefaultPort}/ILIASClientAdapterService/ILIASClientAdapterPort +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCategoryMessage/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCategoryMessage/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCategoryMessage/Input.xml 2009-05-04 14:50:46 UTC (rev 209) @@ -0,0 +1,32 @@ +<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ili="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter"> + <soapenv:Body> + <ili:ProcessCategoryOperation> + <categoryMessage> + <category> + <busId>?string?</busId> + <eventTime>?2008-09-29T03:49:45?</eventTime> + <!--Zero or more repetitions:--> + <attribute> + <name>name</name> + <value>Fakultät 4 (Sprach-, Literatur- u. Kulturwissenschaften)</value> + <transient>false</transient> + </attribute> + <!--Optional:--> + <parent>?string?</parent> + <!--Optional:--> + <categories> + <!--Zero or more repetitions:--> + <category>?string?</category> + </categories> + <!--Optional:--> + <courses> + <!--Zero or more repetitions:--> + <course>?string?</course> + </courses> + </category> + <eventTime>?2004-02-14T19:44:14?</eventTime> + <inputEvent>?DELETE?</inputEvent> + </categoryMessage> + </ili:ProcessCategoryOperation> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCourseMessage/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCourseMessage/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCourseMessage/Concurrent.properties 2009-05-04 14:50:46 UTC (rev 209) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase FeedILIASAdapter +destination=http://localhost:${HttpDefaultPort}/ILIASClientAdapterService/ILIASClientAdapterPort +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCourseMessage/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCourseMessage/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCourseMessage/Input.xml 2009-05-04 14:50:46 UTC (rev 209) @@ -0,0 +1,189 @@ +<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ili="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter"> + <soapenv:Body> + <ili:ProcessCourseOperation> + <courseMessage> + <course> + + <busId>?string?</busId> + <eventTime>?2008-09-29T03:49:45?</eventTime> + + <!--- - - - - Attribute: lsfId - - - - - --> + <attribute> + <name>lsfId</name> + <value>32350</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: logicalNumber - - - - - --> + <attribute> + <name>logicalNumber</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: type - - - - - --> + <attribute> + <name>type</name> + <value>Tutorium</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: title - - - - - --> + <attribute> + <name>title</name> + <value>Tutorium-Test</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: shortDescription - - - - - --> + <attribute> + <name>shortDescription</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: abbreviation - - - - - --> + <attribute> + <name>abbreviation</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: necessaryAssignment - - - - - --> + <attribute> + <name>necessaryAssignment</name> + <value>J</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: note - - - - - --> + <attribute> + <name>note</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: comment - - - - - --> + <attribute> + <name>comment</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: semesterAsInt - - - - - --> + <attribute> + <name>semesterAsInt</name> + <value>20081</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: semesterPeriodsPerWeek - - - - - --> + <attribute> + <name>semesterPeriodsPerWeek</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: expectedRegistrations - - - - - --> + <attribute> + <name>expectedRegistrations</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: maximumRegistrations - - - - - --> + <attribute> + <name>maximumRegistrations</name> + <value>20</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: activityConfirmation - - - - - --> + <attribute> + <name>activityConfirmation</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: lectureTypeId - - - - - --> + <attribute> + <name>lectureTypeId</name> + <value>40</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: active - - - - - --> + <attribute> + <name>active</name> + <value>A</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: semesterAbbr - - - - - --> + <attribute> + <name>semesterAbbr</name> + <value>SS 2008</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: semesterFull - - - - - --> + <attribute> + <name>semesterFull</name> + <value>SS 2008</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: dates - - - - - --> + <attribute> + <name>dates</name> + <value> + + + + 14:00 + 16:00 + + + Montag + wöchentlich + + + + + 14:00 + 15:00 + + + Mittwoch + wöchentlich + + </value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: clientId - - - - - --> + <attribute> + <name>clientId</name> + <value>lecture:32350</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: semesterId - - - - - --> + <attribute> + <name>semesterId</name> + <value>20081</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: startDate - - - - - --> + <attribute> + <name>startDate</name> + <value>14.04.2008</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: endDate - - - - - --> + <attribute> + <name>endDate</name> + <value>18.07.2008</value> + <transient>false</transient> + </attribute> + + <!--Optional:--> + <categories> + <!--Zero or more repetitions:--> + <category>?string?</category> + </categories> + <!--Optional:--> + <parent>?string?</parent> + <!--Optional:--> + <workgroups> + <!--Zero or more repetitions:--> + <workgroup>?string?</workgroup> + </workgroups> + </course> + + <eventTime>?2004-02-14T19:44:14?</eventTime> + <inputEvent>?DELETE?</inputEvent> + </courseMessage> + </ili:ProcessCourseOperation> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-05-28 09:04:15
|
Revision: 221 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=221&view=rev Author: pkasprzak Date: 2009-05-28 09:04:05 +0000 (Thu, 28 May 2009) Log Message: ----------- * TestCases updates * CASA layout prettying Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Output.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Output.xml Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-05-28 09:03:53 UTC (rev 220) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-05-28 09:04:05 UTC (rev 221) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="LSFClientAdapterCA" xmlns:ns10="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns2="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns4="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns5="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns6="urn:ilUserAdministration" xmlns:ns7="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:ns8="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/newProcess" xmlns:ns9="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:xlink="http://www.w3.org/2000/xlink"> +<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="LSFClientAdapterCA" xmlns:ns10="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns11="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns12="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns13="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns14="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns15="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns16="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns17="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns18="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns19="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns2="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns20="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns21="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns22="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns23="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns24="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns4="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns5="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns6="urn:ilUserAdministration" xmlns:ns7="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:ns8="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" xmlns:ns9="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/Login" xmlns:xlink="http://www.w3.org/2000/xlink"> <endpoints> <endpoint endpoint-name="casaPort1" interface-name="ns2:LSFClientAdapterPortType" name="endpoint1" service-name="ns1:casaService1"/> <endpoint endpoint-name="XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint2" service-name="ns3:XSLTTransformService"/> @@ -7,37 +7,71 @@ <endpoint endpoint-name="ObjectProcessorPortTypeBindingPort" interface-name="ns5:ObjectProcessorPortType" name="endpoint4" service-name="ns5:ObjectProcessorService"/> <endpoint endpoint-name="ILIASSoapWebservicePort" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint5" service-name="ns6:ILIASSoapWebservice"/> <endpoint endpoint-name="ILIASClientAdapterPort" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint6" service-name="ns7:ILIASClientAdapterService"/> - <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint7" process-name="OutboundClientAdapter" service-name="ns8:ILIASAdapter"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint8" process-name="OutboundClientAdapter" service-name="ns8:ILIAS"/> - <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="ObjectProcessor.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint9" process-name="ObjectProcessor" service-name="ns9:ClientAdapter"/> - <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="ObjectProcessor.bpel" interface-name="ns4:IdentityMapperPortType" name="endpoint10" process-name="ObjectProcessor" service-name="ns9:IdentityMapper"/> - <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns4:IdentityMapperPortType" name="endpoint11" service-name="ns4:IdentityMapperService"/> - <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint12" service-name="ns3:XSLTTransformService"/> - <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns2:LSFClientAdapterPortType" name="endpoint13" process-name="InboundClientAdapter" service-name="ns10:LSF"/> - <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint14" process-name="InboundClientAdapter" service-name="ns10:XSLTTransform"/> - <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint15" process-name="InboundClientAdapter" service-name="ns10:ObjectProcessor"/> + <endpoint display-name="IliasAdapter" endpoint-name="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns9:LoginPortType" name="endpoint7" process-name="Login" service-name="ns8:IliasAdapter"/> + <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns11:UpdateCategoryPortType" name="endpoint8" process-name="UpdateCategory" service-name="ns10:IliasAdpater"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns13:DeleteCategoryPortType" name="endpoint9" process-name="DeleteCategory" service-name="ns12:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns15:AddCoursePortType" name="endpoint10" process-name="AddCourse" service-name="ns14:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns17:UpdateCoursePortType" name="endpoint11" process-name="UpdateCourse" service-name="ns16:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns19:AddCategoryPortType" name="endpoint12" process-name="AddCategory" service-name="ns18:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns21:DeleteCoursePortType" name="endpoint13" process-name="DeleteCourse" service-name="ns20:IliasAdapter"/> + <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint14" process-name="OutboundClientAdapter" service-name="ns22:ILIASAdapter"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint15" process-name="Login" service-name="ns8:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint16" process-name="AddCourse" service-name="ns14:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint17" process-name="AddCategory" service-name="ns18:ILIAS"/> + <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns9:LoginPortType" name="endpoint18" process-name="OutboundClientAdapter" service-name="ns22:Login"/> + <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns15:AddCoursePortType" name="endpoint19" process-name="OutboundClientAdapter" service-name="ns22:AddCourse"/> + <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns17:UpdateCoursePortType" name="endpoint20" process-name="OutboundClientAdapter" service-name="ns22:UpdateCourse"/> + <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns21:DeleteCoursePortType" name="endpoint21" process-name="OutboundClientAdapter" service-name="ns22:DeleteCourse"/> + <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns19:AddCategoryPortType" name="endpoint22" process-name="OutboundClientAdapter" service-name="ns22:AddCategory"/> + <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns11:UpdateCategoryPortType" name="endpoint23" process-name="OutboundClientAdapter" service-name="ns22:UpdateCategory"/> + <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns13:DeleteCategoryPortType" name="endpoint24" process-name="OutboundClientAdapter" service-name="ns22:DeleteCategory"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint25" process-name="OutboundClientAdapter" service-name="ns22:ILIAS"/> + <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="ObjectProcessor.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint26" process-name="ObjectProcessor" service-name="ns23:ClientAdapter"/> + <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="ObjectProcessor.bpel" interface-name="ns4:IdentityMapperPortType" name="endpoint27" process-name="ObjectProcessor" service-name="ns23:IdentityMapper"/> + <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns4:IdentityMapperPortType" name="endpoint28" service-name="ns4:IdentityMapperService"/> + <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint29" service-name="ns3:XSLTTransformService"/> + <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns2:LSFClientAdapterPortType" name="endpoint30" process-name="InboundClientAdapter" service-name="ns24:LSF"/> + <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint31" process-name="InboundClientAdapter" service-name="ns24:XSLTTransform"/> + <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint32" process-name="InboundClientAdapter" service-name="ns24: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"> + <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="593" y="37"> <provides endpoint="endpoint7"/> - <consumes endpoint="endpoint8"/> - </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="255"/> - <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="138" y="633"> + <provides endpoint="endpoint8"/> <provides endpoint="endpoint9"/> - <consumes endpoint="endpoint10"/> - </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="791"> + <provides endpoint="endpoint10"/> <provides endpoint="endpoint11"/> - </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="518"> <provides endpoint="endpoint12"/> - </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="338"> <provides endpoint="endpoint13"/> - <consumes endpoint="endpoint14"/> + <provides endpoint="endpoint14"/> <consumes endpoint="endpoint15"/> + <consumes endpoint="endpoint16"/> + <consumes endpoint="endpoint17"/> + <consumes endpoint="endpoint18"/> + <consumes endpoint="endpoint19"/> + <consumes endpoint="endpoint20"/> + <consumes endpoint="endpoint21"/> + <consumes endpoint="endpoint22"/> + <consumes endpoint="endpoint23"/> + <consumes endpoint="endpoint24"/> + <consumes endpoint="endpoint25"/> </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="690" y="803"/> + <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="154" y="599"> + <provides endpoint="endpoint26"/> + <consumes endpoint="endpoint27"/> + </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="374" y="789"> + <provides endpoint="endpoint28"/> + </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="346" y="429"> + <provides endpoint="endpoint29"/> + </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="54" y="385"> + <provides endpoint="endpoint30"/> + <consumes endpoint="endpoint31"/> + <consumes endpoint="endpoint32"/> + </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 bindingType="soap" x="67" y="268"> @@ -50,7 +84,7 @@ <consumes endpoint="endpoint2"/> <provides endpoint="endpoint2"/> </port> - <port x="67" y="114"> + <port x="67" y="631"> <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService']/port[@name='ObjectProcessorPortTypeBindingPort'])" xlink:type="simple"/> <consumes endpoint="endpoint4"/> <provides endpoint="endpoint4"/> @@ -65,7 +99,7 @@ <consumes endpoint="endpoint5"/> <provides endpoint="endpoint5"/> </port> - <port x="67" y="191"> + <port x="67" y="148"> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService']/port[@name='ILIASClientAdapterPort'])" xlink:type="simple"/> <consumes endpoint="endpoint6"/> <provides endpoint="endpoint6"/> @@ -74,15 +108,25 @@ </binding-component-service-unit> </service-units> <connections> - <connection consumer="endpoint8" provider="endpoint5" state="unchanged"/> - <connection consumer="endpoint6" provider="endpoint7" state="unchanged"/> - <connection consumer="endpoint10" provider="endpoint11" state="unchanged"/> - <connection consumer="endpoint14" provider="endpoint12" state="unchanged"/> - <connection consumer="endpoint1" provider="endpoint13" state="new"/> - <connection consumer="endpoint4" provider="endpoint9" state="unchanged"/> - <connection consumer="endpoint15" provider="endpoint9" state="unchanged"/> - <connection consumer="endpoint2" provider="endpoint12" state="deleted"/> - <connection consumer="endpoint3" provider="endpoint11" state="deleted"/> + <connection consumer="endpoint18" provider="endpoint7" state="unchanged"/> + <connection consumer="endpoint15" provider="endpoint5" state="unchanged"/> + <connection consumer="endpoint16" provider="endpoint5" state="unchanged"/> + <connection consumer="endpoint17" provider="endpoint5" state="unchanged"/> + <connection consumer="endpoint25" provider="endpoint5" state="unchanged"/> + <connection consumer="endpoint20" provider="endpoint11" state="unchanged"/> + <connection consumer="endpoint27" provider="endpoint28" state="unchanged"/> + <connection consumer="endpoint31" provider="endpoint29" state="unchanged"/> + <connection consumer="endpoint1" provider="endpoint30" state="new"/> + <connection consumer="endpoint19" provider="endpoint10" state="unchanged"/> + <connection consumer="endpoint4" provider="endpoint26" state="unchanged"/> + <connection consumer="endpoint32" provider="endpoint26" state="unchanged"/> + <connection consumer="endpoint21" provider="endpoint13" state="unchanged"/> + <connection consumer="endpoint24" provider="endpoint9" state="unchanged"/> + <connection consumer="endpoint6" provider="endpoint14" state="unchanged"/> + <connection consumer="endpoint23" provider="endpoint8" state="unchanged"/> + <connection consumer="endpoint22" provider="endpoint12" state="unchanged"/> + <connection consumer="endpoint2" provider="endpoint29" state="deleted"/> + <connection consumer="endpoint3" provider="endpoint28" state="deleted"/> </connections> <porttypes> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> @@ -96,9 +140,16 @@ <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCategory.wsdl#xpointer(/definitions/portType[@name='AddCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCourse.wsdl#xpointer(/definitions/portType[@name='DeleteCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCategory.wsdl#xpointer(/definitions/portType[@name='UpdateCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCourse.wsdl#xpointer(/definitions/portType[@name='AddCoursePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/Login.wsdl#xpointer(/definitions/portType[@name='LoginPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCourse.wsdl#xpointer(/definitions/portType[@name='UpdateCoursePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> </porttypes> @@ -139,7 +190,7 @@ </services> <regions> <region name="WSDL Endpoints" width="150"/> - <region name="JBI Modules" width="500"/> + <region name="JBI Modules" width="902"/> <region name="External Modules" width="200"/> </regions> </casa> Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Concurrent.properties 2009-05-28 09:04:05 UTC (rev 221) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase IliasAdapter_addCategory +destination=http://localhost:${HttpDefaultPort}/ILIASClientAdapterService/ILIASClientAdapterPort +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml 2009-05-28 09:04:05 UTC (rev 221) @@ -0,0 +1,32 @@ +<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ili="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter"> + <soapenv:Body> + <ili:processCategory> + <categoryMessage> + <category> + <busId>1</busId> + <eventTime>?2008-09-29T03:49:45?</eventTime> + <!--Zero or more repetitions:--> + <attribute> + <name>name</name> + <value>Fakultät 4 (Sprach-, Literatur- u. Kulturwissenschaften)</value> + <transient>false</transient> + </attribute> + <!--Optional:--> + <parent>?string?</parent> + <!--Optional:--> + <categories> + <!--Zero or more repetitions:--> + <category>?string?</category> + </categories> + <!--Optional:--> + <courses> + <!--Zero or more repetitions:--> + <course>?string?</course> + </courses> + </category> + <eventTime>2004-02-14T19:44:14</eventTime> + <event>CREATE</event> + </categoryMessage> + </ili:processCategory> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Concurrent.properties 2009-05-28 09:04:05 UTC (rev 221) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase IliasAdapter_addCourse +destination=http://localhost:${HttpDefaultPort}/ILIASClientAdapterService/ILIASClientAdapterPort +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Input.xml 2009-05-28 09:04:05 UTC (rev 221) @@ -0,0 +1,189 @@ +<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ili="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter"> + <soapenv:Body> + <ili:processCourse> + <courseMessage> + <course> + + <busId>1</busId> + <eventTime>2008-09-29T03:49:45</eventTime> + + <!--- - - - - Attribute: lsfId - - - - - --> + <attribute> + <name>lsfId</name> + <value>32350</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: logicalNumber - - - - - --> + <attribute> + <name>logicalNumber</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: type - - - - - --> + <attribute> + <name>type</name> + <value>Tutorium</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: title - - - - - --> + <attribute> + <name>title</name> + <value>Tutorium-Test</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: shortDescription - - - - - --> + <attribute> + <name>shortDescription</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: abbreviation - - - - - --> + <attribute> + <name>abbreviation</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: necessaryAssignment - - - - - --> + <attribute> + <name>necessaryAssignment</name> + <value>J</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: note - - - - - --> + <attribute> + <name>note</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: comment - - - - - --> + <attribute> + <name>comment</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: semesterAsInt - - - - - --> + <attribute> + <name>semesterAsInt</name> + <value>20081</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: semesterPeriodsPerWeek - - - - - --> + <attribute> + <name>semesterPeriodsPerWeek</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: expectedRegistrations - - - - - --> + <attribute> + <name>expectedRegistrations</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: maximumRegistrations - - - - - --> + <attribute> + <name>maximumRegistrations</name> + <value>20</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: activityConfirmation - - - - - --> + <attribute> + <name>activityConfirmation</name> + <value/> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: lectureTypeId - - - - - --> + <attribute> + <name>lectureTypeId</name> + <value>40</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: active - - - - - --> + <attribute> + <name>active</name> + <value>A</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: semesterAbbr - - - - - --> + <attribute> + <name>semesterAbbr</name> + <value>SS 2008</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: semesterFull - - - - - --> + <attribute> + <name>semesterFull</name> + <value>SS 2008</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: dates - - - - - --> + <attribute> + <name>dates</name> + <value> + + + + 14:00 + 16:00 + + + Montag + wöchentlich + + + + + 14:00 + 15:00 + + + Mittwoch + wöchentlich + + </value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: clientId - - - - - --> + <attribute> + <name>clientId</name> + <value>lecture:32350</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: semesterId - - - - - --> + <attribute> + <name>semesterId</name> + <value>20081</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: startDate - - - - - --> + <attribute> + <name>startDate</name> + <value>14.04.2008</value> + <transient>false</transient> + </attribute> + <!--- - - - - Attribute: endDate - - - - - --> + <attribute> + <name>endDate</name> + <value>18.07.2008</value> + <transient>false</transient> + </attribute> + + <!--Optional:--> + <categories> + <!--Zero or more repetitions:--> + <category>?string?</category> + </categories> + <!--Optional:--> + <parent>?string?</parent> + <!--Optional:--> + <workgroups> + <!--Zero or more repetitions:--> + <workgroup>?string?</workgroup> + </workgroups> + </course> + + <eventTime>2004-02-14T19:44:14</eventTime> + <event>CREATE</event> + </courseMessage> + </ili:processCourse> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-05-28 09:03:53 UTC (rev 220) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-05-28 09:04:05 UTC (rev 221) @@ -1 +1 @@ -testcases=FeedLSFAdapter +testcases=IliasAdapter_addCategory This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2009-05-29 12:43:08
|
Revision: 226 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=226&view=rev Author: alexloewen Date: 2009-05-29 12:43:01 +0000 (Fri, 29 May 2009) Log Message: ----------- Some Funktionality to delete/update Category and delete/updateCourse. Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Output.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Output.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Output.xml Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-05-29 12:42:50 UTC (rev 225) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-05-29 12:43:01 UTC (rev 226) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="LSFClientAdapterCA" xmlns:ns10="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns11="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns12="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns13="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns14="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns15="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns16="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns17="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns18="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns19="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns2="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns20="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns21="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns22="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns23="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns24="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns4="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns5="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns6="urn:ilUserAdministration" xmlns:ns7="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:ns8="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" xmlns:ns9="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/Login" xmlns:xlink="http://www.w3.org/2000/xlink"> +<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="LSFClientAdapterCA" xmlns:ns10="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns11="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns12="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns13="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns14="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns15="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns16="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns17="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns18="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns19="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns2="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns20="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns21="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns22="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns23="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns24="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns4="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns5="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns6="urn:ilUserAdministration" xmlns:ns7="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:ns8="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" xmlns:ns9="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/Login" xmlns:xlink="http://www.w3.org/2000/xlink"> <endpoints> <endpoint endpoint-name="casaPort1" interface-name="ns2:LSFClientAdapterPortType" name="endpoint1" service-name="ns1:casaService1"/> <endpoint endpoint-name="XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint2" service-name="ns3:XSLTTransformService"/> @@ -8,31 +8,35 @@ <endpoint endpoint-name="ILIASSoapWebservicePort" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint5" service-name="ns6:ILIASSoapWebservice"/> <endpoint endpoint-name="ILIASClientAdapterPort" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint6" service-name="ns7:ILIASClientAdapterService"/> <endpoint display-name="IliasAdapter" endpoint-name="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns9:LoginPortType" name="endpoint7" process-name="Login" service-name="ns8:IliasAdapter"/> - <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns11:UpdateCategoryPortType" name="endpoint8" process-name="UpdateCategory" service-name="ns10:IliasAdpater"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns13:DeleteCategoryPortType" name="endpoint9" process-name="DeleteCategory" service-name="ns12:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns15:AddCoursePortType" name="endpoint10" process-name="AddCourse" service-name="ns14:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns17:UpdateCoursePortType" name="endpoint11" process-name="UpdateCourse" service-name="ns16:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns19:AddCategoryPortType" name="endpoint12" process-name="AddCategory" service-name="ns18:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns21:DeleteCoursePortType" name="endpoint13" process-name="DeleteCourse" service-name="ns20:IliasAdapter"/> - <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint14" process-name="OutboundClientAdapter" service-name="ns22:ILIASAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns11:AddCategoryPortType" name="endpoint8" process-name="AddCategory" service-name="ns10:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns13:AddCoursePortType" name="endpoint9" process-name="AddCourse" service-name="ns12:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns15:UpdateCoursePortType" name="endpoint10" process-name="UpdateCourse" service-name="ns14:IliasAdapter"/> + <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint11" process-name="OutboundClientAdapter" service-name="ns16:ILIASAdapter"/> + <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns18:UpdateCategoryPortType" name="endpoint12" process-name="UpdateCategory" service-name="ns17:IliasAdpater"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns20:DeleteCategoryPortType" name="endpoint13" process-name="DeleteCategory" service-name="ns19:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns22:DeleteCoursePortType" name="endpoint14" process-name="DeleteCourse" service-name="ns21:IliasAdapter"/> <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint15" process-name="Login" service-name="ns8:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint16" process-name="AddCourse" service-name="ns14:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint17" process-name="AddCategory" service-name="ns18:ILIAS"/> - <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns9:LoginPortType" name="endpoint18" process-name="OutboundClientAdapter" service-name="ns22:Login"/> - <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns15:AddCoursePortType" name="endpoint19" process-name="OutboundClientAdapter" service-name="ns22:AddCourse"/> - <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns17:UpdateCoursePortType" name="endpoint20" process-name="OutboundClientAdapter" service-name="ns22:UpdateCourse"/> - <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns21:DeleteCoursePortType" name="endpoint21" process-name="OutboundClientAdapter" service-name="ns22:DeleteCourse"/> - <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns19:AddCategoryPortType" name="endpoint22" process-name="OutboundClientAdapter" service-name="ns22:AddCategory"/> - <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns11:UpdateCategoryPortType" name="endpoint23" process-name="OutboundClientAdapter" service-name="ns22:UpdateCategory"/> - <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns13:DeleteCategoryPortType" name="endpoint24" process-name="OutboundClientAdapter" service-name="ns22:DeleteCategory"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint25" process-name="OutboundClientAdapter" service-name="ns22:ILIAS"/> - <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="ObjectProcessor.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint26" process-name="ObjectProcessor" service-name="ns23:ClientAdapter"/> - <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="ObjectProcessor.bpel" interface-name="ns4:IdentityMapperPortType" name="endpoint27" process-name="ObjectProcessor" service-name="ns23:IdentityMapper"/> - <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns4:IdentityMapperPortType" name="endpoint28" service-name="ns4:IdentityMapperService"/> - <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint29" service-name="ns3:XSLTTransformService"/> - <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns2:LSFClientAdapterPortType" name="endpoint30" process-name="InboundClientAdapter" service-name="ns24:LSF"/> - <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint31" process-name="InboundClientAdapter" service-name="ns24:XSLTTransform"/> - <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint32" process-name="InboundClientAdapter" service-name="ns24:ObjectProcessor"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint16" process-name="AddCategory" service-name="ns10:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint17" process-name="AddCourse" service-name="ns12:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCourse.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint18" process-name="UpdateCourse" service-name="ns14:ILIAS"/> + <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns9:LoginPortType" name="endpoint19" process-name="OutboundClientAdapter" service-name="ns16:Login"/> + <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns13:AddCoursePortType" name="endpoint20" process-name="OutboundClientAdapter" service-name="ns16:AddCourse"/> + <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns15:UpdateCoursePortType" name="endpoint21" process-name="OutboundClientAdapter" service-name="ns16:UpdateCourse"/> + <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns22:DeleteCoursePortType" name="endpoint22" process-name="OutboundClientAdapter" service-name="ns16:DeleteCourse"/> + <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns11:AddCategoryPortType" name="endpoint23" process-name="OutboundClientAdapter" service-name="ns16:AddCategory"/> + <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns18:UpdateCategoryPortType" name="endpoint24" process-name="OutboundClientAdapter" service-name="ns16:UpdateCategory"/> + <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns20:DeleteCategoryPortType" name="endpoint25" process-name="OutboundClientAdapter" service-name="ns16:DeleteCategory"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint26" process-name="OutboundClientAdapter" service-name="ns16:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint27" process-name="UpdateCategory" service-name="ns17:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint28" process-name="DeleteCategory" service-name="ns19:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint29" process-name="DeleteCourse" service-name="ns21:ILIAS"/> + <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="ObjectProcessor.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint30" process-name="ObjectProcessor" service-name="ns23:ClientAdapter"/> + <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="ObjectProcessor.bpel" interface-name="ns4:IdentityMapperPortType" name="endpoint31" process-name="ObjectProcessor" service-name="ns23:IdentityMapper"/> + <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns4:IdentityMapperPortType" name="endpoint32" service-name="ns4:IdentityMapperService"/> + <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint33" service-name="ns3:XSLTTransformService"/> + <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns2:LSFClientAdapterPortType" name="endpoint34" process-name="InboundClientAdapter" service-name="ns24:LSF"/> + <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint35" process-name="InboundClientAdapter" service-name="ns24:XSLTTransform"/> + <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint36" process-name="InboundClientAdapter" service-name="ns24: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="593" y="37"> @@ -55,22 +59,26 @@ <consumes endpoint="endpoint23"/> <consumes endpoint="endpoint24"/> <consumes endpoint="endpoint25"/> + <consumes endpoint="endpoint26"/> + <consumes endpoint="endpoint27"/> + <consumes endpoint="endpoint28"/> + <consumes endpoint="endpoint29"/> </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="690" y="803"/> <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="154" y="599"> - <provides endpoint="endpoint26"/> - <consumes endpoint="endpoint27"/> + <provides endpoint="endpoint30"/> + <consumes endpoint="endpoint31"/> </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="374" y="789"> - <provides endpoint="endpoint28"/> + <provides endpoint="endpoint32"/> </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="346" y="429"> - <provides endpoint="endpoint29"/> + <provides endpoint="endpoint33"/> </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="54" y="385"> - <provides endpoint="endpoint30"/> - <consumes endpoint="endpoint31"/> - <consumes endpoint="endpoint32"/> + <provides endpoint="endpoint34"/> + <consumes endpoint="endpoint35"/> + <consumes endpoint="endpoint36"/> </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> @@ -79,8 +87,8 @@ <consumes endpoint="endpoint1"/> <provides endpoint="endpoint1"/> </port> - <port state="deleted" x="67" y="37"> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService']/port[@name='XSLTTransformPort'])" xlink:type="simple"/> + <port state="deleted" x="0" y="-1"> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService']/port[@name='XSLTTransformPort'])" xlink:type="simple"/> <consumes endpoint="endpoint2"/> <provides endpoint="endpoint2"/> </port> @@ -108,83 +116,87 @@ </binding-component-service-unit> </service-units> <connections> - <connection consumer="endpoint18" provider="endpoint7" state="unchanged"/> <connection consumer="endpoint15" provider="endpoint5" state="unchanged"/> <connection consumer="endpoint16" provider="endpoint5" state="unchanged"/> <connection consumer="endpoint17" provider="endpoint5" state="unchanged"/> - <connection consumer="endpoint25" provider="endpoint5" state="unchanged"/> - <connection consumer="endpoint20" provider="endpoint11" state="unchanged"/> - <connection consumer="endpoint27" provider="endpoint28" state="unchanged"/> - <connection consumer="endpoint31" provider="endpoint29" state="unchanged"/> - <connection consumer="endpoint1" provider="endpoint30" state="new"/> - <connection consumer="endpoint19" provider="endpoint10" state="unchanged"/> - <connection consumer="endpoint4" provider="endpoint26" state="unchanged"/> - <connection consumer="endpoint32" provider="endpoint26" state="unchanged"/> - <connection consumer="endpoint21" provider="endpoint13" state="unchanged"/> - <connection consumer="endpoint24" provider="endpoint9" state="unchanged"/> - <connection consumer="endpoint6" provider="endpoint14" state="unchanged"/> + <connection consumer="endpoint18" provider="endpoint5" state="unchanged"/> + <connection consumer="endpoint26" provider="endpoint5" state="unchanged"/> + <connection consumer="endpoint27" provider="endpoint5" state="unchanged"/> + <connection consumer="endpoint28" provider="endpoint5" state="unchanged"/> + <connection consumer="endpoint29" provider="endpoint5" state="unchanged"/> + <connection consumer="endpoint19" provider="endpoint7" state="unchanged"/> + <connection consumer="endpoint31" provider="endpoint32" state="unchanged"/> + <connection consumer="endpoint21" provider="endpoint10" state="unchanged"/> + <connection consumer="endpoint35" provider="endpoint33" state="unchanged"/> + <connection consumer="endpoint1" provider="endpoint34" state="new"/> + <connection consumer="endpoint20" provider="endpoint9" state="unchanged"/> + <connection consumer="endpoint4" provider="endpoint30" state="unchanged"/> + <connection consumer="endpoint36" provider="endpoint30" state="unchanged"/> + <connection consumer="endpoint22" provider="endpoint14" state="unchanged"/> + <connection consumer="endpoint25" provider="endpoint13" state="unchanged"/> + <connection consumer="endpoint6" provider="endpoint11" state="unchanged"/> + <connection consumer="endpoint24" provider="endpoint12" state="unchanged"/> <connection consumer="endpoint23" provider="endpoint8" state="unchanged"/> - <connection consumer="endpoint22" provider="endpoint12" state="unchanged"/> - <connection consumer="endpoint2" provider="endpoint29" state="deleted"/> - <connection consumer="endpoint3" provider="endpoint28" state="deleted"/> + <connection consumer="endpoint2" provider="endpoint33" state="deleted"/> + <connection consumer="endpoint3" provider="endpoint32" state="deleted"/> </connections> <porttypes> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCourse.wsdl#xpointer(/definitions/portType[@name='UpdateCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/Login.wsdl#xpointer(/definitions/portType[@name='LoginPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCourse.wsdl#xpointer(/definitions/portType[@name='AddCoursePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCategory.wsdl#xpointer(/definitions/portType[@name='AddCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCourse.wsdl#xpointer(/definitions/portType[@name='DeleteCoursePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCategory.wsdl#xpointer(/definitions/portType[@name='UpdateCategoryPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCourse.wsdl#xpointer(/definitions/portType[@name='AddCoursePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/Login.wsdl#xpointer(/definitions/portType[@name='LoginPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCourse.wsdl#xpointer(/definitions/portType[@name='UpdateCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> </porttypes> <bindings> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> </bindings> <services> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> </services> Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Concurrent.properties 2009-05-29 12:43:01 UTC (rev 226) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase iliasAdapter_deleteCategory +destination=http://localhost:${HttpDefaultPort}/ILIASClientAdapterService/ILIASClientAdapterPort +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml 2009-05-29 12:43:01 UTC (rev 226) @@ -0,0 +1,32 @@ +<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ili="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter"> + <soapenv:Body> + <ili:processCategory> + <categoryMessage> + <category> + <busId>?string?</busId> + <eventTime>?2008-09-29T03:49:45?</eventTime> + <!--Zero or more repetitions:--> + <attribute> + <name>dings</name> + <value>bums</value> + <transient>false</transient> + </attribute> + <!--Optional:--> + <parent>?string?</parent> + <!--Optional:--> + <categories> + <!--Zero or more repetitions:--> + <category>?string?</category> + </categories> + <!--Optional:--> + <courses> + <!--Zero or more repetitions:--> + <course>?string?</course> + </courses> + </category> + <eventTime>?2004-02-14T19:44:14?</eventTime> + <event>DELETE</event> + </categoryMessage> + </ili:processCategory> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Concurrent.properties 2009-05-29 12:43:01 UTC (rev 226) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase iliasAdapter_deleteCourse +destination=http://localhost:${HttpDefaultPort}/ILIASClientAdapterService/ILIASClientAdapterPort +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Input.xml 2009-05-29 12:43:01 UTC (rev 226) @@ -0,0 +1,32 @@ +<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ili="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter"> + <soapenv:Body> + <ili:processCourse> + <courseMessage> + <course> + <busId>?string?</busId> + <eventTime>?2008-09-29T03:49:45?</eventTime> + <!--Zero or more repetitions:--> + <attribute> + <name>blabla</name> + <value>blub</value> + <transient>false</transient> + </attribute> + <!--Optional:--> + <categories> + <!--Zero or more repetitions:--> + <category>?string?</category> + </categories> + <!--Optional:--> + <parent>?string?</parent> + <!--Optional:--> + <workgroups> + <!--Zero or more repetitions:--> + <workgroup>?string?</workgroup> + </workgroups> + </course> + <eventTime>?2004-02-14T19:44:14?</eventTime> + <event>DELETE</event> + </courseMessage> + </ili:processCourse> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Concurrent.properties 2009-05-29 12:43:01 UTC (rev 226) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase iliasAdapter_updateCategory +destination=http://localhost:${HttpDefaultPort}/ILIASClientAdapterService/ILIASClientAdapterPort +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml 2009-05-29 12:43:01 UTC (rev 226) @@ -0,0 +1,32 @@ +<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ili="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter"> + <soapenv:Body> + <ili:processCategory> + <categoryMessage> + <category> + <busId>?string?</busId> + <eventTime>?2008-09-29T03:49:45?</eventTime> + <!--Zero or more repetitions:--> + <attribute> + <name>blabla</name> + <value>blublu</value> + <transient>false</transient> + </attribute> + <!--Optional:--> + <parent>?string?</parent> + <!--Optional:--> + <categories> + <!--Zero or more repetitions:--> + <category>?string?</category> + </categories> + <!--Optional:--> + <courses> + <!--Zero or more repetitions:--> + <course>?string?</course> + </courses> + </category> + <eventTime>?2004-02-14T19:44:14?</eventTime> + <event>UPDATE</event> + </categoryMessage> + </ili:processCategory> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2009-06-04 12:50:47
|
Revision: 236 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=236&view=rev Author: alexloewen Date: 2009-06-04 12:16:48 +0000 (Thu, 04 Jun 2009) Log Message: ----------- addet some funktionality to updateCourse.bpel inkl. xsl transformation from incoming data. Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Output.xml Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-06-03 14:54:45 UTC (rev 235) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-06-04 12:16:48 UTC (rev 236) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="LSFClientAdapterCA" xmlns:ns10="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns11="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns12="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns13="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns14="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns15="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns16="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns17="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns18="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns19="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns2="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns20="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns21="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns22="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns23="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns24="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns4="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns5="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns6="urn:ilUserAdministration" xmlns:ns7="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:ns8="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" xmlns:ns9="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/Login" xmlns:xlink="http://www.w3.org/2000/xlink"> +<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="LSFClientAdapterCA" xmlns:ns10="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns11="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns12="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns13="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns14="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns15="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns16="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns17="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns18="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns19="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns2="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns20="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns21="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns22="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns23="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns24="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns4="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns5="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns6="urn:ilUserAdministration" xmlns:ns7="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:ns8="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" xmlns:ns9="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/Login" xmlns:xlink="http://www.w3.org/2000/xlink"> <endpoints> <endpoint endpoint-name="casaPort1" interface-name="ns2:LSFClientAdapterPortType" name="endpoint1" service-name="ns1:casaService1"/> <endpoint endpoint-name="XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint2" service-name="ns3:XSLTTransformService"/> Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Concurrent.properties 2009-06-04 12:16:48 UTC (rev 236) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase iliasAdapter_updateCourse +destination=http://localhost:${HttpDefaultPort}/ILIASClientAdapterService/ILIASClientAdapterPort +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml 2009-06-04 12:16:48 UTC (rev 236) @@ -0,0 +1,57 @@ +<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ili="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter"> + <soapenv:Body> + <ili:processCourse> + <courseMessage> + <course> + <busId>?string?</busId> + <eventTime>?2008-09-29T03:49:45?</eventTime> + <!--Zero or more repetitions:--> +<!--- - - - - Attribute: type - - - - - --> + <attribute> + <name>type</name> + <value>Hauptseminar</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: title - - - - - --> + <attribute> + <name>title</name> + <value>Phonetische Aspekte des Russischem</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: shortDescription - - - - - --> + <attribute> + <name>shortDescription</name> + <value>kurze Beschreibung tested</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: abbreviation - - - - - --> + <attribute> + <name>abbreviation</name> + <value>PAS</value> + <transient>false</transient> + </attribute> +<!--- - - - - Attribute: languageFull - - - - - --> + <attribute> + <name>languageFull</name> + <value>deutsch</value> + <transient>false</transient> + </attribute> + <!--Optional:--> + <categories> + <!--Zero or more repetitions:--> + <category>?string?</category> + </categories> + <!--Optional:--> + <parent>?string?</parent> + <!--Optional:--> + <workgroups> + <!--Zero or more repetitions:--> + <workgroup>?string?</workgroup> + </workgroups> + </course> + <eventTime>?2004-02-14T19:44:14?</eventTime> + <event>UPDATE</event> + </courseMessage> + </ili:processCourse> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-06-03 14:54:45 UTC (rev 235) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-06-04 12:16:48 UTC (rev 236) @@ -1 +1 @@ -testcases=IliasAdapter_addCategory +testcases=iliasAdapter_updateCourse This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-06-09 13:02:35
|
Revision: 250 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=250&view=rev Author: pkasprzak Date: 2009-06-09 13:02:33 +0000 (Tue, 09 Jun 2009) Log Message: ----------- * Stuff :) Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml 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/src/conf/CSEIPCA.casa trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml 2009-06-09 08:04:55 UTC (rev 249) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml 2009-06-09 13:02:33 UTC (rev 250) @@ -1,79 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- You may freely edit this file. See commented blocks below for --> -<!-- some examples of how to customize the build. --> -<!-- (If you delete it and reopen the project it will be recreated.) --> <project name="" default="default" basedir="." xmlns:web="http://www.netbeans.org/ns/j2ee-ejbjarproject/1"> - <description>Builds, tests, and runs the project .</description> <import file="nbproject/build-impl.xml"/> - <!-- - - There exist several targets which are by default empty and which can be - used for execution of your tasks. These targets are usually executed - before and after some main targets. They are: - - pre-init: called before initialization of project properties - post-init: called after initialization of project properties - pre-compile: called before javac compilation - post-compile: called after javac compilation - pre-compile-single: called before javac compilation of single file - post-compile-single: called after javac compilation of single file - pre-dist: called before jar building - post-dist: called after jar building - post-clean: called after cleaning build products - - Example of pluging an obfuscator after the compilation could look like - - <target name="post-compile"> - <obfuscate> - <fileset dir="${build.classes.dir}"/> - </obfuscate> - </target> - - For list of available properties check the imported - nbproject/build-impl.xml file. - - - Other way how to customize the build is by overriding existing main targets. - The target of interest are: - - init-macrodef-javac: defines macro for javac compilation - init-macrodef-debug: defines macro for class debugging - do-dist: jar archive building - run: execution of project - javadoc-build: javadoc generation - - Example of overriding the target for project execution could look like - - <target name="run" depends="<PROJNAME>-impl.jar"> - <exec dir="bin" executable="launcher.exe"> - <arg file="${dist.jar}"/> - </exec> - </target> - - Notice that overridden target depends on jar target and not only on - compile target as regular run target does. Again, for list of available - properties which you can use check the target you are overriding in - nbproject/build-impl.xml file. - - --> - <target name="-init-esb-ide" if="netbeans.home"> + <target name="init-esb-ide" if="netbeans.home"> <property name="esb.netbeans.platform" value="${netbeans.home}"/> </target> - <target name="-init-esb-cmdline" unless="netbeans.home"> + <target name="init-esb-cli" unless="netbeans.home"> <property file="${basedir}/nbproject/private/private.properties"/> <property name="esb.netbeans.platform" value="${esb.netbeans.home}/platform9"/> <property name="netbeans.user" value="${esb.netbeans.user}"/> <property name="from.commandline" value="true"/> </target> - <target name="-check-catd-context"> + <target name="check-catd-context"> <condition property="no.catd.context"> <not> <isset property="org.netbeans.modules.compapp.catd.context"/> </not> </condition> </target> - <target name="-init-catd" if="no.catd.context"> + <target name="init-catd" if="no.catd.context"> <property name="org.netbeans.modules.compapp.catd.context" value=""/> </target> - <target name="pre-init" depends="-init-esb-ide,-init-esb-cmdline,-check-catd-context,-init-catd"/> + <target name="pre-init" depends="init-esb-ide,init-esb-cli,check-catd-context,init-catd"/> </project> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-06-09 08:04:55 UTC (rev 249) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-06-09 13:02:33 UTC (rev 250) @@ -1,24 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - *** GENERATED FROM project.xml - DO NOT EDIT *** - *** EDIT ../build.xml INSTEAD *** - - For the purpose of easier reading the script - is divided into following sections: - - - initialization - - compilation - - dist - - execution - - debugging - - cleanup - - --> + *** GENERATED FROM project.xml - DO NOT EDIT *** + *** EDIT ../build.xml INSTEAD *** +--> <project name="CSEIPCA-jbi-impl" default="build" basedir=".."> - <target name="default" depends="dist" description="Build whole project."/> + <target name="default" depends="dist"/> <!-- - INITIALIZATION SECTION - --> + INITIALIZATION SECTION + --> <target name="pre-init"> <!-- Empty placeholder for easier customization. --> <!-- You can override this target in the ../build.xml file. --> @@ -36,10 +25,9 @@ <property file="nbproject/project.properties"/> </target> <target name="do-init" depends="pre-init,init-private,init-userdir,init-user,init-project"> - <!-- The two properties below are usually overridden --> - <!-- by the active platform. Just a fallback. --> <property name="default.javac.source" value="1.4"/> <property name="default.javac.target" value="1.4"/> + <property name="esb.netbeans.platform" value="${netbeans.home}"/> <condition property="have.tests"> <or> <available file="${test.dir}"/> @@ -118,8 +106,8 @@ </target> <target name="init" depends="pre-init,init-private,init-userdir,init-user,init-project,do-init,post-init,init-check,-init-taskdefs"/> <!-- - COMPILATION SECTION - --> + COMPILATION SECTION + --> <target name="deps-jar" depends="init" unless="${no.dependencies}"> <ant target="dist_se" inheritall="false" antfile="${project.Common}/build.xml"/> <property name="Common.su.name" value="Common"/> @@ -253,7 +241,7 @@ <!-- Empty placeholder for easier customization. --> <!-- You can override this target in the ../build.xml file. --> </target> - <target name="compile" depends="init,deps-jar,pre-pre-compile,pre-compile,do-compile,post-compile" description="Compile project."/> + <target name="compile" depends="init,deps-jar,pre-pre-compile,pre-compile,do-compile,post-compile"/> <target name="pre-compile-single"> <!-- Empty placeholder for easier customization. --> <!-- You can override this target in the ../build.xml file. --> @@ -267,9 +255,9 @@ </target> <target name="compile-single" depends="init,deps-jar,pre-pre-compile,pre-compile-single,do-compile-single,post-compile-single"/> <!-- - DIST BUILDING SECTION - --> - <target name="jbi-build" depends="init,init-deploy,deps-jar,deps-javaee-jar" description="Build Service Assembly."> + DIST BUILDING SECTION + --> + <target name="jbi-build" depends="init,init-deploy,deps-jar,deps-javaee-jar"> <mkdir dir="${src.dir}"/> <copy todir="${src.dir}/../jbiServiceUnits" overwrite="true"> <fileset dir="${src.dir}"/> @@ -289,12 +277,12 @@ <fileset dir="${build.dir}" excludes="jar/*"/> </jar> </target> - <target name="jbi-clean-build" depends="init,init-deploy,clean,jbi-build" description="Clean and Build Service Assembly."/> - <target name="dist" depends="jbi-build" description="Build distribution (JAR)."/> + <target name="jbi-clean-build" depends="init,init-deploy,clean,jbi-build"/> + <target name="dist" depends="jbi-build"/> <!-- - EXECUTION SECTION - --> - <target name="run" depends="jbi-build,run-jbi-deploy" description="Deploy to server."/> + EXECUTION SECTION + --> + <target name="run" depends="jbi-build,run-jbi-deploy"/> <target name="init-deploy"> <property name="include.jar.manifest" value=""/> </target> @@ -322,9 +310,9 @@ <teardown-debug-environment netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}"/> </target> <!-- - DEBUGGING SECTION - --> - <target name="debug" description="Debug project in IDE." depends="run,-pre-debug" if="esb.netbeans.platform"/> + DEBUGGING SECTION + --> + <target name="debug" depends="run,-pre-debug" if="esb.netbeans.platform"/> <target name="pre-debug-fix" depends="init"> <fail unless="fix.includes">Must set fix.includes</fail> <property name="javac.includes" value="${fix.includes}.java"/> @@ -334,8 +322,8 @@ </target> <target name="debug-fix" if="esb.netbeans.platform" depends="init,pre-debug-fix,do-debug-fix"/> <!-- - CLEANUP SECTION - --> + CLEANUP SECTION + --> <target name="deps-clean" depends="init" unless="${no.dependencies}"> <ant target="clean" inheritall="false" antfile="${project.Common}/build.xml"/> <ant target="clean" inheritall="false" antfile="${project.ILIASClientAdapter}/build.xml"/> @@ -353,16 +341,15 @@ <!-- Empty placeholder for easier customization. --> <!-- You can override this target in the ../build.xml file. --> </target> - <target name="clean" depends="init,deps-clean,do-clean,post-clean" description="Clean build products."/> - <target name="jbi-clean-config" depends="init,clear-casa,jbi-clean-build" description="Clean service assembly."/> + <target name="clean" depends="init,deps-clean,do-clean,post-clean"/> + <target name="jbi-clean-config" depends="init,clear-casa,jbi-clean-build"/> <target name="clear-casa"> <delete file="${source.root}/conf/${jbi.service-assembly.id}.casa"/> <delete file="${src.dir}/${jbi.service-assembly.id}.wsdl"/> </target> <!-- - JUNIT EXECUTION SECTION - ======================= - --> + JUNIT EXECUTION SECTION + --> <target name="-pre-test-run" if="have.tests" depends="init"> <mkdir dir="${test.results.dir}"/> <path id="unit.test.classpath"> @@ -438,12 +425,12 @@ </target> <target name="test-report" if="have.tests" depends="init"/> <target name="-test-browse" if="esb.netbeans.platform+have.tests" depends="init"/> - <target name="test" depends="init,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse" description="Run unit tests."/> - <target name="test-single" depends="init,-pre-test-run,-do-single-test-run,test-report,-post-single-test-run,-test-browse" description="Run unit tests."/> - <target name="debug-single" depends="init,-pre-test-run,-pre-debug,-do-single-test-run,-post-debug,test-report,-post-single-test-run,-test-browse" description="Debug unit tests."/> + <target name="test" depends="init,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse"/> + <target name="test-single" depends="init,-pre-test-run,-do-single-test-run,test-report,-post-single-test-run,-test-browse"/> + <target name="debug-single" depends="init,-pre-test-run,-pre-debug,-do-single-test-run,-post-debug,test-report,-post-single-test-run,-test-browse"/> <target name="-post-unit-test-run" if="have.tests+tests.failed" depends="init,-pre-test-run,-do-test-run"> <echo>Some tests failed; see details above.</echo> </target> - <target name="unit-test" depends="init,-pre-test-run,-do-test-run,test-report,-post-unit-test-run,-test-browse" description="Run unit tests in a batch."/> - <target name="jbi-unit-test" depends="run,unit-test,undeploy" description="build, deploy, test, and undeploy."/> + <target name="unit-test" depends="init,-pre-test-run,-do-test-run,test-report,-post-unit-test-run,-test-browse"/> + <target name="jbi-unit-test" depends="run,unit-test,undeploy"/> </project> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-06-09 08:04:55 UTC (rev 249) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-06-09 13:02:33 UTC (rev 250) @@ -1,8 +1,8 @@ build.xml.data.CRC32=b15138c1 -build.xml.script.CRC32=bd4e221c -build.xml.stylesheet.CRC32=d4244632 +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=29630ce0 -nbproject/build-impl.xml.stylesheet.CRC32=c7d487f2 +nbproject/build-impl.xml.script.CRC32=cbf50caf +nbproject/build-impl.xml.stylesheet.CRC32=2f99740f Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-06-09 08:04:55 UTC (rev 249) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-06-09 13:02:33 UTC (rev 250) @@ -1,45 +1,47 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="LSFClientAdapterCA" xmlns:ns10="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns11="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns12="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns13="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns14="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns15="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns16="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns17="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns18="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns19="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns2="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns20="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns21="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns22="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns23="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns24="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns4="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns5="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns6="urn:ilUserAdministration" xmlns:ns7="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:ns8="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" xmlns:ns9="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/Login" xmlns:xlink="http://www.w3.org/2000/xlink"> +<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="urn:ilUserAdministration" xmlns:ns10="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns11="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns12="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns13="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns14="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns15="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns16="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns17="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns18="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns19="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns20="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns21="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns22="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns23="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns24="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns25="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns26="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" 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/bpel/ILIASClientAdapter/Login" xmlns:ns9="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/Login" xmlns:xlink="http://www.w3.org/2000/xlink"> <endpoints> - <endpoint endpoint-name="casaPort1" interface-name="ns2:LSFClientAdapterPortType" name="endpoint1" service-name="ns1:casaService1"/> - <endpoint endpoint-name="XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint2" service-name="ns3:XSLTTransformService"/> - <endpoint endpoint-name="IdentityMapperPort" interface-name="ns4:IdentityMapperPortType" name="endpoint3" service-name="ns4:IdentityMapperService"/> - <endpoint endpoint-name="ObjectProcessorPortTypeBindingPort" interface-name="ns5:ObjectProcessorPortType" name="endpoint4" service-name="ns5:ObjectProcessorService"/> - <endpoint endpoint-name="ILIASSoapWebservicePort" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint5" service-name="ns6:ILIASSoapWebservice"/> + <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 display-name="IliasAdapter" endpoint-name="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns9:LoginPortType" name="endpoint7" process-name="Login" service-name="ns8:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns11:AddCategoryPortType" name="endpoint8" process-name="AddCategory" service-name="ns10:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns13:AddCoursePortType" name="endpoint9" process-name="AddCourse" service-name="ns12:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns15:UpdateCoursePortType" name="endpoint10" process-name="UpdateCourse" service-name="ns14:IliasAdapter"/> - <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint11" process-name="OutboundClientAdapter" service-name="ns16:ILIASAdapter"/> - <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns18:UpdateCategoryPortType" name="endpoint12" process-name="UpdateCategory" service-name="ns17:IliasAdpater"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns20:DeleteCategoryPortType" name="endpoint13" process-name="DeleteCategory" service-name="ns19:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns22:DeleteCoursePortType" name="endpoint14" process-name="DeleteCourse" service-name="ns21:IliasAdapter"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint15" process-name="Login" service-name="ns8:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint16" process-name="AddCategory" service-name="ns10:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint17" process-name="AddCourse" service-name="ns12:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCourse.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint18" process-name="UpdateCourse" service-name="ns14:ILIAS"/> - <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns9:LoginPortType" name="endpoint19" process-name="OutboundClientAdapter" service-name="ns16:Login"/> - <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns13:AddCoursePortType" name="endpoint20" process-name="OutboundClientAdapter" service-name="ns16:AddCourse"/> - <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns15:UpdateCoursePortType" name="endpoint21" process-name="OutboundClientAdapter" service-name="ns16:UpdateCourse"/> - <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns22:DeleteCoursePortType" name="endpoint22" process-name="OutboundClientAdapter" service-name="ns16:DeleteCourse"/> - <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns11:AddCategoryPortType" name="endpoint23" process-name="OutboundClientAdapter" service-name="ns16:AddCategory"/> - <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns18:UpdateCategoryPortType" name="endpoint24" process-name="OutboundClientAdapter" service-name="ns16:UpdateCategory"/> - <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns20:DeleteCategoryPortType" name="endpoint25" process-name="OutboundClientAdapter" service-name="ns16:DeleteCategory"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint26" process-name="OutboundClientAdapter" service-name="ns16:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint27" process-name="UpdateCategory" service-name="ns17:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint28" process-name="DeleteCategory" service-name="ns19:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns6:ILIASSoapWebservicePortType" name="endpoint29" process-name="DeleteCourse" service-name="ns21:ILIAS"/> - <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="ObjectProcessor.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint30" process-name="ObjectProcessor" service-name="ns23:ClientAdapter"/> - <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="ObjectProcessor.bpel" interface-name="ns4:IdentityMapperPortType" name="endpoint31" process-name="ObjectProcessor" service-name="ns23:IdentityMapper"/> - <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns4:IdentityMapperPortType" name="endpoint32" service-name="ns4:IdentityMapperService"/> - <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint33" service-name="ns3:XSLTTransformService"/> - <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns2:LSFClientAdapterPortType" name="endpoint34" process-name="InboundClientAdapter" service-name="ns24:LSF"/> - <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint35" process-name="InboundClientAdapter" service-name="ns24:XSLTTransform"/> - <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:ObjectProcessorPortType" name="endpoint36" process-name="InboundClientAdapter" service-name="ns24:ObjectProcessor"/> + <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns11:UpdateCategoryPortType" name="endpoint8" process-name="UpdateCategory" service-name="ns10:IliasAdpater"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns13:DeleteCategoryPortType" name="endpoint9" process-name="DeleteCategory" service-name="ns12:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns15:AddCoursePortType" name="endpoint10" process-name="AddCourse" service-name="ns14:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns17:UpdateCoursePortType" name="endpoint11" process-name="UpdateCourse" service-name="ns16:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns19:AddCategoryPortType" name="endpoint12" process-name="AddCategory" service-name="ns18:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns21:DeleteCoursePortType" name="endpoint13" process-name="DeleteCourse" service-name="ns20:IliasAdapter"/> + <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint14" process-name="OutboundClientAdapter" service-name="ns22:ILIASAdapter"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint15" process-name="Login" service-name="ns8:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint16" process-name="UpdateCategory" service-name="ns10:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint17" process-name="DeleteCategory" service-name="ns12:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint18" process-name="AddCourse" service-name="ns14:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint19" process-name="UpdateCourse" service-name="ns16:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint20" process-name="AddCategory" service-name="ns18:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint21" process-name="DeleteCourse" service-name="ns20:ILIAS"/> + <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns9:LoginPortType" name="endpoint22" process-name="OutboundClientAdapter" service-name="ns22:Login"/> + <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns15:AddCoursePortType" name="endpoint23" process-name="OutboundClientAdapter" service-name="ns22:AddCourse"/> + <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns17:UpdateCoursePortType" name="endpoint24" process-name="OutboundClientAdapter" service-name="ns22:UpdateCourse"/> + <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns21:DeleteCoursePortType" name="endpoint25" process-name="OutboundClientAdapter" service-name="ns22:DeleteCourse"/> + <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns19:AddCategoryPortType" name="endpoint26" process-name="OutboundClientAdapter" service-name="ns22:AddCategory"/> + <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns11:UpdateCategoryPortType" name="endpoint27" process-name="OutboundClientAdapter" service-name="ns22:UpdateCategory"/> + <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns13:DeleteCategoryPortType" name="endpoint28" process-name="OutboundClientAdapter" service-name="ns22:DeleteCategory"/> + <endpoint display-name="ReplyProcessor" endpoint-name="ReplyProcessorPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint29" process-name="OutboundClientAdapter" service-name="ns22:ReplyProcessor"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint30" process-name="OutboundClientAdapter" service-name="ns22:ILIAS"/> + <endpoint display-name="ClientAdapter" endpoint-name="ReplyProcessorPortTypeRole_myRole" file-path="ReplyProcessor.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint31" process-name="ReplyProcessor" service-name="ns24:ClientAdapter"/> + <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="InboundObjectProcessor.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint32" process-name="InboundObjectProcessor" service-name="ns25:ClientAdapter"/> + <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="InboundObjectProcessor.bpel" interface-name="ns2:IdentityMapperPortType" name="endpoint33" process-name="InboundObjectProcessor" service-name="ns25:IdentityMapper"/> + <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns2:IdentityMapperPortType" name="endpoint34" service-name="ns2:IdentityMapperService"/> + <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint35" service-name="ns3:XSLTTransformService"/> + <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:LSFClientAdapterPortType" name="endpoint36" process-name="InboundClientAdapter" service-name="ns26:LSF"/> + <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint37" process-name="InboundClientAdapter" service-name="ns26:XSLTTransform"/> + <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint38" process-name="InboundClientAdapter" service-name="ns26: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="593" y="37"> + <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="endpoint7"/> <provides endpoint="endpoint8"/> <provides endpoint="endpoint9"/> @@ -63,51 +65,53 @@ <consumes endpoint="endpoint27"/> <consumes endpoint="endpoint28"/> <consumes endpoint="endpoint29"/> + <consumes endpoint="endpoint30"/> </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="690" y="803"/> - <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="154" y="599"> - <provides endpoint="endpoint30"/> - <consumes endpoint="endpoint31"/> - </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="374" y="789"> + <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="endpoint31"/> <provides endpoint="endpoint32"/> + <consumes endpoint="endpoint33"/> </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="346" y="429"> - <provides endpoint="endpoint33"/> - </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="54" y="385"> + <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="endpoint34"/> - <consumes endpoint="endpoint35"/> - <consumes endpoint="endpoint36"/> </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="endpoint35"/> + </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"> + <provides endpoint="endpoint36"/> + <consumes endpoint="endpoint37"/> + <consumes endpoint="endpoint38"/> + </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 bindingType="soap" x="67" y="268"> + <port x="67" y="422"> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1']/port[@name='casaPort1'])" xlink:type="simple"/> - <consumes endpoint="endpoint1"/> - <provides endpoint="endpoint1"/> - </port> - <port state="deleted" x="0" y="-1"> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService']/port[@name='XSLTTransformPort'])" xlink:type="simple"/> - <consumes endpoint="endpoint2"/> - <provides endpoint="endpoint2"/> - </port> - <port x="67" y="631"> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService']/port[@name='ObjectProcessorPortTypeBindingPort'])" xlink:type="simple"/> <consumes endpoint="endpoint4"/> <provides endpoint="endpoint4"/> </port> - <port state="deleted" x="67" y="37"> - <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"/> + <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> - <port x="67" y="37"> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice']/port[@name='ILIASSoapWebservicePort'])" xlink:type="simple"/> + <port x="67" y="268"> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService']/port[@name='ObjectProcessorPortTypeBindingPort'])" xlink:type="simple"/> <consumes endpoint="endpoint5"/> <provides endpoint="endpoint5"/> </port> - <port x="67" y="148"> + <port x="67" y="191"> + <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="114"> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/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"> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService']/port[@name='ILIASClientAdapterPort'])" xlink:type="simple"/> <consumes endpoint="endpoint6"/> <provides endpoint="endpoint6"/> @@ -116,93 +120,96 @@ </binding-component-service-unit> </service-units> <connections> - <connection consumer="endpoint15" provider="endpoint5" state="unchanged"/> - <connection consumer="endpoint16" provider="endpoint5" state="unchanged"/> - <connection consumer="endpoint17" provider="endpoint5" state="unchanged"/> - <connection consumer="endpoint18" provider="endpoint5" state="unchanged"/> - <connection consumer="endpoint26" provider="endpoint5" state="unchanged"/> - <connection consumer="endpoint27" provider="endpoint5" state="unchanged"/> - <connection consumer="endpoint28" provider="endpoint5" state="unchanged"/> - <connection consumer="endpoint29" provider="endpoint5" state="unchanged"/> - <connection consumer="endpoint19" provider="endpoint7" state="unchanged"/> - <connection consumer="endpoint31" provider="endpoint32" state="unchanged"/> - <connection consumer="endpoint21" provider="endpoint10" state="unchanged"/> - <connection consumer="endpoint35" provider="endpoint33" state="unchanged"/> - <connection consumer="endpoint1" provider="endpoint34" state="new"/> - <connection consumer="endpoint20" provider="endpoint9" state="unchanged"/> - <connection consumer="endpoint4" provider="endpoint30" state="unchanged"/> - <connection consumer="endpoint36" provider="endpoint30" state="unchanged"/> - <connection consumer="endpoint22" provider="endpoint14" state="unchanged"/> + <connection consumer="endpoint22" provider="endpoint7" state="unchanged"/> + <connection consumer="endpoint15" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint16" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint17" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint18" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint19" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint20" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint21" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint30" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint24" provider="endpoint11" state="unchanged"/> + <connection consumer="endpoint2" provider="endpoint34" state="unchanged"/> + <connection consumer="endpoint33" provider="endpoint34" state="unchanged"/> + <connection consumer="endpoint3" provider="endpoint35" state="unchanged"/> + <connection consumer="endpoint37" provider="endpoint35" state="unchanged"/> + <connection consumer="endpoint4" provider="endpoint36" state="unchanged"/> + <connection consumer="endpoint23" provider="endpoint10" state="unchanged"/> + <connection consumer="endpoint5" provider="endpoint32" state="unchanged"/> + <connection consumer="endpoint38" provider="endpoint32" state="unchanged"/> <connection consumer="endpoint25" provider="endpoint13" state="unchanged"/> - <connection consumer="endpoint6" provider="endpoint11" state="unchanged"/> - <connection consumer="endpoint24" provider="endpoint12" state="unchanged"/> - <connection consumer="endpoint23" provider="endpoint8" state="unchanged"/> - <connection consumer="endpoint2" provider="endpoint33" state="deleted"/> - <connection consumer="endpoint3" provider="endpoint32" state="deleted"/> + <connection consumer="endpoint28" provider="endpoint9" state="unchanged"/> + <connection consumer="endpoint6" provider="endpoint14" state="unchanged"/> + <connection consumer="endpoint27" provider="endpoint8" state="unchanged"/> + <connection consumer="endpoint29" provider="endpoint31" state="unchanged"/> + <connection consumer="endpoint26" provider="endpoint12" state="unchanged"/> </connections> <porttypes> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/ObjectProcessor/src/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCourse.wsdl#xpointer(/definitions/portType[@name='UpdateCoursePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/Login.wsdl#xpointer(/definitions/portType[@name='LoginPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCourse.wsdl#xpointer(/definitions/portType[@name='AddCoursePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCategory.wsdl#xpointer(/definitions/portType[@name='AddCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCourse.wsdl#xpointer(/definitions/portType[@name='DeleteCoursePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCategory.wsdl#xpointer(/definitions/portType[@name='UpdateCategoryPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCourse.wsdl#xpointer(/definitions/portType[@name='AddCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/Login.wsdl#xpointer(/definitions/portType[@name='LoginPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCourse.wsdl#xpointer(/definitions/portType[@name='UpdateCoursePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> </porttypes> <bindings> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/ObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> </bindings> <services> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/ObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src... [truncated message content] |
From: <ale...@us...> - 2009-06-10 12:56:43
|
Revision: 253 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=253&view=rev Author: alexloewen Date: 2009-06-10 12:36:49 +0000 (Wed, 10 Jun 2009) Log Message: ----------- edited updateCategory and UpdateCourse. Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml 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/src/conf/CSEIPCA.casa trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml 2009-06-10 12:36:38 UTC (rev 252) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml 2009-06-10 12:36:49 UTC (rev 253) @@ -1,24 +1,79 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- You may freely edit this file. See commented blocks below for --> +<!-- some examples of how to customize the build. --> +<!-- (If you delete it and reopen the project it will be recreated.) --> <project name="" default="default" basedir="." xmlns:web="http://www.netbeans.org/ns/j2ee-ejbjarproject/1"> + <description>Builds, tests, and runs the project .</description> <import file="nbproject/build-impl.xml"/> - <target name="init-esb-ide" if="netbeans.home"> + <!-- + + There exist several targets which are by default empty and which can be + used for execution of your tasks. These targets are usually executed + before and after some main targets. They are: + + pre-init: called before initialization of project properties + post-init: called after initialization of project properties + pre-compile: called before javac compilation + post-compile: called after javac compilation + pre-compile-single: called before javac compilation of single file + post-compile-single: called after javac compilation of single file + pre-dist: called before jar building + post-dist: called after jar building + post-clean: called after cleaning build products + + Example of pluging an obfuscator after the compilation could look like + + <target name="post-compile"> + <obfuscate> + <fileset dir="${build.classes.dir}"/> + </obfuscate> + </target> + + For list of available properties check the imported + nbproject/build-impl.xml file. + + + Other way how to customize the build is by overriding existing main targets. + The target of interest are: + + init-macrodef-javac: defines macro for javac compilation + init-macrodef-debug: defines macro for class debugging + do-dist: jar archive building + run: execution of project + javadoc-build: javadoc generation + + Example of overriding the target for project execution could look like + + <target name="run" depends="<PROJNAME>-impl.jar"> + <exec dir="bin" executable="launcher.exe"> + <arg file="${dist.jar}"/> + </exec> + </target> + + Notice that overridden target depends on jar target and not only on + compile target as regular run target does. Again, for list of available + properties which you can use check the target you are overriding in + nbproject/build-impl.xml file. + + --> + <target name="-init-esb-ide" if="netbeans.home"> <property name="esb.netbeans.platform" value="${netbeans.home}"/> </target> - <target name="init-esb-cli" unless="netbeans.home"> + <target name="-init-esb-cmdline" unless="netbeans.home"> <property file="${basedir}/nbproject/private/private.properties"/> <property name="esb.netbeans.platform" value="${esb.netbeans.home}/platform9"/> <property name="netbeans.user" value="${esb.netbeans.user}"/> <property name="from.commandline" value="true"/> </target> - <target name="check-catd-context"> + <target name="-check-catd-context"> <condition property="no.catd.context"> <not> <isset property="org.netbeans.modules.compapp.catd.context"/> </not> </condition> </target> - <target name="init-catd" if="no.catd.context"> + <target name="-init-catd" if="no.catd.context"> <property name="org.netbeans.modules.compapp.catd.context" value=""/> </target> - <target name="pre-init" depends="init-esb-ide,init-esb-cli,check-catd-context,init-catd"/> + <target name="pre-init" depends="-init-esb-ide,-init-esb-cmdline,-check-catd-context,-init-catd"/> </project> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-06-10 12:36:38 UTC (rev 252) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-06-10 12:36:49 UTC (rev 253) @@ -1,13 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - *** GENERATED FROM project.xml - DO NOT EDIT *** - *** EDIT ../build.xml INSTEAD *** ---> + *** GENERATED FROM project.xml - DO NOT EDIT *** + *** EDIT ../build.xml INSTEAD *** + + For the purpose of easier reading the script + is divided into following sections: + + - initialization + - compilation + - dist + - execution + - debugging + - cleanup + + --> <project name="CSEIPCA-jbi-impl" default="build" basedir=".."> - <target name="default" depends="dist"/> + <target name="default" depends="dist" description="Build whole project."/> <!-- - INITIALIZATION SECTION - --> + INITIALIZATION SECTION + --> <target name="pre-init"> <!-- Empty placeholder for easier customization. --> <!-- You can override this target in the ../build.xml file. --> @@ -25,9 +36,10 @@ <property file="nbproject/project.properties"/> </target> <target name="do-init" depends="pre-init,init-private,init-userdir,init-user,init-project"> + <!-- The two properties below are usually overridden --> + <!-- by the active platform. Just a fallback. --> <property name="default.javac.source" value="1.4"/> <property name="default.javac.target" value="1.4"/> - <property name="esb.netbeans.platform" value="${netbeans.home}"/> <condition property="have.tests"> <or> <available file="${test.dir}"/> @@ -106,8 +118,8 @@ </target> <target name="init" depends="pre-init,init-private,init-userdir,init-user,init-project,do-init,post-init,init-check,-init-taskdefs"/> <!-- - COMPILATION SECTION - --> + COMPILATION SECTION + --> <target name="deps-jar" depends="init" unless="${no.dependencies}"> <ant target="dist_se" inheritall="false" antfile="${project.Common}/build.xml"/> <property name="Common.su.name" value="Common"/> @@ -241,7 +253,7 @@ <!-- Empty placeholder for easier customization. --> <!-- You can override this target in the ../build.xml file. --> </target> - <target name="compile" depends="init,deps-jar,pre-pre-compile,pre-compile,do-compile,post-compile"/> + <target name="compile" depends="init,deps-jar,pre-pre-compile,pre-compile,do-compile,post-compile" description="Compile project."/> <target name="pre-compile-single"> <!-- Empty placeholder for easier customization. --> <!-- You can override this target in the ../build.xml file. --> @@ -255,9 +267,9 @@ </target> <target name="compile-single" depends="init,deps-jar,pre-pre-compile,pre-compile-single,do-compile-single,post-compile-single"/> <!-- - DIST BUILDING SECTION - --> - <target name="jbi-build" depends="init,init-deploy,deps-jar,deps-javaee-jar"> + DIST BUILDING SECTION + --> + <target name="jbi-build" depends="init,init-deploy,deps-jar,deps-javaee-jar" description="Build Service Assembly."> <mkdir dir="${src.dir}"/> <copy todir="${src.dir}/../jbiServiceUnits" overwrite="true"> <fileset dir="${src.dir}"/> @@ -277,12 +289,12 @@ <fileset dir="${build.dir}" excludes="jar/*"/> </jar> </target> - <target name="jbi-clean-build" depends="init,init-deploy,clean,jbi-build"/> - <target name="dist" depends="jbi-build"/> + <target name="jbi-clean-build" depends="init,init-deploy,clean,jbi-build" description="Clean and Build Service Assembly."/> + <target name="dist" depends="jbi-build" description="Build distribution (JAR)."/> <!-- - EXECUTION SECTION - --> - <target name="run" depends="jbi-build,run-jbi-deploy"/> + EXECUTION SECTION + --> + <target name="run" depends="jbi-build,run-jbi-deploy" description="Deploy to server."/> <target name="init-deploy"> <property name="include.jar.manifest" value=""/> </target> @@ -310,9 +322,9 @@ <teardown-debug-environment netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}"/> </target> <!-- - DEBUGGING SECTION - --> - <target name="debug" depends="run,-pre-debug" if="esb.netbeans.platform"/> + DEBUGGING SECTION + --> + <target name="debug" description="Debug project in IDE." depends="run,-pre-debug" if="esb.netbeans.platform"/> <target name="pre-debug-fix" depends="init"> <fail unless="fix.includes">Must set fix.includes</fail> <property name="javac.includes" value="${fix.includes}.java"/> @@ -322,8 +334,8 @@ </target> <target name="debug-fix" if="esb.netbeans.platform" depends="init,pre-debug-fix,do-debug-fix"/> <!-- - CLEANUP SECTION - --> + CLEANUP SECTION + --> <target name="deps-clean" depends="init" unless="${no.dependencies}"> <ant target="clean" inheritall="false" antfile="${project.Common}/build.xml"/> <ant target="clean" inheritall="false" antfile="${project.ILIASClientAdapter}/build.xml"/> @@ -341,15 +353,16 @@ <!-- Empty placeholder for easier customization. --> <!-- You can override this target in the ../build.xml file. --> </target> - <target name="clean" depends="init,deps-clean,do-clean,post-clean"/> - <target name="jbi-clean-config" depends="init,clear-casa,jbi-clean-build"/> + <target name="clean" depends="init,deps-clean,do-clean,post-clean" description="Clean build products."/> + <target name="jbi-clean-config" depends="init,clear-casa,jbi-clean-build" description="Clean service assembly."/> <target name="clear-casa"> <delete file="${source.root}/conf/${jbi.service-assembly.id}.casa"/> <delete file="${src.dir}/${jbi.service-assembly.id}.wsdl"/> </target> <!-- - JUNIT EXECUTION SECTION - --> + JUNIT EXECUTION SECTION + ======================= + --> <target name="-pre-test-run" if="have.tests" depends="init"> <mkdir dir="${test.results.dir}"/> <path id="unit.test.classpath"> @@ -425,12 +438,12 @@ </target> <target name="test-report" if="have.tests" depends="init"/> <target name="-test-browse" if="esb.netbeans.platform+have.tests" depends="init"/> - <target name="test" depends="init,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse"/> - <target name="test-single" depends="init,-pre-test-run,-do-single-test-run,test-report,-post-single-test-run,-test-browse"/> - <target name="debug-single" depends="init,-pre-test-run,-pre-debug,-do-single-test-run,-post-debug,test-report,-post-single-test-run,-test-browse"/> + <target name="test" depends="init,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse" description="Run unit tests."/> + <target name="test-single" depends="init,-pre-test-run,-do-single-test-run,test-report,-post-single-test-run,-test-browse" description="Run unit tests."/> + <target name="debug-single" depends="init,-pre-test-run,-pre-debug,-do-single-test-run,-post-debug,test-report,-post-single-test-run,-test-browse" description="Debug unit tests."/> <target name="-post-unit-test-run" if="have.tests+tests.failed" depends="init,-pre-test-run,-do-test-run"> <echo>Some tests failed; see details above.</echo> </target> - <target name="unit-test" depends="init,-pre-test-run,-do-test-run,test-report,-post-unit-test-run,-test-browse"/> - <target name="jbi-unit-test" depends="run,unit-test,undeploy"/> + <target name="unit-test" depends="init,-pre-test-run,-do-test-run,test-report,-post-unit-test-run,-test-browse" description="Run unit tests in a batch."/> + <target name="jbi-unit-test" depends="run,unit-test,undeploy" description="build, deploy, test, and undeploy."/> </project> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-06-10 12:36:38 UTC (rev 252) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-06-10 12:36:49 UTC (rev 253) @@ -1,8 +1,8 @@ build.xml.data.CRC32=b15138c1 -build.xml.script.CRC32=22f94a4b -build.xml.stylesheet.CRC32=b168c0ed +build.xml.script.CRC32=bd4e221c +build.xml.stylesheet.CRC32=d4244632 # 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.stylesheet.CRC32=2f99740f +nbproject/build-impl.xml.script.CRC32=29630ce0 +nbproject/build-impl.xml.stylesheet.CRC32=c7d487f2 Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-06-10 12:36:38 UTC (rev 252) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-06-10 12:36:49 UTC (rev 253) @@ -1,5 +1,5 @@ <?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://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns11="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns12="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns13="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns14="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns15="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns16="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns17="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns18="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns19="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns20="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns21="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns22="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns23="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns24="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns25="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns26="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" 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/bpel/ILIASClientAdapter/Login" xmlns:ns9="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/Login" xmlns:xlink="http://www.w3.org/2000/xlink"> +<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="urn:ilUserAdministration" xmlns:ns10="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/Login" xmlns:ns11="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns12="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns13="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns14="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns15="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns16="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns17="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns18="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns19="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns20="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns21="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns22="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns23="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns24="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns25="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns26="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" 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/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns9="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" 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"/> @@ -7,30 +7,30 @@ <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 display-name="IliasAdapter" endpoint-name="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns9:LoginPortType" name="endpoint7" process-name="Login" service-name="ns8:IliasAdapter"/> - <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns11:UpdateCategoryPortType" name="endpoint8" process-name="UpdateCategory" service-name="ns10:IliasAdpater"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns13:DeleteCategoryPortType" name="endpoint9" process-name="DeleteCategory" service-name="ns12:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns15:AddCoursePortType" name="endpoint10" process-name="AddCourse" service-name="ns14:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns17:UpdateCoursePortType" name="endpoint11" process-name="UpdateCourse" service-name="ns16:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns19:AddCategoryPortType" name="endpoint12" process-name="AddCategory" service-name="ns18:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns21:DeleteCoursePortType" name="endpoint13" process-name="DeleteCourse" service-name="ns20:IliasAdapter"/> - <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint14" process-name="OutboundClientAdapter" service-name="ns22:ILIASAdapter"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint15" process-name="Login" service-name="ns8:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint16" process-name="UpdateCategory" service-name="ns10:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint17" process-name="DeleteCategory" service-name="ns12:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint18" process-name="AddCourse" service-name="ns14:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint19" process-name="UpdateCourse" service-name="ns16:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint20" process-name="AddCategory" service-name="ns18:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint21" process-name="DeleteCourse" service-name="ns20:ILIAS"/> - <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns9:LoginPortType" name="endpoint22" process-name="OutboundClientAdapter" service-name="ns22:Login"/> - <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns15:AddCoursePortType" name="endpoint23" process-name="OutboundClientAdapter" service-name="ns22:AddCourse"/> - <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns17:UpdateCoursePortType" name="endpoint24" process-name="OutboundClientAdapter" service-name="ns22:UpdateCourse"/> - <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns21:DeleteCoursePortType" name="endpoint25" process-name="OutboundClientAdapter" service-name="ns22:DeleteCourse"/> - <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns19:AddCategoryPortType" name="endpoint26" process-name="OutboundClientAdapter" service-name="ns22:AddCategory"/> - <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns11:UpdateCategoryPortType" name="endpoint27" process-name="OutboundClientAdapter" service-name="ns22:UpdateCategory"/> - <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns13:DeleteCategoryPortType" name="endpoint28" process-name="OutboundClientAdapter" service-name="ns22:DeleteCategory"/> - <endpoint display-name="ReplyProcessor" endpoint-name="ReplyProcessorPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint29" process-name="OutboundClientAdapter" service-name="ns22:ReplyProcessor"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint30" process-name="OutboundClientAdapter" service-name="ns22:ILIAS"/> + <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint7" process-name="OutboundClientAdapter" service-name="ns8:ILIASAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns10:LoginPortType" name="endpoint8" process-name="Login" service-name="ns9:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns12:AddCategoryPortType" name="endpoint9" process-name="AddCategory" service-name="ns11:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns14:UpdateCoursePortType" name="endpoint10" process-name="UpdateCourse" service-name="ns13:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns16:AddCoursePortType" name="endpoint11" process-name="AddCourse" service-name="ns15:IliasAdapter"/> + <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns18:UpdateCategoryPortType" name="endpoint12" process-name="UpdateCategory" service-name="ns17:IliasAdpater"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns20:DeleteCoursePortType" name="endpoint13" process-name="DeleteCourse" service-name="ns19:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns22:DeleteCategoryPortType" name="endpoint14" process-name="DeleteCategory" service-name="ns21:IliasAdapter"/> + <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns10:LoginPortType" name="endpoint15" process-name="OutboundClientAdapter" service-name="ns8:Login"/> + <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns16:AddCoursePortType" name="endpoint16" process-name="OutboundClientAdapter" service-name="ns8:AddCourse"/> + <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns14:UpdateCoursePortType" name="endpoint17" process-name="OutboundClientAdapter" service-name="ns8:UpdateCourse"/> + <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns20:DeleteCoursePortType" name="endpoint18" process-name="OutboundClientAdapter" service-name="ns8:DeleteCourse"/> + <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns12:AddCategoryPortType" name="endpoint19" process-name="OutboundClientAdapter" service-name="ns8:AddCategory"/> + <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns18:UpdateCategoryPortType" name="endpoint20" process-name="OutboundClientAdapter" service-name="ns8:UpdateCategory"/> + <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns22:DeleteCategoryPortType" name="endpoint21" process-name="OutboundClientAdapter" service-name="ns8:DeleteCategory"/> + <endpoint display-name="ReplyProcessor" endpoint-name="ReplyProcessorPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint22" process-name="OutboundClientAdapter" service-name="ns8:ReplyProcessor"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint23" process-name="OutboundClientAdapter" service-name="ns8:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint24" process-name="Login" service-name="ns9:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint25" process-name="AddCategory" service-name="ns11:ILIAS"/> + <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="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint27" process-name="AddCourse" service-name="ns15:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint28" process-name="UpdateCategory" service-name="ns17:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint29" process-name="DeleteCourse" service-name="ns19:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint30" process-name="DeleteCategory" service-name="ns21:ILIAS"/> <endpoint display-name="ClientAdapter" endpoint-name="ReplyProcessorPortTypeRole_myRole" file-path="ReplyProcessor.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint31" process-name="ReplyProcessor" service-name="ns24:ClientAdapter"/> <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="InboundObjectProcessor.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint32" process-name="InboundObjectProcessor" service-name="ns25:ClientAdapter"/> <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="InboundObjectProcessor.bpel" interface-name="ns2:IdentityMapperPortType" name="endpoint33" process-name="InboundObjectProcessor" service-name="ns25:IdentityMapper"/> @@ -91,13 +91,18 @@ <consumes endpoint="endpoint4"/> <provides endpoint="endpoint4"/> </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 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"/> + <consumes endpoint="endpoint1"/> + <provides endpoint="endpoint1"/> </port> - <port x="67" y="268"> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService']/port[@name='ObjectProcessorPortTypeBindingPort'])" xlink:type="simple"/> + <port x="67" y="37"> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService']/port[@name='ILIASClientAdapterPort'])" xlink:type="simple"/> + <consumes endpoint="endpoint6"/> + <provides endpoint="endpoint6"/> + </port> + <port x="0" y="-1"> + <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"/> </port> @@ -106,106 +111,101 @@ <consumes endpoint="endpoint2"/> <provides endpoint="endpoint2"/> </port> - <port x="67" y="114"> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice']/port[@name='ILIASSoapWebservicePort'])" xlink:type="simple"/> - <consumes endpoint="endpoint1"/> - <provides endpoint="endpoint1"/> + <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> - <port x="67" y="37"> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService']/port[@name='ILIASClientAdapterPort'])" xlink:type="simple"/> - <consumes endpoint="endpoint6"/> - <provides endpoint="endpoint6"/> - </port> </ports> </binding-component-service-unit> </service-units> <connections> - <connection consumer="endpoint22" provider="endpoint7" state="unchanged"/> - <connection consumer="endpoint15" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint16" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint17" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint18" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint19" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint20" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint21" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint23" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint24" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint25" provider="endpoint1" 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="endpoint24" provider="endpoint11" state="unchanged"/> + <connection consumer="endpoint15" provider="endpoint8" state="unchanged"/> <connection consumer="endpoint2" provider="endpoint34" state="unchanged"/> <connection consumer="endpoint33" provider="endpoint34" state="unchanged"/> + <connection consumer="endpoint17" provider="endpoint10" state="unchanged"/> <connection consumer="endpoint3" provider="endpoint35" state="unchanged"/> <connection consumer="endpoint37" provider="endpoint35" state="unchanged"/> <connection consumer="endpoint4" provider="endpoint36" state="unchanged"/> - <connection consumer="endpoint23" provider="endpoint10" state="unchanged"/> + <connection consumer="endpoint16" provider="endpoint11" state="unchanged"/> <connection consumer="endpoint5" provider="endpoint32" state="unchanged"/> <connection consumer="endpoint38" provider="endpoint32" state="unchanged"/> - <connection consumer="endpoint25" provider="endpoint13" state="unchanged"/> - <connection consumer="endpoint28" provider="endpoint9" state="unchanged"/> - <connection consumer="endpoint6" provider="endpoint14" state="unchanged"/> - <connection consumer="endpoint27" provider="endpoint8" state="unchanged"/> - <connection consumer="endpoint29" provider="endpoint31" state="unchanged"/> - <connection consumer="endpoint26" provider="endpoint12" state="unchanged"/> + <connection consumer="endpoint18" provider="endpoint13" state="unchanged"/> + <connection consumer="endpoint21" provider="endpoint14" state="unchanged"/> + <connection consumer="endpoint6" provider="endpoint7" state="unchanged"/> + <connection consumer="endpoint20" provider="endpoint12" state="unchanged"/> + <connection consumer="endpoint19" provider="endpoint9" state="unchanged"/> + <connection consumer="endpoint22" provider="endpoint31" state="unchanged"/> </connections> <porttypes> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/ObjectProcessor/src/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCategory.wsdl#xpointer(/definitions/portType[@name='AddCategoryPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCourse.wsdl#xpointer(/definitions/portType[@name='DeleteCoursePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCategory.wsdl#xpointer(/definitions/portType[@name='UpdateCategoryPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCourse.wsdl#xpointer(/definitions/portType[@name='AddCoursePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCourse.wsdl#xpointer(/definitions/portType[@name='AddCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCategory.wsdl#xpointer(/definitions/portType[@name='UpdateCategoryPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCourse.wsdl#xpointer(/definitions/portType[@name='UpdateCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCategory.wsdl#xpointer(/definitions/portType[@name='AddCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/Login.wsdl#xpointer(/definitions/portType[@name='LoginPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCourse.wsdl#xpointer(/definitions/portType[@name='UpdateCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/ObjectProcessor/src/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> </porttypes> <bindings> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> </bindings> <services> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> </services> <regions> <region name="WSDL Endpoints" width="150"/> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml 2009-06-10 12:36:38 UTC (rev 252) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml 2009-06-10 12:36:49 UTC (rev 253) @@ -1,3 +1,4 @@ + <soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ili="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:dt="http://cse.campussource.de/schema/DataTypes"> <soapenv:Body> <ili:processCategory> @@ -8,9 +9,15 @@ <!--Zero or more repetitions:--> <dt:attribute> <dt:name>name</dt:name> - <dt:value>Fakultät 4 (Sprach-, Literatur- u. Kulturwissenschaften)</dt:value> + <dt:value>Lehrstuhl 10</dt:value> <dt:transient>false</dt:transient> </dt:attribute> + <!--- - - - - Attribute: clientId - - - - - --> + <dt:attribute> + <dt:name>clientId</dt:name> + <dt:value>lecture:32350</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--Optional:--> <dt:parent>?string?</dt:parent> <!--Optional:--> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml 2009-06-10 12:36:38 UTC (rev 252) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml 2009-06-10 12:36:49 UTC (rev 253) @@ -15,13 +15,13 @@ <!--- - - - - Attribute: title - - - - - --> <dt:attribute> <dt:name>title</dt:name> - <dt:value>Phonetische Aspekte des Russischem</dt:value> + <dt:value>Phonetische Aspekte des Chinesischen</dt:value> <dt:transient>false</dt:transient> </dt:attribute> <!--- - - - - Attribute: shortDescription - - - - - --> <dt:attribute> <dt:name>shortDescription</dt:name> - <dt:value>kurze Beschreibung tested</dt:value> + <dt:value>kurze TestBeschreibung 2</dt:value> <dt:transient>false</dt:transient> </dt:attribute> <!--- - - - - Attribute: abbreviation - - - - - --> @@ -36,6 +36,13 @@ <dt:value>deutsch</dt:value> <dt:transient>false</dt:transient> </dt:attribute> + <!--- - - - - Attribute: clientId - - - - - --> + <dt:attribute> + <dt:name>clientId</dt:name> + <dt:value>lecture:32350</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--Optional:--> <dt:categories> <!--Zero or more repetitions:--> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-06-22 10:06:52
|
Revision: 267 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=267&view=rev Author: pkasprzak Date: 2009-06-22 10:06:49 +0000 (Mon, 22 Jun 2009) Log Message: ----------- * (Working) Exception handling (started) * Namespace changes * Prettying / cleanups Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml 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/src/conf/CSEIPCA.casa trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml 2009-06-22 10:06:36 UTC (rev 266) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/build.xml 2009-06-22 10:06:49 UTC (rev 267) @@ -1,79 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- You may freely edit this file. See commented blocks below for --> -<!-- some examples of how to customize the build. --> -<!-- (If you delete it and reopen the project it will be recreated.) --> <project name="" default="default" basedir="." xmlns:web="http://www.netbeans.org/ns/j2ee-ejbjarproject/1"> - <description>Builds, tests, and runs the project .</description> <import file="nbproject/build-impl.xml"/> - <!-- - - There exist several targets which are by default empty and which can be - used for execution of your tasks. These targets are usually executed - before and after some main targets. They are: - - pre-init: called before initialization of project properties - post-init: called after initialization of project properties - pre-compile: called before javac compilation - post-compile: called after javac compilation - pre-compile-single: called before javac compilation of single file - post-compile-single: called after javac compilation of single file - pre-dist: called before jar building - post-dist: called after jar building - post-clean: called after cleaning build products - - Example of pluging an obfuscator after the compilation could look like - - <target name="post-compile"> - <obfuscate> - <fileset dir="${build.classes.dir}"/> - </obfuscate> - </target> - - For list of available properties check the imported - nbproject/build-impl.xml file. - - - Other way how to customize the build is by overriding existing main targets. - The target of interest are: - - init-macrodef-javac: defines macro for javac compilation - init-macrodef-debug: defines macro for class debugging - do-dist: jar archive building - run: execution of project - javadoc-build: javadoc generation - - Example of overriding the target for project execution could look like - - <target name="run" depends="<PROJNAME>-impl.jar"> - <exec dir="bin" executable="launcher.exe"> - <arg file="${dist.jar}"/> - </exec> - </target> - - Notice that overridden target depends on jar target and not only on - compile target as regular run target does. Again, for list of available - properties which you can use check the target you are overriding in - nbproject/build-impl.xml file. - - --> - <target name="-init-esb-ide" if="netbeans.home"> + <target name="init-esb-ide" if="netbeans.home"> <property name="esb.netbeans.platform" value="${netbeans.home}"/> </target> - <target name="-init-esb-cmdline" unless="netbeans.home"> + <target name="init-esb-cli" unless="netbeans.home"> <property file="${basedir}/nbproject/private/private.properties"/> <property name="esb.netbeans.platform" value="${esb.netbeans.home}/platform9"/> <property name="netbeans.user" value="${esb.netbeans.user}"/> <property name="from.commandline" value="true"/> </target> - <target name="-check-catd-context"> + <target name="check-catd-context"> <condition property="no.catd.context"> <not> <isset property="org.netbeans.modules.compapp.catd.context"/> </not> </condition> </target> - <target name="-init-catd" if="no.catd.context"> + <target name="init-catd" if="no.catd.context"> <property name="org.netbeans.modules.compapp.catd.context" value=""/> </target> - <target name="pre-init" depends="-init-esb-ide,-init-esb-cmdline,-check-catd-context,-init-catd"/> + <target name="pre-init" depends="init-esb-ide,init-esb-cli,check-catd-context,init-catd"/> </project> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-06-22 10:06:36 UTC (rev 266) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/build-impl.xml 2009-06-22 10:06:49 UTC (rev 267) @@ -1,24 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - *** GENERATED FROM project.xml - DO NOT EDIT *** - *** EDIT ../build.xml INSTEAD *** - - For the purpose of easier reading the script - is divided into following sections: - - - initialization - - compilation - - dist - - execution - - debugging - - cleanup - - --> + *** GENERATED FROM project.xml - DO NOT EDIT *** + *** EDIT ../build.xml INSTEAD *** +--> <project name="CSEIPCA-jbi-impl" default="build" basedir=".."> - <target name="default" depends="dist" description="Build whole project."/> + <target name="default" depends="dist"/> <!-- - INITIALIZATION SECTION - --> + INITIALIZATION SECTION + --> <target name="pre-init"> <!-- Empty placeholder for easier customization. --> <!-- You can override this target in the ../build.xml file. --> @@ -36,10 +25,9 @@ <property file="nbproject/project.properties"/> </target> <target name="do-init" depends="pre-init,init-private,init-userdir,init-user,init-project"> - <!-- The two properties below are usually overridden --> - <!-- by the active platform. Just a fallback. --> <property name="default.javac.source" value="1.4"/> <property name="default.javac.target" value="1.4"/> + <property name="esb.netbeans.platform" value="${netbeans.home}"/> <condition property="have.tests"> <or> <available file="${test.dir}"/> @@ -118,8 +106,8 @@ </target> <target name="init" depends="pre-init,init-private,init-userdir,init-user,init-project,do-init,post-init,init-check,-init-taskdefs"/> <!-- - COMPILATION SECTION - --> + COMPILATION SECTION + --> <target name="deps-jar" depends="init" unless="${no.dependencies}"> <ant target="dist_se" inheritall="false" antfile="${project.Common}/build.xml"/> <property name="Common.su.name" value="Common"/> @@ -253,7 +241,7 @@ <!-- Empty placeholder for easier customization. --> <!-- You can override this target in the ../build.xml file. --> </target> - <target name="compile" depends="init,deps-jar,pre-pre-compile,pre-compile,do-compile,post-compile" description="Compile project."/> + <target name="compile" depends="init,deps-jar,pre-pre-compile,pre-compile,do-compile,post-compile"/> <target name="pre-compile-single"> <!-- Empty placeholder for easier customization. --> <!-- You can override this target in the ../build.xml file. --> @@ -267,9 +255,9 @@ </target> <target name="compile-single" depends="init,deps-jar,pre-pre-compile,pre-compile-single,do-compile-single,post-compile-single"/> <!-- - DIST BUILDING SECTION - --> - <target name="jbi-build" depends="init,init-deploy,deps-jar,deps-javaee-jar" description="Build Service Assembly."> + DIST BUILDING SECTION + --> + <target name="jbi-build" depends="init,init-deploy,deps-jar,deps-javaee-jar"> <mkdir dir="${src.dir}"/> <copy todir="${src.dir}/../jbiServiceUnits" overwrite="true"> <fileset dir="${src.dir}"/> @@ -289,12 +277,12 @@ <fileset dir="${build.dir}" excludes="jar/*"/> </jar> </target> - <target name="jbi-clean-build" depends="init,init-deploy,clean,jbi-build" description="Clean and Build Service Assembly."/> - <target name="dist" depends="jbi-build" description="Build distribution (JAR)."/> + <target name="jbi-clean-build" depends="init,init-deploy,clean,jbi-build"/> + <target name="dist" depends="jbi-build"/> <!-- - EXECUTION SECTION - --> - <target name="run" depends="jbi-build,run-jbi-deploy" description="Deploy to server."/> + EXECUTION SECTION + --> + <target name="run" depends="jbi-build,run-jbi-deploy"/> <target name="init-deploy"> <property name="include.jar.manifest" value=""/> </target> @@ -322,9 +310,9 @@ <teardown-debug-environment netBeansUserDir="${netbeans.user}" j2eeServerInstance="${j2ee.server.instance}"/> </target> <!-- - DEBUGGING SECTION - --> - <target name="debug" description="Debug project in IDE." depends="run,-pre-debug" if="esb.netbeans.platform"/> + DEBUGGING SECTION + --> + <target name="debug" depends="run,-pre-debug" if="esb.netbeans.platform"/> <target name="pre-debug-fix" depends="init"> <fail unless="fix.includes">Must set fix.includes</fail> <property name="javac.includes" value="${fix.includes}.java"/> @@ -334,8 +322,8 @@ </target> <target name="debug-fix" if="esb.netbeans.platform" depends="init,pre-debug-fix,do-debug-fix"/> <!-- - CLEANUP SECTION - --> + CLEANUP SECTION + --> <target name="deps-clean" depends="init" unless="${no.dependencies}"> <ant target="clean" inheritall="false" antfile="${project.Common}/build.xml"/> <ant target="clean" inheritall="false" antfile="${project.ILIASClientAdapter}/build.xml"/> @@ -353,16 +341,15 @@ <!-- Empty placeholder for easier customization. --> <!-- You can override this target in the ../build.xml file. --> </target> - <target name="clean" depends="init,deps-clean,do-clean,post-clean" description="Clean build products."/> - <target name="jbi-clean-config" depends="init,clear-casa,jbi-clean-build" description="Clean service assembly."/> + <target name="clean" depends="init,deps-clean,do-clean,post-clean"/> + <target name="jbi-clean-config" depends="init,clear-casa,jbi-clean-build"/> <target name="clear-casa"> <delete file="${source.root}/conf/${jbi.service-assembly.id}.casa"/> <delete file="${src.dir}/${jbi.service-assembly.id}.wsdl"/> </target> <!-- - JUNIT EXECUTION SECTION - ======================= - --> + JUNIT EXECUTION SECTION + --> <target name="-pre-test-run" if="have.tests" depends="init"> <mkdir dir="${test.results.dir}"/> <path id="unit.test.classpath"> @@ -438,12 +425,12 @@ </target> <target name="test-report" if="have.tests" depends="init"/> <target name="-test-browse" if="esb.netbeans.platform+have.tests" depends="init"/> - <target name="test" depends="init,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse" description="Run unit tests."/> - <target name="test-single" depends="init,-pre-test-run,-do-single-test-run,test-report,-post-single-test-run,-test-browse" description="Run unit tests."/> - <target name="debug-single" depends="init,-pre-test-run,-pre-debug,-do-single-test-run,-post-debug,test-report,-post-single-test-run,-test-browse" description="Debug unit tests."/> + <target name="test" depends="init,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse"/> + <target name="test-single" depends="init,-pre-test-run,-do-single-test-run,test-report,-post-single-test-run,-test-browse"/> + <target name="debug-single" depends="init,-pre-test-run,-pre-debug,-do-single-test-run,-post-debug,test-report,-post-single-test-run,-test-browse"/> <target name="-post-unit-test-run" if="have.tests+tests.failed" depends="init,-pre-test-run,-do-test-run"> <echo>Some tests failed; see details above.</echo> </target> - <target name="unit-test" depends="init,-pre-test-run,-do-test-run,test-report,-post-unit-test-run,-test-browse" description="Run unit tests in a batch."/> - <target name="jbi-unit-test" depends="run,unit-test,undeploy" description="build, deploy, test, and undeploy."/> + <target name="unit-test" depends="init,-pre-test-run,-do-test-run,test-report,-post-unit-test-run,-test-browse"/> + <target name="jbi-unit-test" depends="run,unit-test,undeploy"/> </project> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-06-22 10:06:36 UTC (rev 266) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/nbproject/genfiles.properties 2009-06-22 10:06:49 UTC (rev 267) @@ -1,8 +1,8 @@ build.xml.data.CRC32=b15138c1 -build.xml.script.CRC32=bd4e221c -build.xml.stylesheet.CRC32=d4244632 +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=29630ce0 -nbproject/build-impl.xml.stylesheet.CRC32=c7d487f2 +nbproject/build-impl.xml.script.CRC32=cbf50caf +nbproject/build-impl.xml.stylesheet.CRC32=2f99740f Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-06-22 10:06:36 UTC (rev 266) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-06-22 10:06:49 UTC (rev 267) @@ -1,5 +1,5 @@ <?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://j2ee.netbeans.org/wsdl/ILIASClientAdapter/Login" xmlns:ns11="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns12="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns13="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns14="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns15="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns16="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns17="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns18="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns19="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns20="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns21="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns22="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns23="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns24="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns25="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns26="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" 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/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns9="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" 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/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns11="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns12="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns13="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns14="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns15="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns16="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns17="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns18="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns19="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns20="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns21="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" xmlns:ns22="http://cse.campussource.de/wsdl/ILIASClientAdapter/Login" xmlns:ns23="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns24="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns25="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns26="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" 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/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns9="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCourse" 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"/> @@ -7,33 +7,33 @@ <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 display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint7" process-name="OutboundClientAdapter" service-name="ns8:ILIASAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns10:LoginPortType" name="endpoint8" process-name="Login" service-name="ns9:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns12:AddCategoryPortType" name="endpoint9" process-name="AddCategory" service-name="ns11:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns14:UpdateCoursePortType" name="endpoint10" process-name="UpdateCourse" service-name="ns13:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns16:AddCoursePortType" name="endpoint11" process-name="AddCourse" service-name="ns15:IliasAdapter"/> - <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns18:UpdateCategoryPortType" name="endpoint12" process-name="UpdateCategory" service-name="ns17:IliasAdpater"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns20:DeleteCoursePortType" name="endpoint13" process-name="DeleteCourse" service-name="ns19:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns22:DeleteCategoryPortType" name="endpoint14" process-name="DeleteCategory" service-name="ns21:IliasAdapter"/> - <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns10:LoginPortType" name="endpoint15" process-name="OutboundClientAdapter" service-name="ns8:Login"/> - <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns16:AddCoursePortType" name="endpoint16" process-name="OutboundClientAdapter" service-name="ns8:AddCourse"/> - <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns14:UpdateCoursePortType" name="endpoint17" process-name="OutboundClientAdapter" service-name="ns8:UpdateCourse"/> - <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns20:DeleteCoursePortType" name="endpoint18" process-name="OutboundClientAdapter" service-name="ns8:DeleteCourse"/> - <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns12:AddCategoryPortType" name="endpoint19" process-name="OutboundClientAdapter" service-name="ns8:AddCategory"/> - <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns18:UpdateCategoryPortType" name="endpoint20" process-name="OutboundClientAdapter" service-name="ns8:UpdateCategory"/> - <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns22:DeleteCategoryPortType" name="endpoint21" process-name="OutboundClientAdapter" service-name="ns8:DeleteCategory"/> - <endpoint display-name="ReplyProcessor" endpoint-name="ReplyProcessorPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint22" process-name="OutboundClientAdapter" service-name="ns8:ReplyProcessor"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint23" process-name="OutboundClientAdapter" service-name="ns8:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint24" process-name="Login" service-name="ns9:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint25" process-name="AddCategory" service-name="ns11:ILIAS"/> - <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="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint27" process-name="AddCourse" service-name="ns15:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint28" process-name="UpdateCategory" service-name="ns17:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint29" process-name="DeleteCourse" service-name="ns19:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint30" process-name="DeleteCategory" service-name="ns21:ILIAS"/> - <endpoint display-name="ClientAdapter" endpoint-name="ReplyProcessorPortTypeRole_myRole" file-path="ReplyProcessor.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint31" process-name="ReplyProcessor" service-name="ns24:ClientAdapter"/> - <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="InboundObjectProcessor.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint32" process-name="InboundObjectProcessor" service-name="ns25:ClientAdapter"/> - <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="InboundObjectProcessor.bpel" interface-name="ns2:IdentityMapperPortType" name="endpoint33" process-name="InboundObjectProcessor" service-name="ns25:IdentityMapper"/> + <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns9:UpdateCoursePortType" name="endpoint7" process-name="UpdateCourse" service-name="ns8:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns11:DeleteCategoryPortType" name="endpoint8" process-name="DeleteCategory" service-name="ns10:IliasAdapter"/> + <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns13:UpdateCategoryPortType" name="endpoint9" process-name="UpdateCategory" service-name="ns12:IliasAdpater"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns15:DeleteCoursePortType" name="endpoint10" process-name="DeleteCourse" service-name="ns14:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns17:AddCategoryPortType" name="endpoint11" process-name="AddCategory" service-name="ns16:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns19:AddCoursePortType" name="endpoint12" process-name="AddCourse" service-name="ns18:IliasAdapter"/> + <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint13" process-name="OutboundClientAdapter" service-name="ns20:ILIASAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns22:LoginPortType" name="endpoint14" process-name="Login" service-name="ns21:IliasAdapter"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint15" process-name="UpdateCourse" service-name="ns8:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint16" process-name="DeleteCategory" service-name="ns10:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint17" process-name="UpdateCategory" service-name="ns12:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint18" process-name="DeleteCourse" service-name="ns14:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint19" process-name="AddCategory" service-name="ns16:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint20" process-name="AddCourse" service-name="ns18:ILIAS"/> + <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns22:LoginPortType" name="endpoint21" process-name="OutboundClientAdapter" service-name="ns20:Login"/> + <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns19:AddCoursePortType" name="endpoint22" process-name="OutboundClientAdapter" service-name="ns20:AddCourse"/> + <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns9:UpdateCoursePortType" name="endpoint23" process-name="OutboundClientAdapter" service-name="ns20:UpdateCourse"/> + <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns15:DeleteCoursePortType" name="endpoint24" process-name="OutboundClientAdapter" service-name="ns20:DeleteCourse"/> + <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns17:AddCategoryPortType" name="endpoint25" process-name="OutboundClientAdapter" service-name="ns20:AddCategory"/> + <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns13:UpdateCategoryPortType" name="endpoint26" process-name="OutboundClientAdapter" service-name="ns20:UpdateCategory"/> + <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns11:DeleteCategoryPortType" name="endpoint27" process-name="OutboundClientAdapter" service-name="ns20:DeleteCategory"/> + <endpoint display-name="ReplyProcessor" endpoint-name="ReplyProcessorPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint28" process-name="OutboundClientAdapter" service-name="ns20:ReplyProcessor"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint29" process-name="OutboundClientAdapter" service-name="ns20:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint30" process-name="Login" service-name="ns21:ILIAS"/> + <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="InboundObjectProcessor.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint31" process-name="InboundObjectProcessor" service-name="ns24:ClientAdapter"/> + <endpoint display-name="ClientAdapter" endpoint-name="ReplyProcessorPortTypeRole_myRole" file-path="ReplyProcessor.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint32" process-name="ReplyProcessor" service-name="ns25:ClientAdapter"/> + <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="InboundObjectProcessor.bpel" interface-name="ns2:IdentityMapperPortType" name="endpoint33" process-name="InboundObjectProcessor" service-name="ns24:IdentityMapper"/> <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns2:IdentityMapperPortType" name="endpoint34" service-name="ns2:IdentityMapperService"/> <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint35" service-name="ns3:XSLTTransformService"/> <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:LSFClientAdapterPortType" name="endpoint36" process-name="InboundClientAdapter" service-name="ns26:LSF"/> @@ -92,7 +92,7 @@ <provides endpoint="endpoint4"/> </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"/> + <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> @@ -101,6 +101,11 @@ <consumes endpoint="endpoint6"/> <provides endpoint="endpoint6"/> </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> <port x="0" y="-1"> <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"/> @@ -111,99 +116,94 @@ <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="endpoint23" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint24" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint25" provider="endpoint1" 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="endpoint22" provider="endpoint12" state="unchanged"/> + <connection consumer="endpoint15" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint16" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint17" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint18" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint19" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint20" provider="endpoint1" state="unchanged"/> <connection consumer="endpoint29" provider="endpoint1" state="unchanged"/> <connection consumer="endpoint30" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint15" provider="endpoint8" state="unchanged"/> + <connection consumer="endpoint27" provider="endpoint8" state="unchanged"/> + <connection consumer="endpoint24" provider="endpoint10" state="unchanged"/> <connection consumer="endpoint2" provider="endpoint34" state="unchanged"/> <connection consumer="endpoint33" provider="endpoint34" state="unchanged"/> - <connection consumer="endpoint17" provider="endpoint10" state="unchanged"/> + <connection consumer="endpoint21" provider="endpoint14" state="unchanged"/> <connection consumer="endpoint3" provider="endpoint35" state="unchanged"/> <connection consumer="endpoint37" provider="endpoint35" state="unchanged"/> <connection consumer="endpoint4" provider="endpoint36" state="unchanged"/> - <connection consumer="endpoint16" provider="endpoint11" state="unchanged"/> - <connection consumer="endpoint5" provider="endpoint32" state="unchanged"/> - <connection consumer="endpoint38" provider="endpoint32" state="unchanged"/> - <connection consumer="endpoint18" provider="endpoint13" state="unchanged"/> - <connection consumer="endpoint21" provider="endpoint14" state="unchanged"/> - <connection consumer="endpoint6" provider="endpoint7" state="unchanged"/> - <connection consumer="endpoint20" provider="endpoint12" state="unchanged"/> - <connection consumer="endpoint19" provider="endpoint9" state="unchanged"/> - <connection consumer="endpoint22" provider="endpoint31" state="unchanged"/> + <connection consumer="endpoint5" provider="endpoint31" state="unchanged"/> + <connection consumer="endpoint38" provider="endpoint31" state="unchanged"/> + <connection consumer="endpoint25" provider="endpoint11" state="unchanged"/> + <connection consumer="endpoint26" provider="endpoint9" state="unchanged"/> + <connection consumer="endpoint6" provider="endpoint13" state="unchanged"/> + <connection consumer="endpoint23" provider="endpoint7" state="unchanged"/> + <connection consumer="endpoint28" provider="endpoint32" state="unchanged"/> </connections> <porttypes> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" 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/portType[@name='AddCoursePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCategory.wsdl#xpointer(/definitions/portType[@name='UpdateCategoryPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCourse.wsdl#xpointer(/definitions/portType[@name='UpdateCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCourse.wsdl#xpointer(/definitions/portType[@name='DeleteCoursePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCategory.wsdl#xpointer(/definitions/portType[@name='AddCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/Login.wsdl#xpointer(/definitions/portType[@name='LoginPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCourse.wsdl#xpointer(/definitions/portType[@name='UpdateCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/ObjectProcessor/src/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ObjectProcessor/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> </porttypes> <bindings> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> </bindings> <services> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> </services> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-06-22 10:06:36 UTC (rev 266) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-06-22 10:06:49 UTC (rev 267) @@ -1 +1 @@ -testcases=iliasAdapter_deleteCategory +testcases=IliasAdapter_addCourse This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2009-06-25 14:27:42
|
Revision: 268 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=268&view=rev Author: alexloewen Date: 2009-06-25 13:51:16 +0000 (Thu, 25 Jun 2009) Log Message: ----------- fault handling is almost compleet. changed updateCourse. Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/connections.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-06-22 10:06:49 UTC (rev 267) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-06-25 13:51:16 UTC (rev 268) @@ -1,5 +1,5 @@ <?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/DeleteCategory" xmlns:ns11="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns12="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns13="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns14="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns15="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns16="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns17="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns18="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns19="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns20="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns21="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" xmlns:ns22="http://cse.campussource.de/wsdl/ILIASClientAdapter/Login" xmlns:ns23="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns24="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns25="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns26="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" 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/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns9="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCourse" 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/wsdl/ILIASClientAdapter/Login" xmlns:ns11="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns12="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCategory" 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/AddCourse" xmlns:ns16="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns17="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns18="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns19="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns20="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns21="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns22="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns23="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns24="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns25="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns26="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" 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/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns9="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" 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"/> @@ -7,33 +7,33 @@ <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 display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns9:UpdateCoursePortType" name="endpoint7" process-name="UpdateCourse" service-name="ns8:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns11:DeleteCategoryPortType" name="endpoint8" process-name="DeleteCategory" service-name="ns10:IliasAdapter"/> - <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns13:UpdateCategoryPortType" name="endpoint9" process-name="UpdateCategory" service-name="ns12:IliasAdpater"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns15:DeleteCoursePortType" name="endpoint10" process-name="DeleteCourse" service-name="ns14:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns17:AddCategoryPortType" name="endpoint11" process-name="AddCategory" service-name="ns16:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns19:AddCoursePortType" name="endpoint12" process-name="AddCourse" service-name="ns18:IliasAdapter"/> - <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint13" process-name="OutboundClientAdapter" service-name="ns20:ILIASAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns22:LoginPortType" name="endpoint14" process-name="Login" service-name="ns21:IliasAdapter"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint15" process-name="UpdateCourse" service-name="ns8:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint16" process-name="DeleteCategory" service-name="ns10:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint17" process-name="UpdateCategory" service-name="ns12:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint18" process-name="DeleteCourse" service-name="ns14:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint19" process-name="AddCategory" service-name="ns16:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint20" process-name="AddCourse" service-name="ns18:ILIAS"/> - <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns22:LoginPortType" name="endpoint21" process-name="OutboundClientAdapter" service-name="ns20:Login"/> - <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns19:AddCoursePortType" name="endpoint22" process-name="OutboundClientAdapter" service-name="ns20:AddCourse"/> - <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns9:UpdateCoursePortType" name="endpoint23" process-name="OutboundClientAdapter" service-name="ns20:UpdateCourse"/> - <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns15:DeleteCoursePortType" name="endpoint24" process-name="OutboundClientAdapter" service-name="ns20:DeleteCourse"/> - <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns17:AddCategoryPortType" name="endpoint25" process-name="OutboundClientAdapter" service-name="ns20:AddCategory"/> - <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns13:UpdateCategoryPortType" name="endpoint26" process-name="OutboundClientAdapter" service-name="ns20:UpdateCategory"/> - <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns11:DeleteCategoryPortType" name="endpoint27" process-name="OutboundClientAdapter" service-name="ns20:DeleteCategory"/> - <endpoint display-name="ReplyProcessor" endpoint-name="ReplyProcessorPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint28" process-name="OutboundClientAdapter" service-name="ns20:ReplyProcessor"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint29" process-name="OutboundClientAdapter" service-name="ns20:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint30" process-name="Login" service-name="ns21:ILIAS"/> - <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="InboundObjectProcessor.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint31" process-name="InboundObjectProcessor" service-name="ns24:ClientAdapter"/> - <endpoint display-name="ClientAdapter" endpoint-name="ReplyProcessorPortTypeRole_myRole" file-path="ReplyProcessor.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint32" process-name="ReplyProcessor" service-name="ns25:ClientAdapter"/> - <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="InboundObjectProcessor.bpel" interface-name="ns2:IdentityMapperPortType" name="endpoint33" process-name="InboundObjectProcessor" service-name="ns24:IdentityMapper"/> + <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint7" process-name="OutboundClientAdapter" service-name="ns8:ILIASAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns10:LoginPortType" name="endpoint8" process-name="Login" service-name="ns9:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns12:AddCategoryPortType" name="endpoint9" process-name="AddCategory" service-name="ns11:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns14:UpdateCoursePortType" name="endpoint10" process-name="UpdateCourse" service-name="ns13:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns16:AddCoursePortType" name="endpoint11" process-name="AddCourse" service-name="ns15:IliasAdapter"/> + <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns18:UpdateCategoryPortType" name="endpoint12" process-name="UpdateCategory" service-name="ns17:IliasAdpater"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns20:DeleteCoursePortType" name="endpoint13" process-name="DeleteCourse" service-name="ns19:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns22:DeleteCategoryPortType" name="endpoint14" process-name="DeleteCategory" service-name="ns21:IliasAdapter"/> + <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns10:LoginPortType" name="endpoint15" process-name="OutboundClientAdapter" service-name="ns8:Login"/> + <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns16:AddCoursePortType" name="endpoint16" process-name="OutboundClientAdapter" service-name="ns8:AddCourse"/> + <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns14:UpdateCoursePortType" name="endpoint17" process-name="OutboundClientAdapter" service-name="ns8:UpdateCourse"/> + <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns20:DeleteCoursePortType" name="endpoint18" process-name="OutboundClientAdapter" service-name="ns8:DeleteCourse"/> + <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns12:AddCategoryPortType" name="endpoint19" process-name="OutboundClientAdapter" service-name="ns8:AddCategory"/> + <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns18:UpdateCategoryPortType" name="endpoint20" process-name="OutboundClientAdapter" service-name="ns8:UpdateCategory"/> + <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns22:DeleteCategoryPortType" name="endpoint21" process-name="OutboundClientAdapter" service-name="ns8:DeleteCategory"/> + <endpoint display-name="ReplyProcessor" endpoint-name="ReplyProcessorPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint22" process-name="OutboundClientAdapter" service-name="ns8:ReplyProcessor"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint23" process-name="OutboundClientAdapter" service-name="ns8:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint24" process-name="Login" service-name="ns9:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint25" process-name="AddCategory" service-name="ns11:ILIAS"/> + <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="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint27" process-name="AddCourse" service-name="ns15:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint28" process-name="UpdateCategory" service-name="ns17:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint29" process-name="DeleteCourse" service-name="ns19:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint30" process-name="DeleteCategory" service-name="ns21:ILIAS"/> + <endpoint display-name="ClientAdapter" endpoint-name="ReplyProcessorPortTypeRole_myRole" file-path="ReplyProcessor.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint31" process-name="ReplyProcessor" service-name="ns24:ClientAdapter"/> + <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="InboundObjectProcessor.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint32" process-name="InboundObjectProcessor" service-name="ns25:ClientAdapter"/> + <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="InboundObjectProcessor.bpel" interface-name="ns2:IdentityMapperPortType" name="endpoint33" process-name="InboundObjectProcessor" service-name="ns25:IdentityMapper"/> <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns2:IdentityMapperPortType" name="endpoint34" service-name="ns2:IdentityMapperService"/> <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint35" service-name="ns3:XSLTTransformService"/> <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:LSFClientAdapterPortType" name="endpoint36" process-name="InboundClientAdapter" service-name="ns26:LSF"/> @@ -92,7 +92,7 @@ <provides endpoint="endpoint4"/> </port> <port x="0" y="-1"> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice']/port[@name='ILIASSoapWebservicePort'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice']/port[@name='ILIASSoapWebservicePort'])" xlink:type="simple"/> <consumes endpoint="endpoint1"/> <provides endpoint="endpoint1"/> </port> @@ -101,11 +101,6 @@ <consumes endpoint="endpoint6"/> <provides endpoint="endpoint6"/> </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> <port x="0" y="-1"> <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"/> @@ -116,94 +111,100 @@ <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="endpoint12" state="unchanged"/> - <connection consumer="endpoint15" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint16" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint17" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint18" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint19" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint20" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint16" provider="endpoint11" state="unchanged"/> + <connection consumer="endpoint23" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint24" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint25" provider="endpoint1" 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="endpoint27" provider="endpoint8" state="unchanged"/> - <connection consumer="endpoint24" provider="endpoint10" state="unchanged"/> + <connection consumer="endpoint18" provider="endpoint13" state="unchanged"/> + <connection consumer="endpoint21" provider="endpoint14" state="unchanged"/> <connection consumer="endpoint2" provider="endpoint34" state="unchanged"/> <connection consumer="endpoint33" provider="endpoint34" state="unchanged"/> - <connection consumer="endpoint21" provider="endpoint14" state="unchanged"/> + <connection consumer="endpoint15" provider="endpoint8" state="unchanged"/> <connection consumer="endpoint3" provider="endpoint35" state="unchanged"/> <connection consumer="endpoint37" provider="endpoint35" state="unchanged"/> <connection consumer="endpoint4" provider="endpoint36" state="unchanged"/> - <connection consumer="endpoint5" provider="endpoint31" state="unchanged"/> - <connection consumer="endpoint38" provider="endpoint31" state="unchanged"/> - <connection consumer="endpoint25" provider="endpoint11" state="unchanged"/> - <connection consumer="endpoint26" provider="endpoint9" state="unchanged"/> - <connection consumer="endpoint6" provider="endpoint13" state="unchanged"/> - <connection consumer="endpoint23" provider="endpoint7" state="unchanged"/> - <connection consumer="endpoint28" provider="endpoint32" state="unchanged"/> + <connection consumer="endpoint5" provider="endpoint32" state="unchanged"/> + <connection consumer="endpoint38" provider="endpoint32" state="unchanged"/> + <connection consumer="endpoint19" provider="endpoint9" state="unchanged"/> + <connection consumer="endpoint20" provider="endpoint12" state="unchanged"/> + <connection consumer="endpoint6" provider="endpoint7" state="unchanged"/> + <connection consumer="endpoint17" provider="endpoint10" state="unchanged"/> + <connection consumer="endpoint22" provider="endpoint31" state="unchanged"/> </connections> <porttypes> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" 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/portType[@name='AddCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/faultHandlingMsg.wsdl#xpointer(/definitions/portType[@name='faultHandlingMsgPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCategory.wsdl#xpointer(/definitions/portType[@name='UpdateCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCategory.wsdl#xpointer(/definitions/portType[@name='UpdateCategoryPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCourse.wsdl#xpointer(/definitions/portType[@name='DeleteCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCourse.wsdl#xpointer(/definitions/portType[@name='UpdateCoursePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCategory.wsdl#xpointer(/definitions/portType[@name='AddCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/Login.wsdl#xpointer(/definitions/portType[@name='LoginPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCourse.wsdl#xpointer(/definitions/portType[@name='UpdateCoursePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/ObjectProcessor/src/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> </porttypes> <bindings> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> </bindings> <services> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> </services> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/connections.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/connections.xml 2009-06-22 10:06:49 UTC (rev 267) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/connections.xml 2009-06-25 13:51:16 UTC (rev 268) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<jbi xmlns="http://java.sun.com/xml/ns/jbi" xmlns:ns1="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/newProcess" xmlns:ns2="urn:ilUserAdministration" xmlns:ns3="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:ns4="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns5="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns6="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns7="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns8="LSFClientAdapterCA" xmlns:ns9="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" version="1.0"> +<jbi xmlns="http://java.sun.com/xml/ns/jbi" xmlns:ns1="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns10="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns11="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns12="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns13="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns14="LSFClientAdapterCA" xmlns:ns15="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns16="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:ns17="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns2="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns3="urn:ilUserAdministration" xmlns:ns4="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" xmlns:ns5="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns6="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns7="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns8="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns9="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteCategory" version="1.0"> <service-assembly> <identification> <name>CSEIPCA</name> @@ -7,33 +7,101 @@ </identification> <connections> <connection> + <consumer endpoint-name="AddCoursePortTypeRole_partnerRole" service-name="ns1:AddCourse"/> + <provider endpoint-name="AddCoursePortTypeRole_myRole" service-name="ns2:IliasAdapter"/> + </connection> + <connection> <consumer endpoint-name="ILIASSoapWebserviceRole_partnerRole" service-name="ns1:ILIAS"/> - <provider endpoint-name="ILIASSoapWebservicePort" service-name="ns2:ILIASSoapWebservice"/> + <provider endpoint-name="ILIASSoapWebservicePort" service-name="ns3:ILIASSoapWebservice"/> </connection> <connection> - <consumer endpoint-name="ILIASClientAdapterPort" service-name="ns3:ILIASClientAdapterService"/> - <provider endpoint-name="ILIASClientAdapterPortTypeRole_myRole" service-name="ns1:ILIASAdapter"/> + <consumer endpoint-name="ILIASSoapWebserviceRole_partnerRole" service-name="ns4:ILIAS"/> + <provider endpoint-name="ILIASSoapWebservicePort" service-name="ns3:ILIASSoapWebservice"/> </connection> <connection> - <consumer endpoint-name="IdentityMapperPortTypeRole_partnerRole" service-name="ns4:IdentityMapper"/> - <provider endpoint-name="javaee_IdentityMapperPort" service-name="ns5:IdentityMapperService"/> + <consumer endpoint-name="ILIASSoapWebserviceRole_partnerRole" service-name="ns5:ILIAS"/> + <provider endpoint-name="ILIASSoapWebservicePort" service-name="ns3:ILIASSoapWebservice"/> </connection> <connection> - <consumer endpoint-name="XSLTTransformPortTypeRole_partnerRole" service-name="ns6:XSLTTransform"/> - <provider endpoint-name="javaee_XSLTTransformPort" service-name="ns7:XSLTTransformService"/> + <consumer endpoint-name="ILIASSoapWebserviceRole_partnerRole" service-name="ns6:ILIAS"/> + <provider endpoint-name="ILIASSoapWebservicePort" service-name="ns3:ILIASSoapWebservice"/> </connection> <connection> - <consumer endpoint-name="casaPort1" service-name="ns8:casaService1"/> - <provider endpoint-name="LSFClientAdapterPortTypeRole_myRole" service-name="ns6:LSF"/> + <consumer endpoint-name="ILIASSoapWebserviceRole_partnerRole" service-name="ns2:ILIAS"/> + <provider endpoint-name="ILIASSoapWebservicePort" service-name="ns3:ILIASSoapWebservice"/> </connection> <connection> - <consumer endpoint-name="ObjectProcessorPortTypeBindingPort" service-name="ns9:ObjectProcessorService"/> - <provider endpoint-name="ObjectProcessorPortTypeRole_myRole" service-name="ns4:ClientAdapter"/> + <consumer endpoint-name="ILIASSoapWebserviceRole_partnerRole" service-name="ns7:ILIAS"/> + <provider endpoint-name="ILIASSoapWebservicePort" service-name="ns3:ILIASSoapWebservice"/> </connection> <connection> - <consumer endpoint-name="ObjectProcessorPortTypeRole_partnerRole" service-name="ns6:ObjectProcessor"/> - <provider endpoint-name="ObjectProcessorPortTypeRole_myRole" service-name="ns4:ClientAdapter"/> + <consumer endpoint-name="ILIASSoapWebserviceRole_partnerRole" service-name="ns8:ILIAS"/> + <provider endpoint-name="ILIASSoapWebservicePort" service-name="ns3:ILIASSoapWebservice"/> </connection> + <connection> + <consumer endpoint-name="ILIASSoapWebserviceRole_partnerRole" service-name="ns9:ILIAS"/> + <provider endpoint-name="ILIASSoapWebservicePort" service-name="ns3:ILIASSoapWebservice"/> + </connection> + <connection> + <consumer endpoint-name="DeleteCoursePortTypeRole_partnerRole" service-name="ns1:DeleteCourse"/> + <provider endpoint-name="DeleteCoursePortTypeRole_myRole" service-name="ns8:IliasAdapter"/> + </connection> + <connection> + <consumer endpoint-name="DeleteCategoryPortTypeRole_partnerRole" service-name="ns1:DeleteCategory"/> + <provider endpoint-name="DeleteCategoryPortTypeRole_myRole" service-name="ns9:IliasAdapter"/> + </connection> + <connection> + <consumer endpoint-name="IdentityMapperPort" service-name="ns10:IdentityMapperService"/> + <provider endpoint-name="javaee_IdentityMapperPort" service-name="ns10:IdentityMapperService"/> + </connection> + <connection> + <consumer endpoint-name="IdentityMapperPortTypeRole_partnerRole" service-name="ns11:IdentityMapper"/> + <provider endpoint-name="javaee_IdentityMapperPort" service-name="ns10:IdentityMapperService"/> + </connection> + <connection> + <consumer endpoint-name="LoginPortTypeRole_partnerRole" service-name="ns1:Login"/> + <provider endpoint-name="LoginPortTypeRole_myRole" service-name="ns4:IliasAdapter"/> + </connection> + <connection> + <consumer endpoint-name="XSLTTransformPort" service-name="ns12:XSLTTransformService"/> + <provider endpoint-name="javaee_XSLTTransformPort" service-name="ns12:XSLTTransformService"/> + </connection> + <connection> + <consumer endpoint-name="XSLTTransformPortTypeRole_partnerRole" service-name="ns13:XSLTTransform"/> + <provider endpoint-name="javaee_XSLTTransformPort" service-name="ns12:XSLTTransformService"/> + </connection> + <connection> + <consumer endpoint-name="casaPort1" service-name="ns14:casaService1"/> + <provider endpoint-name="LSFClientAdapterPortTypeRole_myRole" service-name="ns13:LSF"/> + </connection> + <connection> + <consumer endpoint-name="ObjectProcessorPortTypeBindingPort" service-name="ns15:ObjectProcessorService"/> + <provider endpoint-name="ObjectProcessorPortTypeRole_myRole" service-name="ns11:ClientAdapter"/> + </connection> + <connection> + <consumer endpoint-name="ObjectProcessorPortTypeRole_partnerRole" service-name="ns13:ObjectProcessor"/> + <provider endpoint-name="ObjectProcessorPortTypeRole_myRole" service-name="ns11:ClientAdapter"/> + </connection> + <connection> + <consumer endpoint-name="AddCategoryPortTypeRole_partnerRole" service-name="ns1:AddCategory"/> + <provider endpoint-name="AddCategoryPortTypeRole_myRole" service-name="ns5:IliasAdapter"/> + </connection> + <connection> + <consumer endpoint-name="UpdateCategoryPortTypeRole_partnerRole" service-name="ns1:UpdateCategory"/> + <provider endpoint-name="UpdateCategoryPortTypeRole_myRole" service-name="ns7:IliasAdpater"/> + </connection> + <connection> + <consumer endpoint-name="ILIASClientAdapterPort" service-name="ns16:ILIASClientAdapterService"/> + <provider endpoint-name="ILIASClientAdapterPortTypeRole_myRole" service-name="ns1:ILIASAdapter"/> + </connection> + <connection> + <consumer endpoint-name="UpdateCoursePortTypeRole_partnerRole" service-name="ns1:UpdateCourse"/> + <provider endpoint-name="UpdateCoursePortTypeRole_myRole" service-name="ns6:IliasAdapter"/> + </connection> + <connection> + <consumer endpoint-name="ReplyProcessorPortTypeRole_partnerRole" service-name="ns1:ReplyProcessor"/> + <provider endpoint-name="ReplyProcessorPortTypeRole_myRole" service-name="ns17:ClientAdapter"/> + </connection> </connections> </service-assembly> </jbi> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml 2009-06-22 10:06:49 UTC (rev 267) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml 2009-06-25 13:51:16 UTC (rev 268) @@ -9,7 +9,7 @@ <!--Zero or more repetitions:--> <dt:attribute> <dt:name>name</dt:name> - <dt:value>Fakultät 5</dt:value> + <dt:value>Fakultät 7</dt:value> <dt:transient>false</dt:transient> </dt:attribute> <!--- - - - - Attribute: clientId - - - - - --> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml 2009-06-22 10:06:49 UTC (rev 267) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml 2009-06-25 13:51:16 UTC (rev 268) @@ -9,7 +9,7 @@ <!--Zero or more repetitions:--> <dt:attribute> <dt:name>name</dt:name> - <dt:value>Lehrstuhl 10</dt:value> + <dt:value>Lehrstuhl 222</dt:value> <dt:transient>false</dt:transient> </dt:attribute> <!--- - - - - Attribute: clientId - - - - - --> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml 2009-06-22 10:06:49 UTC (rev 267) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml 2009-06-25 13:51:16 UTC (rev 268) @@ -15,13 +15,13 @@ <!--- - - - - Attribute: title - - - - - --> <dt:attribute> <dt:name>title</dt:name> - <dt:value>Phonetische Aspekte des Chinesischen</dt:value> + <dt:value>Datenbanksysteme 2</dt:value> <dt:transient>false</dt:transient> </dt:attribute> <!--- - - - - Attribute: shortDescription - - - - - --> <dt:attribute> <dt:name>shortDescription</dt:name> - <dt:value>kurze TestBeschreibung 2</dt:value> + <dt:value>kurze TestBeschreibung 25</dt:value> <dt:transient>false</dt:transient> </dt:attribute> <!--- - - - - Attribute: abbreviation - - - - - --> @@ -33,7 +33,7 @@ <!--- - - - - Attribute: languageFull - - - - - --> <dt:attribute> <dt:name>languageFull</dt:name> - <dt:value>deutsch</dt:value> + <dt:value>chinesisch</dt:value> <dt:transient>false</dt:transient> </dt:attribute> <!--- - - - - Attribute: clientId - - - - - --> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-06-22 10:06:49 UTC (rev 267) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-06-25 13:51:16 UTC (rev 268) @@ -1 +1 @@ -testcases=IliasAdapter_addCourse +testcases=iliasAdapter_deleteCourse This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-07-01 14:54:00
|
Revision: 292 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=292&view=rev Author: pkasprzak Date: 2009-07-01 13:56:17 +0000 (Wed, 01 Jul 2009) Log Message: ----------- * Catalog changes for serviceref support * Added serviceref.xsd Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-07-01 13:56:10 UTC (rev 291) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-07-01 13:56:17 UTC (rev 292) @@ -1,5 +1,5 @@ <?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/wsdl/ILIASClientAdapter/Login" xmlns:ns11="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns12="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCategory" 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/AddCourse" xmlns:ns16="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns17="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns18="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns19="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns20="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns21="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns22="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns23="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns24="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns25="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns26="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" 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/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns9="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" 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/wsdl/ILIASClientAdapter/Login" xmlns:ns11="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns12="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns13="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns14="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns15="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns16="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns17="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns18="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns19="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns20="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCategory" 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/OutboundClientAdapter" xmlns:ns24="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns25="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns26="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns27="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" 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/Login" 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"/> @@ -7,42 +7,43 @@ <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 display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint7" process-name="OutboundClientAdapter" service-name="ns8:ILIASAdapter"/> + <endpoint endpoint-name="ConfigurationManagerPort" interface-name="ns8:ConfigurationManager" name="endpoint7" service-name="ns8:ConfigurationManagerWSService"/> <endpoint display-name="IliasAdapter" endpoint-name="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns10:LoginPortType" name="endpoint8" process-name="Login" service-name="ns9:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns12:AddCategoryPortType" name="endpoint9" process-name="AddCategory" service-name="ns11:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns14:UpdateCoursePortType" name="endpoint10" process-name="UpdateCourse" service-name="ns13:IliasAdapter"/> + <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns12:UpdateCategoryPortType" name="endpoint9" process-name="UpdateCategory" service-name="ns11:IliasAdpater"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns14:DeleteCategoryPortType" name="endpoint10" process-name="DeleteCategory" service-name="ns13:IliasAdapter"/> <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns16:AddCoursePortType" name="endpoint11" process-name="AddCourse" service-name="ns15:IliasAdapter"/> - <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns18:UpdateCategoryPortType" name="endpoint12" process-name="UpdateCategory" service-name="ns17:IliasAdpater"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns20:DeleteCoursePortType" name="endpoint13" process-name="DeleteCourse" service-name="ns19:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns22:DeleteCategoryPortType" name="endpoint14" process-name="DeleteCategory" service-name="ns21:IliasAdapter"/> - <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns10:LoginPortType" name="endpoint15" process-name="OutboundClientAdapter" service-name="ns8:Login"/> - <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns16:AddCoursePortType" name="endpoint16" process-name="OutboundClientAdapter" service-name="ns8:AddCourse"/> - <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns14:UpdateCoursePortType" name="endpoint17" process-name="OutboundClientAdapter" service-name="ns8:UpdateCourse"/> - <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns20:DeleteCoursePortType" name="endpoint18" process-name="OutboundClientAdapter" service-name="ns8:DeleteCourse"/> - <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns12:AddCategoryPortType" name="endpoint19" process-name="OutboundClientAdapter" service-name="ns8:AddCategory"/> - <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns18:UpdateCategoryPortType" name="endpoint20" process-name="OutboundClientAdapter" service-name="ns8:UpdateCategory"/> - <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns22:DeleteCategoryPortType" name="endpoint21" process-name="OutboundClientAdapter" service-name="ns8:DeleteCategory"/> - <endpoint display-name="ReplyProcessor" endpoint-name="ReplyProcessorPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint22" process-name="OutboundClientAdapter" service-name="ns8:ReplyProcessor"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint23" process-name="OutboundClientAdapter" service-name="ns8:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint24" process-name="Login" service-name="ns9:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint25" process-name="AddCategory" service-name="ns11:ILIAS"/> - <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="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint27" process-name="AddCourse" service-name="ns15:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint28" process-name="UpdateCategory" service-name="ns17:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint29" process-name="DeleteCourse" service-name="ns19:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint30" process-name="DeleteCategory" service-name="ns21:ILIAS"/> - <endpoint display-name="ClientAdapter" endpoint-name="ReplyProcessorPortTypeRole_myRole" file-path="ReplyProcessor.bpel" interface-name="ns23:ReplyProcessorPortType" name="endpoint31" process-name="ReplyProcessor" service-name="ns24:ClientAdapter"/> - <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="InboundObjectProcessor.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint32" process-name="InboundObjectProcessor" service-name="ns25:ClientAdapter"/> - <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="InboundObjectProcessor.bpel" interface-name="ns2:IdentityMapperPortType" name="endpoint33" process-name="InboundObjectProcessor" service-name="ns25:IdentityMapper"/> - <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns2:IdentityMapperPortType" name="endpoint34" service-name="ns2:IdentityMapperService"/> - <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint35" service-name="ns3:XSLTTransformService"/> - <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:LSFClientAdapterPortType" name="endpoint36" process-name="InboundClientAdapter" service-name="ns26:LSF"/> - <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint37" process-name="InboundClientAdapter" service-name="ns26:XSLTTransform"/> - <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint38" process-name="InboundClientAdapter" service-name="ns26:ObjectProcessor"/> + <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns18:UpdateCoursePortType" name="endpoint12" process-name="UpdateCourse" service-name="ns17:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns20:AddCategoryPortType" name="endpoint13" process-name="AddCategory" service-name="ns19:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns22:DeleteCoursePortType" name="endpoint14" process-name="DeleteCourse" service-name="ns21:IliasAdapter"/> + <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint15" process-name="OutboundClientAdapter" service-name="ns23:ILIASAdapter"/> + <endpoint display-name="ConfigurationManager" endpoint-name="ConfigurationManagerRole_partnerRole" file-path="Login.bpel" interface-name="ns8:ConfigurationManager" name="endpoint16" process-name="Login" service-name="ns9:ConfigurationManager"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint17" process-name="Login" service-name="ns9:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint18" process-name="UpdateCategory" service-name="ns11:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint19" process-name="DeleteCategory" service-name="ns13:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint20" process-name="AddCourse" service-name="ns15:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint21" process-name="UpdateCourse" service-name="ns17:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint22" process-name="AddCategory" service-name="ns19:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint23" process-name="DeleteCourse" service-name="ns21:ILIAS"/> + <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns10:LoginPortType" name="endpoint24" process-name="OutboundClientAdapter" service-name="ns23:Login"/> + <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns16:AddCoursePortType" name="endpoint25" process-name="OutboundClientAdapter" service-name="ns23:AddCourse"/> + <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns18:UpdateCoursePortType" name="endpoint26" process-name="OutboundClientAdapter" service-name="ns23:UpdateCourse"/> + <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns22:DeleteCoursePortType" name="endpoint27" process-name="OutboundClientAdapter" service-name="ns23:DeleteCourse"/> + <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns20:AddCategoryPortType" name="endpoint28" process-name="OutboundClientAdapter" service-name="ns23:AddCategory"/> + <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns12:UpdateCategoryPortType" name="endpoint29" process-name="OutboundClientAdapter" service-name="ns23:UpdateCategory"/> + <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns14:DeleteCategoryPortType" name="endpoint30" process-name="OutboundClientAdapter" service-name="ns23:DeleteCategory"/> + <endpoint display-name="ReplyProcessor" endpoint-name="ReplyProcessorPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns24:ReplyProcessorPortType" name="endpoint31" process-name="OutboundClientAdapter" service-name="ns23:ReplyProcessor"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint32" process-name="OutboundClientAdapter" service-name="ns23:ILIAS"/> + <endpoint display-name="ClientAdapter" endpoint-name="ReplyProcessorPortTypeRole_myRole" file-path="ReplyProcessor.bpel" interface-name="ns24:ReplyProcessorPortType" name="endpoint33" process-name="ReplyProcessor" service-name="ns25:ClientAdapter"/> + <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="InboundObjectProcessor.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint34" process-name="InboundObjectProcessor" service-name="ns26:ClientAdapter"/> + <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="InboundObjectProcessor.bpel" interface-name="ns2:IdentityMapperPortType" name="endpoint35" process-name="InboundObjectProcessor" service-name="ns26:IdentityMapper"/> + <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns2:IdentityMapperPortType" name="endpoint36" service-name="ns2:IdentityMapperService"/> + <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint37" service-name="ns3:XSLTTransformService"/> + <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:LSFClientAdapterPortType" name="endpoint38" process-name="InboundClientAdapter" service-name="ns27:LSF"/> + <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint39" process-name="InboundClientAdapter" service-name="ns27:XSLTTransform"/> + <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint40" process-name="InboundClientAdapter" service-name="ns27: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="endpoint7"/> <provides endpoint="endpoint8"/> <provides endpoint="endpoint9"/> <provides endpoint="endpoint10"/> @@ -50,7 +51,7 @@ <provides endpoint="endpoint12"/> <provides endpoint="endpoint13"/> <provides endpoint="endpoint14"/> - <consumes endpoint="endpoint15"/> + <provides endpoint="endpoint15"/> <consumes endpoint="endpoint16"/> <consumes endpoint="endpoint17"/> <consumes endpoint="endpoint18"/> @@ -66,23 +67,25 @@ <consumes endpoint="endpoint28"/> <consumes endpoint="endpoint29"/> <consumes endpoint="endpoint30"/> + <consumes endpoint="endpoint31"/> + <consumes endpoint="endpoint32"/> </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="endpoint31"/> - <provides endpoint="endpoint32"/> - <consumes endpoint="endpoint33"/> + <provides endpoint="endpoint33"/> + <provides endpoint="endpoint34"/> + <consumes endpoint="endpoint35"/> </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="endpoint34"/> + <provides endpoint="endpoint36"/> </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="endpoint35"/> + <provides endpoint="endpoint37"/> </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"> - <provides endpoint="endpoint36"/> - <consumes endpoint="endpoint37"/> - <consumes endpoint="endpoint38"/> + <provides endpoint="endpoint38"/> + <consumes endpoint="endpoint39"/> + <consumes endpoint="endpoint40"/> </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> @@ -92,17 +95,17 @@ <provides endpoint="endpoint4"/> </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"/> - <consumes endpoint="endpoint1"/> - <provides endpoint="endpoint1"/> + <link xlink:href="../jbiServiceUnits/Common/ConfigurationManager.wsdl#xpointer(/definitions/service[@name='ConfigurationManagerWSService']/port[@name='ConfigurationManagerPort'])" xlink:type="simple"/> + <consumes endpoint="endpoint7"/> + <provides endpoint="endpoint7"/> </port> - <port x="67" y="37"> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService']/port[@name='ILIASClientAdapterPort'])" xlink:type="simple"/> - <consumes endpoint="endpoint6"/> - <provides endpoint="endpoint6"/> + <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> <port x="0" y="-1"> - <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"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService']/port[@name='ObjectProcessorPortTypeBindingPort'])" xlink:type="simple"/> <consumes endpoint="endpoint5"/> <provides endpoint="endpoint5"/> </port> @@ -111,102 +114,111 @@ <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 x="0" y="-1"> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/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"> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService']/port[@name='ILIASClientAdapterPort'])" xlink:type="simple"/> + <consumes endpoint="endpoint6"/> + <provides endpoint="endpoint6"/> + </port> </ports> </binding-component-service-unit> </service-units> <connections> - <connection consumer="endpoint16" provider="endpoint11" state="unchanged"/> + <connection consumer="endpoint25" provider="endpoint11" state="unchanged"/> + <connection consumer="endpoint17" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint18" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint19" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint20" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint21" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint22" provider="endpoint1" state="unchanged"/> <connection consumer="endpoint23" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint24" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint25" provider="endpoint1" 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="endpoint18" provider="endpoint13" state="unchanged"/> - <connection consumer="endpoint21" provider="endpoint14" state="unchanged"/> - <connection consumer="endpoint2" provider="endpoint34" state="unchanged"/> - <connection consumer="endpoint33" provider="endpoint34" state="unchanged"/> - <connection consumer="endpoint15" provider="endpoint8" state="unchanged"/> - <connection consumer="endpoint3" provider="endpoint35" state="unchanged"/> - <connection consumer="endpoint37" provider="endpoint35" state="unchanged"/> - <connection consumer="endpoint4" provider="endpoint36" state="unchanged"/> - <connection consumer="endpoint5" provider="endpoint32" state="unchanged"/> - <connection consumer="endpoint38" provider="endpoint32" state="unchanged"/> - <connection consumer="endpoint19" provider="endpoint9" state="unchanged"/> - <connection consumer="endpoint20" provider="endpoint12" state="unchanged"/> - <connection consumer="endpoint6" provider="endpoint7" state="unchanged"/> - <connection consumer="endpoint17" provider="endpoint10" state="unchanged"/> - <connection consumer="endpoint22" provider="endpoint31" state="unchanged"/> + <connection consumer="endpoint32" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint30" provider="endpoint10" state="unchanged"/> + <connection consumer="endpoint27" provider="endpoint14" state="unchanged"/> + <connection consumer="endpoint24" provider="endpoint8" state="unchanged"/> + <connection consumer="endpoint2" provider="endpoint36" state="unchanged"/> + <connection consumer="endpoint35" provider="endpoint36" state="unchanged"/> + <connection consumer="endpoint3" provider="endpoint37" state="unchanged"/> + <connection consumer="endpoint39" provider="endpoint37" state="unchanged"/> + <connection consumer="endpoint4" provider="endpoint38" state="unchanged"/> + <connection consumer="endpoint5" provider="endpoint34" state="unchanged"/> + <connection consumer="endpoint40" provider="endpoint34" state="unchanged"/> + <connection consumer="endpoint28" provider="endpoint13" state="unchanged"/> + <connection consumer="endpoint29" provider="endpoint9" state="unchanged"/> + <connection consumer="endpoint26" provider="endpoint12" state="unchanged"/> + <connection consumer="endpoint6" provider="endpoint15" state="unchanged"/> + <connection consumer="endpoint16" provider="endpoint7" state="unchanged"/> + <connection consumer="endpoint31" provider="endpoint33" state="unchanged"/> </connections> <porttypes> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/ConfigurationManager.wsdl#xpointer(/definitions/portType[@name='ConfigurationManager'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/Common/src/ConfigurationManager.wsdl#xpointer(/definitions/portType[@name='ConfigurationManager'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/ObjectProcessor/src/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCategory.wsdl#xpointer(/definitions/portType[@name='AddCategoryPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" 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/portType[@name='AddCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCategory.wsdl#xpointer(/definitions/portType[@name='UpdateCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/faultHandlingMsg.wsdl#xpointer(/definitions/portType[@name='faultHandlingMsgPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCourse.wsdl#xpointer(/definitions/portType[@name='AddCoursePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCategory.wsdl#xpointer(/definitions/portType[@name='UpdateCategoryPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/Login.wsdl#xpointer(/definitions/portType[@name='LoginPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCourse.wsdl#xpointer(/definitions/portType[@name='UpdateCoursePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCategory.wsdl#xpointer(/definitions/portType[@name='AddCategoryPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/Login.wsdl#xpointer(/definitions/portType[@name='LoginPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/ObjectProcessor/src/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> </porttypes> <bindings> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/ConfigurationManager.wsdl#xpointer(/definitions/binding[@name='ConfigurationManagerPortBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/Common/src/ConfigurationManager.wsdl#xpointer(/definitions/binding[@name='ConfigurationManagerPortBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> </bindings> <services> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/ConfigurationManager.wsdl#xpointer(/definitions/service[@name='ConfigurationManagerWSService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/Common/src/ConfigurationManager.wsdl#xpointer(/definitions/service[@name='ConfigurationManagerWSService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/Common/src/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> </services> <regions> <region name="WSDL Endpoints" width="150"/> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-07-01 13:56:10 UTC (rev 291) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-07-01 13:56:17 UTC (rev 292) @@ -1 +1 @@ -testcases=IliasAdapter_addCategory +testcases=IliasAdapter_addCourse This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-07-02 11:20:06
|
Revision: 296 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=296&view=rev Author: pkasprzak Date: 2009-07-02 11:19:30 +0000 (Thu, 02 Jul 2009) Log Message: ----------- * Dynamic Partnerlink stuff: - Get system-endpoint from config based on target-system in message - Use XSLT / Voodoo to generate valid EndpointReference - Override static Partnerlink with new EPR - Only implemented for Login.bpel and addCourse-Testcase for now Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Input.xml Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-07-02 11:14:40 UTC (rev 295) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-07-02 11:19:30 UTC (rev 296) @@ -1,5 +1,5 @@ <?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/wsdl/ILIASClientAdapter/Login" xmlns:ns11="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns12="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns13="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns14="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns15="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns16="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns17="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns18="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns19="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns20="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCategory" 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/OutboundClientAdapter" xmlns:ns24="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns25="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns26="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns27="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" 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/Login" 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/wsdl/ILIASClientAdapter/Login" xmlns:ns11="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns12="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns13="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns14="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns15="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns16="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns17="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns18="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns19="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns20="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCategory" 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/ResolveEPR" xmlns:ns24="http://cse.campussource.de/wsdl/ILIASClientAdapter/ResolveEPR" xmlns:ns25="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns26="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns27="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns28="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns29="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" 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/Login" 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"/> @@ -15,32 +15,35 @@ <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns18:UpdateCoursePortType" name="endpoint12" process-name="UpdateCourse" service-name="ns17:IliasAdapter"/> <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns20:AddCategoryPortType" name="endpoint13" process-name="AddCategory" service-name="ns19:IliasAdapter"/> <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns22:DeleteCoursePortType" name="endpoint14" process-name="DeleteCourse" service-name="ns21:IliasAdapter"/> - <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint15" process-name="OutboundClientAdapter" service-name="ns23:ILIASAdapter"/> - <endpoint display-name="ConfigurationManager" endpoint-name="ConfigurationManagerRole_partnerRole" file-path="Login.bpel" interface-name="ns8:ConfigurationManager" name="endpoint16" process-name="Login" service-name="ns9:ConfigurationManager"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint17" process-name="Login" service-name="ns9:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint18" process-name="UpdateCategory" service-name="ns11:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint19" process-name="DeleteCategory" service-name="ns13:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint20" process-name="AddCourse" service-name="ns15:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint21" process-name="UpdateCourse" service-name="ns17:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint22" process-name="AddCategory" service-name="ns19:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint23" process-name="DeleteCourse" service-name="ns21:ILIAS"/> - <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns10:LoginPortType" name="endpoint24" process-name="OutboundClientAdapter" service-name="ns23:Login"/> - <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns16:AddCoursePortType" name="endpoint25" process-name="OutboundClientAdapter" service-name="ns23:AddCourse"/> - <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns18:UpdateCoursePortType" name="endpoint26" process-name="OutboundClientAdapter" service-name="ns23:UpdateCourse"/> - <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns22:DeleteCoursePortType" name="endpoint27" process-name="OutboundClientAdapter" service-name="ns23:DeleteCourse"/> - <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns20:AddCategoryPortType" name="endpoint28" process-name="OutboundClientAdapter" service-name="ns23:AddCategory"/> - <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns12:UpdateCategoryPortType" name="endpoint29" process-name="OutboundClientAdapter" service-name="ns23:UpdateCategory"/> - <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns14:DeleteCategoryPortType" name="endpoint30" process-name="OutboundClientAdapter" service-name="ns23:DeleteCategory"/> - <endpoint display-name="ReplyProcessor" endpoint-name="ReplyProcessorPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns24:ReplyProcessorPortType" name="endpoint31" process-name="OutboundClientAdapter" service-name="ns23:ReplyProcessor"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint32" process-name="OutboundClientAdapter" service-name="ns23:ILIAS"/> - <endpoint display-name="ClientAdapter" endpoint-name="ReplyProcessorPortTypeRole_myRole" file-path="ReplyProcessor.bpel" interface-name="ns24:ReplyProcessorPortType" name="endpoint33" process-name="ReplyProcessor" service-name="ns25:ClientAdapter"/> - <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="InboundObjectProcessor.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint34" process-name="InboundObjectProcessor" service-name="ns26:ClientAdapter"/> - <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="InboundObjectProcessor.bpel" interface-name="ns2:IdentityMapperPortType" name="endpoint35" process-name="InboundObjectProcessor" service-name="ns26:IdentityMapper"/> - <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns2:IdentityMapperPortType" name="endpoint36" service-name="ns2:IdentityMapperService"/> - <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint37" service-name="ns3:XSLTTransformService"/> - <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:LSFClientAdapterPortType" name="endpoint38" process-name="InboundClientAdapter" service-name="ns27:LSF"/> - <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint39" process-name="InboundClientAdapter" service-name="ns27:XSLTTransform"/> - <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint40" process-name="InboundClientAdapter" service-name="ns27:ObjectProcessor"/> + <endpoint display-name="IliasAdapter" endpoint-name="ResolveEPRPortTypeRole_myRole" file-path="ResolveEPR.bpel" interface-name="ns24:ResolveEPRPortType" name="endpoint15" process-name="ResolveEPR" service-name="ns23:IliasAdapter"/> + <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint16" process-name="OutboundClientAdapter" service-name="ns25:ILIASAdapter"/> + <endpoint display-name="ConfigurationManager" endpoint-name="ConfigurationManagerRole_partnerRole" file-path="Login.bpel" interface-name="ns8:ConfigurationManager" name="endpoint17" process-name="Login" service-name="ns9:ConfigurationManager"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint18" process-name="Login" service-name="ns9:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint19" process-name="UpdateCategory" service-name="ns11:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint20" process-name="DeleteCategory" service-name="ns13:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint21" process-name="AddCourse" service-name="ns15:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint22" process-name="UpdateCourse" service-name="ns17:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint23" process-name="AddCategory" service-name="ns19:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint24" process-name="DeleteCourse" service-name="ns21:ILIAS"/> + <endpoint display-name="ConfigurationManager" endpoint-name="ConfigurationManagerRole_partnerRole" file-path="ResolveEPR.bpel" interface-name="ns8:ConfigurationManager" name="endpoint25" process-name="ResolveEPR" service-name="ns23:ConfigurationManager"/> + <endpoint display-name="ResolveEPR" endpoint-name="ResolveEPRPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns24:ResolveEPRPortType" name="endpoint26" process-name="OutboundClientAdapter" service-name="ns25:ResolveEPR"/> + <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns10:LoginPortType" name="endpoint27" process-name="OutboundClientAdapter" service-name="ns25:Login"/> + <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns16:AddCoursePortType" name="endpoint28" process-name="OutboundClientAdapter" service-name="ns25:AddCourse"/> + <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns18:UpdateCoursePortType" name="endpoint29" process-name="OutboundClientAdapter" service-name="ns25:UpdateCourse"/> + <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns22:DeleteCoursePortType" name="endpoint30" process-name="OutboundClientAdapter" service-name="ns25:DeleteCourse"/> + <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns20:AddCategoryPortType" name="endpoint31" process-name="OutboundClientAdapter" service-name="ns25:AddCategory"/> + <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns12:UpdateCategoryPortType" name="endpoint32" process-name="OutboundClientAdapter" service-name="ns25:UpdateCategory"/> + <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns14:DeleteCategoryPortType" name="endpoint33" process-name="OutboundClientAdapter" service-name="ns25:DeleteCategory"/> + <endpoint display-name="ReplyProcessor" endpoint-name="ReplyProcessorPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns26:ReplyProcessorPortType" name="endpoint34" process-name="OutboundClientAdapter" service-name="ns25:ReplyProcessor"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint35" process-name="OutboundClientAdapter" service-name="ns25:ILIAS"/> + <endpoint display-name="ClientAdapter" endpoint-name="ReplyProcessorPortTypeRole_myRole" file-path="ReplyProcessor.bpel" interface-name="ns26:ReplyProcessorPortType" name="endpoint36" process-name="ReplyProcessor" service-name="ns27:ClientAdapter"/> + <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="InboundObjectProcessor.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint37" process-name="InboundObjectProcessor" service-name="ns28:ClientAdapter"/> + <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="InboundObjectProcessor.bpel" interface-name="ns2:IdentityMapperPortType" name="endpoint38" process-name="InboundObjectProcessor" service-name="ns28:IdentityMapper"/> + <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns2:IdentityMapperPortType" name="endpoint39" service-name="ns2:IdentityMapperService"/> + <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint40" service-name="ns3:XSLTTransformService"/> + <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:LSFClientAdapterPortType" name="endpoint41" process-name="InboundClientAdapter" service-name="ns29:LSF"/> + <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint42" process-name="InboundClientAdapter" service-name="ns29:XSLTTransform"/> + <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint43" process-name="InboundClientAdapter" service-name="ns29: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"> @@ -52,7 +55,7 @@ <provides endpoint="endpoint13"/> <provides endpoint="endpoint14"/> <provides endpoint="endpoint15"/> - <consumes endpoint="endpoint16"/> + <provides endpoint="endpoint16"/> <consumes endpoint="endpoint17"/> <consumes endpoint="endpoint18"/> <consumes endpoint="endpoint19"/> @@ -69,23 +72,26 @@ <consumes endpoint="endpoint30"/> <consumes endpoint="endpoint31"/> <consumes endpoint="endpoint32"/> + <consumes endpoint="endpoint33"/> + <consumes endpoint="endpoint34"/> + <consumes endpoint="endpoint35"/> </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="endpoint33"/> - <provides endpoint="endpoint34"/> - <consumes endpoint="endpoint35"/> + <provides endpoint="endpoint36"/> + <provides endpoint="endpoint37"/> + <consumes endpoint="endpoint38"/> </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="endpoint36"/> + <provides endpoint="endpoint39"/> </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="endpoint37"/> + <provides endpoint="endpoint40"/> </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"> - <provides endpoint="endpoint38"/> - <consumes endpoint="endpoint39"/> - <consumes endpoint="endpoint40"/> + <provides endpoint="endpoint41"/> + <consumes endpoint="endpoint42"/> + <consumes endpoint="endpoint43"/> </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> @@ -128,31 +134,33 @@ </binding-component-service-unit> </service-units> <connections> - <connection consumer="endpoint25" provider="endpoint11" state="unchanged"/> - <connection consumer="endpoint17" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint28" provider="endpoint11" state="unchanged"/> <connection consumer="endpoint18" provider="endpoint1" state="unchanged"/> <connection consumer="endpoint19" provider="endpoint1" state="unchanged"/> <connection consumer="endpoint20" provider="endpoint1" state="unchanged"/> <connection consumer="endpoint21" provider="endpoint1" state="unchanged"/> <connection consumer="endpoint22" provider="endpoint1" state="unchanged"/> <connection consumer="endpoint23" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint32" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint30" provider="endpoint10" state="unchanged"/> - <connection consumer="endpoint27" provider="endpoint14" state="unchanged"/> - <connection consumer="endpoint24" provider="endpoint8" state="unchanged"/> - <connection consumer="endpoint2" provider="endpoint36" state="unchanged"/> - <connection consumer="endpoint35" provider="endpoint36" state="unchanged"/> - <connection consumer="endpoint3" provider="endpoint37" state="unchanged"/> - <connection consumer="endpoint39" provider="endpoint37" state="unchanged"/> - <connection consumer="endpoint4" provider="endpoint38" state="unchanged"/> - <connection consumer="endpoint5" provider="endpoint34" state="unchanged"/> - <connection consumer="endpoint40" provider="endpoint34" state="unchanged"/> - <connection consumer="endpoint28" provider="endpoint13" state="unchanged"/> - <connection consumer="endpoint29" provider="endpoint9" state="unchanged"/> - <connection consumer="endpoint26" provider="endpoint12" state="unchanged"/> - <connection consumer="endpoint6" provider="endpoint15" state="unchanged"/> - <connection consumer="endpoint16" provider="endpoint7" state="unchanged"/> - <connection consumer="endpoint31" provider="endpoint33" state="unchanged"/> + <connection consumer="endpoint24" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint35" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint33" provider="endpoint10" state="unchanged"/> + <connection consumer="endpoint30" provider="endpoint14" state="unchanged"/> + <connection consumer="endpoint27" provider="endpoint8" state="unchanged"/> + <connection consumer="endpoint26" provider="endpoint15" state="unchanged"/> + <connection consumer="endpoint2" provider="endpoint39" state="unchanged"/> + <connection consumer="endpoint38" provider="endpoint39" state="unchanged"/> + <connection consumer="endpoint3" provider="endpoint40" state="unchanged"/> + <connection consumer="endpoint42" provider="endpoint40" state="unchanged"/> + <connection consumer="endpoint4" provider="endpoint41" state="unchanged"/> + <connection consumer="endpoint5" provider="endpoint37" state="unchanged"/> + <connection consumer="endpoint43" provider="endpoint37" state="unchanged"/> + <connection consumer="endpoint31" provider="endpoint13" state="unchanged"/> + <connection consumer="endpoint32" provider="endpoint9" state="unchanged"/> + <connection consumer="endpoint29" provider="endpoint12" state="unchanged"/> + <connection consumer="endpoint6" provider="endpoint16" state="unchanged"/> + <connection consumer="endpoint17" provider="endpoint7" state="unchanged"/> + <connection consumer="endpoint25" provider="endpoint7" state="unchanged"/> + <connection consumer="endpoint34" provider="endpoint36" state="unchanged"/> </connections> <porttypes> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> @@ -173,6 +181,7 @@ <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCourse.wsdl#xpointer(/definitions/portType[@name='DeleteCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ResolveEPR.wsdl#xpointer(/definitions/portType[@name='ResolveEPRPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCategory.wsdl#xpointer(/definitions/portType[@name='UpdateCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/faultHandlingMsg.wsdl#xpointer(/definitions/portType[@name='faultHandlingMsgPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Input.xml 2009-07-02 11:14:40 UTC (rev 295) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Input.xml 2009-07-02 11:19:30 UTC (rev 296) @@ -183,6 +183,8 @@ <dt:eventTime>2004-02-14T19:44:14</dt:eventTime> <dt:event>CREATE</dt:event> + <dt:source>CSE</dt:source> + <dt:target>Ilias</dt:target> </courseMessage> </ili:processCourse> </soapenv:Body> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2009-07-09 14:24:17
|
Revision: 332 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=332&view=rev Author: alexloewen Date: 2009-07-09 14:24:14 +0000 (Thu, 09 Jul 2009) Log Message: ----------- added updateAccount. fixed some bugs. Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_deleteAccount/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_updateAccount/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_updateAccount/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_updateAccount/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_updateAccount/Output.xml Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-07-08 13:03:53 UTC (rev 331) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-07-09 14:24:14 UTC (rev 332) @@ -1,5 +1,5 @@ <?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/wsdl/ILIASClientAdapter/Login" xmlns:ns11="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns12="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns13="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns14="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns15="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns16="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns17="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns18="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns19="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteAccount" xmlns:ns2="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns20="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteAccount" xmlns:ns21="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns22="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns23="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns24="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns25="http://cse.campussource.de/bpel/ILIASClientAdapter/ResolveEPR" xmlns:ns26="http://cse.campussource.de/wsdl/ILIASClientAdapter/ResolveEPR" xmlns:ns27="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundClientAdapter" xmlns:ns28="http://cse.campussource.de/bpel/ILIASClientAdapter/AddAccount" xmlns:ns29="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddAccount" xmlns:ns3="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" xmlns:ns30="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns31="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns32="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns33="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/Login" 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/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"> <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"/> @@ -8,48 +8,51 @@ <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="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns10:LoginPortType" name="endpoint8" process-name="Login" service-name="ns9:IliasAdapter"/> - <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns12:UpdateCategoryPortType" name="endpoint9" process-name="UpdateCategory" service-name="ns11:IliasAdpater"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns14:DeleteCategoryPortType" name="endpoint10" process-name="DeleteCategory" service-name="ns13:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns16:AddCoursePortType" name="endpoint11" process-name="AddCourse" service-name="ns15:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns18:UpdateCoursePortType" name="endpoint12" process-name="UpdateCourse" service-name="ns17:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteAccountPortTypeRole_myRole" file-path="DeleteAccount.bpel" interface-name="ns20:DeleteAccountPortType" name="endpoint13" process-name="DeleteAccount" service-name="ns19:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns22:AddCategoryPortType" name="endpoint14" process-name="AddCategory" service-name="ns21:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns24:DeleteCoursePortType" name="endpoint15" process-name="DeleteCourse" service-name="ns23:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="ResolveEPRPortTypeRole_myRole" file-path="ResolveEPR.bpel" interface-name="ns26:ResolveEPRPortType" name="endpoint16" process-name="ResolveEPR" service-name="ns25:IliasAdapter"/> - <endpoint display-name="ILIASAdapter" endpoint-name="ILIASClientAdapterPortTypeRole_myRole" file-path="OutboundClientAdapter.bpel" interface-name="ns7:ILIASClientAdapterPortType" name="endpoint17" process-name="OutboundClientAdapter" service-name="ns27:ILIASAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddAccountPortTypeRole_myRole" file-path="AddAccount.bpel" interface-name="ns29:AddAccountPortType" name="endpoint18" process-name="AddAccount" service-name="ns28:IliasAdapter"/> - <endpoint display-name="ConfigurationManager" endpoint-name="ConfigurationManagerRole_partnerRole" file-path="Login.bpel" interface-name="ns8:ConfigurationManager" name="endpoint19" process-name="Login" service-name="ns9:ConfigurationManager"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint20" process-name="Login" service-name="ns9:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint21" process-name="UpdateCategory" service-name="ns11:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint22" process-name="DeleteCategory" service-name="ns13:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint23" process-name="AddCourse" service-name="ns15:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint24" process-name="UpdateCourse" service-name="ns17:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint25" process-name="DeleteAccount" service-name="ns19:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint26" process-name="AddCategory" service-name="ns21:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint27" process-name="DeleteCourse" service-name="ns23:ILIAS"/> - <endpoint display-name="ConfigurationManager" endpoint-name="ConfigurationManagerRole_partnerRole" file-path="ResolveEPR.bpel" interface-name="ns8:ConfigurationManager" name="endpoint28" process-name="ResolveEPR" service-name="ns25:ConfigurationManager"/> - <endpoint display-name="ResolveEPR" endpoint-name="ResolveEPRPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns26:ResolveEPRPortType" name="endpoint29" process-name="OutboundClientAdapter" service-name="ns27:ResolveEPR"/> - <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns10:LoginPortType" name="endpoint30" process-name="OutboundClientAdapter" service-name="ns27:Login"/> - <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns16:AddCoursePortType" name="endpoint31" process-name="OutboundClientAdapter" service-name="ns27:AddCourse"/> - <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns18:UpdateCoursePortType" name="endpoint32" process-name="OutboundClientAdapter" service-name="ns27:UpdateCourse"/> - <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns24:DeleteCoursePortType" name="endpoint33" process-name="OutboundClientAdapter" service-name="ns27:DeleteCourse"/> - <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns22:AddCategoryPortType" name="endpoint34" process-name="OutboundClientAdapter" service-name="ns27:AddCategory"/> - <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns12:UpdateCategoryPortType" name="endpoint35" process-name="OutboundClientAdapter" service-name="ns27:UpdateCategory"/> - <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns14:DeleteCategoryPortType" name="endpoint36" process-name="OutboundClientAdapter" service-name="ns27:DeleteCategory"/> - <endpoint display-name="AddAccount" endpoint-name="AddAccountPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns29:AddAccountPortType" name="endpoint37" process-name="OutboundClientAdapter" service-name="ns27:AddAccount"/> - <endpoint display-name="DeleteAccount" endpoint-name="DeleteAccountPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns20:DeleteAccountPortType" name="endpoint38" process-name="OutboundClientAdapter" service-name="ns27:DeleteAccount"/> - <endpoint display-name="ReplyProcessor" endpoint-name="ReplyProcessorPortTypeRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns30:ReplyProcessorPortType" name="endpoint39" process-name="OutboundClientAdapter" service-name="ns27:ReplyProcessor"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="OutboundClientAdapter.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint40" process-name="OutboundClientAdapter" service-name="ns27:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint41" process-name="AddAccount" service-name="ns28:ILIAS"/> - <endpoint display-name="ClientAdapter" endpoint-name="ReplyProcessorPortTypeRole_myRole" file-path="ReplyProcessor.bpel" interface-name="ns30:ReplyProcessorPortType" name="endpoint42" process-name="ReplyProcessor" service-name="ns31:ClientAdapter"/> - <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="InboundObjectProcessor.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint43" process-name="InboundObjectProcessor" service-name="ns32:ClientAdapter"/> - <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="InboundObjectProcessor.bpel" interface-name="ns2:IdentityMapperPortType" name="endpoint44" process-name="InboundObjectProcessor" service-name="ns32:IdentityMapper"/> - <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns2:IdentityMapperPortType" name="endpoint45" service-name="ns2:IdentityMapperService"/> - <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns3:XSLTTransformPortType" name="endpoint46" service-name="ns3:XSLTTransformService"/> - <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:LSFClientAdapterPortType" name="endpoint47" process-name="InboundClientAdapter" service-name="ns33:LSF"/> - <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns3:XSLTTransformPortType" name="endpoint48" process-name="InboundClientAdapter" service-name="ns33:XSLTTransform"/> - <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns6:ObjectProcessorPortType" name="endpoint49" process-name="InboundClientAdapter" service-name="ns33:ObjectProcessor"/> + <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"/> </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"> @@ -64,7 +67,7 @@ <provides endpoint="endpoint16"/> <provides endpoint="endpoint17"/> <provides endpoint="endpoint18"/> - <consumes endpoint="endpoint19"/> + <provides endpoint="endpoint19"/> <consumes endpoint="endpoint20"/> <consumes endpoint="endpoint21"/> <consumes endpoint="endpoint22"/> @@ -87,23 +90,26 @@ <consumes endpoint="endpoint39"/> <consumes endpoint="endpoint40"/> <consumes endpoint="endpoint41"/> + <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="endpoint42"/> - <provides endpoint="endpoint43"/> - <consumes endpoint="endpoint44"/> + <provides endpoint="endpoint45"/> + <provides endpoint="endpoint46"/> + <consumes endpoint="endpoint47"/> </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="endpoint45"/> + <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="endpoint46"/> + <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"> - <provides endpoint="endpoint47"/> - <consumes endpoint="endpoint48"/> - <consumes endpoint="endpoint49"/> + <provides endpoint="endpoint50"/> + <consumes endpoint="endpoint51"/> + <consumes endpoint="endpoint52"/> </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> @@ -113,17 +119,22 @@ <provides endpoint="endpoint4"/> </port> <port x="0" y="-1"> - <link xlink:href="../jbiServiceUnits/Common/ConfigurationManager.wsdl#xpointer(/definitions/service[@name='ConfigurationManagerWSService']/port[@name='ConfigurationManagerPort'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice']/port[@name='ILIASSoapWebservicePort'])" xlink:type="simple"/> + <consumes endpoint="endpoint1"/> + <provides endpoint="endpoint1"/> + </port> + <port x="67" y="37"> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService']/port[@name='ILIASClientAdapterPort'])" 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> - <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> <port x="0" y="-1"> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService']/port[@name='ObjectProcessorPortTypeBindingPort'])" xlink:type="simple"/> + <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"/> </port> @@ -132,120 +143,118 @@ <consumes endpoint="endpoint2"/> <provides endpoint="endpoint2"/> </port> - <port x="0" y="-1"> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice']/port[@name='ILIASSoapWebservicePort'])" xlink:type="simple"/> - <consumes endpoint="endpoint1"/> - <provides endpoint="endpoint1"/> + <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> - <port x="67" y="37"> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService']/port[@name='ILIASClientAdapterPort'])" xlink:type="simple"/> - <consumes endpoint="endpoint6"/> - <provides endpoint="endpoint6"/> - </port> </ports> </binding-component-service-unit> </service-units> <connections> - <connection consumer="endpoint31" provider="endpoint11" state="unchanged"/> - <connection consumer="endpoint20" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint21" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint22" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint23" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint24" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint25" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint26" provider="endpoint1" state="unchanged"/> - <connection consumer="endpoint27" provider="endpoint1" state="unchanged"/> + <connection consumer="endpoint22" provider="endpoint15" state="unchanged"/> + <connection consumer="endpoint32" 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="endpoint36" provider="endpoint10" state="unchanged"/> - <connection consumer="endpoint33" provider="endpoint15" state="unchanged"/> - <connection consumer="endpoint30" provider="endpoint8" 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="endpoint2" provider="endpoint45" state="unchanged"/> - <connection consumer="endpoint44" provider="endpoint45" state="unchanged"/> - <connection consumer="endpoint3" provider="endpoint46" state="unchanged"/> - <connection consumer="endpoint48" provider="endpoint46" state="unchanged"/> - <connection consumer="endpoint4" provider="endpoint47" state="unchanged"/> - <connection consumer="endpoint5" provider="endpoint43" state="unchanged"/> - <connection consumer="endpoint49" provider="endpoint43" state="unchanged"/> - <connection consumer="endpoint37" provider="endpoint18" state="unchanged"/> - <connection consumer="endpoint34" provider="endpoint14" state="unchanged"/> - <connection consumer="endpoint35" provider="endpoint9" state="unchanged"/> - <connection consumer="endpoint32" provider="endpoint12" state="unchanged"/> - <connection consumer="endpoint6" provider="endpoint17" state="unchanged"/> - <connection consumer="endpoint19" provider="endpoint7" state="unchanged"/> - <connection consumer="endpoint28" provider="endpoint7" state="unchanged"/> - <connection consumer="endpoint38" provider="endpoint13" state="unchanged"/> - <connection consumer="endpoint39" provider="endpoint42" 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"/> </connections> <porttypes> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/ConfigurationManager.wsdl#xpointer(/definitions/portType[@name='ConfigurationManager'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/Common/src/ConfigurationManager.wsdl#xpointer(/definitions/portType[@name='ConfigurationManager'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/ObjectProcessor/src/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCategory.wsdl#xpointer(/definitions/portType[@name='AddCategoryPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" 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/DeleteAccount.wsdl#xpointer(/definitions/portType[@name='DeleteAccountPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ResolveEPR.wsdl#xpointer(/definitions/portType[@name='ResolveEPRPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCategory.wsdl#xpointer(/definitions/portType[@name='UpdateCategoryPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCourse.wsdl#xpointer(/definitions/portType[@name='AddCoursePortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/faultHandlingMsg.wsdl#xpointer(/definitions/portType[@name='faultHandlingMsgPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddAccount.wsdl#xpointer(/definitions/portType[@name='AddAccountPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCourse.wsdl#xpointer(/definitions/portType[@name='AddCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/portType[@name='ILIASClientAdapterPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCategory.wsdl#xpointer(/definitions/portType[@name='UpdateCategoryPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddAccount.wsdl#xpointer(/definitions/portType[@name='AddAccountPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/DeleteCategory.wsdl#xpointer(/definitions/portType[@name='DeleteCategoryPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ResolveEPR.wsdl#xpointer(/definitions/portType[@name='ResolveEPRPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCourse.wsdl#xpointer(/definitions/portType[@name='UpdateCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateAccount.wsdl#xpointer(/definitions/portType[@name='UpdateAccountPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/AddCategory.wsdl#xpointer(/definitions/portType[@name='AddCategoryPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/Login.wsdl#xpointer(/definitions/portType[@name='LoginPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/UpdateCourse.wsdl#xpointer(/definitions/portType[@name='UpdateCoursePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/portType[@name='ILIASSoapWebservicePortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/Common/src/ConfigurationManager.wsdl#xpointer(/definitions/portType[@name='ConfigurationManager'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/ObjectProcessor/src/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/portType[@name='IdentityMapperPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/portType[@name='LSFClientAdapterPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/ConfigurationManager.wsdl#xpointer(/definitions/portType[@name='ConfigurationManager'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/portType[@name='CDMMPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/portType[@name='XSLTTransformPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/ReplyProcessor.wsdl#xpointer(/definitions/portType[@name='ReplyProcessorPortType'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/portType[@name='ObjectProcessorPortType'])" xlink:type="simple"/> </porttypes> <bindings> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/Common/src/ConfigurationManager.wsdl#xpointer(/definitions/binding[@name='ConfigurationManagerPortBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/Common/ConfigurationManager.wsdl#xpointer(/definitions/binding[@name='ConfigurationManagerPortBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/binding[@name='CDMMPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/LSFClientAdapter.wsdl#xpointer(/definitions/binding[@name='LSFClientAdapterPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/binding[@name='XSLTTransformBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/binding[@name='ObjectProcessorPortTypeBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/Common/src/ConfigurationManager.wsdl#xpointer(/definitions/binding[@name='ConfigurationManagerPortBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/binding[@name='ILIASClientAdapterBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/binding[@name='ILIASSoapWebserviceBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/binding[@name='IdentityMapperBinding'])" xlink:type="simple"/> </bindings> <services> <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5-fixed.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ILIASClientAdapter.wsdl#xpointer(/definitions/service[@name='ILIASClientAdapterService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ILIASClientAdapter/src/_references/_projects/Common/src/ConfigurationManager.wsdl#xpointer(/definitions/service[@name='ConfigurationManagerWSService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/META-INF/ObjectProcessor/src/_references/_projects/IdentityMapper/src/conf/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/META-INF/wsdl/IdentityMapperWS/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/IdentityMapper/IdentityMapper.wsdl#xpointer(/definitions/service[@name='IdentityMapperService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/Common/ConfigurationManager.wsdl#xpointer(/definitions/service[@name='ConfigurationManagerWSService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/Common/CDMM.wsdl#xpointer(/definitions/service[@name='CDMMService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/LSFClientAdapter/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/> + <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type="simple"/> <link xlink:href="../jbiServiceUnits/ObjectProcessor/InboundObjectProcessor.wsdl#xpointer(/definitions/service[@name='ObjectProcessorService'])" xlink:type="simple"/> - <link xlink:href="../jbiServiceUnits/XSLTTransform/META-INF/wsdl/XSLTTransform/XSLTTransform.wsdl#xpointer(/definitions/service[@name='XSLTTransformService'])" xlink:type... [truncated message content] |
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] |
From: <pka...@us...> - 2009-08-02 23:04:24
|
Revision: 431 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=431&view=rev Author: pkasprzak Date: 2009-08-02 23:04:16 +0000 (Sun, 02 Aug 2009) Log Message: ----------- * Casa updates Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/jbiasa/CSEIPCA.wsdl Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-08-02 22:58:18 UTC (rev 430) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/src/conf/CSEIPCA.casa 2009-08-02 23:04:16 UTC (rev 431) @@ -1,5 +1,5 @@ <?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/ejb/IdentityManager" xmlns:ns11="http://cse.campussource.de/ejb/EntityManager" xmlns:ns12="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ObjectProcessor" xmlns:ns13="http://cse.campussource.de/ejb/SystemManager" xmlns:ns14="http://cse.campussource.de/bpel/ILIASClientAdapter/ResolveEPR" xmlns:ns15="http://cse.campussource.de/wsdl/ILIASClientAdapter/ResolveEPR" xmlns:ns16="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns17="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns18="http://cse.campussource.de/bpel/ILIASClientAdapter/ProcessAccount" xmlns:ns19="http://cse.campussource.de/wsdl/ILIASClientAdapter/ProcessAccount" xmlns:ns2="http://cse.campussource.de/ejb/ConfigurationManager" xmlns:ns20="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns21="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns22="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateAccount" xmlns:ns23="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateAccount" xmlns:ns24="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns25="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns26="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns27="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns28="http://cse.campussource.de/bpel/ILIASClientAdapter/ProcessCategory" xmlns:ns29="http://cse.campussource.de/wsdl/ILIASClientAdapter/ProcessCategory" xmlns:ns3="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns30="http://cse.campussource.de/bpel/ILIASClientAdapter/AddAccount" xmlns:ns31="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddAccount" xmlns:ns32="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundAdapter" xmlns:ns33="http://cse.campussource.de/wsdl/Common/OutboundAdapter" xmlns:ns34="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns35="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns36="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns37="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns38="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteAccount" xmlns:ns39="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteAccount" xmlns:ns4="http://j2ee.netbeans.org/wsdl/ObjectProcessor/AddCourse" xmlns:ns40="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" xmlns:ns41="http://cse.campussource.de/wsdl/ILIASClientAdapter/Login" xmlns:ns42="http://cse.campussource.de/bpel/ILIASClientAdapter/ProcessCourse" xmlns:ns43="http://cse.campussource.de/wsdl/ILIASClientAdapter/ProcessCourse" xmlns:ns44="http://enterprise.netbeans.org/bpel/ObjectProcessor/newProcess" xmlns:ns45="http://enterprise.netbeans.org/bpel/ObjectProcessor/ReplyProcessor" xmlns:ns46="http://j2ee.netbeans.org/wsdl/ObjectProcessor/ReplyProcessor" xmlns:ns47="http://cse.campussource.de/bpel/ObjectProcessor/AddCategory" xmlns:ns48="http://enterprise.netbeans.org/bpel/ObjectProcessor/AddCourse" xmlns:ns49="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns5="http://cse.campussource.de/wsdl/ObjectProcessor/AddCategory" xmlns:ns50="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns6="http://cse.campussource.de/ejb/LoggingManager" xmlns:ns7="http://cse.campussource.de/ejb/RelationManager" xmlns:ns8="http://cse.campussource.de/ejb/DependencyManager" xmlns:ns9="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" 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/IdentityManager" xmlns:ns11="http://cse.campussource.de/ejb/EntityManager" xmlns:ns12="http://cse.campussource.de/ejb/SystemManager" xmlns:ns13="CSEIPCA" xmlns:ns14="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/LSFClientAdapter" xmlns:ns15="http://cse.campussource.de/bpel/ILIASClientAdapter/ResolveEPR" xmlns:ns16="http://cse.campussource.de/wsdl/ILIASClientAdapter/ResolveEPR" xmlns:ns17="http://cse.campussource.de/bpel/ILIASClientAdapter/UpdateCourse" xmlns:ns18="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCourse" xmlns:ns19="http://cse.campussource.de/bpel/ILIASClientAdapter/ProcessAccount" xmlns:ns2="http://cse.campussource.de/ejb/ConfigurationManager" xmlns:ns20="http://cse.campussource.de/wsdl/ILIASClientAdapter/ProcessAccount" xmlns:ns21="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteCategory" xmlns:ns22="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCategory" xmlns:ns23="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateAccount" xmlns:ns24="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateAccount" xmlns:ns25="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/UpdateCategory" xmlns:ns26="http://cse.campussource.de/wsdl/ILIASClientAdapter/UpdateCategory" xmlns:ns27="http://enterprise.netbeans.org/bpel/ILIASClientAdapter/DeleteCourse" xmlns:ns28="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteCourse" xmlns:ns29="http://cse.campussource.de/bpel/ILIASClientAdapter/ProcessCategory" xmlns:ns3="http://j2ee.netbeans.org/wsdl/IdentityMapper/IdentityMapper" xmlns:ns30="http://cse.campussource.de/wsdl/ILIASClientAdapter/ProcessCategory" xmlns:ns31="http://cse.campussource.de/bpel/ILIASClientAdapter/AddAccount" xmlns:ns32="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddAccount" xmlns:ns33="http://cse.campussource.de/bpel/ILIASClientAdapter/OutboundAdapter" xmlns:ns34="http://cse.campussource.de/wsdl/Common/OutboundAdapter" xmlns:ns35="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCategory" xmlns:ns36="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCategory" xmlns:ns37="http://cse.campussource.de/bpel/ILIASClientAdapter/AddCourse" xmlns:ns38="http://cse.campussource.de/wsdl/ILIASClientAdapter/AddCourse" xmlns:ns39="http://cse.campussource.de/bpel/ILIASClientAdapter/DeleteAccount" xmlns:ns4="http://j2ee.netbeans.org/wsdl/ObjectProcessor/AddCourse" xmlns:ns40="http://cse.campussource.de/wsdl/ILIASClientAdapter/DeleteAccount" xmlns:ns41="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" xmlns:ns42="http://cse.campussource.de/wsdl/ILIASClientAdapter/Login" xmlns:ns43="http://cse.campussource.de/bpel/ILIASClientAdapter/ProcessCourse" xmlns:ns44="http://cse.campussource.de/wsdl/ILIASClientAdapter/ProcessCourse" xmlns:ns45="http://cse.campussource.de/bpel/ObjectProcessor/AddCategory" xmlns:ns46="http://enterprise.netbeans.org/bpel/ObjectProcessor/AddCourse" xmlns:ns47="http://enterprise.netbeans.org/bpel/LSFClientAdapter/InboundClientAdapter" xmlns:ns5="http://cse.campussource.de/wsdl/ObjectProcessor/AddCategory" xmlns:ns6="http://cse.campussource.de/ejb/LoggingManager" xmlns:ns7="http://cse.campussource.de/ejb/RelationManager" xmlns:ns8="http://cse.campussource.de/ejb/DependencyManager" xmlns:ns9="http://j2ee.netbeans.org/wsdl/LSFClientAdapter/XSLTTransform" 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="ConfigurationManagerPort" interface-name="ns2:ConfigurationManager" name="endpoint2" service-name="ns2:ConfigurationManagerWSService"/> @@ -12,12 +12,12 @@ <endpoint endpoint-name="XSLTTransformPort" interface-name="ns9:XSLTTransformPortType" name="endpoint9" service-name="ns9:XSLTTransformService"/> <endpoint endpoint-name="IdentityManagerPort" interface-name="ns10:IdentityManager" name="endpoint10" service-name="ns10:IdentityManagerWSService"/> <endpoint endpoint-name="EntityManagerPort" interface-name="ns11:EntityManager" name="endpoint11" service-name="ns11:EntityManagerWSService"/> - <endpoint endpoint-name="ObjectProcessorPortTypeBindingPort" interface-name="ns12:ObjectProcessorPortType" name="endpoint12" service-name="ns12:ObjectProcessorService"/> - <endpoint endpoint-name="SystemManagerPort" interface-name="ns13:SystemManager" name="endpoint13" service-name="ns13:SystemManagerWSService"/> - <endpoint endpoint-name="DependencyManagerAccountNotificationPort" interface-name="ns8:DependencyManagerAccountNotification" name="endpoint14" service-name="ns8:DependencyManagerAccountNotificationService"/> - <endpoint endpoint-name="DependencyManagerCategoryNotificationPort" interface-name="ns8:DependencyManagerCategoryNotification" name="endpoint15" service-name="ns8:DependencyManagerCategoryNotificationService"/> - <endpoint endpoint-name="DependencyManagerCourseNotificationPort" interface-name="ns8:DependencyManagerCourseNotification" name="endpoint16" service-name="ns8:DependencyManagerCourseNotificationService"/> - <endpoint endpoint-name="javaee_SystemManagerPort" interface-name="ns13:SystemManager" name="endpoint17" service-name="ns13:SystemManagerWSService"/> + <endpoint endpoint-name="SystemManagerPort" interface-name="ns12:SystemManager" name="endpoint12" service-name="ns12:SystemManagerWSService"/> + <endpoint endpoint-name="DependencyManagerAccountNotificationPort" interface-name="ns8:DependencyManagerAccountNotification" name="endpoint13" service-name="ns8:DependencyManagerAccountNotificationService"/> + <endpoint endpoint-name="DependencyManagerCategoryNotificationPort" interface-name="ns8:DependencyManagerCategoryNotification" name="endpoint14" service-name="ns8:DependencyManagerCategoryNotificationService"/> + <endpoint endpoint-name="DependencyManagerCourseNotificationPort" interface-name="ns8:DependencyManagerCourseNotification" name="endpoint15" service-name="ns8:DependencyManagerCourseNotificationService"/> + <endpoint endpoint-name="Test_LSF_Inbound" interface-name="ns14:LSFClientAdapterPortType" name="endpoint16" service-name="ns13:casaService1"/> + <endpoint endpoint-name="javaee_SystemManagerPort" interface-name="ns12:SystemManager" name="endpoint17" service-name="ns12:SystemManagerWSService"/> <endpoint endpoint-name="javaee_IdentityManagerPort" interface-name="ns10:IdentityManager" name="endpoint18" service-name="ns10:IdentityManagerWSService"/> <endpoint endpoint-name="javaee_LoggingManagerPort" interface-name="ns6:LoggingManager" name="endpoint19" service-name="ns6:LoggingManagerWSService"/> <endpoint endpoint-name="javaee_EntityManagerPort" interface-name="ns11:EntityManager" name="endpoint20" service-name="ns11:EntityManagerWSService"/> @@ -26,82 +26,81 @@ <endpoint endpoint-name="javaee_DependencyManagerCategoryNotificationPort" interface-name="ns8:DependencyManagerCategoryNotification" name="endpoint23" service-name="ns8:DependencyManagerCategoryNotificationService"/> <endpoint endpoint-name="javaee_DependencyManagerCourseNotificationPort" interface-name="ns8:DependencyManagerCourseNotification" name="endpoint24" service-name="ns8:DependencyManagerCourseNotificationService"/> <endpoint endpoint-name="javaee_DependencyManagerAccountNotificationPort" interface-name="ns8:DependencyManagerAccountNotification" name="endpoint25" service-name="ns8:DependencyManagerAccountNotificationService"/> - <endpoint display-name="IliasAdapter" endpoint-name="ResolveEPRPortTypeRole_myRole" file-path="ResolveEPR.bpel" interface-name="ns15:ResolveEPRPortType" name="endpoint26" process-name="ResolveEPR" service-name="ns14:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns17:UpdateCoursePortType" name="endpoint27" process-name="UpdateCourse" service-name="ns16:IliasAdapter"/> - <endpoint display-name="ILIASAdapter" endpoint-name="ProcessAccountPortTypeRole_myRole" file-path="ProcessAccount.bpel" interface-name="ns19:ProcessAccountPortType" name="endpoint28" process-name="ProcessAccount" service-name="ns18:ILIASAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns21:DeleteCategoryPortType" name="endpoint29" process-name="DeleteCategory" service-name="ns20:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="UpdateAccountPortTypeRole_myRole" file-path="UpdateAccount.bpel" interface-name="ns23:UpdateAccountPortType" name="endpoint30" process-name="UpdateAccount" service-name="ns22:IliasAdapter"/> - <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns25:UpdateCategoryPortType" name="endpoint31" process-name="UpdateCategory" service-name="ns24:IliasAdpater"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns27:DeleteCoursePortType" name="endpoint32" process-name="DeleteCourse" service-name="ns26:IliasAdapter"/> - <endpoint display-name="ILIASAdapter" endpoint-name="ProcessCategoryPortTypeRole_myRole" file-path="ProcessCategory.bpel" interface-name="ns29:ProcessCategoryPortType" name="endpoint33" process-name="ProcessCategory" service-name="ns28:ILIASAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddAccountPortTypeRole_myRole" file-path="AddAccount.bpel" interface-name="ns31:AddAccountPortType" name="endpoint34" process-name="AddAccount" service-name="ns30:IliasAdapter"/> - <endpoint display-name="Core" endpoint-name="OutboundAdapterPortTypeRole_myRole" file-path="OutboundAdapter.bpel" interface-name="ns33:OutboundAdapterPortType" name="endpoint35" process-name="OutboundAdapter" service-name="ns32:Core"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns35:AddCategoryPortType" name="endpoint36" process-name="AddCategory" service-name="ns34:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns37:AddCoursePortType" name="endpoint37" process-name="AddCourse" service-name="ns36:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="DeleteAccountPortTypeRole_myRole" file-path="DeleteAccount.bpel" interface-name="ns39:DeleteAccountPortType" name="endpoint38" process-name="DeleteAccount" service-name="ns38:IliasAdapter"/> - <endpoint display-name="IliasAdapter" endpoint-name="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns41:LoginPortType" name="endpoint39" process-name="Login" service-name="ns40:IliasAdapter"/> - <endpoint display-name="ILIASAdapter" endpoint-name="ProcessCoursePortTypeRole_myRole" file-path="ProcessCourse.bpel" interface-name="ns43:ProcessCoursePortType" name="endpoint40" process-name="ProcessCourse" service-name="ns42:ILIASAdapter"/> - <endpoint display-name="ConfigurationManager" endpoint-name="ConfigurationManagerRole_partnerRole" file-path="ResolveEPR.bpel" interface-name="ns2:ConfigurationManager" name="endpoint41" process-name="ResolveEPR" service-name="ns14:ConfigurationManager"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint42" process-name="UpdateCourse" service-name="ns16:ILIAS"/> - <endpoint display-name="ResolveEPR" endpoint-name="ResolveEPRPortTypeRole_partnerRole" file-path="ProcessAccount.bpel" interface-name="ns15:ResolveEPRPortType" name="endpoint43" process-name="ProcessAccount" service-name="ns18:ResolveEPR"/> - <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="ProcessAccount.bpel" interface-name="ns41:LoginPortType" name="endpoint44" process-name="ProcessAccount" service-name="ns18:Login"/> - <endpoint display-name="AddAccount" endpoint-name="AddAccountPortTypeRole_partnerRole" file-path="ProcessAccount.bpel" interface-name="ns31:AddAccountPortType" name="endpoint45" process-name="ProcessAccount" service-name="ns18:AddAccount"/> - <endpoint display-name="UpdateAccount" endpoint-name="UpdateAccountPortTypeRole_partnerRole" file-path="ProcessAccount.bpel" interface-name="ns23:UpdateAccountPortType" name="endpoint46" process-name="ProcessAccount" service-name="ns18:UpdateAccount"/> - <endpoint display-name="DeleteAccount" endpoint-name="DeleteAccountPortTypeRole_partnerRole" file-path="ProcessAccount.bpel" interface-name="ns39:DeleteAccountPortType" name="endpoint47" process-name="ProcessAccount" service-name="ns18:DeleteAccount"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="ProcessAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint48" process-name="ProcessAccount" service-name="ns18:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint49" process-name="DeleteCategory" service-name="ns20:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint50" process-name="UpdateAccount" service-name="ns22:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint51" process-name="UpdateCategory" service-name="ns24:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint52" process-name="DeleteCourse" service-name="ns26:ILIAS"/> - <endpoint display-name="ResolveEPR" endpoint-name="ResolveEPRPortTypeRole_partnerRole" file-path="ProcessCategory.bpel" interface-name="ns15:ResolveEPRPortType" name="endpoint53" process-name="ProcessCategory" service-name="ns28:ResolveEPR"/> - <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="ProcessCategory.bpel" interface-name="ns41:LoginPortType" name="endpoint54" process-name="ProcessCategory" service-name="ns28:Login"/> - <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="ProcessCategory.bpel" interface-name="ns35:AddCategoryPortType" name="endpoint55" process-name="ProcessCategory" service-name="ns28:AddCategory"/> - <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="ProcessCategory.bpel" interface-name="ns25:UpdateCategoryPortType" name="endpoint56" process-name="ProcessCategory" service-name="ns28:UpdateCategory"/> - <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="ProcessCategory.bpel" interface-name="ns21:DeleteCategoryPortType" name="endpoint57" process-name="ProcessCategory" service-name="ns28:DeleteCategory"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="ProcessCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint58" process-name="ProcessCategory" service-name="ns28:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint59" process-name="AddAccount" service-name="ns30:ILIAS"/> - <endpoint display-name="ProcessCourse" endpoint-name="ProcessCoursePortTypeRole_partnerRole" file-path="OutboundAdapter.bpel" interface-name="ns43:ProcessCoursePortType" name="endpoint60" process-name="OutboundAdapter" service-name="ns32:ProcessCourse"/> - <endpoint display-name="ProcessCategory" endpoint-name="ProcessCategoryPortTypeRole_partnerRole" file-path="OutboundAdapter.bpel" interface-name="ns29:ProcessCategoryPortType" name="endpoint61" process-name="OutboundAdapter" service-name="ns32:ProcessCategory"/> - <endpoint display-name="ProcessAccount" endpoint-name="ProcessAccountPortTypeRole_partnerRole" file-path="OutboundAdapter.bpel" interface-name="ns19:ProcessAccountPortType" name="endpoint62" process-name="OutboundAdapter" service-name="ns32:ProcessAccount"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint63" process-name="AddCategory" service-name="ns34:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint64" process-name="AddCourse" service-name="ns36:ILIAS"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint65" process-name="DeleteAccount" service-name="ns38:ILIAS"/> - <endpoint display-name="ConfigurationManager" endpoint-name="ConfigurationManagerRole_partnerRole" file-path="Login.bpel" interface-name="ns2:ConfigurationManager" name="endpoint66" process-name="Login" service-name="ns40:ConfigurationManager"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint67" process-name="Login" service-name="ns40:ILIAS"/> - <endpoint display-name="ResolveEPR" endpoint-name="ResolveEPRPortTypeRole_partnerRole" file-path="ProcessCourse.bpel" interface-name="ns15:ResolveEPRPortType" name="endpoint68" process-name="ProcessCourse" service-name="ns42:ResolveEPR"/> - <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="ProcessCourse.bpel" interface-name="ns41:LoginPortType" name="endpoint69" process-name="ProcessCourse" service-name="ns42:Login"/> - <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="ProcessCourse.bpel" interface-name="ns37:AddCoursePortType" name="endpoint70" process-name="ProcessCourse" service-name="ns42:AddCourse"/> - <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="ProcessCourse.bpel" interface-name="ns17:UpdateCoursePortType" name="endpoint71" process-name="ProcessCourse" service-name="ns42:UpdateCourse"/> - <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="ProcessCourse.bpel" interface-name="ns27:DeleteCoursePortType" name="endpoint72" process-name="ProcessCourse" service-name="ns42:DeleteCourse"/> - <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="ProcessCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint73" process-name="ProcessCourse" service-name="ns42:ILIAS"/> - <endpoint display-name="ClientAdapter" endpoint-name="ObjectProcessorPortTypeRole_myRole" file-path="InboundObjectProcessor.bpel" interface-name="ns12:ObjectProcessorPortType" name="endpoint74" process-name="InboundObjectProcessor" service-name="ns44:ClientAdapter"/> - <endpoint display-name="ClientAdapter" endpoint-name="ReplyProcessorPortTypeRole_myRole" file-path="ReplyProcessor.bpel" interface-name="ns46:ReplyProcessorPortType" name="endpoint75" process-name="ReplyProcessor" service-name="ns45:ClientAdapter"/> - <endpoint display-name="DependencyManager" endpoint-name="DependencyManager_Receiver_myRole" file-path="AddCategory.bpel" interface-name="ns8:DependencyManagerCategoryNotification" name="endpoint76" process-name="AddCategory" service-name="ns47:DependencyManager"/> - <endpoint display-name="ClientAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns5:AddCategoryPortType" name="endpoint77" process-name="AddCategory" service-name="ns47:ClientAdapter"/> - <endpoint display-name="DependencyManager" endpoint-name="DependencyManager_Receiver_myRole" file-path="AddCourse.bpel" interface-name="ns8:DependencyManagerCourseNotification" name="endpoint78" process-name="AddCourse" service-name="ns48:DependencyManager"/> - <endpoint display-name="InboundAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns4:AddCoursePortType" name="endpoint79" process-name="AddCourse" service-name="ns48:InboundAdapter"/> - <endpoint display-name="IdentityMapper" endpoint-name="IdentityMapperPortTypeRole_partnerRole" file-path="InboundObjectProcessor.bpel" interface-name="ns3:IdentityMapperPortType" name="endpoint80" process-name="InboundObjectProcessor" service-name="ns44:IdentityMapper"/> - <endpoint display-name="LoggingManager" endpoint-name="LoggingManagerRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns6:LoggingManager" name="endpoint81" process-name="AddCategory" service-name="ns47:LoggingManager"/> - <endpoint display-name="EntityManager" endpoint-name="EntityManagerRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns11:EntityManager" name="endpoint82" process-name="AddCategory" service-name="ns47:EntityManager"/> - <endpoint display-name="RelationManager" endpoint-name="RelationManagerRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns7:RelationManager" name="endpoint83" process-name="AddCategory" service-name="ns47:RelationManager"/> - <endpoint display-name="IdentityManager" endpoint-name="IdentityManagerRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns10:IdentityManager" name="endpoint84" process-name="AddCategory" service-name="ns47:IdentityManager"/> - <endpoint display-name="DependencyManager" endpoint-name="DependencyManager_Provider_partnerRole" file-path="AddCategory.bpel" interface-name="ns8:DependencyManager" name="endpoint85" process-name="AddCategory" service-name="ns47:DependencyManager"/> - <endpoint display-name="SystemManager" endpoint-name="SystemManagerRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns13:SystemManager" name="endpoint86" process-name="AddCategory" service-name="ns47:SystemManager"/> - <endpoint display-name="LoggingManager" endpoint-name="LoggingManagerRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns6:LoggingManager" name="endpoint87" process-name="AddCourse" service-name="ns48:LoggingManager"/> - <endpoint display-name="EntityManager" endpoint-name="EntityManagerRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns11:EntityManager" name="endpoint88" process-name="AddCourse" service-name="ns48:EntityManager"/> - <endpoint display-name="RelationManager" endpoint-name="RelationManagerRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns7:RelationManager" name="endpoint89" process-name="AddCourse" service-name="ns48:RelationManager"/> - <endpoint display-name="IdentityManager" endpoint-name="IdentityManagerRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns10:IdentityManager" name="endpoint90" process-name="AddCourse" service-name="ns48:IdentityManager"/> - <endpoint display-name="SystemManager" endpoint-name="SystemManagerRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns13:SystemManager" name="endpoint91" process-name="AddCourse" service-name="ns48:SystemManager"/> - <endpoint display-name="DependencyManager" endpoint-name="DependencyManager_Provider_partnerRole" file-path="AddCourse.bpel" interface-name="ns8:DependencyManager" name="endpoint92" process-name="AddCourse" service-name="ns48:DependencyManager"/> - <endpoint display-name="OutboundAdapter" endpoint-name="OutboundAdapterPortTypeRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns33:OutboundAdapterPortType" name="endpoint93" process-name="AddCourse" service-name="ns48:OutboundAdapter"/> - <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns3:IdentityMapperPortType" name="endpoint94" service-name="ns3:IdentityMapperService"/> - <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns9:XSLTTransformPortType" name="endpoint95" service-name="ns9:XSLTTransformService"/> - <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns50:LSFClientAdapterPortType" name="endpoint96" process-name="InboundClientAdapter" service-name="ns49:LSF"/> - <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns9:XSLTTransformPortType" name="endpoint97" process-name="InboundClientAdapter" service-name="ns49:XSLTTransform"/> - <endpoint display-name="ObjectProcessor" endpoint-name="ObjectProcessorPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns12:ObjectProcessorPortType" name="endpoint98" process-name="InboundClientAdapter" service-name="ns49:ObjectProcessor"/> + <endpoint display-name="IliasAdapter" endpoint-name="ResolveEPRPortTypeRole_myRole" file-path="ResolveEPR.bpel" interface-name="ns16:ResolveEPRPortType" name="endpoint26" process-name="ResolveEPR" service-name="ns15:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="UpdateCoursePortTypeRole_myRole" file-path="UpdateCourse.bpel" interface-name="ns18:UpdateCoursePortType" name="endpoint27" process-name="UpdateCourse" service-name="ns17:IliasAdapter"/> + <endpoint display-name="ILIASAdapter" endpoint-name="ProcessAccountPortTypeRole_myRole" file-path="ProcessAccount.bpel" interface-name="ns20:ProcessAccountPortType" name="endpoint28" process-name="ProcessAccount" service-name="ns19:ILIASAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCategoryPortTypeRole_myRole" file-path="DeleteCategory.bpel" interface-name="ns22:DeleteCategoryPortType" name="endpoint29" process-name="DeleteCategory" service-name="ns21:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="UpdateAccountPortTypeRole_myRole" file-path="UpdateAccount.bpel" interface-name="ns24:UpdateAccountPortType" name="endpoint30" process-name="UpdateAccount" service-name="ns23:IliasAdapter"/> + <endpoint display-name="IliasAdpater" endpoint-name="UpdateCategoryPortTypeRole_myRole" file-path="UpdateCategory.bpel" interface-name="ns26:UpdateCategoryPortType" name="endpoint31" process-name="UpdateCategory" service-name="ns25:IliasAdpater"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteCoursePortTypeRole_myRole" file-path="DeleteCourse.bpel" interface-name="ns28:DeleteCoursePortType" name="endpoint32" process-name="DeleteCourse" service-name="ns27:IliasAdapter"/> + <endpoint display-name="ILIASAdapter" endpoint-name="ProcessCategoryPortTypeRole_myRole" file-path="ProcessCategory.bpel" interface-name="ns30:ProcessCategoryPortType" name="endpoint33" process-name="ProcessCategory" service-name="ns29:ILIASAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddAccountPortTypeRole_myRole" file-path="AddAccount.bpel" interface-name="ns32:AddAccountPortType" name="endpoint34" process-name="AddAccount" service-name="ns31:IliasAdapter"/> + <endpoint display-name="Core" endpoint-name="OutboundAdapterPortTypeRole_myRole" file-path="OutboundAdapter.bpel" interface-name="ns34:OutboundAdapterPortType" name="endpoint35" process-name="OutboundAdapter" service-name="ns33:Core"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns36:AddCategoryPortType" name="endpoint36" process-name="AddCategory" service-name="ns35:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns38:AddCoursePortType" name="endpoint37" process-name="AddCourse" service-name="ns37:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="DeleteAccountPortTypeRole_myRole" file-path="DeleteAccount.bpel" interface-name="ns40:DeleteAccountPortType" name="endpoint38" process-name="DeleteAccount" service-name="ns39:IliasAdapter"/> + <endpoint display-name="IliasAdapter" endpoint-name="LoginPortTypeRole_myRole" file-path="Login.bpel" interface-name="ns42:LoginPortType" name="endpoint39" process-name="Login" service-name="ns41:IliasAdapter"/> + <endpoint display-name="ILIASAdapter" endpoint-name="ProcessCoursePortTypeRole_myRole" file-path="ProcessCourse.bpel" interface-name="ns44:ProcessCoursePortType" name="endpoint40" process-name="ProcessCourse" service-name="ns43:ILIASAdapter"/> + <endpoint display-name="ConfigurationManager" endpoint-name="ConfigurationManagerRole_partnerRole" file-path="ResolveEPR.bpel" interface-name="ns2:ConfigurationManager" name="endpoint41" process-name="ResolveEPR" service-name="ns15:ConfigurationManager"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint42" process-name="UpdateCourse" service-name="ns17:ILIAS"/> + <endpoint display-name="ResolveEPR" endpoint-name="ResolveEPRPortTypeRole_partnerRole" file-path="ProcessAccount.bpel" interface-name="ns16:ResolveEPRPortType" name="endpoint43" process-name="ProcessAccount" service-name="ns19:ResolveEPR"/> + <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="ProcessAccount.bpel" interface-name="ns42:LoginPortType" name="endpoint44" process-name="ProcessAccount" service-name="ns19:Login"/> + <endpoint display-name="AddAccount" endpoint-name="AddAccountPortTypeRole_partnerRole" file-path="ProcessAccount.bpel" interface-name="ns32:AddAccountPortType" name="endpoint45" process-name="ProcessAccount" service-name="ns19:AddAccount"/> + <endpoint display-name="UpdateAccount" endpoint-name="UpdateAccountPortTypeRole_partnerRole" file-path="ProcessAccount.bpel" interface-name="ns24:UpdateAccountPortType" name="endpoint46" process-name="ProcessAccount" service-name="ns19:UpdateAccount"/> + <endpoint display-name="DeleteAccount" endpoint-name="DeleteAccountPortTypeRole_partnerRole" file-path="ProcessAccount.bpel" interface-name="ns40:DeleteAccountPortType" name="endpoint47" process-name="ProcessAccount" service-name="ns19:DeleteAccount"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="ProcessAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint48" process-name="ProcessAccount" service-name="ns19:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint49" process-name="DeleteCategory" service-name="ns21:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint50" process-name="UpdateAccount" service-name="ns23:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="UpdateCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint51" process-name="UpdateCategory" service-name="ns25:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint52" process-name="DeleteCourse" service-name="ns27:ILIAS"/> + <endpoint display-name="ResolveEPR" endpoint-name="ResolveEPRPortTypeRole_partnerRole" file-path="ProcessCategory.bpel" interface-name="ns16:ResolveEPRPortType" name="endpoint53" process-name="ProcessCategory" service-name="ns29:ResolveEPR"/> + <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="ProcessCategory.bpel" interface-name="ns42:LoginPortType" name="endpoint54" process-name="ProcessCategory" service-name="ns29:Login"/> + <endpoint display-name="AddCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="ProcessCategory.bpel" interface-name="ns36:AddCategoryPortType" name="endpoint55" process-name="ProcessCategory" service-name="ns29:AddCategory"/> + <endpoint display-name="UpdateCategory" endpoint-name="UpdateCategoryPortTypeRole_partnerRole" file-path="ProcessCategory.bpel" interface-name="ns26:UpdateCategoryPortType" name="endpoint56" process-name="ProcessCategory" service-name="ns29:UpdateCategory"/> + <endpoint display-name="DeleteCategory" endpoint-name="DeleteCategoryPortTypeRole_partnerRole" file-path="ProcessCategory.bpel" interface-name="ns22:DeleteCategoryPortType" name="endpoint57" process-name="ProcessCategory" service-name="ns29:DeleteCategory"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="ProcessCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint58" process-name="ProcessCategory" service-name="ns29:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint59" process-name="AddAccount" service-name="ns31:ILIAS"/> + <endpoint display-name="ProcessCourse" endpoint-name="ProcessCoursePortTypeRole_partnerRole" file-path="OutboundAdapter.bpel" interface-name="ns44:ProcessCoursePortType" name="endpoint60" process-name="OutboundAdapter" service-name="ns33:ProcessCourse"/> + <endpoint display-name="ProcessCategory" endpoint-name="ProcessCategoryPortTypeRole_partnerRole" file-path="OutboundAdapter.bpel" interface-name="ns30:ProcessCategoryPortType" name="endpoint61" process-name="OutboundAdapter" service-name="ns33:ProcessCategory"/> + <endpoint display-name="ProcessAccount" endpoint-name="ProcessAccountPortTypeRole_partnerRole" file-path="OutboundAdapter.bpel" interface-name="ns20:ProcessAccountPortType" name="endpoint62" process-name="OutboundAdapter" service-name="ns33:ProcessAccount"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint63" process-name="AddCategory" service-name="ns35:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint64" process-name="AddCourse" service-name="ns37:ILIAS"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="DeleteAccount.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint65" process-name="DeleteAccount" service-name="ns39:ILIAS"/> + <endpoint display-name="ConfigurationManager" endpoint-name="ConfigurationManagerRole_partnerRole" file-path="Login.bpel" interface-name="ns2:ConfigurationManager" name="endpoint66" process-name="Login" service-name="ns41:ConfigurationManager"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="Login.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint67" process-name="Login" service-name="ns41:ILIAS"/> + <endpoint display-name="ResolveEPR" endpoint-name="ResolveEPRPortTypeRole_partnerRole" file-path="ProcessCourse.bpel" interface-name="ns16:ResolveEPRPortType" name="endpoint68" process-name="ProcessCourse" service-name="ns43:ResolveEPR"/> + <endpoint display-name="Login" endpoint-name="LoginPortTypeRole_partnerRole" file-path="ProcessCourse.bpel" interface-name="ns42:LoginPortType" name="endpoint69" process-name="ProcessCourse" service-name="ns43:Login"/> + <endpoint display-name="AddCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="ProcessCourse.bpel" interface-name="ns38:AddCoursePortType" name="endpoint70" process-name="ProcessCourse" service-name="ns43:AddCourse"/> + <endpoint display-name="UpdateCourse" endpoint-name="UpdateCoursePortTypeRole_partnerRole" file-path="ProcessCourse.bpel" interface-name="ns18:UpdateCoursePortType" name="endpoint71" process-name="ProcessCourse" service-name="ns43:UpdateCourse"/> + <endpoint display-name="DeleteCourse" endpoint-name="DeleteCoursePortTypeRole_partnerRole" file-path="ProcessCourse.bpel" interface-name="ns28:DeleteCoursePortType" name="endpoint72" process-name="ProcessCourse" service-name="ns43:DeleteCourse"/> + <endpoint display-name="ILIAS" endpoint-name="ILIASSoapWebserviceRole_partnerRole" file-path="ProcessCourse.bpel" interface-name="ns1:ILIASSoapWebservicePortType" name="endpoint73" process-name="ProcessCourse" service-name="ns43:ILIAS"/> + <endpoint display-name="DependencyManager" endpoint-name="DependencyManager_Receiver_myRole" file-path="AddCategory.bpel" interface-name="ns8:DependencyManagerCategoryNotification" name="endpoint74" process-name="AddCategory" service-name="ns45:DependencyManager"/> + <endpoint display-name="ClientAdapter" endpoint-name="AddCategoryPortTypeRole_myRole" file-path="AddCategory.bpel" interface-name="ns5:AddCategoryPortType" name="endpoint75" process-name="AddCategory" service-name="ns45:ClientAdapter"/> + <endpoint display-name="DependencyManager" endpoint-name="DependencyManager_Receiver_myRole" file-path="AddCourse.bpel" interface-name="ns8:DependencyManagerCourseNotification" name="endpoint76" process-name="AddCourse" service-name="ns46:DependencyManager"/> + <endpoint display-name="InboundAdapter" endpoint-name="AddCoursePortTypeRole_myRole" file-path="AddCourse.bpel" interface-name="ns4:AddCoursePortType" name="endpoint77" process-name="AddCourse" service-name="ns46:InboundAdapter"/> + <endpoint display-name="LoggingManager" endpoint-name="LoggingManagerRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns6:LoggingManager" name="endpoint78" process-name="AddCategory" service-name="ns45:LoggingManager"/> + <endpoint display-name="EntityManager" endpoint-name="EntityManagerRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns11:EntityManager" name="endpoint79" process-name="AddCategory" service-name="ns45:EntityManager"/> + <endpoint display-name="RelationManager" endpoint-name="RelationManagerRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns7:RelationManager" name="endpoint80" process-name="AddCategory" service-name="ns45:RelationManager"/> + <endpoint display-name="IdentityManager" endpoint-name="IdentityManagerRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns10:IdentityManager" name="endpoint81" process-name="AddCategory" service-name="ns45:IdentityManager"/> + <endpoint display-name="DependencyManager" endpoint-name="DependencyManager_Provider_partnerRole" file-path="AddCategory.bpel" interface-name="ns8:DependencyManager" name="endpoint82" process-name="AddCategory" service-name="ns45:DependencyManager"/> + <endpoint display-name="SystemManager" endpoint-name="SystemManagerRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns12:SystemManager" name="endpoint83" process-name="AddCategory" service-name="ns45:SystemManager"/> + <endpoint display-name="OutboundAdapter" endpoint-name="OutboundAdapterPortTypeRole_partnerRole" file-path="AddCategory.bpel" interface-name="ns34:OutboundAdapterPortType" name="endpoint84" process-name="AddCategory" service-name="ns45:OutboundAdapter"/> + <endpoint display-name="LoggingManager" endpoint-name="LoggingManagerRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns6:LoggingManager" name="endpoint85" process-name="AddCourse" service-name="ns46:LoggingManager"/> + <endpoint display-name="EntityManager" endpoint-name="EntityManagerRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns11:EntityManager" name="endpoint86" process-name="AddCourse" service-name="ns46:EntityManager"/> + <endpoint display-name="RelationManager" endpoint-name="RelationManagerRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns7:RelationManager" name="endpoint87" process-name="AddCourse" service-name="ns46:RelationManager"/> + <endpoint display-name="IdentityManager" endpoint-name="IdentityManagerRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns10:IdentityManager" name="endpoint88" process-name="AddCourse" service-name="ns46:IdentityManager"/> + <endpoint display-name="SystemManager" endpoint-name="SystemManagerRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns12:SystemManager" name="endpoint89" process-name="AddCourse" service-name="ns46:SystemManager"/> + <endpoint display-name="DependencyManager" endpoint-name="DependencyManager_Provider_partnerRole" file-path="AddCourse.bpel" interface-name="ns8:DependencyManager" name="endpoint90" process-name="AddCourse" service-name="ns46:DependencyManager"/> + <endpoint display-name="OutboundAdapter" endpoint-name="OutboundAdapterPortTypeRole_partnerRole" file-path="AddCourse.bpel" interface-name="ns34:OutboundAdapterPortType" name="endpoint91" process-name="AddCourse" service-name="ns46:OutboundAdapter"/> + <endpoint endpoint-name="javaee_IdentityMapperPort" interface-name="ns3:IdentityMapperPortType" name="endpoint92" service-name="ns3:IdentityMapperService"/> + <endpoint endpoint-name="javaee_XSLTTransformPort" interface-name="ns9:XSLTTransformPortType" name="endpoint93" service-name="ns9:XSLTTransformService"/> + <endpoint display-name="LSF" endpoint-name="LSFClientAdapterPortTypeRole_myRole" file-path="InboundClientAdapter.bpel" interface-name="ns14:LSFClientAdapterPortType" name="endpoint94" process-name="InboundClientAdapter" service-name="ns47:LSF"/> + <endpoint display-name="XSLTTransform" endpoint-name="XSLTTransformPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns9:XSLTTransformPortType" name="endpoint95" process-name="InboundClientAdapter" service-name="ns47:XSLTTransform"/> + <endpoint display-name="ProcessCourse" endpoint-name="AddCoursePortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns4:AddCoursePortType" name="endpoint96" process-name="InboundClientAdapter" service-name="ns47:ProcessCourse"/> + <endpoint display-name="ProcessCategory" endpoint-name="AddCategoryPortTypeRole_partnerRole" file-path="InboundClientAdapter.bpel" interface-name="ns5:AddCategoryPortType" name="endpoint97" process-name="InboundClientAdapter" service-name="ns47:ProcessCategory"/> </endpoints> <service-units> - <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="723" y="97"> + <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="769" y="248"> <provides endpoint="endpoint17"/> <provides endpoint="endpoint18"/> <provides endpoint="endpoint19"/> @@ -112,7 +111,7 @@ <consumes endpoint="endpoint24"/> <consumes endpoint="endpoint25"/> </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="82" y="97"> + <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="50" y="97"> <provides endpoint="endpoint26"/> <provides endpoint="endpoint27"/> <provides endpoint="endpoint28"/> @@ -162,14 +161,14 @@ <consumes endpoint="endpoint72"/> <consumes endpoint="endpoint73"/> </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="749" y="1090"/> - <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="406" y="97"> + <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="937" y="97"/> + <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="411" y="93"> <provides endpoint="endpoint74"/> <provides endpoint="endpoint75"/> <provides endpoint="endpoint76"/> <provides endpoint="endpoint77"/> - <provides endpoint="endpoint78"/> - <provides endpoint="endpoint79"/> + <consumes endpoint="endpoint78"/> + <consumes endpoint="endpoint79"/> <consumes endpoint="endpoint80"/> <consumes endpoint="endpoint81"/> <consumes endpoint="endpoint82"/> @@ -182,22 +181,26 @@ <consumes endpoint="endpoint89"/> <consumes endpoint="endpoint90"/> <consumes endpoint="endpoint91"/> - <consumes endpoint="endpoint92"/> - <consumes endpoint="endpoint93"/> </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="723" y="809"> - <provides endpoint="endpoint94"/> + <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="798" y="960"> + <provides endpoint="endpoint92"/> </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="386" y="1068"> - <provides endpoint="endpoint95"/> + <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="784" y="686"> + <provides endpoint="endpoint93"/> </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="388" y="818"> - <provides endpoint="endpoint96"/> + <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="409" y="652"> + <provides endpoint="endpoint94"/> + <consumes endpoint="endpoint95"/> + <consumes endpoint="endpoint96"/> <consumes endpoint="endpoint97"/> - <consumes endpoint="endpoint98"/> </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 bindingType="soap" x="67" y="665"> + <link xlink:href="../jbiasa/CSEIPCA.wsdl#xpointer(/definitions/service[@name='casaService1']/port[@name='Test_LSF_Inbound'])" xlink:type="simple"/> + <consumes endpoint="endpoint16"/> + <provides endpoint="endpoint16"/> + </port> <port x="67" y="1038"> <link xlink:href="../jbiServiceUnits/ILIASClientAdapter/ilias-3.10.5.wsdl#xpointer(/definitions/service[@name='ILIASSoapWebservice']/port[@name='ILIASSoapWebservicePort'])" xlink:type="simple"/> <consumes endpoint="endpoint1"/> @@ -215,8 +218,8 @@ </port> <port state="deleted" x="67" y="807"> <link xlink:href="../jbiServiceUnits/Common/SystemManager.wsdl#xpointer(/definitions/service[@name='SystemManagerWSService']/port[@name='SystemManagerPort'])" xlink:type="simple"/> - <consumes endpoint="endpoint13"/> - <provides endpoint="endpoint13"/> + <consumes endpoint="endpoint12"/> + <provides endpoint="endpoint12"/> </port> <port state="deleted" x="67" y="730"> <link xlink:href="../jbiServiceUnits/Common/IdentityManager.wsdl#xpointer(/definitions/service[@name='IdentityManagerWSService']/port[@name='IdentityManagerPort'])" xlink:type="simple"/> @@ -228,21 +231,21 @@ <consumes endpoint="endpoint8"/> <provides endpoint="endpoint8"/> </port> - <port x="67" y="191"> + <port x="67" y="345"> <link xlink:href="../jbiServiceUnits/Common/DependencyManager.wsdl#xpointer(/definitions/service[@name='DependencyManagerCourseNotificationService']/port[@name='DependencyManagerCourseNotificationPort'])" xlink:type="simple"/> - <consumes endpoint="endpoint16"/> - <provides endpoint="endpoint16"/> - </port> - <port x="67" y="114"> - <link xlink:href="../jbiServiceUnits/Common/DependencyManager.wsdl#xpointer(/definitions/service[@name='DependencyManagerCategoryNotificationService']/port[@name='DependencyManagerCategoryNotificationPort'])" xlink:type="simple"/> <consumes endpoint="endpoint15"/> <provides endpoint="endpoint15"/> </port> - <port x="67" y="37"> - <link xlink:href="../jbiServiceUnits/Common/DependencyManager.wsdl#xpointer(/definitions/service[@name='DependencyManagerAccountNotificationService']/port[@name='DependencyManagerAccountNotificationPort'])" xlink:type="simple"/> + <port x="67" y="268"> + <link xlink:href="../jbiServiceUnits/Common/DependencyManager.wsdl#xpointer(/definitions/service[@name='DependencyManagerCategoryNotificationService']/port[@name='DependencyManagerCategoryNotificationPort'])" xlink:type="simple"/> <consumes endpoint="endpoint14"/> <provides endpoint="endpoint14"/> </port> + <port x="67" y="191"> + <link xlink:href="../jbiServiceUnits/Common/DependencyManager.wsdl#xpointer(/definitions/service[@name='DependencyManagerAccountNotificationService']/port[@name='DependencyManagerAccountNotificationPort'])" xlink:type="simple"/> + <consumes endpoint="endpoint13"/> + <provides endpoint="endpoint13"/> + </port> <port state="deleted" x="67" y="499"> <link xlink:href="../jbiServiceUnits/Common/EntityManager.wsdl#xpointer(/definitions/service[@name='EntityManagerWSService']/port[@name='EntityManagerPort'])" xlink:type="simple"/> <consumes endpoint="endpoint11"/> @@ -258,32 +261,27 @@ <consumes endpoint="endpoint9"/> <provides endpoint="endpoint9"/> </port> - <port state="deleted" x="67" y="685"> - <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="endpoint12"/> - <provides endpoint="endpoint12"/> + <port x="67" y="114"> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/AddCourse.wsdl#xpointer(/definitions/service[@name='AddCourseService']/port[@name='AddCoursePort'])" xlink:type="simple"/> + <consumes endpoint="endpoint4"/> + <provides endpoint="endpoint4"/> </port> + <port x="67" y="37"> + <link xlink:href="../jbiServiceUnits/META-INF/LSFClientAdapter/src/_references/_projects/ObjectProcessor/src/AddCategory.wsdl#xpointer(/definitions/service[@name='AddCategoryService']/port[@name='AddCategoryPort'])" xlink:type="simple"/> + <consumes endpoint="endpoint5"/> + <provides endpoint="endpoint5"/> + </port> <port state="deleted" x="67" y="422"> <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="endpoint3"/> <provides endpoint="endpoint3"/> </port> - <port x="67" y="532"> - <link xlink:href="../jbiServiceUnits/ObjectProcessor/AddCourse.wsdl#xpointer(/definitions/service[@name='AddCourseService']/port[@name='AddCoursePort'])" xlink:type="simple"/> - <consumes endpoint="endpoint4"/> - <provides endpoint="endpoint4"/> - ... [truncated message content] |