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] |