Fix for decimal point formatting - with driver tests

Conflicts:
	nbbuild/caps.jbi.tests5
master
Vishnu 2014-04-21 15:56:54 +05:30 committed by David BRASSELY
parent c6ad728ad5
commit d5e2a7b00f
26 changed files with 1534 additions and 3 deletions

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?><project name="" default="default" basedir="." xmlns:web="http://www.netbeans.org/ns/j2ee-ejbjarproject/1">
<import file="nbproject/build-impl.xml"/>
<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">
<property file="${basedir}/nbproject/private/private.properties"/>
<property name="esb.netbeans.platform" value="${esb.netbeans.home}/platform10"/>
<property name="netbeans.user" value="${esb.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="init-esb-ide,init-esb-cli,check-catd-context,init-catd"/>
</project>

View File

@ -0,0 +1,5 @@
<?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>

View File

@ -0,0 +1,140 @@
<?xml version="1.0" encoding="UTF-8"?><!--
*** GENERATED FROM project.xml - DO NOT EDIT ***
*** EDIT ../build.xml INSTEAD ***
--><project name="DecimalPointError-impl" default="default" basedir="..">
<target name="default" depends="dist_se"/>
<!--
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">
<available file="${src.dir}/../retrieved" property="retrieved.exists"/>
</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="dist.dir">Must set dist.dir</fail>
<fail unless="dist.jar">Must set dist.jar</fail>
</target>
<target name="init-taskdefs" if="from.commandline">
<path id="ant.task.classpath">
<pathelement location="${esb.netbeans.platform}/../ide11/modules/org-apache-xml-resolver.jar"/>
<pathelement location="${esb.netbeans.platform}/../ide11/modules/org-netbeans-modules-project-ant.jar"/>
<pathelement location="${esb.netbeans.platform}/../ide11/modules/org-netbeans-modules-project-libraries.jar"/>
<pathelement location="${esb.netbeans.platform}/../ide11/modules/org-netbeans-modules-projectapi.jar"/>
<pathelement location="${esb.netbeans.platform}/../ide11/modules/org-netbeans-modules-projectuiapi.jar"/>
<pathelement location="${esb.netbeans.platform}/../ide11/modules/org-netbeans-modules-xml-catalog.jar"/>
<pathelement location="${esb.netbeans.platform}/../ide11/modules/org-netbeans-modules-xml-core.jar"/>
<pathelement location="${esb.netbeans.platform}/../ide11/modules/org-netbeans-modules-xml-xam.jar"/>
<pathelement location="${esb.netbeans.platform}/../ide11/modules/org-netbeans-modules-xml-schema-model.jar"/>
<pathelement location="${esb.netbeans.platform}/../ide11/modules/org-netbeans-modules-xml-wsdl-model.jar"/>
<pathelement location="${esb.netbeans.platform}/../ide11/modules/org-netbeans-modules-xml-retriever.jar"/>
<pathelement location="${esb.netbeans.platform}/../ide11/modules/org-netbeans-api-xml.jar"/>
<pathelement location="${esb.netbeans.platform}/../ide11/modules/ext/resolver-1.2.jar"/>
<pathelement location="${esb.netbeans.platform}/../platform10/core/core.jar"/>
<pathelement location="${esb.netbeans.platform}/../platform10/core/org-openide-filesystems.jar"/>
<pathelement location="${esb.netbeans.platform}/../platform10/lib/boot.jar"/>
<pathelement location="${esb.netbeans.platform}/../platform10/lib/org-openide-modules.jar"/>
<pathelement location="${esb.netbeans.platform}/../platform10/lib/org-openide-util.jar"/>
<pathelement location="${esb.netbeans.platform}/../platform10/modules/org-openide-awt.jar"/>
<pathelement location="${esb.netbeans.platform}/../platform10/modules/org-openide-dialogs.jar"/>
<pathelement location="${esb.netbeans.platform}/../platform10/modules/org-openide-loaders.jar"/>
<pathelement location="${esb.netbeans.platform}/../platform10/modules/org-openide-nodes.jar"/>
<pathelement location="${esb.netbeans.platform}/../platform10/modules/org-openide-text.jar"/>
<pathelement location="${esb.netbeans.platform}/../platform10/modules/org-openide-windows.jar"/>
<pathelement location="${esb.netbeans.platform}/../platform10/modules/org-netbeans-modules-editor-mimelookup.jar"/>
<pathelement location="${esb.netbeans.platform}/../platform10/modules/org-netbeans-modules-masterfs.jar"/>
<pathelement location="${esb.netbeans.platform}/../platform10/modules/org-netbeans-modules-queries.jar"/>
<pathelement location="${esb.netbeans.platform}/../soa2/modules/org-netbeans-modules-bpel-core.jar"/>
<pathelement location="${esb.netbeans.platform}/../soa2/modules/org-netbeans-modules-bpel-debugger-api.jar"/>
<pathelement location="${esb.netbeans.platform}/../soa2/modules/org-netbeans-modules-bpel-model.jar"/>
<pathelement location="${esb.netbeans.platform}/../soa2/modules/org-netbeans-modules-bpel-project.jar"/>
<pathelement location="${esb.netbeans.platform}/../soa2/modules/org-netbeans-modules-bpel-validation.jar"/>
<pathelement location="${esb.netbeans.platform}/../soa2/modules/org-netbeans-modules-soa-ui.jar"/>
<pathelement location="${esb.netbeans.platform}/../soa2/modules/org-netbeans-modules-compapp-projects-base.jar"/>
<pathelement location="${esb.netbeans.platform}/../soa2/ant/nblib/org-netbeans-modules-bpel-project.jar"/>
<pathelement location="${esb.netbeans.platform}/../xml2/modules/org-netbeans-modules-xml-catalogsupport.jar"/>
<pathelement location="${esb.netbeans.platform}/../xml2/modules/org-netbeans-modules-xml-wsdl-extensions.jar"/>
<pathelement location="${esb.netbeans.platform}/../xml2/modules/org-netbeans-modules-xml-util.jar"/>
<pathelement location="${esb.netbeans.platform}/../xml2/modules/org-netbeans-modules-xml-validation.jar"/>
<pathelement location="${esb.netbeans.platform}/../xml2/modules/org-netbeans-modules-xml-xpath.jar"/>
<pathelement location="${esb.netbeans.platform}/../xml2/modules/org-netbeans-modules-xml-xpath-ext.jar"/>
<pathelement location="${esb.netbeans.platform}/../xml2/modules/ext/jxpath/jxpath1.1.jar"/>
</path>
<taskdef name="validate-project" classname="org.netbeans.modules.bpel.project.anttasks.cli.CliValidateBpelProjectTask">
<classpath refid="ant.task.classpath"/>
</taskdef>
<taskdef name="generate-catalog-xml" classname="org.netbeans.modules.bpel.project.anttasks.cli.CliGenerateCatalogTask">
<classpath refid="ant.task.classpath"/>
</taskdef>
<taskdef name="generate-jbi-xml" classname="org.netbeans.modules.bpel.project.anttasks.cli.CliGenerateJbiDescriptorTask">
<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"/>
<!--
DIST BUILDING SECTION
-->
<target name="pre-dist">
<!-- Empty placeholder for easier customization. -->
<!-- You can override this target in the ../build.xml file. -->
</target>
<target name="deps-jar-dist" depends="init" unless="${no.dependencies}"/>
<target name="do-dist" depends="init,pre-dist">
<mkdir dir="${build.dir}"/>
<validate-project buildDirectory="${basedir}/${build.dir}" sourceDirectory="${basedir}/${src.dir}" projectClassPath="${javac.classpath}" buildDependentProjectDir="${basedir}/${build.dir}/dependentProjectFiles" classpathRef="ant.task.classpath" allowBuildWithError="${allow.build.with.error}" validation="${validation}"/>
<copy todir="${build.dir}" preservelastmodified="true">
<fileset includes="**/*.bpel,**/*.wsdl,**/*.xsd, **/*.xsl, **/*.xslt, **/*.jar" dir="${src.dir}"/>
</copy>
<generate-catalog-xml buildDirectory="${basedir}/${build.dir}" sourceDirectory="${basedir}/${src.dir}" projectClassPath="${javac.classpath}" classpathRef="ant.task.classpath"/>
<generate-jbi-xml buildDirectory="${basedir}/${build.dir}" sourceDirectory="${basedir}/${src.dir}" projectClassPath="${javac.classpath}" classpathRef="ant.task.classpath"/>
<jar compress="${jar.compress}" jarfile="${build.dir}/SEDeployment.jar">
<fileset includes="**/*.bpel,**/*.wsdl,**/*.xsd, **/*.xsl, **/*.xslt, **/*.jar" excludes="SEDeployment.jar" dir="${basedir}/${build.dir}"/>
<fileset dir="${basedir}/${build.dir}">
<include name="**/jbi.xml"/>
<include name="**/catalog.xml"/>
</fileset>
</jar>
</target>
<target name="post-dist">
<!-- Empty placeholder for easier customization. -->
<!-- You can override this target in the ../build.xml file. -->
</target>
<target name="dist_se" depends="init,pre-dist,deps-jar-dist,do-dist,post-dist"/>
<!--
CLEANUP SECTION
-->
<target name="pre-clean">
<!-- Empty placeholder for easier customization. -->
<!-- You can override this target in the ../build.xml file. -->
</target>
<target name="deps-clean" depends="init" unless="${no.dependencies}"/>
<target name="do-clean" depends="init,pre-clean">
<delete dir="${build.dir}"/>
<delete dir="${dist.dir}"/>
</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,pre-clean,deps-clean,do-clean,post-clean"/>
</project>

