Problem build .jar in netbean !

Hi every body, i have an porblem in build a project to runable .jar file
E:\Project Netbean\Security\nbproject\jfx-impl.xml:23: fxjar doesn't support the "applicationClass" attribute
BUILD FAILED (total time: 0 seconds)

if you use JavaFX 2.0 Beta Plugin for NetBeans IDE 7.0 (build 42) and stable current build NetBeance 7.0.1
for each new java project you must edited two project files:
nbproject\project.properties
replace
endorsed.classpath=\
${libs.JavaFX2Runtime.classpath}
to
endorsed.classpath=
nbproject\build_impl.xml
replace
<target depends="jfx-deployment" name="-post-jar">
to
<target name="-post-jar">
and manual added library JavaFX 2.0 SDK\rt\lib\jfxrt.jar in project properties

Similar Messages

  • Problems creating jar in netbeans - Failed to load main-class

    Hi,
    I was wondering if someone could help with a problem I'm having creating a jar. I have a project in netbeans 6.5 and used Netbeans' GUI Builder (matisse) to create some of the UI elements in the project. I've tried many times to do "Clean and Build" to build my project. It builds successfully, but the jar that gets created gives the following error:
    "Failed to load Main-Class manifest attribute from C:\... filepath here...."
    I checked the manifest file, and that contains:
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.1
    Created-By: 11.0-b16 (Sun Microsystems Inc.)
    I tried adding Main-Class: gui.MainGUI (which would be the class that contains my main function) to this file and tried running it again, but it then said "Invalid or corrupt Jarfile" when I try running it. MainGUI does exist in the Jar. I also tried with just Main-Class: MainGUI, same error.
    Does anyone know what I'm doing wrong? In NetBeans, if you go to the project properties, Main Class is specified as "gui.MainGUI" also, so that isn't the issue. Additionally, I have Swing Layout Extensions and Swing Application Framework included in the added libraries (required for the GUI builder, I think).
    Thanks for any help.

    Try creating a new Java project and be sure to choose project type Java Application.
    Copy source code to the newly created project and try again.

  • Building JAR with NetBeans 4.1

    I have a NetBeans 4.1 project. I build a JAR file. So far so good.
    When I run:
    java -jar AmazonSample.jarI get, "java.lang.NoClassDefFoundError: javax/xml/rpc/ServiceException"
    Apparently, it can't find "jaxrpc.jar". This file is both in the root of the JAR file and I've also tried copying it to the current working directory next to the the JAR. I try;
    java -classpath .\jaxrpc.jar -jar AmazonSample.jarand
    java -classpath jaxrpc.jar -jar AmazonSample.jarI still get the same error. As an aside question, can you specify a classpath like that when running a JAR file?
    On other projects, I've added a classpath entry to the JAR's manifest file and that works fine. However, NetBeans doesn't provide an easy way to do that.
    This must be a very common scenario. How do I resolve?
    Thanks!

    If you put the jar files in a library and then add that library to compile
    and runtime classpaths its works fine running from within the
    netbeans but when you try to run the jar outside it doesn't workIt doesn't work because you aren't providing any classpath information. When you run using the -jar variant [java -jar <proggie>] or by clicking the jar in Windows, all external classpath information is disregarded.
    The only valid source for classpath information in that case is to provide it in the jar's manifest file, in the form of a Class-Path: <classpath> entry.
    To add this to a Netbeans-created jar, look for a file manifest.mf in the Project's files, and add the above entry to this file. NB constructs the actual manifest file from this file, and the classpath entry will transfer.
    Here's how to make this work:
    1. Create an empty directory test somewhere in the computer.
    2. Copy the external library directory or jar file to test.
    3. Add the line Class-Path: <name> (where name is the library's directory or jar name) to the manifiest.mf file. If multiple items need to be listed, separate them with a space - not a colon or semi-colon.
    CAUTION: The file must end with a linefeed/newline, and as far as I can determine, the <name> can't contain spaces.
    4. Build the Project in NB.
    5. Copy the jar it creates (in the dist directory) to test.
    6 From the test directory, either issue the java -jar <proggie> command or [in Window, assuming your machine is setup to do this] click/double-click the jar.
    The contents of test can be zipped for distribution; the recipent needs to unzip into a directory to run.

  • Problem building jar file

    Hi,
    I download a project from subversion and after adding all dependent jars I tried to build the jar but it will give below problem.
    Problem writing /myproject/bin/com/mycomp/util/Copyrite.class to JAR : Duplicate entry com/mycomp/util/Copyrite.class
    Please advice.
    Thanks
    J_JON

    Have you checked your script to see if you add twice?
    post the ant script here; so I can check and see

  • Strange problem with my build JAR

    Hiii everybody... I'm having a strange problem with my build (JAR file)... when I work with the Eclipse and I click in the table that returns the clients stored in my PostGre database it works fine, but when I build my application and it generates my JAR file and I open it and click in the same table to return the objects that I have.. it does not appears anymore.. just show when I work with eclipse... and the database is the same for both.
    I already checked the database path in my properties file... and the application recognize the database because I can login and there isn't any runtime exception...
    In that application I work with Hibernate and Spring... for me it is very strange because the application works fine when I run by eclipse... but does not return the database data when I click on my Jar file to open the application..
    Someone can help me with that?
    I dont know if the problem is in the Spring, Hibernate, Libraries...
    thanks in advance...

    So what's the error then? Are there any error messages? Have you checked the console? Or are you just clicking on the jar and you wouldn't even see the errors if there are any?
    What do the logs say?
    You're not giving a lot to work on here.

  • Error by compiling yacy: Target "build-jar" does not exist

    Hello
    I am trying to compile yacy by using this PKGBUILD (based in this one: http://aur.archlinux.org/packages.php?ID=14464):
    pkgname=yacy-svn
    pkgver=7387
    pkgrel=1
    pkgdesc="Peer to peer searchengine"
    arch=(i686 x86_64)
    url="http://yacy.net/"
    license="GPL"
    depends=('java-runtime' 'sudo')
    #depends=('jre' 'sudo')
    #makedepends=('jdk' 'apache-ant' 'subversion')
    makedepends=('apache-ant' 'java-environment')
    conflicts=(yacy)
    replaces=()
    provoids=(yacy)
    install=yacy.install
    source=()
    md5sum=()
    _svntrunk=svn://svn.berlios.de/yacy/trunk/
    _svnmod=yacy
    build() {
    cd $startdir/src/
    msg "Checking out svn-tree..."
    svn co -r $pkgver $_svntrunk $_svnmod || return 1
    cd $startdir/src/yacy/
    msg "Create working directory"
    cp -r $startdir/src/yacy $startdir/src/yacy-work
    rm -rf $(find "$startdir/src/yacy-work" -type d -name ".svn" -print)
    # svn-file, that buildscript can determine revision
    mkdir -p $startdir/src/yacy-work/.svn/
    cp $startdir/src/yacy/.svn/entries $startdir/src/yacy-work/.svn/entries
    cd $startdir/src/yacy-work/
    msg "compile and copy files..."
    ant build-jar installonlinux -DDESTDIR=$startdir/pkg || return 1
    mkdir -p $startdir/pkg/usr/share/java/yacy/
    cp lib/*.jar $startdir/pkg/usr/share/java/yacy/
    cp libx/*.jar $startdir/pkg/usr/share/java/yacy/
    mkdir -p $startdir/pkg/etc/rc.d
    m4 -DArchLinux $startdir/src/yacy/addon/yacyInit.m4 >yacy.init || return 1
    install -Dm755 yacy.init $startdir/pkg/etc/rc.d/yacy
    msg "Delete working directory"
    rm -rf $startdir/src/yacy-work
    But in the process I get this error:
    Buildfile: ~/yacy/src/yacy-work/build.xml
    BUILD FAILED
    Target "build-jar" does not exist in the project "YaCy".
    I have searched information related using google but I don't find one solution.
    I think it is a java related problem. I have installed Oracle's Java Runtime Environment jre-6u23-1
    I use Archlinux x86 2.6.36-2.
    Can anyone help me please?
    Thanks in advance

    OK
    Still I can't install yacy, but I was reading the file readme.txt included in the program's tarball.
    There, says to start yacy run:
    ./startYACY.sh
    I get this terminal output:
    ****************** YaCy Web Crawler/Indexer & Search Engine *******************
    **** (C) by Michael Peter Christen, usage granted under the GPL Version 2 ****
    **** USE AT YOUR OWN RISK! Project home and releases: http://yacy.net/ ****
    ** LOG of YaCy: DATA/LOG/yacy00.log (and yacy<xx>.log) **
    ** STOP YaCy: execute stopYACY.sh and wait some seconds **
    ** GET HELP for YaCy: see http://wiki.yacy.net and http://forum.yacy.de **
    >> YaCy started as daemon process. Administration at http://localhost:8080 <<
    When I have tried to access to localhost, I get the following message:
    Error connecting to localhost. Connection refused.
    But from terminal I can ping to localhost
    Can anybody help me with any of this troubles please?
    Last edited by zuargo (2011-01-08 15:55:48)

  • Creating JAR in netbeans...

    I would like to convert all the java file to a jar file.
    I following the steps in netbeans. I double click the project name and click on the properties.
    I tick the compress JAR file and Build JAR after compiling column, but after compiling it, I can't find
    the jar file in the dist folder (i have asked it to save it to the dist folder).
    How can I solve it? Thanks
    (Posted in wrong forum before...-.-)

    Build the project.

  • Problem building Java adventure.

    Hi,
    I just installed Java adventure. It runs correctly, I can do a setup and deploy the application.
    But when it cames to build it, i got the follwing errors, does someone have an idea where this problem come from ???
    ================================================
    banner:
         [echo] +---------------------------------------+
         [echo] +    Building Service Locator Component
         [echo] +---------------------------------------+
    compile:
    clientjar:
        [mkdir] Created dir: E:\Dev\Tools\j2eesdk1.4b2\samples\blueprints\adventure1.0ea3.1\src\components\servicelocator\build\jar
         [copy] Copying 3 files to E:\Dev\Tools\j2eesdk1.4b2\samples\blueprints\adventure1.0ea3.1\src\components\servicelocator\build\jar
          [jar] Building jar: E:\Dev\Tools\j2eesdk1.4b2\samples\blueprints\adventure1.0ea3.1\src\components\servicelocator\build\servicelocator.jar
       [delete] Deleting directory E:\Dev\Tools\j2eesdk1.4b2\samples\blueprints\adventure1.0ea3.1\src\components\servicelocator\build\jar
    core:
    tools:
    compile-core:
         [echo] Running wscompile for the OPC PURCHASE ORDER endpoint:
         [echo] e:\DevToolsj2eesdk1.4b2/share/bin/wscompile.bat
    BUILD FAILED
    file:E:/Dev/Tools/j2eesdk1.4b2/samples/blueprints/adventure1.0ea3.1/src/apps/opc/src/build.xml:128: Execute failed: java.io.IOException: CreateProcess: e:\DevToolsj2eesdk1.4b2\share\bin\wscompile.bat
    -classpath ../build/classes -gen:server -keep -mapping ../build/OpcPurchaseOrderServiceMap.xml -d ../build/classes po-jaxrpc-config.xml error=3
    Total time: 14 seconds
    E:\Dev\Tools\j2eesdk1.4b2\samples\blueprints\adventure1.0ea3.1\src>
    [\code]
    ================================================

    I believe you have to edit your src/config/app-server-ant.xml file to reflect the location of wscompile.
    the error says it can't create the process
    e:\DevToolsj2eesdk1.4b2\share\bin\wscompile.bat
    in src/config/app-server-ant.xml their is a line:
    <property name="wscompile" value="${j2ee.home}/share/bin/wscompile${j2ee-script-suffix}"/>
    change the value in between the $'s to be the location of wscompile.bat
    their is some problem with the way it reads j2ee home. good luck!

  • Having problem building jcifs V1.2.19

    Hello professional developer,
    I am having difficulties in building jscifs v1.2.19, which I downloaded it from http://jcifs.samba.org/src/. I am using ant to build it and it return:
    C:\Temp\jcifs_1.2.19>ant all
    Buildfile: build.xml
    dependencies:
    hasServlet:
    BUILD FAILED
    C:\Temp\jcifs_1.2.19\build.xml:45: The following error occurred while executing
    this line:
    C:\Temp\jcifs_1.2.19\build.xml:34: The Java Servlet API classes could not be fou
    nd.  These files can be obtained from:
            http://java.sun.com/products/servlet/download.html
    Total time: 0 seconds
    C:\Temp\jcifs_1.2.19>However, I had installed my J2EE into my C:\Sun\, which give me the same �build failed� result
    and here is the build.xml:
    <project name="jcifs" default="usage" basedir=".">
        <property name="version" value="1.2.19"/>
        <property name="reldate" value="Apr 6, 2008"/>
        <target name="usage">
            <echo>
    Available Build Targets:
    dependencies: Checks that all class dependencies are met.
         compile: Builds the jCIFS classes.
             jar: Packages the jCIFS classes into a .jar file.
            docs: XSLT generated website pages
         javadoc: Creates the Javadoc API documentation.
             all: Performs all of the above.
           clean: Removes build artifacts.
        allclean: Removes distribution and build artifacts.  This
                  includes the .jar file, .class files, and
                  the Javadoc API documentation.
           jcifs: Builds the "all" target, followed by "clean".  This
                  reproduces the distribution package contents.
         distrib: Builds the "jcifs" target, and additionally
                  recreates the .zip and .tgz downloadable
                  distributions.
        checksum: Creates MD5 checksums of the .zip and .tgz
                  distributions.
           usage: Displays this message.</echo>
        </target>
        <target name="hasServlet" unless="hasServlet">
            <fail>
        The Java Servlet API classes could not be found.  These files can be
        obtained from:
            http://java.sun.com/products/servlet/download.html
            </fail>
        </target>
        <target name="dependencies">
            <available classname="javax.servlet.Servlet" property="hasServlet"/>
            <antcall target="hasServlet"/>
        </target>
        <target name="compile" depends="dependencies">
            <mkdir dir="build"/>
            <javac srcdir="src" destdir="build" debug="on">
    <!--
                <compilerarg line="-Xlint:deprecation -Xlint:unchecked"/>
    -->
            </javac>
            <copy file="src/jcifs/util/mime.map" tofile="build/jcifs/util/mime.map" overwrite="yes"/>
            <copy file="src/jcifs/http/ne.css" tofile="build/jcifs/http/ne.css" overwrite="yes"/>
        </target>
        <target name="jar" depends="compile">
            <jar jarfile="jcifs-${version}.jar">
                <fileset dir="build"/>
            </jar>
        </target>
        <target name="javadoc">
            <delete dir="docs/api" quiet="true"/>
            <mkdir dir="docs/api"/>
            <javadoc destdir="docs/api"
                overview="docs/overview.html"
                author="true"
                version="true"
                use="true"
                sourcefiles="src/jcifs/smb/ACE.java,src/jcifs/smb/SID.java,src/jcifs/Config.java,src/jcifs/UniAddress.java,src/jcifs/netbios/NbtAddress.java,src/jcifs/smb/DosFileFilter.java,src/jcifs/smb/NtlmAuthenticator.java,src/jcifs/smb/NtlmPasswordAuthentication.java,src/jcifs/smb/SmbAuthException.java,src/jcifs/smb/SmbException.java,src/jcifs/smb/SmbFile.java,src/jcifs/smb/SmbFileFilter.java,src/jcifs/smb/SmbFileInputStream.java,src/jcifs/smb/SmbFilenameFilter.java,src/jcifs/smb/SmbFileOutputStream.java,src/jcifs/smb/SmbNamedPipe.java,src/jcifs/smb/SmbRandomAccessFile.java,src/jcifs/smb/SmbSession.java"
                windowtitle="JCIFS API">
                <sourcepath path="src"/>
                <classpath>
                    <pathelement path="${java.class.path}"/>
                    <fileset dir=".">
                        <include name="**/*.jar"/>
                    </fileset>
                </classpath>
            </javadoc>
            <!--copy file="docs/allclasses-frame.html" tofile="docs/api/allclasses-frame.html" overwrite="yes"/-->
        </target>
        <target name="all" depends="jar,docs,javadoc"/>
        <target name="clean">
            <delete dir="build" quiet="true"/>
        </target>
        <target name="allclean" depends="clean">
            <delete quiet="true">
                <fileset dir=".">
                    <include name="jcifs-${version}.zip"/>
                    <include name="jcifs-${version}.zip.MD5"/>
                    <include name="jcifs-${version}.tgz"/>
                    <include name="jcifs-${version}.tgz.MD5"/>
                    <include name="jcifs-${version}.jar"/>
                </fileset>
            </delete>
            <delete dir="docs/api" quiet="true"/>
            <delete quiet="true">
                <fileset dir="docs">
                    <include name="index.html"/>
                    <include name="pipes.html"/>
                    <include name="faq.html"/>
                    <include name="wins.html"/>
                    <include name="capture.html"/>
                    <include name="httpclient.html"/>
                    <include name="resolver.html"/>
                    <include name="authhandler.html"/>
                    <include name="ntlmhttpauth.html"/>
                </fileset>
            </delete>
        </target>
        <target name="jcifs" depends="all,clean"/>
        <target name="distrib" depends="jcifs">
            <delete dir="dist_tmp" quiet="true"/>
            <copy todir="dist_tmp/jcifs_${version}">
                <fileset dir=".">
                    <include name="build.xml"/>
                    <include name="jcifs-${version}.jar"/>
                    <include name="CHANGES.txt"/>
                    <include name="README.txt"/>
                    <include name="docs/**"/>
                    <include name="examples/**"/>
                    <include name="src/**"/>
                    <include name="patches/**"/>
                </fileset>
            </copy>
            <fixcrlf srcdir="dist_tmp" tab="remove" tablength="4">
                <include name="**/*.java"/>
                <include name="**/*.c"/>
                <include name="**/*.h"/>
                <include name="**/*.css"/>
                <include name="**/*.html"/>
                <include name="**/*.xml"/>
                <include name="**/*.txt"/>
                <include name="**/*.jav"/>
                <include name="**/*.bak"/>
                <include name="**/*.prp"/>
                <include name="**/*.map"/>
                <include name="**/*.patch"/>
            </fixcrlf>
            <fixcrlf srcdir="dist_tmp" eol="crlf">
                <include name="**/*.java"/>
                <include name="**/*.c"/>
                <include name="**/*.h"/>
                <include name="**/*.css"/>
                <include name="**/*.html"/>
                <include name="**/*.xml"/>
                <include name="**/*.txt"/>
                <include name="**/*.jav"/>
                <include name="**/*.bak"/>
                <include name="**/*.prp"/>
                <include name="**/*.map"/>
                <include name="**/*.patch"/>
                <include name="**/Makefile"/>
            </fixcrlf>
            <zip zipfile="jcifs-${version}.zip" basedir="dist_tmp"/>
            <fixcrlf srcdir="dist_tmp" eol="lf">
                <include name="**/*.java"/>
                <include name="**/*.c"/>
                <include name="**/*.h"/>
                <include name="**/*.css"/>
                <include name="**/*.html"/>
                <include name="**/*.xml"/>
                <include name="**/*.txt"/>
                <include name="**/*.jav"/>
                <include name="**/*.bak"/>
                <include name="**/*.prp"/>
                <include name="**/*.map"/>
                <include name="**/*.patch"/>
                <include name="**/Makefile"/>
            </fixcrlf>
            <tar tarfile="jcifs-${version}.tar" basedir="dist_tmp"/>
            <delete dir="dist_tmp" quiet="true"/>
            <gzip src="jcifs-${version}.tar" zipfile="jcifs-${version}.tgz"/>
            <delete file="jcifs-${version}.tar" quiet="true"/>
        </target>
        <target name="checksum">
            <checksum file="jcifs-${version}.zip"/>
            <checksum file="jcifs-${version}.tgz"/>
        </target>
        <target name="docs">
            <style basedir="docs" destdir="docs" extension=".html" style="plain.xsl"
                    includes="pipes.xml,faq.xml,wins.xml,capture.xml,httpclient.xml,resolver.xml,authhandler.xml,ntlmhttpauth.xml">
                <param name="date" expression="${reldate}"/>
                <param name="lib" expression="jcifs-${version}"/>
                <param name="title" expression="JCIFS"/>
                <param name="copyright" expression="The JCIFS Project"/>
                <param name="edge" expression="#808080"/>
                <param name="mainpane" expression="#ffffff"/>
                <param name="leftpane" expression="#FFD700"/>
                <param name="middlepane" expression="#ffffff"/>
                <param name="footer" expression="#808080"/>
                <param name="text1" expression="#000000"/>
                <param name="text2" expression="#000080"/>
            </style>
            <style basedir="docs" destdir="docs" extension=".html" style="proj.xsl"
                    includes="index.xml">
                <param name="date" expression="${reldate}"/>
                <param name="lib" expression="jcifs-${version}"/>
                <param name="title" expression="JCIFS"/>
                <param name="copyright" expression="The JCIFS Project"/>
                <param name="edge" expression="#808080"/>
                <param name="mainpane" expression="#ffffff"/>
                <param name="leftpane" expression="#e0e0FF"/>
                <param name="middlepane" expression="#ffffff"/>
                <param name="footer" expression="#808080"/>
                <param name="text1" expression="#000000"/>
                <param name="text2" expression="#000080"/>
            </style>
        </target>
    </project>I hope someone can help me to solve this problem. :D
    Thank you
    Edited by: johncsl82 on Apr 16, 2008 2:14 AM

    my own solution:
    1. copy C:\jboss-portal-2.6.4\server\default\libservlet-api.jar to %ANT_HOME%\lib\
    2. run ant -diagnostics
    C:\Temp\jcifs_1.2.19>ant  -diagnostics
    ------- Ant diagnostics report -------
    Apache Ant version 1.7.0 compiled on December 13 2006
    Implementation Version
    core tasks     : 1.7.0
    optional tasks : not available
    ANT PROPERTIES
    ant.version: Apache Ant version 1.7.0 compiled on December 13 2006
    ant.java.version: 1.6
    ant.core.lib: C:\Program Files\WinAnt\lib\ant.jar
    ant.home: C:\Program Files\WinAnt
    ANT_HOME/lib jar listing
    ant.home: C:\Program Files\WinAnt
    ant-antlr.jar (5769 bytes)
    ant-apache-bcel.jar (8627 bytes)
    ant-apache-bsf.jar (3980 bytes)
    ant-apache-log4j.jar (3074 bytes)
    ant-apache-oro.jar (39591 bytes)
    ant-apache-regexp.jar (3737 bytes)
    ant-apache-resolver.jar (4080 bytes)
    ant-commons-logging.jar (3943 bytes)
    ant-commons-net.jar (47163 bytes)
    ant-contrib-1.0b3.jar (224277 bytes)
    ant-jai.jar (21368 bytes)
    ant-javamail.jar (7011 bytes)
    ant-jdepend.jar (8152 bytes)
    ant-jmf.jar (6609 bytes)
    ant-jsch.jar (30122 bytes)
    ant-junit.jar (92792 bytes)
    ant-launcher.jar (11734 bytes)
    ant-netrexx.jar (9895 bytes)
    ant-nodeps.jar (430311 bytes)
    ant-starteam.jar (35404 bytes)
    ant-stylebook.jar (2334 bytes)
    ant-swing.jar (6713 bytes)
    ant-testutil.jar (14919 bytes)
    ant-trax.jar (6897 bytes)
    ant-weblogic.jar (14254 bytes)
    ant.jar (1289806 bytes)
    servlet-api.jar (89678 bytes)
    xercesImpl.jar (1212965 bytes)
    xml-apis.jar (195119 bytes)
    USER_HOME/.ant/lib jar listing
    user.home: C:\Documents and Settings\Administrator
    No such directory.
    Tasks availability
    image : Missing dependency javax.media.jai.PlanarImage
    sshexec : Missing dependency com.jcraft.jsch.UserInfo
    scp : Missing dependency com.jcraft.jsch.UserInfo
    jdepend : Missing dependency jdepend.xmlui.JDepend
    A task being missing/unavailable should only matter if you are trying to use it
    org.apache.env.Which diagnostics
    Not available.
    Download it at http://xml.apache.org/commons/
    XML Parser information
    XML Parser : org.apache.xerces.jaxp.SAXParserImpl
    XML Parser Location: C:\Program Files\WinAnt\lib\xercesImpl.jar
    Namespace-aware parser : org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
    Namespace-aware parser Location: C:\Program Files\WinAnt\lib\xercesImpl.jar
    System properties
    java.runtime.name : Java(TM) SE Runtime Environment
    sun.boot.library.path : C:\Sun\SDK\jdk\jre\bin
    java.vm.version : 10.0-b19
    ant.library.dir : C:\Program Files\WinAnt\lib
    java.vm.vendor : Sun Microsystems Inc.
    java.vendor.url : http://java.sun.com/
    path.separator : ;
    java.vm.name : Java HotSpot(TM) Client VM
    file.encoding.pkg : sun.io
    user.country : US
    sun.java.launcher : SUN_STANDARD
    sun.os.patch.level : Service Pack 2
    java.vm.specification.name : Java Virtual Machine Specification
    user.dir : C:\Temp\jcifs_1.2.19
    java.runtime.version : 1.6.0_05-b13
    java.awt.graphicsenv : sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs : C:\Sun\SDK\jdk\jre\lib\endorsed
    os.arch : x86
    java.io.tmpdir : C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
    line.separator :
    java.vm.specification.vendor : Sun Microsystems Inc.
    user.variant :
    os.name : Windows 2003
    ant.home : C:\Program Files\WinAnt
    sun.jnu.encoding : Cp1252
    java.library.path : C:\Sun\SDK\jdk\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\MsNfs\;C:\php-5.2.5-Win32;C:\Sun\SDK\
    jdk;C:\Sun\SDK\;C:\Program Files\WinAnt;C:\Program Files\WinAnt\bin;C:\Sun\SDK\bin;C:\Sun\SDK\lib;C:\Sun\SDK\jdk\bin;C:\Sun\SDK\jdk\lib;C:\jboss-portal-2.6.4\server\default\lib;
    java.specification.name : Java Platform API Specification
    java.class.version : 50.0
    sun.management.compiler : HotSpot Client Compiler
    os.version : 5.2
    user.home : C:\Documents and Settings\Administrator
    user.timezone : Asia/Singapore
    java.awt.printerjob : sun.awt.windows.WPrinterJob
    file.encoding : Cp1252
    java.specification.version : 1.6
    user.name : Administrator
    java.class.path : C:\Program Files\WinAnt\lib\ant-launcher.jar;C:\Program Files\WinAnt\lib\ant-antlr.jar;C:\Program Files\WinAnt\lib\ant-apache-bcel.jar;C:\Program Files\WinAnt\lib\ant-apache-bsf.jar;
    C:\Program Files\WinAnt\lib\ant-apache-log4j.jar;C:\Program Files\WinAnt\lib\ant-apache-oro.jar;C:\Program Files\WinAnt\lib\ant-apache-regexp.jar;C:\Program Files\WinAnt\lib\ant-apache-resolver.jar;C:
    \Program Files\WinAnt\lib\ant-commons-logging.jar;C:\Program Files\WinAnt\lib\ant-commons-net.jar;C:\Program Files\WinAnt\lib\ant-contrib-1.0b3.jar;C:\Program Files\WinAnt\lib\ant-jai.jar;C:\Program F
    iles\WinAnt\lib\ant-javamail.jar;C:\Program Files\WinAnt\lib\ant-jdepend.jar;C:\Program Files\WinAnt\lib\ant-jmf.jar;C:\Program Files\WinAnt\lib\ant-jsch.jar;C:\Program Files\WinAnt\lib\ant-junit.jar;
    C:\Program Files\WinAnt\lib\ant-launcher.jar;C:\Program Files\WinAnt\lib\ant-netrexx.jar;C:\Program Files\WinAnt\lib\ant-nodeps.jar;C:\Program Files\WinAnt\lib\ant-starteam.jar;C:\Program Files\WinAnt
    \lib\ant-stylebook.jar;C:\Program Files\WinAnt\lib\ant-swing.jar;C:\Program Files\WinAnt\lib\ant-testutil.jar;C:\Program Files\WinAnt\lib\ant-trax.jar;C:\Program Files\WinAnt\lib\ant-weblogic.jar;C:\P
    rogram Files\WinAnt\lib\ant.jar;C:\Program Files\WinAnt\lib\servlet-api.jar;C:\Program Files\WinAnt\lib\xercesImpl.jar;C:\Program Files\WinAnt\lib\xml-apis.jar;C:\Sun\SDK\jdk\lib\tools.jar
    java.vm.specification.version : 1.0
    sun.arch.data.model : 32
    java.home : C:\Sun\SDK\jdk\jre
    java.specification.vendor : Sun Microsystems Inc.
    user.language : en
    awt.toolkit : sun.awt.windows.WToolkit
    java.vm.info : mixed mode
    java.version : 1.6.0_05
    java.ext.dirs : C:\Sun\SDK\jdk\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
    sun.boot.class.path : C:\Sun\SDK\jdk\jre\lib\resources.jar;C:\Sun\SDK\jdk\jre\lib\rt.jar;C:\Sun\SDK\jdk\jre\lib\sunrsasign.jar;C:\Sun\SDK\jdk\jre\lib\jsse.jar;C:\Sun\SDK\jdk\jre\lib\jce.jar;C:\Sun\SDK
    \jdk\jre\lib\charsets.jar;C:\Sun\SDK\jdk\jre\classes
    java.vendor : Sun Microsystems Inc.
    file.separator : \
    java.vendor.url.bug : http://java.sun.com/cgi-bin/bugreport.cgi
    sun.cpu.endian : little
    sun.io.unicode.encoding : UnicodeLittle
    sun.desktop : windows
    sun.cpu.isalist : pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    Temp dir
    Temp dir is C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
    Temp dir is writeable
    Temp dir alignment with system clock is 0 ms
    Locale information
    Timezone Singapore Time offset=28800000
    Proxy information
    Java1.5+ proxy settings:
    Direct connection
    C:\Temp\jcifs_1.2.19>3. run ant -d
    C:\Temp\jcifs_1.2.19>ant -d
    Apache Ant version 1.7.0 compiled on December 13 2006
    Buildfile: build.xml
    Adding reference: ant.PropertyHelper
    Detected Java version: 1.6 in: C:\Sun\SDK\jdk\jre
    Detected OS: Windows 2003
    Adding reference: ant.ComponentHelper
    Setting ro project property: ant.file -> C:\Temp\jcifs_1.2.19\build.xml
    Adding reference: ant.projectHelper
    Adding reference: ant.parsing.context
    Adding reference: ant.targets
    parsing buildfile C:\Temp\jcifs_1.2.19\build.xml with URI = file:/C:/Temp/jcifs_1.2.19/build.xml
    Setting ro project property: ant.project.name -> jcifs
    Adding reference: jcifs
    Setting ro project property: ant.file.jcifs -> C:\Temp\jcifs_1.2.19\build.xml
    Project base dir set to: C:\Temp\jcifs_1.2.19
    +Target:
    +Target: usage
    +Target: hasServlet
    +Target: dependencies
    +Target: compile
    +Target: jar
    +Target: javadoc
    +Target: all
    +Target: clean
    +Target: allclean
    +Target: jcifs
    +Target: distrib
    +Target: checksum
    +Target: docs
    [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
    Setting project property: version -> 1.2.19
    Setting project property: reldate -> Apr 6, 2008
    Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
    Adding reference: ant.executor
    Build sequence for target(s) `usage' is [usage]
    Complete build sequence is [usage, dependencies, compile, jar, docs, javadoc, all, clean, jcifs, distrib, hasServlet, checksum, allclean, ]
    usage:
         [echo]
         [echo] Available Build Targets:
         [echo]
         [echo] dependencies: Checks that all class dependencies are met.
         [echo]      compile: Builds the jCIFS classes.
         [echo]          jar: Packages the jCIFS classes into a .jar file.
         [echo]         docs: XSLT generated website pages
         [echo]      javadoc: Creates the Javadoc API documentation.
         [echo]          all: Performs all of the above.
         [echo]
         [echo]        clean: Removes build artifacts.
         [echo]     allclean: Removes distribution and build artifacts.  This
         [echo]               includes the .jar file, .class files, and
         [echo]               the Javadoc API documentation.
         [echo]
         [echo]        jcifs: Builds the "all" target, followed by "clean".  This
         [echo]               reproduces the distribution package contents.
         [echo]      distrib: Builds the "jcifs" target, and additionally
         [echo]               recreates the .zip and .tgz downloadable
         [echo]               distributions.
         [echo]     checksum: Creates MD5 checksums of the .zip and .tgz
         [echo]               distributions.
         [echo]
         [echo]        usage: Displays this message.
    BUILD SUCCESSFUL
    Total time: 0 seconds
    C:\Temp\jcifs_1.2.19>4. run ant -d dependencies
    C:\Temp\jcifs_1.2.19>ant -d dependencies
    Apache Ant version 1.7.0 compiled on December 13 2006
    Buildfile: build.xml
    Adding reference: ant.PropertyHelper
    Detected Java version: 1.6 in: C:\Sun\SDK\jdk\jre
    Detected OS: Windows 2003
    Adding reference: ant.ComponentHelper
    Setting ro project property: ant.file -> C:\Temp\jcifs_1.2.19\build.xml
    Adding reference: ant.projectHelper
    Adding reference: ant.parsing.context
    Adding reference: ant.targets
    parsing buildfile C:\Temp\jcifs_1.2.19\build.xml with URI = file:/C:/Temp/jcifs_1.2.19/build.xml
    Setting ro project property: ant.project.name -> jcifs
    Adding reference: jcifs
    Setting ro project property: ant.file.jcifs -> C:\Temp\jcifs_1.2.19\build.xml
    Project base dir set to: C:\Temp\jcifs_1.2.19
    +Target:
    +Target: usage
    +Target: hasServlet
    +Target: dependencies
    +Target: compile
    +Target: jar
    +Target: javadoc
    +Target: all
    +Target: clean
    +Target: allclean
    +Target: jcifs
    +Target: distrib
    +Target: checksum
    +Target: docs
    [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
    Setting project property: version -> 1.2.19
    Setting project property: reldate -> Apr 6, 2008
    Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
    Adding reference: ant.executor
    Build sequence for target(s) `dependencies' is [dependencies]
    Complete build sequence is [dependencies, compile, jar, docs, javadoc, all, clean, jcifs, distrib, hasServlet, checksum, usage, allclean, ]
    dependencies:
    Setting project property: hasServlet -> true
    Setting ro project property: ant.file -> C:\Temp\jcifs_1.2.19\build.xml
    Setting ro project property: ant.file.jcifs -> C:\Temp\jcifs_1.2.19\build.xml
    Setting ro project property: ant.project.name -> jcifs
    Setting project property: java.ext.dirs -> C:\Sun\SDK\jdk\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
    Setting project property: sun.desktop -> windows
    Setting project property: java.runtime.version -> 1.6.0_05-b13
    Setting project property: file.separator -> \
    Setting project property: user.country -> US
    Setting project property: java.vm.version -> 10.0-b19
    Setting project property: line.separator ->
    Setting project property: sun.io.unicode.encoding -> UnicodeLittle
    Setting project property: user.dir -> C:\Temp\jcifs_1.2.19
    Setting project property: file.encoding.pkg -> sun.io
    Setting project property: java.specification.name -> Java Platform API Specification
    Setting project property: user.variant ->
    Setting project property: java.vm.specification.name -> Java Virtual Machine Specification
    Setting project property: java.specification.vendor -> Sun Microsystems Inc.
    Setting project property: ant.core.lib -> C:\Program Files\WinAnt\lib\ant.jar
    Setting project property: path.separator -> ;
    Setting project property: sun.arch.data.model -> 32
    Setting project property: version -> 1.2.19
    Setting project property: os.name -> Windows 2003
    Setting project property: java.endorsed.dirs -> C:\Sun\SDK\jdk\jre\lib\endorsed
    Setting project property: ant.library.dir -> C:\Program Files\WinAnt\lib
    Setting project property: sun.jnu.encoding -> Cp1252
    Setting project property: sun.boot.library.path -> C:\Sun\SDK\jdk\jre\bin
    Setting project property: ant.version -> Apache Ant version 1.7.0 compiled on December 13 2006
    Setting project property: awt.toolkit -> sun.awt.windows.WToolkit
    Setting project property: user.name -> Administrator
    Setting project property: os.version -> 5.2
    Setting project property: hasServlet -> true
    Setting project property: sun.java.launcher -> SUN_STANDARD
    Setting project property: sun.management.compiler -> HotSpot Client Compiler
    Setting project property: reldate -> Apr 6, 2008
    Setting project property: java.awt.graphicsenv -> sun.awt.Win32GraphicsEnvironment
    Setting project property: java.library.path -> C:\Sun\SDK\jdk\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\MsNfs\;C:\
    php-5.2.5-Win32;C:\Sun\SDK\jdk;C:\Sun\SDK\;C:\Program Files\WinAnt;C:\Program Files\WinAnt\bin;C:\Sun\SDK\bin;C:\Sun\SDK\lib;C:\Sun\SDK\jdk\bin;C:\Sun\SDK\jdk\lib;C:\jboss-portal-2.6.4\server\default\
    lib;
    Setting project property: java.vm.specification.version -> 1.0
    Setting project property: user.timezone ->
    Setting project property: java.vm.info -> mixed mode
    Setting project property: sun.os.patch.level -> Service Pack 2
    Setting project property: sun.boot.class.path -> C:\Sun\SDK\jdk\jre\lib\resources.jar;C:\Sun\SDK\jdk\jre\lib\rt.jar;C:\Sun\SDK\jdk\jre\lib\sunrsasign.jar;C:\Sun\SDK\jdk\jre\lib\jsse.jar;C:\Sun\SDK\jdk
    \jre\lib\jce.jar;C:\Sun\SDK\jdk\jre\lib\charsets.jar;C:\Sun\SDK\jdk\jre\classes
    Setting project property: sun.cpu.isalist -> pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    Setting project property: java.runtime.name -> Java(TM) SE Runtime Environment
    Setting project property: java.home -> C:\Sun\SDK\jdk\jre
    Setting project property: java.class.path -> C:\Program Files\WinAnt\lib\ant-launcher.jar;C:\Program Files\WinAnt\lib\ant-antlr.jar;C:\Program Files\WinAnt\lib\ant-apache-bcel.jar;C:\Program Files\Win
    Ant\lib\ant-apache-bsf.jar;C:\Program Files\WinAnt\lib\ant-apache-log4j.jar;C:\Program Files\WinAnt\lib\ant-apache-oro.jar;C:\Program Files\WinAnt\lib\ant-apache-regexp.jar;C:\Program Files\WinAnt\lib
    \ant-apache-resolver.jar;C:\Program Files\WinAnt\lib\ant-commons-logging.jar;C:\Program Files\WinAnt\lib\ant-commons-net.jar;C:\Program Files\WinAnt\lib\ant-contrib-1.0b3.jar;C:\Program Files\WinAnt\l
    ib\ant-jai.jar;C:\Program Files\WinAnt\lib\ant-javamail.jar;C:\Program Files\WinAnt\lib\ant-jdepend.jar;C:\Program Files\WinAnt\lib\ant-jmf.jar;C:\Program Files\WinAnt\lib\ant-jsch.jar;C:\Program File
    s\WinAnt\lib\ant-junit.jar;C:\Program Files\WinAnt\lib\ant-launcher.jar;C:\Program Files\WinAnt\lib\ant-netrexx.jar;C:\Program Files\WinAnt\lib\ant-nodeps.jar;C:\Program Files\WinAnt\lib\ant-starteam.
    jar;C:\Program Files\WinAnt\lib\ant-stylebook.jar;C:\Program Files\WinAnt\lib\ant-swing.jar;C:\Program Files\WinAnt\lib\ant-testutil.jar;C:\Program Files\WinAnt\lib\ant-trax.jar;C:\Program Files\WinAn
    t\lib\ant-weblogic.jar;C:\Program Files\WinAnt\lib\ant.jar;C:\Program Files\WinAnt\lib\servlet-api.jar;C:\Program Files\WinAnt\lib\xercesImpl.jar;C:\Program Files\WinAnt\lib\xml-apis.jar;C:\Sun\SDK\jd
    k\lib\tools.jar
    Setting project property: user.home -> C:\Documents and Settings\Administrator
    Setting project property: java.specification.version -> 1.6
    Setting project property: os.arch -> x86
    Setting project property: java.awt.printerjob -> sun.awt.windows.WPrinterJob
    Setting project property: java.vm.specification.vendor -> Sun Microsystems Inc.
    Setting project property: java.vendor.url.bug -> http://java.sun.com/cgi-bin/bugreport.cgi
    Setting project property: user.language -> en
    Setting project property: java.class.version -> 50.0
    Setting project property: java.vm.name -> Java HotSpot(TM) Client VM
    Setting project property: java.vendor.url -> http://java.sun.com/
    Setting project property: java.vendor -> Sun Microsystems Inc.
    Setting project property: java.vm.vendor -> Sun Microsystems Inc.
    Setting project property: java.io.tmpdir -> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
    Setting project property: java.version -> 1.6.0_05
    Setting project property: ant.home -> C:\Program Files\WinAnt
    Setting project property: file.encoding -> Cp1252
    Setting project property: sun.cpu.endian -> little
    Project base dir set to: C:\Temp\jcifs_1.2.19
      [antcall] calling target(s) [hasServlet] in build file C:\Temp\jcifs_1.2.19\build.xml
    Setting ro project property: ant.file -> C:\Temp\jcifs_1.2.19\build.xml
    Adding reference: ant.projectHelper
    Adding reference: ant.parsing.context
    Adding reference: ant.targets
    parsing buildfile C:\Temp\jcifs_1.2.19\build.xml with URI = file:/C:/Temp/jcifs_1.2.19/build.xml
    Setting ro project property: ant.project.name -> jcifs
    Adding reference: jcifs
    Setting ro project property: ant.file.jcifs -> C:\Temp\jcifs_1.2.19\build.xml
    Project base dir set to: C:\Temp\jcifs_1.2.19
    +Target:
    +Target: usage
    +Target: hasServlet
    +Target: dependencies
    +Target: compile
    +Target: jar
    +Target: javadoc
    +Target: all
    +Target: clean
    +Target: allclean
    +Target: jcifs
    +Target: distrib
    +Target: checksum
    +Target: docs
    Override ignored for property "version"
    Override ignored for property "reldate"
    Build sequence for target(s) `hasServlet' is [hasServlet]
    Complete build sequence is [hasServlet, dependencies, compile, jar, docs, javadoc, all, clean, jcifs, distrib, checksum, usage, allclean, ]
      [antcall] Entering C:\Temp\jcifs_1.2.19\build.xml...
    Build sequence for target(s) `hasServlet' is [hasServlet]
    Complete build sequence is [hasServlet, dependencies, compile, jar, docs, javadoc, all, clean, jcifs, distrib, checksum, usage, allclean, ]
    hasServlet:
    Skipped because property 'hasServlet' set.
      [antcall] Exiting C:\Temp\jcifs_1.2.19\build.xml.
    BUILD SUCCESSFUL
    Total time: 1 second
    C:\Temp\jcifs_1.2.19>5. lastly run ant -d all , which complete the build :D
    Thank you

  • Problems building a stand alone application with LV 8.6.1.

    I'm having problems building  a stand alone application with LV8.6.1. I'm using a USB- 6008 DAQ and USB-6501 Digital device in the application. I already have an simple executable on the machine so the Run time Engine is already installed.  For the USB DAQ device, I assume I need to include the DAQmx8.8 as one of the installers. When I attempt to build the application, I'm prompted for several disk, one being a distribuition disk 1. I have the installation disk for the developer package. I did not  see a distribuiton disk as one of the installation disks. When I insert disk 1 I get an error that another application is trying to run. Could someone tell me which installers I need to include and where do I find the "distributor" disk.
    Thank you,

    are you building installer for the first time on this PC?...It usually asks for the drivers CDs and some toolkits if required.
    you just need to use drivers CDs (comes with LabVIEW) from which you installed on this PC. If you have ever upgraded drivers, then you have to use the latest CDs only.......
    another issue may be ...when u insert the driver disk, it has autorun, it will launch drivers installation wizard....close that and then try to build distribution......... 
    Message Edited by Anil Reddy on 09-25-2009 01:22 PM
    Anil Punnam
    CLD
    LV 2012, TestStand 4.2..........

  • Error "Problem building schema" while invoking external webservice

    Hi,
    I have following problem:
    I created 2 BPEL processes.
    One of these processes should be called from the other as a partnerlink.
    When I create the partnerlink, pointing to the deployed wsdl, I get following error "Problem building schema" when I try to access the input variable that was created by the invoke activity.
    I have tried a lot of things but keep on getting this error.
    When I create a new, empty BPEL process, and do exactly the same it does work!
    any help would be greatly appreciated.....

    Hi,
    I have given this URL 'http://ws.cdyne.com/WeatherWS/Weather.asmx?WSDL'.
    Now it is showing the following error
    Exception occured in library handler.Not implemented.
    Exception of class CX_SIDL_INTERNAL_ERROR
    Please have a look into it
    Regards,
    Dhana

  • "Problem building schema" exception in BPEL Designer

    Hi all,
    I use BPEL Designer 10.1.2.0.2 and encounter the following problem:
    I built a web service based on the Oracle Toplink How To demo. The web service has one published method that returns a custom 'Customer' object.
    I deployed the web service on my localhost (AS 10.1.3)
    In my BPEL process, I create a partnerlink based on the WSDL that was generated by JDeveloper and let BPEL Designer create a local copy.
    Then I created an invoke and had the wizard create in- and output variables for the invoke.
    When I select either the input- or output variable in the structure pane, I get an error message when I click on the 'parameters' entry. The message shown is 'Exception - problem building schema!'
    When I check the 'show detailed node information' box no additional info is shown!
    Any Idea what might go wrong?
    The WSDL looks as follows:
    <definitions
    name="updCustWS"
    targetNamespace="http://examples.ox.model/"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://examples.ox.model/"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:tns0="http://examples.ox.model/types/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns1="http://www.oracle.com/webservices/internal/literal"
    >
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="urn:customer-example" schemaLocation="Customer.xsd"/>
    </schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://examples.ox.model/types/"
    elementFormDefault="qualified" xmlns:tns="http://examples.ox.model/types/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:ns1="http://www.oracle.com/webservices/internal/literal">
    <import namespace="http://www.oracle.com/webservices/internal/literal"/>
    <import namespace="urn:customer-example" schemaLocation="Customer.xsd"/>
    <complexType name="getCust">
    <sequence>
    <element name="cust" type="tns:Customer" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="Customer">
    <sequence>
    <element name="gender" type="string" nillable="true"/>
    <element name="dateOfBirth" type="dateTime" nillable="true"/>
    <element name="phoneNumbers" type="ns1:vector" nillable="true"/>
    <element name="shippingAddress" type="tns:Address" nillable="true"/>
    <element name="billingAddress" type="tns:Address" nillable="true"/>
    <element name="firstName" type="string" nillable="true"/>
    <element name="lastName" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="Address">
    <sequence>
    <element name="postalCode" type="string" nillable="true"/>
    <element name="suite" type="string" nillable="true"/>
    <element name="street" type="string" nillable="true"/>
    <element name="province" type="string" nillable="true"/>
    <element name="city" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="getCustResponse">
    <sequence>
    <element name="result" type="tns:Customer" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="version">
    <sequence/>
    </complexType>
    <complexType name="versionResponse">
    <sequence>
    <element name="result" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <element name="getCustElement" type="tns:getCust"/>
    <element name="getCustResponseElement" type="tns:getCustResponse"/>
    <element name="versionElement" type="tns:version"/>
    <element name="versionResponseElement" type="tns:versionResponse"/>
    </schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.oracle.com/webservices/internal/literal"
    elementFormDefault="qualified" xmlns:tns="http://www.oracle.com/webservices/internal/literal"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/">
    <import namespace="http://examples.ox.model/types/"/>
    <import namespace="urn:customer-example" schemaLocation="Customer.xsd"/>
    <complexType name="vector">
    <complexContent>
    <extension base="tns:list">
    <sequence/>
    </extension>
    </complexContent>
    </complexType>
    <complexType name="list">
    <complexContent>
    <extension base="tns:collection">
    <sequence/>
    </extension>
    </complexContent>
    </complexType>
    <complexType name="collection">
    <sequence>
    <element name="item" type="anyType" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    </complexType>
    </schema>
    </types>
    <message name="UpdCustWS_getCust">
    <part name="parameters" element="tns0:getCustElement"/>
    </message>
    <message name="UpdCustWS_getCustResponse">
    <part name="parameters" element="tns0:getCustResponseElement"/>
    </message>
    <message name="UpdCustWS_version">
    <part name="parameters" element="tns0:versionElement"/>
    </message>
    <message name="UpdCustWS_versionResponse">
    <part name="parameters" element="tns0:versionResponseElement"/>
    </message>
    <portType name="updCustWS">
    <operation name="getCust">
    <input message="tns:UpdCustWS_getCust"/>
    <output message="tns:UpdCustWS_getCustResponse"/>
    </operation>
    <operation name="version">
    <input message="tns:UpdCustWS_version"/>
    <output message="tns:UpdCustWS_versionResponse"/>
    </operation>
    </portType>
    <binding name="updCustWSSoapHttp" type="tns:updCustWS">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="getCust">
    <soap:operation soapAction="http://examples.ox.model//getCust"/>
    <input>
    <soap:body use="literal" parts="parameters"/>
    </input>
    <output>
    <soap:body use="literal" parts="parameters"/>
    </output>
    </operation>
    <operation name="version">
    <soap:operation soapAction="http://examples.ox.model//version"/>
    <input>
    <soap:body use="literal" parts="parameters"/>
    </input>
    <output>
    <soap:body use="literal" parts="parameters"/>
    </output>
    </operation>
    </binding>
    <service name="updCustWS">
    <port name="updCustWSSoapHttpPort" binding="tns:updCustWSSoapHttp">
    <soap:address location="http://localhost:7780/toplinkDemo-toplink-context-root/updCustWSSoapHttpPort"/>
    </port>
    </service>
    </definitions>
    any help would be greatly appreciated!
    Thanks in advance,
    Rob

    Hi
    I know it's an old thread, but I'm having the same issue.
    I have created an EJB3 web service that returns an object with 2 nested objects. The autogenerated WSDL looks something like this:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns0="http://www.oracle.com/webservices/internal/literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://smbc.crm.persistence.services/" name="CRMBusinessWSService" targetNamespace="http://smbc.crm.persistence.services/">
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns1="http://www.oracle.com/webservices/internal/literal" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://smbc.crm.persistence.services/" elementFormDefault="qualified">
    <import namespace="http://www.oracle.com/webservices/internal/literal"/>
    <complexType name="Businesses">
    <sequence>
    <element name="partyId" type="long" nillable="true"/>
    <element name="businessContactPoints" type="ns1:list" nillable="true"/>
    <element name="businessAddresses" type="ns1:list" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="BusinessAddresses">
    <sequence>
    <element name="locality" type="string" nillable="true"/>
    <element name="paon" type="string" nillable="true"/>
    <element name="siteUseType" type="string" nillable="true"/>
    <element name="locationId" type="long" nillable="true"/>
    <element name="townName" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <complexType name="BusinessContactPoints">
    <sequence>
    <element name="telCountryCode" type="string" nillable="true"/>
    <element name="partyId" type="long" nillable="true"/>
    <element name="telAreaCode" type="string" nillable="true"/>
    </sequence>
    </complexType>
    <element name="queryBusinessesFindByPartyId" type="tns:queryBusinessesFindByPartyId"/>
    <complexType name="queryBusinessesFindByPartyId">
    <sequence>
    <element name="int_1" type="int"/>
    </sequence>
    </complexType>
    <element name="queryBusinessesFindByPartyIdResponse" type="tns:queryBusinessesFindByPartyIdResponse"/>
    <complexType name="queryBusinessesFindByPartyIdResponse">
    <sequence>
    <element name="return" type="tns:Businesses" nillable="true"/>
    </sequence>
    </complexType>
    </schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.oracle.com/webservices/internal/literal" targetNamespace="http://www.oracle.com/webservices/internal/literal" elementFormDefault="qualified">
    <import namespace="http://smbc.crm.persistence.services/"/>
    <complexType name="list">
    <complexContent>
    <extension base="tns:collection">
    <sequence/>
    </extension>
    </complexContent>
    </complexType>
    <complexType name="collection">
    <sequence>
    <element name="item" type="anyType" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    </complexType>
    </schema>
    </types>
    <message name="CRMBusinessWS_queryBusinessesFindByPartyId">
    <part name="parameters" element="tns:queryBusinessesFindByPartyId"/>
    </message>
    <message name="CRMBusinessWS_queryBusinessesFindByPartyIdResponse">
    <part name="parameters" element="tns:queryBusinessesFindByPartyIdResponse"/>
    </message>
    <portType name="CRMBusinessWS">
    <operation name="queryBusinessesFindByPartyId">
    <input message="tns:CRMBusinessWS_queryBusinessesFindByPartyId"/>
    <output message="tns:CRMBusinessWS_queryBusinessesFindByPartyIdResponse"/>
    </operation>
    </portType>
    <binding name="CRMBusinessWSSoapHttp" type="tns:CRMBusinessWS">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="queryBusinessesFindByPartyId">
    <soap:operation soapAction=""/>
    <input>
    <soap:body use="literal"/>
    </input>
    <output>
    <soap:body use="literal"/>
    </output>
    </operation>
    </binding>
    <service name="CRMBusinessWSService">
    <port name="CRMBusinessSessionEJB" binding="tns:CRMBusinessWSSoapHttp">
    <soap:address location="http://blah.solihull.gov.uk:1234/crm-ws/CRMBusinessSessionEJB"/>
    </port>
    </service>
    </definitions>
    The web service runs fine and returns a valid XML document (like below):
    <?xml version="1.0" encoding="UTF-8"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ns0="http://smbc.crm.persistence.services/"
    xmlns:ns1="http://www.oracle.com/webservices/internal/literal">
    <env:Body>
    <ns0:queryBusinessesFindByPartyIdResponse>
    <ns0:return>
    <ns0:turnover xsi:nil="1"/>
    <ns0:partyId>551837</ns0:partyId>
    <ns0:employeesLocal xsi:nil="1"/>
    <ns0:employeesNational xsi:nil="1"/>
    <ns0:businessName xsi:nil="1"/>
    <ns0:classificationSic xsi:nil="1"/>
    <ns0:registeredBusinessName>Bob The Builder</ns0:registeredBusinessName>
    <ns0:classificationLacors xsi:nil="1"/>
    <ns0:sbaLinkNumber xsi:nil="1"/>
    <ns0:legalStatus xsi:nil="1"/>
    <ns0:localAuthority xsi:nil="1"/>
    <ns0:bpa>560950</ns0:bpa>
    <ns0:dateCommencedTrading xsi:nil="1"/>
    <ns0:businessDirectoryListing xsi:nil="1"/>
    <ns0:businessStage xsi:nil="1"/>
    <ns0:classificationBcl xsi:nil="1"/>
    <ns0:employeesGlobal xsi:nil="1"/>
    <ns0:descriptionOfBusiness xsi:nil="1"/>
    <ns0:businessContactPoints xsi:type="ns1:vector">
    <ns1:item xsi:type="ns0:BusinessContactPoints">
    <ns0:telCountryCode xsi:nil="1"/>
    <ns0:partyId>551837</ns0:partyId>
    <ns0:contactPointType>EMAIL</ns0:contactPointType>
    <ns0:contactTelephoneNumber xsi:nil="1"/>
    <ns0:bpa>560950</ns0:bpa>
    <ns0:contactPointId>76330</ns0:contactPointId>
    <ns0:telExtensionNumber xsi:nil="1"/>
    <ns0:contactEmailAddress>[email protected]</ns0:contactEmailAddress>
    <ns0:registeredBusinessName>Bob The Builder</ns0:registeredBusinessName>
    <ns0:telAreaCode xsi:nil="1"/>
    </ns1:item>
    <ns1:item xsi:type="ns0:BusinessContactPoints">
    <ns0:telCountryCode>44</ns0:telCountryCode>
    <ns0:partyId>551837</ns0:partyId>
    <ns0:contactPointType>PHONE</ns0:contactPointType>
    <ns0:contactTelephoneNumber>323233</ns0:contactTelephoneNumber>
    <ns0:bpa>560950</ns0:bpa>
    <ns0:contactPointId>76329</ns0:contactPointId>
    <ns0:telExtensionNumber xsi:nil="1"/>
    <ns0:contactEmailAddress xsi:nil="1"/>
    <ns0:registeredBusinessName>Bob The Builder</ns0:registeredBusinessName>
    <ns0:telAreaCode>123</ns0:telAreaCode>
    </ns1:item>
    </ns0:businessContactPoints>
    <ns0:businessAddresses xsi:type="ns1:vector">
    <ns1:item xsi:type="ns0:BusinessAddresses">
    <ns0:partyId>551837</ns0:partyId>
    <ns0:locality>Kingshurst</ns0:locality>
    <ns0:paon>20</ns0:paon>
    <ns0:siteUseType>HEADQUATERS_FOR</ns0:siteUseType>
    <ns0:locationId>34380</ns0:locationId>
    <ns0:townName>Birmingham</ns0:townName>
    <ns0:registeredBusinessName>Bob The Builder</ns0:registeredBusinessName>
    <ns0:saon xsi:nil="1"/>
    <ns0:bpa>560950</ns0:bpa>
    <ns0:country>GB</ns0:country>
    <ns0:uprn>100070950848</ns0:uprn>
    <ns0:dateOfOccupancyAtthisaddr xsi:nil="1"/>
    <ns0:streetDescriptor>Acacia Avenue</ns0:streetDescriptor>
    <ns0:postcode>B37 6AQ</ns0:postcode>
    <ns0:countyName xsi:nil="1"/>
    <ns0:usrn xsi:nil="1"/>
    </ns1:item>
    </ns0:businessAddresses>
    </ns0:return>
    </ns0:queryBusinessesFindByPartyIdResponse>
    </env:Body>
    </env:Envelope>
    The problem is that I'm trying to transform this message in BPEL/ESB but the mapper does not understand the schema as described in the WSDL and will not let me do 'for-each' or 'if' actions on the collections of addresses for example.
    I've tried injecting my own WSDL into the EJB3 web service through annotations, but it will not compile....
    Can anybody help????
    Thanks
    Chris

  • Problem building schema in provider ABCS

    Hi
    I imported AccountWSEndPointCRMOnDemand from AIA_HOME\PIP to my jdeveloper(10.1.3.4).but i am getting problem building schema error for one of the partnerlinks.nothing is getting dispalyed if i click on 'show detailed node information'.
    I took that wsdl & created a sample bpel which works perfectly fine but with the actual PIP bpel its not working.I pasted the link in IE, it shows the contents corretly.
    Please advice!
    Thanks

    The accountAdapter.wsdl contents is as follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions
    targetNamespace="urn:crmondemand/ws/account/10/2004"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="urn:crmondemand/ws/account/10/2004"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    >
    <import namespace="urn:crmondemand/ws/account/10/2004" location="http://host:port/AIAComponents/ApplicationObjectLibrary/CRMOD/ODR15/wsdls/account.wsdl"/>
    <plnk:partnerLinkType name="Default_Binding_Account_PL">
    <plnk:role name="Default_Binding_Account_Role">
    <plnk:portType name="tns:Default_Binding_Account"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    wherein account.wsdl has xsd info which is working fine in the browser.
    Also which checkbox i need to check in jdeveloper to see the error details.

  • Partnerlink - Problem building schema

    Hi,
    I have following problem:
    I created 2 BPEL processes.
    One of these processes should be called from the other as a partnerlink.
    When I create the partnerlink, pointing to the deployed wsdl, I get following error "Problem building schema" when I try to access the input variable that was created by the invoke activity.
    I have tried a lot of things but keep on getting this error.
    When I create a new, empty BPEL process, and do exactly the same it does work!
    any help would be greatly appreciated.....

    Hello,
    please be careful with the "Problem building schema"-error not to mix up the reasons. As far as I know this error can be caused by different ways, e. g. schema is not valid, wsdl is not accesible...
    Therefore please check at first of a local copy of the wsdl is working or not. In lather case there might be a trouble in the wsdl, more preciously in type definition.
    @Ruerd: If you want I can have a look at your wsdl to see if it is valid - just post the code here.
    BR,
    Hansi

  • About using jar in netbeans

    I am using netBeans3.6
    I want to use jxl.jar in netbeans;but no matter set CLASSPATH for jxl.jar or do another thing,netbeans cant find this jar,so that I cant import it;
    how to let netbeans can find jxl.jar?

    &#35299;&#20915;&#20102;,&#21704;&#21704;&#21704;&#21704;&#21704;&#21704;&#21704;&#21704;&#21704;&#21704;;&#29245;!

Maybe you are looking for