View File

@ -0,0 +1,8 @@
build.xml.data.CRC32=80fec95d
build.xml.script.CRC32=93bd461f
build.xml.stylesheet.CRC32=e47735c9@6.5.1
# 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=80fec95d
nbproject/build-impl.xml.script.CRC32=c2790975
nbproject/build-impl.xml.stylesheet.CRC32=be5a8e3b@6.5.1

View File

@ -0,0 +1,28 @@
allow.build.with.error=false
bcdeployment.jar=${build.dir}/BCDeployment.jar
build.classes.dir=${build.dir}/jar
build.classes.excludes=**/*.java,**/*.form,**/.nbattrs
build.dir=build
build.generated.dir=${build.dir}/generated
com.sun.jbi.ui.devtool.jbi.description.application-sub-assembly=Represents this Service Unit
com.sun.jbi.ui.devtool.jbi.setype.prefix=sun-bpel-engine
debug.classpath=${javac.classpath}:${build.classes.dir}
dist.dir=dist
dist.jar=${dist.dir}/DecimalPointError.zip
dist.javadoc.dir=${dist.dir}/javadoc
jar.compress=false
jar.name=DecimalPointError.jar
javac.debug=true
javac.deprecation=false
javac.source=1.4
javac.target=1.4
jbi.se.type=sun-bpel-engine
jbi.service-unit.description=Represents this Service Unit
meta.inf=${source.root}/conf
platform.active=default_platform
resource.dir=setup
sedeployment.jar=${build.dir}/SEDeployment.jar
source.encoding=UTF-8
source.root=src
src.dir=${source.root}
wsdl.classpath=

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.bpel.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2ee-bpelpro/1">
<name>DecimalPointError</name>
<minimum-ant-version>1.6</minimum-ant-version>
</data>
</configuration>
</project>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="Math" targetNamespace="http://j2ee.netbeans.org/wsdl/RoundingError/Math"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://j2ee.netbeans.org/wsdl/RoundingError/Math" xmlns:ns="http://xml.netbeans.org/schema/MathInput" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<types>
<xsd:schema targetNamespace="http://j2ee.netbeans.org/wsdl/RoundingError/Math">
<xsd:import namespace="http://xml.netbeans.org/schema/MathInput" schemaLocation="Math.xsd"/>
</xsd:schema>
</types>
<message name="MathOperationRequest">
<part name="reqpart" element="ns:Request"/>
</message>
<message name="MathOperationResponse">
<part name="res_part" element="ns:Response"/>
</message>
<portType name="MathPortType">
<operation name="MathOperation">
<input name="input1" message="tns:MathOperationRequest"/>
<output name="output1" message="tns:MathOperationResponse"/>
</operation>
</portType>
<binding name="MathBinding" type="tns:MathPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="MathOperation">
<soap:operation/>
<input name="input1">
<soap:body use="literal"/>
</input>
<output name="output1">
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="MathService">
<port name="MathPort" binding="tns:MathBinding">
<soap:address location="http://localhost:${HttpDefaultPort}/MathService/MathPort"/>
</port>
</service>
<plnk:partnerLinkType name="Math">
<!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes.
In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.
A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.-->
<plnk:role name="MathPortTypeRole" portType="tns:MathPortType"/>
</plnk:partnerLinkType>
</definitions>

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://xml.netbeans.org/schema/MathInput"
xmlns:tns="http://xml.netbeans.org/schema/MathInput"
elementFormDefault="qualified">
<xsd:complexType name="RequestType">
<xsd:sequence>
<xsd:element ref="tns:ValueList"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ValueListType">
<xsd:sequence>
<xsd:element name="Value" type="xsd:double" maxOccurs="unbounded"></xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="ValueList" type="tns:ValueListType"></xsd:element>
<xsd:element name="Request" type="tns:RequestType"></xsd:element>
<xsd:complexType name="ResponseType">
<xsd:sequence>
<xsd:element ref="tns:SumTotal"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="SumTotal" type="tns:UnitAmountType"></xsd:element>
<xsd:element name="Response" type="tns:ResponseType"></xsd:element>
<xsd:simpleType name="UnitAmountType">
<xsd:restriction base="xsd:decimal">
<xsd:totalDigits value="15"/>
<xsd:fractionDigits value="4"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>

View File

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<process
name="roundingError"
targetNamespace="http://enterprise.netbeans.org/bpel/RoundingError/roundingError"
xmlns:tns="http://enterprise.netbeans.org/bpel/RoundingError/roundingError"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:sxt="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Trace"
xmlns:sxed="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Editor"
xmlns:sxeh="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/ErrorHandling" xmlns:sxed2="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Editor2" xmlns:ns0="http://xml.netbeans.org/schema/MathInput">
<import namespace="http://j2ee.netbeans.org/wsdl/RoundingError/Math" location="Math.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
<import namespace="http://xml.netbeans.org/schema/MathInput" location="Math.xsd" importType="http://www.w3.org/2001/XMLSchema"/>
<partnerLinks>
<partnerLink name="PartnerLink1" xmlns:tns="http://j2ee.netbeans.org/wsdl/RoundingError/Math" partnerLinkType="tns:Math" myRole="MathPortTypeRole"/>
</partnerLinks>
<variables>
<!--variable name="InterimTotal" type="ns0:UnitAmountType"/-->
<variable name="InterimTotal" type="xs:double"/>
<variable name="MathOperationOut" xmlns:tns="http://j2ee.netbeans.org/wsdl/RoundingError/Math" messageType="tns:MathOperationResponse"/>
<variable name="MathOperationIn" xmlns:tns="http://j2ee.netbeans.org/wsdl/RoundingError/Math" messageType="tns:MathOperationRequest">
<sxed2:editor>
<sxed2:predicate path="$MathOperationIn.reqpart/ns0:ValueList/ns0:Value[$ForEach1Counter]" source="from"/>
</sxed2:editor>
</variable>
</variables>
<sequence>
<receive name="Receive1" createInstance="yes" partnerLink="PartnerLink1" operation="MathOperation" xmlns:tns="http://j2ee.netbeans.org/wsdl/RoundingError/Math" portType="tns:MathPortType" variable="MathOperationIn"/>
<assign name="Assign2">
<copy>
<from>0</from>
<to variable="InterimTotal"/>
</copy>
</assign>
<forEach name="ForEach1" parallel="no" counterName="ForEach1Counter">
<startCounterValue>1</startCounterValue>
<finalCounterValue>count($MathOperationIn.reqpart/ns0:ValueList/ns0:Value)</finalCounterValue>
<scope name="Scope1">
<assign name="Assign1">
<sxt:trace>
<sxt:log level="severe" location="onStart">
<from variable="InterimTotal"/>
</sxt:log>
</sxt:trace>
<copy>
<!--from>format-number($MathOperationIn.reqpart/ns0:ValueList/ns0:Value[$ForEach1Counter] + $InterimTotal, '0.####')-->
<from>number($MathOperationIn.reqpart/ns0:ValueList/ns0:Value[$ForEach1Counter]) + number($InterimTotal)
<sxed2:editor>
<sxed2:predicate path="$MathOperationIn.reqpart/ns0:ValueList/ns0:Value[$ForEach1Counter]" source="from"/>
</sxed2:editor>
</from>
<to variable="InterimTotal"/>
</copy>
</assign>
</scope>
</forEach>
<assign name="Assign3">
<copy>
<from variable="InterimTotal"/>
<to>$MathOperationOut.res_part/ns0:SumTotal</to>
</copy>
</assign>
<reply name="Reply1" partnerLink="PartnerLink1" operation="MathOperation" xmlns:tns="http://j2ee.netbeans.org/wsdl/RoundingError/Math" portType="tns:MathPortType" variable="MathOperationOut"/>
</sequence>
</process>

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?><project name="" default="default" basedir="." xmlns:web="http://www.netbeans.org/ns/j2ee-ejbjarproject/1">
<import file="nbproject/build-impl.xml"/>
<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">
<property file="${basedir}/nbproject/private/private.properties"/>
<property name="esb.netbeans.platform" value="${esb.netbeans.home}/platform10"/>
<property name="netbeans.user" value="${esb.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="init-esb-ide,init-esb-cli,check-catd-context,init-catd"/>
</project>

View File

@ -0,0 +1,10 @@
caps.appserver.home=C:\\Cambia-GlassFishESBv22-2\\glassfish
enterprise.module.install.dir=C:\\Cambia-GlassFishESBv22-2\\netbeans\\enterprise5\\modules
ide.module.install.dir=C:\\Cambia-GlassFishESBv22-2\\netbeans\\ide11\\modules
j2ee.server.instance=[C:\\Cambia-GlassFishESBv22-2\\glassfish]deployer:Sun:AppServer::localhost:4848
java.module.install.dir=C:\\Cambia-GlassFishESBv22-2\\netbeans\\java2\\modules
netbeans.user=C:\\Cambia-GlassFishESBv22-2\\.netbeans\\glassfishesb
soa.module.install.dir=C:\\Cambia-GlassFishESBv22-2\\netbeans\\soa2\\modules
xml.module.install.dir=C:\\Cambia-GlassFishESBv22-2\\netbeans\\xml2\\modules
esb.netbeans.home=C:\\Cambia-GlassFishESBv22-2\\netbeans
esb.netbeans.user=C:\\Cambia-GlassFishESBv22-2\\.netbeans\\glassfishesb

View File

@ -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/DecimalPointError/catalog.xml"/></catalog>

View File

@ -0,0 +1,334 @@
<?xml version="1.0" encoding="UTF-8"?><!--
*** GENERATED FROM project.xml - DO NOT EDIT ***
*** EDIT ../build.xml INSTEAD ***
--><project name="DecimalPointErrorCA-jbi-impl" default="build" basedir="..">
<target name="default" depends="dist"/>
<!--
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">
<condition property="have.tests">
<or>
<available file="${test.dir}"/>
</or>
</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="${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"/>
<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.DecimalPointError}/build.xml"/>
<property name="DecimalPointError.su.name" value="DecimalPointError"/>
<unzip src="${reference.DecimalPointError.dist_se}" dest="${src.dir}/../jbiServiceUnits/${DecimalPointError.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="DecimalPointError.su.dir" value="${src.dir}/../jbiServiceUnits/${DecimalPointError.su.name}"/>
<move file="${DecimalPointError.su.dir}/META-INF/jbi.xml" todir="${DecimalPointError.su.dir}"/>
<move todir="${src.dir}/../jbiServiceUnits/META-INF/${DecimalPointError.su.name}">
<fileset dir="${DecimalPointError.su.dir}/META-INF"/>
</move>
</target>
<target name="deps-javaee-jar" depends="init" unless="${no.dependencies}"/>
<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.DecimalPointError.dist_se}"/>
</target>
<target name="library-inclusion-in-manifest" depends="compile">
<basename property="included.lib.reference.DecimalPointError.dist_se" file="${reference.DecimalPointError.dist_se}"/>
<copy todir="${build.classes.dir}" file="${reference.DecimalPointError.dist_se}"/>
<manifest file="${build.classes.dir}/META-INF/MANIFEST.MF" mode="update">
<attribute name="Class-Path" value="${included.lib.reference.DecimalPointError.dist_se}"/>
</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"/>
<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">
<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"/>
<target name="dist" depends="jbi-build"/>
<!--
EXECUTION SECTION
-->
<target name="run" depends="jbi-build,run-jbi-deploy"/>
<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="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"/>
<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" 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="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="esb.netbeans.platform" 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.DecimalPointError}/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"/>
<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
-->
<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}/org-netbeans-modules-csl-api.jar"/>
<pathelement path="${ide.module.install.dir}/ext/jaxb/activation.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="have.tests" depends="init,-pre-test-run">
<junit showoutput="true" fork="yes" dir="${basedir}" tempdir="${java.io.tmpdir}" failureproperty="tests.failed" errorproperty="tests.failed">
<classpath refid="unit.test.classpath"/>
<jvmarg value="-Xmx256m"/>
<sysproperty key="NetBeansUserDir" value="${netbeans.user}"/>
<sysproperty key="GenerateATSOutput" value="${generate.ats.output}"/>
<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="have.tests" depends="init,-pre-test-run">
<junit showoutput="true" fork="yes" dir="${basedir}" tempdir="${java.io.tmpdir}" failureproperty="tests.failed" errorproperty="tests.failed">
<classpath refid="unit.test.classpath"/>
<jvmarg value="-Xmx256m"/>
<sysproperty key="NetBeansUserDir" value="${netbeans.user}"/>
<sysproperty key="GenerateATSOutput" value="${generate.ats.output}"/>
<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="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="-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"/>
</project>

View File

@ -0,0 +1,8 @@
build.xml.data.CRC32=34459331
build.xml.script.CRC32=93bd461f
build.xml.stylesheet.CRC32=e47735c9@1.2.1
# 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=34459331
nbproject/build-impl.xml.script.CRC32=ab717728
nbproject/build-impl.xml.stylesheet.CRC32=f1d6c8ca@1.2.1

View File

@ -0,0 +1,24 @@
build.classes.dir=${build.dir}/jar
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
dist.dir=dist
dist.jar=${dist.dir}/DecimalPointErrorCA.zip
j2ee.server.type=J2EE
jbi.content.additional=${reference.DecimalPointError.dist_se}
jbi.content.component=sun-bpel-engine
jbi.service-assembly.description=Represents the Service Assembly of DecimalPointErrorCA
jbi.service-assembly.id=DecimalPointErrorCA
jbi.service-unit.description=Represents this Service Unit
meta.inf=${source.root}/conf
project.DecimalPointError=../DecimalPointError
reference.DecimalPointError.dist_se=${project.DecimalPointError}/build/SEDeployment.jar
resource.DecimalPointError=${project.DecimalPointError}/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

View File

@ -0,0 +1,20 @@
<?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>DecimalPointErrorCA</name>
<minimum-ant-version>1.6</minimum-ant-version>
<included-library>reference.DecimalPointError.dist_se</included-library>
</data>
<references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
<reference>
<foreign-project>DecimalPointError</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>
</references>
</configuration>
</project>

View File

@ -0,0 +1,109 @@
<?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>DecimalPointErrorCA</name>
<description>Represents the Service Assembly of DecimalPointErrorCA</description>
</identification>
<service-unit>
<identification>
<name>DecimalPointErrorCA-DecimalPointError</name>
<description>Represents this Service Unit</description>
</identification>
<target>
<artifacts-zip>DecimalPointError.jar</artifacts-zip>
<component-name>sun-bpel-engine</component-name>
</target>
</service-unit>
<service-unit>
<identification>
<name>DecimalPointErrorCA-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>DecimalPointErrorCA-sun-email-binding</name>
<description>Represents this Service Unit</description>
</identification>
<target>
<artifacts-zip>sun-email-binding.jar</artifacts-zip>
<component-name>sun-email-binding</component-name>
</target>
</service-unit>
<service-unit>
<identification>
<name>DecimalPointErrorCA-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>DecimalPointErrorCA-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>DecimalPointErrorCA-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>DecimalPointErrorCA-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>DecimalPointErrorCA-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>DecimalPointErrorCA-sun-rest-binding</name>
<description>Represents this Service Unit</description>
</identification>
<target>
<artifacts-zip>sun-rest-binding.jar</artifacts-zip>
<component-name>sun-rest-binding</component-name>
</target>
</service-unit>
<service-unit>
<identification>
<name>DecimalPointErrorCA-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>

View File

@ -0,0 +1,68 @@
<?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>Email Binding</description>
<name>sun-email-binding</name>
<state>Installed</state>
<type>Binding</type>
<xmlns>http://schemas.sun.com/jbi/wsdl-extensions/email/</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>REST Binding</description>
<name>sun-rest-binding</name>
<state>Installed</state>
<type>Binding</type>
<xmlns>http://schemas.sun.com/jbi/wsdl-extensions/rest/</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>

View File

@ -0,0 +1,87 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component-info-list>
<component-info>
<description>This is a pojo service engine.</description>
<name>sun-pojo-engine</name>
<state>Installed</state>
<type>Engine</type>
</component-info>
<component-info>
<description>Database binding</description>
<name>sun-database-binding</name>
<state>Installed</state>
<type>Binding</type>
</component-info>
<component-info>
<description>Email Binding</description>
<name>sun-email-binding</name>
<state>Installed</state>
<type>Binding</type>
</component-info>
<component-info>
<description>File Binding</description>
<name>sun-file-binding</name>
<state>Installed</state>
<type>Binding</type>
</component-info>
<component-info>
<description>FTP Binding</description>
<name>sun-ftp-binding</name>
<state>Installed</state>
<type>Binding</type>
</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>
</component-info>
<component-info>
<description>JMS Binding</description>
<name>sun-jms-binding</name>
<state>Installed</state>
<type>Binding</type>
</component-info>
<component-info>
<description>LDAP binding</description>
<name>sun-ldap-binding</name>
<state>Installed</state>
<type>Binding</type>
</component-info>
<component-info>
<description>REST Binding</description>
<name>sun-rest-binding</name>
<state>Installed</state>
<type>Binding</type>
</component-info>
<component-info>
<description>Scheduler Binding</description>
<name>sun-scheduler-binding</name>
<state>Installed</state>
<type>Binding</type>
</component-info>
<component-info>
<description>This is a edm service engine.</description>
<name>sun-edm-engine</name>
<state>Installed</state>
<type>Engine</type>
</component-info>
<component-info>
<description>This is a bpel service engine.</description>
<name>sun-bpel-engine</name>
<state>Installed</state>
<type>Engine</type>
</component-info>
<component-info>
<description>Java EE service engine.</description>
<name>sun-javaee-engine</name>
<state>Installed</state>
<type>Engine</type>
</component-info>
<component-info>
<description>This is a xslt service engine.</description>
<name>sun-xslt-engine</name>
<state>Installed</state>
<type>Engine</type>
</component-info>
</component-info-list>

View File

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="http://j2ee.netbeans.org/wsdl/RoundingError/Math" xmlns:ns2="http://enterprise.netbeans.org/bpel/RoundingError/roundingError" xmlns:xlink="http://www.w3.org/2000/xlink">
<endpoints>
<endpoint endpoint-name="MathPort" interface-name="ns1:MathPortType" name="endpoint1" service-name="ns1:MathService"/>
<endpoint display-name="PartnerLink1" endpoint-name="MathPortTypeRole_myRole" file-path="roundingError.bpel" interface-name="ns1:MathPortType" name="endpoint2" process-name="roundingError" service-name="ns2:PartnerLink1"/>
</endpoints>
<service-units>
<service-engine-service-unit artifacts-zip="DecimalPointError.jar" component-name="sun-bpel-engine" defined="true" description="Represents this Service Unit" internal="true" name="DecimalPointErrorCA-DecimalPointError" unit-name="DecimalPointError" unknown="false" x="139" y="99">
<provides endpoint="endpoint2"/>
</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="DecimalPointErrorCA-sun-http-binding" unit-name="sun-http-binding">
<ports>
<port x="67" y="39">
<link xlink:href="../jbiServiceUnits/DecimalPointError/Math.wsdl#xpointer(/definitions/service[@name='MathService']/port[@name='MathPort'])" xlink:type="simple"/>
<consumes endpoint="endpoint1"/>
<provides endpoint="endpoint1"/>
</port>
</ports>
</binding-component-service-unit>
</service-units>
<connections>
<connection consumer="endpoint1" provider="endpoint2" state="unchanged"/>
</connections>
<porttypes>
<link xlink:href="../jbiServiceUnits/DecimalPointError/Math.wsdl#xpointer(/definitions/portType[@name='MathPortType'])" xlink:type="simple"/>
</porttypes>
<bindings>
<link xlink:href="../jbiServiceUnits/DecimalPointError/Math.wsdl#xpointer(/definitions/binding[@name='MathBinding'])" xlink:type="simple"/>
</bindings>
<services>
<link xlink:href="../jbiServiceUnits/DecimalPointError/Math.wsdl#xpointer(/definitions/service[@name='MathService'])" 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>

View File

@ -0,0 +1,14 @@
bindingtype=SOAP 1.1
calculatethroughput=false
#comparisontype's possible values: identical|binary|equals
comparisontype=identical
concurrentthreads=1
description=Test Case TestCase1
destination=http://localhost:${HttpDefaultPort}/MathService/MathPort
#featurestatus's possible values: progress|done
featurestatus=done
inputfile=Input.xml
invokesperthread=1
outputfile=Output.xml
soapaction=
testtimeout=30

View File

@ -0,0 +1,15 @@
<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:mat="http://xml.netbeans.org/schema/MathInput">
<soapenv:Body>
<mat:Request>
<mat:ValueList>
<!--1 or more repetitions:-->
<mat:Value>245.2480</mat:Value>
<mat:Value>139.0370</mat:Value>
<mat:Value>919.0220</mat:Value>
<mat:Value>113.9320</mat:Value>
<mat:Value>435.2980</mat:Value>
<mat:Value>4410.5290</mat:Value>
</mat:ValueList>
</mat:Request>
</soapenv:Body>
</soapenv:Envelope>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<Response xmlns="http://xml.netbeans.org/schema/MathInput" xmlns:msgns="http://j2ee.netbeans.org/wsdl/RoundingError/Math">
<SumTotal>6263.0660</SumTotal>
</Response>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

View File

@ -0,0 +1,394 @@
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite errors="0" failures="0" hostname="Vishnu-PC2" name="org.netbeans.modules.compapp.catd.ConfiguredTest" tests="1" time="0.684" timestamp="2014-04-21T10:15:24">
<properties>
<property name="resource.DecimalPointError" value="../DecimalPointError/setup" />
<property name="com.sun.jbi.sa.internal.routing" value="true" />
<property name="libs.DataBindingME.src" value="" />
<property name="libs.j2me_ant_ext.javadoc" value="" />
<property name="source.root" value="src" />
<property name="libs.proguard.javadoc" value="" />
<property name="ant.library.dir" value="C:\apache-ant-1.8.4\lib" />
<property name="libs.junit.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\docs\junit-3.8.2-api.zip" />
<property name="libs.nsicom-ant-utils.src" value="" />
<property name="libs.nokiaS80-ant-utils.javadoc" value="" />
<property name="ant.core.lib" value="C:\apache-ant-1.8.4\lib\ant.jar" />
<property name="libs.swing-app-framework.src" value="" />
<property name="libs.jakarta_slide_ant_webdav.javadoc" value="" />
<property name="libs.toplink.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\toplink\toplink-essentials.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\toplink\toplink-essentials-agent.jar" />
<property name="user.dir" value="E:\Work\Logicoy\IFDS\Bug-296-Decimal Point Error\DecimalPointErrorCA" />
<property name="libs.hibernate-persistence.javadoc" value="" />
<property name="libs.JMUnit4CLDC10.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\docs\jmunit-1.2.1-api.zip" />
<property name="java.vm.version" value="20.10-b01" />
<property name="libs.DataBindingME.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\netbeans_databindingme.jar" />
<property name="libs.jstl11.maven-pom" value="" />
<property name="libs.nsicom-ant-utils.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\ant\nblib\org-netbeans-modules-j2me-cdc-project-nsicom.jar" />
<property name="libs.MySQLDriver.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\mysql-connector-java-5.1.6-bin.jar" />
<property name="jbi.content.additional" value="../DecimalPointError/build/SEDeployment.jar" />
<property name="libs.jstl11.src" value="" />
<property name="reference.DecimalPointError.dist_se" value="../DecimalPointError/build/SEDeployment.jar" />
<property name="libs.DataBindingME-PIM.maven-pom" value="" />
<property name="libs.hibernate-support.maven-pom" value="" />
<property name="libs.hibernate-support.javadoc" value="" />
<property name="caps.appserver.home" value="C:\Cambia-GlassFishESBv22-2\glassfish" />
<property name="libs.NetBeans MIDP Components.maven-pom" value="" />
<property name="libs.javac-api.src" value="" />
<property name="xml.module.install.dir" value="C:\Cambia-GlassFishESBv22-2\netbeans\xml2\modules" />
<property name="sun.os.patch.level" value="Service Pack 1" />
<property name="java.vm.specification.name" value="Java Virtual Machine Specification" />
<property name="libs.semc-ant-utils.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\org-netbeans-modules-j2me-cdc-project-semc.jar" />
<property name="libs.Encoder-Custom.javadoc" value="" />
<property name="libs.nokiadeployment.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\org-netbeans-modules-mobility-deployment-nokia.jar" />
<property name="have.tests" value="true" />
<property name="libs.nokiaS80-ant-utils.maven-pom" value="" />
<property name="libs.nb_svg_midp_components.src" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\sources\nb_svg_midp_components-src.zip" />
<property name="j2ee.server.instance" value="[C:\Cambia-GlassFishESBv22-2\glassfish]deployer:Sun:AppServer::localhost:4848" />
<property name="libs.NetBeans MIDP Components WMA.src" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\sources\netbeans_midp_components_wma-src.zip" />
<property name="libs.javac-api.javadoc" value="" />
<property name="os.name" value="Windows 7" />
<property name="esb.netbeans.platform" value="C:\Cambia-GlassFishESBv22-2\netbeans/platform10" />
<property name="libs.beans-binding.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\beansbinding-1.2.1.jar" />
<property name="libs.DataBindingME-SVG.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\docs\netbeans_databindingme_svg-api.zip" />
<property name="libs.restapi.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\docs\jsr311-api-doc.zip" />
<property name="libs.JWSAntTasks.maven-pom" value="" />
<property name="libs.restapi.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\rest\jsr311-api.jar" />
<property name="java.vendor.url.bug" value="http://java.sun.com/cgi-bin/bugreport.cgi" />
<property name="libs.nsicom-ant-utils.javadoc" value="" />
<property name="libs.jaxb.maven-pom" value="" />
<property name="os.arch" value="amd64" />
<property name="libs.Encoder-Custom.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\ext\encoder\custom.jar;C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\ext\encoder\customencoder-xsdextension.jar" />
<property name="user.name" value="Vishnu" />
<property name="libs.jsf12.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\docs\javaee5-doc-api.zip" />
<property name="libs.swing-layout.maven-pom" value="" />
<property name="sun.java.command" value="org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner org.netbeans.modules.compapp.catd.ConfiguredTest filtertrace=true haltOnError=false haltOnFailure=false showoutput=true outputtoformatters=true logfailedtests=true logtestlistenerevents=false formatter=org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,E:\Work\Logicoy\IFDS\Bug-296-Decimal Point Error\DecimalPointErrorCA\test\results\TEST-org.netbeans.modules.compapp.catd.ConfiguredTest.xml crashfile=C:\Users\Vishnu\AppData\Local\Temp\junitvmwatcher2199410946676283091.properties propsfile=C:\Users\Vishnu\AppData\Local\Temp\junit9190609324410598002.properties" />
<property name="build.classes.dir" value="build/jar" />
<property name="enterprise.module.install.dir" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules" />
<property name="libs.jaxws21.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\docs\jaxws-2_1-api-doc.zip" />
<property name="user.country" value="IN" />
<property name="libs.jstl11.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\docs\javaee5-doc-api.zip" />
<property name="libs.JMUnit4CLDC11.src" value="" />
<property name="esb.netbeans.user" value="C:\Cambia-GlassFishESBv22-2\.netbeans\glassfishesb" />
<property name="meta.inf" value="src/conf" />
<property name="libs.ejb3-persistence.src" value="" />
<property name="project.DecimalPointError" value="../DecimalPointError" />
<property name="libs.nokiaS80-ant-utils.src" value="" />
<property name="libs.cdc-pp-awt-layout.javadoc" value="" />
<property name="libs.j2me_ant_ext.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\org-netbeans-modules-mobility-antext.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-classfile.jar" />
<property name="java.endorsed.dirs" value="C:\Java\jdk1.6.0_35\jre\lib\endorsed" />
<property name="libs.cdc-agui-swing-layout.maven-pom" value="" />
<property name="libs.cdc-pp-awt-layout.src" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\sources\cdc-pp-awt-layout-src.zip" />
<property name="java.vm.specification.version" value="1.0" />
<property name="libs.jakarta_slide_ant_webdav.src" value="" />
<property name="libs.sjmc-ant-utils.maven-pom" value="" />
<property name="libs.JMUnit4CLDC10.maven-pom" value="" />
<property name="libs.hibernate-persistence.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\antlr-2.7.6.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\asm.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\asm-attrs.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\cglib-2.1.3.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\commons-collections-2.1.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\commons-logging-1.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\dom4j-1.6.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\ehcache-1.2.3.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\jdbc2_0-stdext.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\jta.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\hibernate3.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\hibernate-tools.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\hibernate-annotations.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\hibernate-commons-annotations.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\hibernate-entitymanager.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\javassist.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\ejb3-persistence.jar" />
<property name="libs.jaxws21.src" value="" />
<property name="libs.swing-app-framework.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\appframework-1.0.3.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\swing-worker-1.1.jar" />
<property name="libs.jakarta_slide_ant_webdav.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\commons-httpclient-3.0.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\commons-logging-1.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jdom-1.0.jar;C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\jakarta-slide-webdavlib-2.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\jakarta-slide-ant-webdav-2.1.jar" />
<property name="libs.Encoder-Framework.javadoc" value="" />
<property name="java.vendor" value="Sun Microsystems Inc." />
<property name="libs.JMUnit4CLDC10.src" value="" />
<property name="file.separator" value="\" />
<property name="libs.IdentityAntTasks.src" value="" />
<property name="libs.ActiveSync.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\nbactivesync-5.0.jar" />
<property name="libs.junit_4.maven-pom" value="" />
<property name="libs.JWSAntTasks.javadoc" value="" />
<property name="user.variant" value="" />
<property name="sun.java.launcher" value="SUN_STANDARD" />
<property name="libs.junit.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\junit-3.8.2.jar" />
<property name="ant.file.DecimalPointErrorCA-jbi-impl" value="E:\Work\Logicoy\IFDS\Bug-296-Decimal Point Error\DecimalPointErrorCA\nbproject\build-impl.xml" />
<property name="libs.jaxb.javadoc" value="" />
<property name="libs.struts.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\antlr-2.7.2.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\bsf-2.3.0.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\commons-beanutils-1.7.0.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\commons-chain-1.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\commons-digester-1.8.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\commons-fileupload-1.1.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\commons-io-1.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\commons-logging-1.0.4.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\commons-validator-1.3.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\jstl-1.0.2.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\oro-2.0.8.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\standard-1.0.2.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\struts-core-1.3.8.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\struts-el-1.3.8.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\struts-extras-1.3.8.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\struts-faces-1.3.8.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\struts-mailreader-dao-1.3.8.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\struts-scripting-1.3.8.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\struts-taglib-1.3.8.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\struts\struts-tiles-1.3.8.jar" />
<property name="ant.home" value="C:\apache-ant-1.8.4" />
<property name="libs.junit_4.src" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\docs\junit-4.5-src.jar" />
<property name="libs.ricoh-ant-utils.maven-pom" value="" />
<property name="libs.absolutelayout.maven-pom" value="" />
<property name="ant.java.version" value="1.6" />
<property name="java.library.path" value="C:\Java\jdk1.6.0_35\jre\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;E:\apache-maven-3.0.4\bin;C:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Java\jdk1.6.0_35\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;c:\Program Files (x86)\Intel\iCLS Client\;c:\Program Files\Intel\iCLS Client\;c:\Program Files (x86)\AMD APP\bin\x86_64;c:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\MySQL\MySQL Server 5.1\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Calibre2\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Symantec\VIP Access Client\;C:\Program Files (x86)\Google\Google Apps Sync\;C:\Program Files (x86)\Google\Google Apps Migration\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\nodejs\;C:\Program Files\Perforce;E:\apache-maven-3.0.4\bin;E:\apache-maven-3.0.4\bin;C:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Java\jdk1.6.0_35\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;c:\Program Files (x86)\Intel\iCLS Client\;c:\Program Files\Intel\iCLS Client\;c:\Program Files (x86)\AMD APP\bin\x86_64;c:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\MySQL\MySQL Server 5.1\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Calibre2\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Symantec\VIP Access Client\;C:\Program Files (x86)\Google\Google Apps Sync\;C:\Program Files (x86)\Google\Google Apps Migration\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\nodejs\;C:\Program Files\Perforce;E:\aspectj1.7\bin;C:\apache-ant-1.8.4\bin;C:\OpenSSL-Win32\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Users\Vishnu\AppData\Roaming\npm;C:\Program Files (x86)\CVSNT\;." />
<property name="libs.metro.maven-pom" value="" />
<property name="libs.IdentityAntTasks.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\identity2\ant\nblib\org-netbeans-modules-identity-ant.jar;C:\Cambia-GlassFishESBv22-2\netbeans\identity2\modules\org-netbeans-modules-identity-profile-api.jar" />
<property name="libs.PostgreSQLDriver.src" value="" />
<property name="sun.arch.data.model" value="64" />
<property name="basedir" value="E:\Work\Logicoy\IFDS\Bug-296-Decimal Point Error\DecimalPointErrorCA" />
<property name="libs.ActiveSync.src" value="" />
<property name="libs.NetBeans MIDP Components PDA.src" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\sources\netbeans_midp_components_pda-src.zip" />
<property name="libs.jstl11.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\standard.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\jstl.jar" />
<property name="path.separator" value=";" />
<property name="sun.io.unicode.encoding" value="UnicodeLittle" />
<property name="libs.semc-ant-utils.javadoc" value="" />
<property name="libs.jaxws21.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\activation.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\api\jaxb-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\jaxb-impl.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\jaxb-xjc.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\api\jsr173_api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\FastInfoset.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\http.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\api\jaxws-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\jaxws-rt.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\jaxws-tools.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\api\jsr181-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\api\jsr250-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\mimepull.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\api\saaj-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\saaj-impl.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\sjsxp.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\stax-ex.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\streambuffer.jar" />
<property name="libs.struts.src" value="" />
<property name="user.language" value="en" />
<property name="libs.Encoder-Framework.src" value="" />
<property name="ant.file." value="E:\Work\Logicoy\IFDS\Bug-296-Decimal Point Error\DecimalPointErrorCA\build.xml" />
<property name="libs.spring-framework.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\commons-logging-1.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\cglib-2.2.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\spring\spring-2.5.jar" />
<property name="ant.project.invoked-targets" value="test" />
<property name="libs.Encoder-Framework.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\ext\encoder\encoderframework.jar;C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\ext\encoder\encoderfrmwk-xsdextension.jar;C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\ext\xmlbeans-2.1.0\xbean.jar" />
<property name="libs.swing-layout.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\platform10\docs\swing-layout-1.0.3-doc.zip" />
<property name="libs.swing-app-framework.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\docs\appframework-1.0.3-doc.zip" />
<property name="libs.ejb3-persistence.maven-pom" value="" />
<property name="libs.proguard.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\external\proguard\proguard4.2.jar" />
<property name="libs.DataBindingME-SVG.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\netbeans_databindingme_svg.jar" />
<property name="libs.PostgreSQLDriver.maven-pom" value="" />
<property name="java.class.version" value="50.0" />
<property name="libs.cdc-ant-utils.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\org-netbeans-modules-j2me-cdc-project.jar" />
<property name="libs.NetBeans MIDP Components WMA.maven-pom" value="" />
<property name="user.properties.file" value="C:\Cambia-GlassFishESBv22-2\.netbeans\glassfishesb\build.properties" />
<property name="libs.spring-framework.src" value="" />
<property name="libs.javac-api.maven-pom" value="" />
<property name="file.encoding.pkg" value="sun.io" />
<property name="sun.cpu.endian" value="little" />
<property name="libs.JWSAntTasks.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\ant\extra\org-netbeans-modules-javawebstart-anttasks.jar" />
<property name="libs.PojoSELib.src" value="C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\ext\jbi\sun-pojo-engine-api-src.jar" />
<property name="libs.ant-contrib.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\ant-contrib-1.0b3.jar" />
<property name="nbplatform.default.harness.dir" value="C:\Cambia-GlassFishESBv22-2\netbeans/harness" />
<property name="java.home" value="C:\Java\jdk1.6.0_35\jre" />
<property name="libs.ricoh-ant-utils.src" value="" />
<property name="libs.spring-webmvc.src" value="" />
<property name="libs.ant-contrib.javadoc" value="" />
<property name="ant.project.default-target" value="default" />
<property name="libs.savaje-ant-utils.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\org-netbeans-modules-j2me-cdc-project-savaje.jar" />
<property name="libs.toplink.maven-pom" value="" />
<property name="libs.DataBindingME.maven-pom" value="" />
<property name="libs.PostgreSQLDriver.javadoc" value="" />
<property name="libs.restlib.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\rest\jersey.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\rest\http.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\rest\wadl2java.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\rest\rome-0.9.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\rest\jdom-1.0.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\rest\jettison-1.0-RC1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\rest\asm-3.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\rest\grizzly-servlet-webserver-1.7.3.2.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\rest\jersey-spring.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\activation.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\api\jaxb-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\jaxb-impl.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\jaxb-xjc.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\api\jsr173_api.jar" />
<property name="libs.JMUnit4CLDC11.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\docs\jmunit-1.2.1-api.zip" />
<property name="jbi.service-unit.description" value="Represents this Service Unit" />
<property name="libs.nsicom-ant-utils.maven-pom" value="" />
<property name="libs.MySQLDriver.maven-pom" value="" />
<property name="libs.savaje-ant-utils.src" value="" />
<property name="libs.junit_4.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\docs\junit-4.5-api.zip" />
<property name="libs.spring-webmvc.javadoc" value="" />
<property name="libs.toplink.src" value="" />
<property name="test.results.dir" value="E:\Work\Logicoy\IFDS\Bug-296-Decimal Point Error\DecimalPointErrorCA/test/results" />
<property name="libs.cdc-pp-awt-layout.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\cdc-pp-awt-layout.jar" />
<property name="libs.cdc-agui-swing-layout.src" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\sources\cdc-agui-swing-layout-src.zip" />
<property name="libs.hibernate-support.src" value="" />
<property name="libs.JMUnit4CLDC11.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\jmunit4cldc11-1.2.1.jar" />
<property name="libs.nb_svg_midp_components.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\nb_svg_midp_components.jar" />
<property name="libs.PojoSELib.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\ext\jbi\sun-pojo-engine-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\ext\jbi\jbi.jar" />
<property name="ant.file.type." value="file" />
<property name="libs.NetBeans MIDP Components PDA.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\netbeans_midp_components_pda.jar" />
<property name="libs.semc-ant-utils.maven-pom" value="" />
<property name="libs.nokiadeployment.maven-pom" value="" />
<property name="libs.restapi.src" value="" />
<property name="libs.NetBeans MIDP Components.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\docs\netbeans_midp_components_basic-api.zip" />
<property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers" />
<property name="libs.spring-webmvc.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\spring\spring-webmvc-2.5.jar" />
<property name="ant.file" value="E:\Work\Logicoy\IFDS\Bug-296-Decimal Point Error\DecimalPointErrorCA\build.xml" />
<property name="libs.beans-binding.maven-pom" value="" />
<property name="com.sun.jbi.routing.bc.autoconnect" value="true" />
<property name="libs.jsf12.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\jsf-1_2\commons-beanutils.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\jsf-1_2\commons-collections.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\jsf-1_2\commons-digester.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\jsf-1_2\commons-logging.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\jsf-1_2\jsf-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\jsf-1_2\jsf-impl.jar" />
<property name="GenerateATSOutput" value="${generate.ats.output}" />
<property name="libs.restapi.maven-pom" value="" />
<property name="no.catd.context" value="true" />
<property name="libs.beans-binding.src" value="" />
<property name="libs.NetBeans MIDP Components PDA.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\docs\netbeans_midp_components_pda-api.zip" />
<property name="java.vm.specification.vendor" value="Sun Microsystems Inc." />
<property name="libs.DataBindingME-PIM.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\docs\netbeans_databindingme_pim-api.zip" />
<property name="libs.swing-layout.src" value="C:\Cambia-GlassFishESBv22-2\netbeans\platform10\docs\swing-layout-1.0.3-src.zip" />
<property name="libs.j2me_ant_ext.src" value="" />
<property name="java.vm.name" value="Java HotSpot(TM) 64-Bit Server VM" />
<property name="libs.Encoder-Custom.maven-pom" value="" />
<property name="netbeans.user" value="C:\Cambia-GlassFishESBv22-2\.netbeans\glassfishesb" />
<property name="libs.ricoh-ant-utils.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\org-netbeans-modules-j2me-cdc-project-ricoh.jar;C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\RicohAntTasks-2.0.jar;C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\commons-httpclient-3.0.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\commons-logging-1.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\commons-codec-1.3.jar" />
<property name="java.io.tmpdir" value="C:\Users\Vishnu\AppData\Local\Temp\" />
<property name="java.vendor.url" value="http://java.sun.com/" />
<property name="jspc.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\ant\lib\ant.jar:C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\servlet2.5-jsp2.1-api.jar:${j2ee.platform.classpath}:C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\glassfish-jspparser-2.0.jar:C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\glassfish-logging-2.0.jar:C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\commons-logging-1.1.jar:C:\Cambia-GlassFishESBv22-2\netbeans\java2\ant\lib\ant-launcher.jar" />
<property name="sun.boot.library.path" value="C:\Java\jdk1.6.0_35\jre\bin" />
<property name="src.build.dir" value="src/jbiServiceUnits" />
<property name="libs.DataBindingME-SVG.src" value="" />
<property name="dist.jar" value="dist/DecimalPointErrorCA.zip" />
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment" />
<property name="ant.project.name" value="" />
<property name="libs.PojoSELib.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\ext\jbi\sun-pojo-engine-api-javadoc.jar" />
<property name="libs.j2me_ant_ext.maven-pom" value="" />
<property name="sun.cpu.isalist" value="amd64" />
<property name="libs.CopyLibs.javadoc" value="" />
<property name="libs.ActiveSync.javadoc" value="" />
<property name="libs.DataBindingME-PIM.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\netbeans_databindingme_pim.jar" />
<property name="libs.hibernate-support.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\antlr-2.7.6.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\asm.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\asm-attrs.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\cglib-2.1.3.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\commons-collections-2.1.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\commons-logging-1.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\dom4j-1.6.1.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\ehcache-1.2.3.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\jdbc2_0-stdext.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\jta.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\hibernate3.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\hibernate-tools.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\hibernate-annotations.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\hibernate-commons-annotations.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\hibernate-entitymanager.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\javassist.jar" />
<property name="user.home" value="C:\Users\Vishnu" />
<property name="libs.NetBeans MIDP Components.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\netbeans_midp_components_basic.jar" />
<property name="com.sun.jbi.routing" value="true" />
<property name="libs.JWSAntTasks.src" value="" />
<property name="libs.CopyLibs.maven-pom" value="" />
<property name="libs.hibernate-persistence.maven-pom" value="" />
<property name="libs.absolutelayout.javadoc" value="" />
<property name="java.specification.name" value="Java Platform API Specification" />
<property name="libs.swing-app-framework.maven-pom" value="" />
<property name="libs.jakarta_slide_ant_webdav.maven-pom" value="" />
<property name="libs.NetBeans MIDP Components WMA.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\netbeans_midp_components_wma.jar" />
<property name="ide.module.install.dir" value="C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules" />
<property name="libs.sjmc-ant-utils.src" value="" />
<property name="libs.cdc-agui-swing-layout.javadoc" value="" />
<property name="java.specification.vendor" value="Sun Microsystems Inc." />
<property name="libs.javac-api.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\javac-api-nb-7.0-b07.jar" />
<property name="libs.nokiaS80-ant-utils.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\org-netbeans-modules-j2me-cdc-project-nokiaS80.jar" />
<property name="java.version" value="1.6.0_35" />
<property name="ant.file.type.DecimalPointErrorCA-jbi-impl" value="file" />
<property name="libs.NetBeans MIDP Components WMA.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\docs\netbeans_midp_components_wma-api.zip" />
<property name="libs.MySQLDriver.javadoc" value="" />
<property name="libs.ActiveSync.maven-pom" value="" />
<property name="source.encoding" value="UTF-8" />
<property name="libs.junit.maven-pom" value="" />
<property name="libs.metro.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\docs\metro-1.4-doc.zip" />
<property name="libs.struts.maven-pom" value="" />
<property name="NetBeansUserDir" value="C:\Cambia-GlassFishESBv22-2\.netbeans\glassfishesb" />
<property name="test.dir" value="test" />
<property name="libs.IdentityAntTasks.maven-pom" value="" />
<property name="libs.jaxb.src" value="" />
<property name="libs.cdc-ant-utils.src" value="" />
<property name="libs.jaxb.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\activation.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\api\jaxb-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\jaxb-impl.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\jaxb-xjc.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\api\jsr173_api.jar" />
<property name="libs.swing-layout.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\platform10\modules\ext\swing-layout-1.0.3.jar" />
<property name="libs.restlib.src" value="" />
<property name="build.generated.dir" value="build/generated" />
<property name="libs.hibernate-persistence.src" value="" />
<property name="libs.proguard.src" value="" />
<property name="line.separator" value="&#xd;&#xa;" />
<property name="java.specification.version" value="1.6" />
<property name="libs.nb_svg_midp_components.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\docs\nb_svg_midp_components-api.zip" />
<property name="libs.jaxws21.maven-pom" value="" />
<property name="java.vm.info" value="mixed mode" />
<property name="libs.cdc-ant-utils.javadoc" value="" />
<property name="libs.spring-framework.maven-pom" value="" />
<property name="sun.boot.class.path" value="C:\Java\jdk1.6.0_35\jre\lib\resources.jar;C:\Java\jdk1.6.0_35\jre\lib\rt.jar;C:\Java\jdk1.6.0_35\jre\lib\sunrsasign.jar;C:\Java\jdk1.6.0_35\jre\lib\jsse.jar;C:\Java\jdk1.6.0_35\jre\lib\jce.jar;C:\Java\jdk1.6.0_35\jre\lib\charsets.jar;C:\Java\jdk1.6.0_35\jre\lib\modules\jdk.boot.jar;C:\Java\jdk1.6.0_35\jre\classes" />
<property name="src.dir" value="src/jbiasa" />
<property name="libs.Encoder-Framework.maven-pom" value="" />
<property name="libs.IdentityAntTasks.javadoc" value="" />
<property name="libs.proguard.maven-pom" value="" />
<property name="libs.jsf12.src" value="" />
<property name="libs.DataBindingME-SVG.maven-pom" value="" />
<property name="libs.nokiadeployment.src" value="" />
<property name="libs.savaje-ant-utils.javadoc" value="" />
<property name="nbplatform.default.netbeans.dest.dir" value="C:\Cambia-GlassFishESBv22-2\netbeans" />
<property name="libs.struts.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\docs\struts-1.3.8-javadoc.zip" />
<property name="jspctask.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\ant\extra\jspcompile.jar" />
<property name="libs.cdc-ant-utils.maven-pom" value="" />
<property name="libs.cdc-agui-swing-layout.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\cdc-agui-swing-layout.jar" />
<property name="dist.dir" value="dist" />
<property name="org.netbeans.modules.compapp.catd.context" value="" />
<property name="libs.sjmc-ant-utils.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\org-netbeans-modules-j2me-cdc-project-sjmc.jar" />
<property name="java.awt.printerjob" value="sun.awt.windows.WPrinterJob" />
<property name="libs.JMUnit4CLDC10.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\ext\jmunit4cldc10-1.2.1.jar" />
<property name="default.javac.source" value="1.6" />
<property name="libs.MySQLDriver.src" value="" />
<property name="sun.jnu.encoding" value="Cp1252" />
<property name="jbi.service-assembly.id" value="DecimalPointErrorCA" />
<property name="libs.ant-contrib.maven-pom" value="" />
<property name="esb.netbeans.home" value="C:\Cambia-GlassFishESBv22-2\netbeans" />
<property name="libs.nokiadeployment.javadoc" value="" />
<property name="java.runtime.version" value="1.6.0_35-b10" />
<property name="libs.ejb3-persistence.javadoc" value="" />
<property name="libs.NetBeans MIDP Components.src" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\sources\netbeans_midp_components_basic-src.zip" />
<property name="libs.sjmc-ant-utils.javadoc" value="" />
<property name="jbi.service-assembly.description" value="Represents the Service Assembly of DecimalPointErrorCA" />
<property name="default.javac.target" value="1.6" />
<property name="libs.junit_4.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\platform10\modules\ext\junit-4.5.jar" />
<property name="user.timezone" value="" />
<property name="java.module.install.dir" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules" />
<property name="libs.ant-contrib.src" value="" />
<property name="java.ext.dirs" value="C:\Java\jdk1.6.0_35\jre\lib\ext;C:\Windows\Sun\Java\lib\ext" />
<property name="libs.metro.src" value="" />
<property name="libs.savaje-ant-utils.maven-pom" value="" />
<property name="libs.semc-ant-utils.src" value="" />
<property name="libs.absolutelayout.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\AbsoluteLayout.jar" />
<property name="libs.metro.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\activation.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\metro\webservices-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\metro\webservices-extra-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\metro\webservices-extra.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\metro\webservices-rt.jar;C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\modules\ext\metro\webservices-tools.jar" />
<property name="libs.restlib.maven-pom" value="" />
<property name="libs.DataBindingME.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\mobility8\modules\docs\netbeans_databindingme-api.zip" />
<property name="jbi.content.component" value="sun-bpel-engine" />
<property name="java.class.path" value="C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\org-netbeans-modules-compapp-manager-jbi.jar;C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\org-netbeans-modules-compapp-projects-jbi.jar;C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\ext\jbi\jbi-admin-common.jar;C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\ext\jbi\catd.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\junit-3.8.2.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\api\saaj-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\saaj-impl.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\FastInfoset.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-lib.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-util.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-lib2.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-indent.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-plain.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-plain-lib.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-settings.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-settings-storage.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-lexer.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-xml-core.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-xml-lexer.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-xml-text.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-xml-xdm.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-xml-xam.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-csl-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\activation.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\lib\org-openide-modules.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\lib\org-openide-util.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\modules\org-openide-options.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\modules\org-openide-text.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\modules\org-openide-loaders.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\modules\org-openide-nodes.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\modules\org-netbeans-modules-editor-mimelookup.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\modules\org-netbeans-modules-editor-mimelookup-impl.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\core\org-openide-filesystems.jar;C:\apache-ant-1.8.4\lib\ant-launcher.jar;C:\apache-ant-1.8.4\lib\ant.jar;C:\apache-ant-1.8.4\lib\ant-junit.jar;C:\apache-ant-1.8.4\lib\ant-junit4.jar" />
<property name="libs.absolutelayout.src" value="" />
<property name="from.commandline" value="true" />
<property name="libs.cdc-pp-awt-layout.maven-pom" value="" />
<property name="j2ee.server.type" value="J2EE" />
<property name="os.version" value="6.1" />
<property name="libs.JMUnit4CLDC11.maven-pom" value="" />
<property name="libs.toplink.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\docs\javaee5-doc-api.zip" />
<property name="sun.desktop" value="windows" />
<property name="libs.nb_svg_midp_components.maven-pom" value="" />
<property name="libs.PojoSELib.maven-pom" value="" />
<property name="libs.ricoh-ant-utils.javadoc" value="" />
<property name="libs.NetBeans MIDP Components PDA.maven-pom" value="" />
<property name="libs.restlib.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\enterprise5\docs\jersey-api-doc.zip" />
<property name="libs.beans-binding.javadoc" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\docs\beansbinding-1.2.1-doc.zip" />
<property name="java.awt.graphicsenv" value="sun.awt.Win32GraphicsEnvironment" />
<property name="java.vm.vendor" value="Sun Microsystems Inc." />
<property name="libs.CopyLibs.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\ant\extra\org-netbeans-modules-java-j2seproject-copylibstask.jar" />
<property name="libs.spring-webmvc.maven-pom" value="" />
<property name="libs.ejb3-persistence.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\hibernate\ejb3-persistence.jar" />
<property name="libs.spring-framework.javadoc" value="" />
<property name="libs.DataBindingME-PIM.src" value="" />
<property name="ant.file.type" value="file" />
<property name="libs.PostgreSQLDriver.classpath" value="C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\postgresql-8.3-603.jdbc3.jar" />
<property name="libs.jsf12.maven-pom" value="" />
<property name="soa.module.install.dir" value="C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules" />
<property name="libs.Encoder-Custom.src" value="" />
<property name="libs.junit.src" value="" />
<property name="build.dir" value="build" />
<property name="libs.CopyLibs.src" value="" />
<property name="ant.version" value="Apache Ant(TM) version 1.8.4 compiled on May 22 2012" />
<property name="file.encoding" value="Cp1252" />
<property name="awt.toolkit" value="sun.awt.windows.WToolkit" />
</properties>
<testcase classname="org.netbeans.modules.compapp.catd.ConfiguredTest" name="TestCase1" time="0.668" />
<system-out><![CDATA[GenerateATSOutput=${generate.ats.output}
NetBeansUserDir=C:\Cambia-GlassFishESBv22-2\.netbeans\glassfishesb
awt.toolkit=sun.awt.windows.WToolkit
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\org-netbeans-modules-compapp-manager-jbi.jar;C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\org-netbeans-modules-compapp-projects-jbi.jar;C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\ext\jbi\jbi-admin-common.jar;C:\Cambia-GlassFishESBv22-2\netbeans\soa2\modules\ext\jbi\catd.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\junit-3.8.2.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\api\saaj-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\saaj-impl.jar;C:\Cambia-GlassFishESBv22-2\netbeans\java2\modules\ext\jaxws21\FastInfoset.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-lib.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-util.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-lib2.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-indent.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-plain.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-plain-lib.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-settings.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-editor-settings-storage.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-lexer.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-xml-core.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-xml-lexer.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-xml-text.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-xml-xdm.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-xml-xam.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\org-netbeans-modules-csl-api.jar;C:\Cambia-GlassFishESBv22-2\netbeans\ide11\modules\ext\jaxb\activation.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\lib\org-openide-modules.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\lib\org-openide-util.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\modules\org-openide-options.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\modules\org-openide-text.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\modules\org-openide-loaders.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\modules\org-openide-nodes.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\modules\org-netbeans-modules-editor-mimelookup.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\modules\org-netbeans-modules-editor-mimelookup-impl.jar;C:\Cambia-GlassFishESBv22-2\netbeans\platform10\core\org-openide-filesystems.jar;C:\apache-ant-1.8.4\lib\ant-launcher.jar;C:\apache-ant-1.8.4\lib\ant.jar;C:\apache-ant-1.8.4\lib\ant-junit.jar;C:\apache-ant-1.8.4\lib\ant-junit4.jar
java.class.version=50.0
java.endorsed.dirs=C:\Java\jdk1.6.0_35\jre\lib\endorsed
java.ext.dirs=C:\Java\jdk1.6.0_35\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
java.home=C:\Java\jdk1.6.0_35\jre
java.io.tmpdir=C:\Users\Vishnu\AppData\Local\Temp\
java.library.path=C:\Java\jdk1.6.0_35\jre\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;E:\apache-maven-3.0.4\bin;C:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Java\jdk1.6.0_35\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;c:\Program Files (x86)\Intel\iCLS Client\;c:\Program Files\Intel\iCLS Client\;c:\Program Files (x86)\AMD APP\bin\x86_64;c:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\MySQL\MySQL Server 5.1\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Calibre2\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Symantec\VIP Access Client\;C:\Program Files (x86)\Google\Google Apps Sync\;C:\Program Files (x86)\Google\Google Apps Migration\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\nodejs\;C:\Program Files\Perforce;E:\apache-maven-3.0.4\bin;E:\apache-maven-3.0.4\bin;C:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Java\jdk1.6.0_35\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;c:\Program Files (x86)\Intel\iCLS Client\;c:\Program Files\Intel\iCLS Client\;c:\Program Files (x86)\AMD APP\bin\x86_64;c:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\MySQL\MySQL Server 5.1\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Calibre2\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Symantec\VIP Access Client\;C:\Program Files (x86)\Google\Google Apps Sync\;C:\Program Files (x86)\Google\Google Apps Migration\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\nodejs\;C:\Program Files\Perforce;E:\aspectj1.7\bin;C:\apache-ant-1.8.4\bin;C:\OpenSSL-Win32\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Users\Vishnu\AppData\Roaming\npm;C:\Program Files (x86)\CVSNT\;.
java.runtime.name=Java(TM) SE Runtime Environment
java.runtime.version=1.6.0_35-b10
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.6
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.6.0_35
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=20.10-b01
line.separator=
org.netbeans.modules.compapp.catd.context=
os.arch=amd64
os.name=Windows 7
os.version=6.1
path.separator=;
sun.arch.data.model=64
sun.boot.class.path=C:\Java\jdk1.6.0_35\jre\lib\resources.jar;C:\Java\jdk1.6.0_35\jre\lib\rt.jar;C:\Java\jdk1.6.0_35\jre\lib\sunrsasign.jar;C:\Java\jdk1.6.0_35\jre\lib\jsse.jar;C:\Java\jdk1.6.0_35\jre\lib\jce.jar;C:\Java\jdk1.6.0_35\jre\lib\charsets.jar;C:\Java\jdk1.6.0_35\jre\lib\modules\jdk.boot.jar;C:\Java\jdk1.6.0_35\jre\classes
sun.boot.library.path=C:\Java\jdk1.6.0_35\jre\bin
sun.cpu.endian=little
sun.cpu.isalist=amd64
sun.desktop=windows
sun.io.unicode.encoding=UnicodeLittle
sun.java.command=org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner org.netbeans.modules.compapp.catd.ConfiguredTest filtertrace=true haltOnError=false haltOnFailure=false showoutput=true outputtoformatters=true logfailedtests=true logtestlistenerevents=false formatter=org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,E:\Work\Logicoy\IFDS\Bug-296-Decimal Point Error\DecimalPointErrorCA\test\results\TEST-org.netbeans.modules.compapp.catd.ConfiguredTest.xml crashfile=C:\Users\Vishnu\AppData\Local\Temp\junitvmwatcher2199410946676283091.properties propsfile=C:\Users\Vishnu\AppData\Local\Temp\junit9190609324410598002.properties
sun.java.launcher=SUN_STANDARD
sun.jnu.encoding=Cp1252
sun.management.compiler=HotSpot 64-Bit Tiered Compilers
sun.os.patch.level=Service Pack 1
user.country=IN
user.dir=E:\Work\Logicoy\IFDS\Bug-296-Decimal Point Error\DecimalPointErrorCA
user.home=C:\Users\Vishnu
user.language=en
user.name=Vishnu
user.timezone=Asia/Calcutta
user.variant=
Test TestCase1\Concurrent.properties Passed. Threads count Success: <1> Error: <0> Not completed: <0>
]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>

View File

@ -0,0 +1 @@
testcases=TestCase1

View File

@ -130,6 +130,7 @@ import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import java.io.StringWriter;
import java.lang.reflect.Method;
import java.math.BigDecimal;
import java.util.Map.Entry;
import javax.jbi.messaging.MessageExchange;
import javax.xml.transform.Transformer;
@ -1616,9 +1617,23 @@ public final class Utility {
} else {
schType = ((SchemaField) schemaType).getType();
}
if ((schType.getBuiltinTypeCode() == SchemaType.BTC_DECIMAL)
|| (schType.getBuiltinTypeCode() == SchemaType.BTC_DOUBLE)
|| (schType.getBuiltinTypeCode() == SchemaType.BTC_FLOAT)) {
int builtinCode = schType.getBuiltinTypeCode();
int baseTypeCode = schType.getBaseType().getBuiltinTypeCode();
if((builtinCode == SchemaType.BTC_DECIMAL) ||
(builtinCode == SchemaType.BTC_DOUBLE) ||
(builtinCode == SchemaType.BTC_FLOAT) ||
(baseTypeCode == SchemaType.BTC_DECIMAL) ||
(baseTypeCode == SchemaType.BTC_DOUBLE) ||
(baseTypeCode == SchemaType.BTC_FLOAT)) {
if ( (builtinCode == SchemaType.BTC_DECIMAL || baseTypeCode == SchemaType.BTC_DECIMAL) && schType.getFacet(org.apache.xmlbeans.SchemaType.FACET_FRACTION_DIGITS) != null) {
String fractionDigits = schType.getFacet(org.apache.xmlbeans.SchemaType.FACET_FRACTION_DIGITS).getStringValue();
if (fractionDigits != null && fractionDigits.length() > 0) {
BigDecimal bd = new BigDecimal(value.toString());
value = bd.setScale(Integer.parseInt(fractionDigits), BigDecimal.ROUND_HALF_UP);
}
}
isTargetNodeFloat = true;
}
}