Problem in build netbean projects with jaxb

Hi, I encounter the problem which I dont' know if it is due to my pc memory insufficient or other reason.
In my netbean projects, I add a Jaxb binding with a local xsd file, but when I try to clean and build the project, each time I have to wait for around 25 minutes, i think it is not make sense to build in such a time. As if I want to debug/run the project each time, it is impossible for me to wait like this.
However, I have to use the xml file in that way, if I can't solve this problem, i have to write / use other method to "eat" the xml file for myself.
Any suggestion or help is appreciated, thx.....

Bishnu,
Thanx for the response.
My problem is whenever i do a little modification in the code, even if i just do some chanes & undo it then also i need to rebuild the application.
There is a single project in my workshop which is pretty huge.As per your reply i am getting only two parts to check & uncheck i.e. If the project is "A" then i am getting A.work & project:A in the build box.
The most important question: Do i need to shut down the server each time i make a small change?Even i have tried this by restarting the server,but every time i get the message that "the Controller.jpf could not compile."
Any idea is most welcome.
Samir

Similar Messages

  • Is it possible to build a project with Labview 2010 on a Windows XP system, that is useful for a system with windows 7 on it?

    Hi there,
    I am planning to use Labview 2010 in a short time.
    But before I'm going to use it I have some questions.
    I know it is possible to run Labview 2010 in an XP environment. But is it also possible to, when running Labview 2010 on a XP system, to build a project to a version that is useful in a Windows 7 environment?
    Or do I have to run Labview 2010, when I want to build a project that is useful on a Windows 7 system, on a system with Windows 7?
    Please give me some information.
    I hope to hear from one of you soon.
    Regards,
    Kenny
    Solved!
    Go to Solution.

    Is it possible to build a project with Labview 2009 on a Windows XP system, that is useful for a system with windows 7 on it?
    Thanks.
    Philippe B.
    Certified Associate Developer / Dépt Moyens d'essais
    www.ingenia-system.com

  • How do I create a NetBeans project with multiple JavaFX (FXML) dialogs?

    I'm very new to Java and JavaFX, so forgive what is probably a question asked a thousand times, but I can't seem to find the answer.
    I come from a Visual Studio (C# with WPF) background. I'm used to creating a Solution then adding a Project for each dialog/window that gets included in the Solution. Each dialog/window is a class derived from Window, and I simply create an instance of that class when I need to use the dialog.
    What I need to do is have a main window (stage) that contains two lists of participants (a red team and a blue team).
    Then I need a separate dialog for entering the information for the participant. So when a button on the main stage is pressed ("Add Red Participant"), I want to open the ParticipantDialog. When the "OK" or "Close" button on the Participant dialog is clicked, I want the dialog to be able to return a participant object to the main stage.
    Then the main stage adds that participant to the appropriate list.
    What I've gathered so far is that I will be creating an FXML file for the Participant dialog (and I assume an associated controller). Then when the "Add" button is pressed, I will call an FXMLLoader to load that FXML dialog. Something like this:
    FXMLLoader fxmlLoader = new FXMLLoader(getClass().getResource("ParticipantDialog.fxml"));
    Scene scene = (Scene)fxmlLoader.load();
    final Stage participantDialog = new Stage();
    participantDialog.setScene(scene);
    First question is: is that correct so far? Am I at least on the right track?
    Next question is: how or where do I create the FXML and controller files for the participant dialog using NetBeans? Should I create a separate project to make the participant dialog and then copy those files over, or is there a way to make the files within the parent project? And if I make the participant dialog in a separate project, what's the easiest way to access it from my main stage?
    I feel like I'm missing something simple here because this seems a lot harder than it should be.
    Thanks in advance for any advice.

    >  is that correct so far?
    Yes the sample code you have is fine to launch a new dialog when your Add button is pressed .
    > I create the FXML and controller files for the participant dialog using NetBeans?
    You can edit FXML text in NetBeans, but I think that is kind of tedious.
    You might want to create the FXML using SceneBuilder.
    You can use SceneBuilder in NetBeans.
    You may want to get it working without FXML first.
    For example, use the JavaFX scene graph API, then convert your program to use FXML once you are more comfortable with the JavaFX system.
    The piecemeal approach cuts down on the amount of learning you need to do at one time.
    > Should I create a separate project to make the participant dialog and then copy those files over.
    No.
    Just use a single NetBeans project.
    You will have separate FXML files for your main stage and your participant dialog, but they will both be placed in the same NetBeans project.
    > is there a way to make the files within the parent project?
    In NetBeans 7.3.1, do the following:
      File | New Project | JavaFX | JavaFX FXML Application
    This will create a sample project with a sample fxml file.
    Modify the sample project files to get what you want, changing the sample fxml to your main stage fxml and adding a new participant fxml to the same directory.

  • [vmware] Problem to build vmnet module with 2.6.22 kernel

    Hi,
    I follow the wiki
    And I have a problem to build vmnet module.
    Do you wish to configure another host-only network? (yes/no) [no]
    Extracting the sources of the vmnet module.
    Building the vmnet module.
    Building for VMware Server 1.0.0.
    Using 2.6.x kernel build system.
    make: entrant dans le répertoire « /tmp/vmware-config0/vmnet-only »
    make -C /lib/modules/2.6.22-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: entrant dans le répertoire « /usr/src/linux-2.6.22-ARCH »
      CC [M]  /tmp/vmware-config0/vmnet-only/driver.o
      CC [M]  /tmp/vmware-config0/vmnet-only/hub.o
      CC [M]  /tmp/vmware-config0/vmnet-only/userif.o
      CC [M]  /tmp/vmware-config0/vmnet-only/netif.o
      CC [M]  /tmp/vmware-config0/vmnet-only/bridge.o
      CC [M]  /tmp/vmware-config0/vmnet-only/filter.o
      CC [M]  /tmp/vmware-config0/vmnet-only/procfs.o
      CC [M]  /tmp/vmware-config0/vmnet-only/smac_compat.o
      CC [M]  /tmp/vmware-config0/vmnet-only/smac_linux.x386.o
      LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.o
      Building modules, stage 2.
      MODPOST 1 modules
      CC      /tmp/vmware-config0/vmnet-only/vmnet.mod.o
      LD [M]  /tmp/vmware-config0/vmnet-only/vmnet.ko
    make[1]: quittant le répertoire « /usr/src/linux-2.6.22-ARCH »
    cp -f vmnet.ko ./../vmnet.o
    make: quittant le répertoire « /tmp/vmware-config0/vmnet-only »
    Unable to make a vmnet module that can be loaded in the running kernel:
    insmod: error inserting '/tmp/vmware-config0/vmnet.o': -1 File exists
    There is probably a slight difference in the kernel configuration between the
    set of C header files you specified and your running kernel.  You may want to
    rebuild a kernel based on that directory, or specify another directory.
    For more information on how to troubleshoot module-related problems, please
    visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
    "http://www.vmware.com/support/reference … linux.html".
    Execution aborted.
    How to resolve this?
    Thanks for your help.
    Last edited by cassy (2007-10-16 08:55:42)

    You need to apply some patches to get it to compile with newer kernels. I'd suggest using the PKGBUILD in AUR.

  • Best method for building a project with multiple video tracks

    I'm working a project where a client wants some edits made to an existing DVD they had - some video tweaks but mostly menu changes. I'm rebuilding the menus from scratch and I've ripped all the video files from the DVD (there are about 80 of them on one DL-DVD), transcoding them with DV-DVCPRO/NTSC settings.
    The problem is when I import them all as assets into my project build, the DVD disc meter shoots up to about 12 or 13gb. What I've done is added them all to their own separate track, as they're meant to be played not as one continuous video but individual sessions.
    What I'm wondering is if there is a better way to build it that would reduce the amount of space it takes up (I'm rather new at DVD Studio Pro, so I can't tell if I'm going about this the wrong way or not), or if I need to compress the video files or re-transcode them using some other settings (H.264? I'm trying to maintain as much video quality as possible).
    Any help on this would be much appreciated, thanks.

    What is the running time? You should encode to m2v and AC3. Take a look here
    http://dvdstepbystep.com/faqs_7.php

  • Building large projects with Phonegap Build

    Hi, I've been trying to build a large app that was orginally made with the phonegap 1.5 sdk for xcode and now I'm trying to convert it to android with dreamweaver. I've gotten samples to build and run on my android device emulator but the project I'm trying to build is 130 MB mostly because of sound and image files. When I open the phonegap build service and hit rebuild application, the bar on the top begins to load, but i never gets to "build queued" under the different platforms. After about 10 mins of watching the bar I get either a 404 error or a generic "failed to upload application" message. Is there a size limit to site size? I also tried uploading the zip file to build.phonegap.com  but I get a similar issue where the upload bar moves then after a long time nothing happens. Does the phonegap build service have a problem with large projects or could something else be the problem?
    thanks
    Will

    According to this thread in the PhoneGap forum, the maximum size is 10MB: http://community.phonegap.com/nitobi/topics/maximum_project_size. That answer was posted a year ago, so it might have changed. But I imagine that 130MB is still way out of the permitted range.

  • Problem when building an executable with labview 6.1

    I use LabView 6.1 and I want to build up an executable. I use the labview application builder to do this. I have already built up executables and I had no problems but this time I just obtain a labview vi library which is called "internal.llb" each time I try to compile my vi's. Do you have an idea to solve my problem please ?

    Make sure that you have "Single target file containing all VIs" selected
    under Build Option in the Target Tab of the App builder. Sounds like you
    have "Small target file with external file for subVIs" selected with the
    target being a llb.
    -Tom
    "gege" wrote in message
    news:[email protected]..
    > I use LabView 6.1 and I want to build up an executable. I use the
    > labview application builder to do this. I have already built up
    > executables and I had no problems but this time I just obtain a
    > labview vi library which is called "internal.llb" each time I try to
    > compile my vi's. Do you have an idea to solve my problem please ?

  • Problem in Building CAF project

    Hi All,
    I have imported an external service and wrapped it in an entity service. Whilie buiding th project i am getting the following error:
    "The project was not built since its classpath is incomplete. cannot find the class file for com.sap.caf.core.data.values.api.IMessageValue. Fix the classpath and then try rebuilding the project"
    Thanks in Advance
    Ashutosh Rastogi

    That's strange. Try the following:
    1. Build your CAF project. After that go to "General Output View", click on error compilation entry and determine the class name which has reference to the "com.sap.caf.core.data.values.api.IMessageValue" class. After that open this class from java Navigator view. Check that class name is MPConnector. Be sure that "com.sap.caf.core.data.values.api.IMessageValue" token is really exists in this class source code, but not "com.sap.caf.mp.core.data.values.api.IMessageValue".
    2. If you use default settings for location of your local development configuration (the path is following: "C:\Documents and Settings\<user>\.dtc\LocalDevelopment\DCs" ) I recommend you to change this path to "c:\dtc" for example. You need to change workspace to new one and change the dev configuration location.
    To change workspace go to : Window -> preferences -> Workbench -> Workspace
    To change dev config location: Window -> preferences -> Java Development Infrastructure -> Development Configuration
    After that try to create new CAF project and check the compilation.
    Best regards,
    Aliaksei

  • Building web project with ANT

    Hi,
    I am using jdeveloper 11g TP4 , and for building my web application i am using Jdev,
    but now for some extra work i am using ANT, so my requirement is when i am doing make(build) of my web project it should run that Ant file (build.xml)
    i have checked the run/debug configuration but not able to run the ant implicitly..
    can anybody knows ..
    Thanks in advance
    Edited by: 982899 on Jan 29, 2013 3:59 AM

    Hi,
    I am not sure if this is the only answer but when I want to run an ANT file for my project I do right click on my build.xml and simply run the target I want to run. On the other hand, you can configure your RUN profile and play a bit to see if its possible to configure in there ANT to be run automatically when you run your project by using JDeveloper itself.

  • Compile Netbeans Project with

    I've seen other NetBeans questions in this forum, so I think it is appropriate to post here.
    I'm using NetBeans 5.5 and I'm getting the "you're using a deprecated method" warning. How can I configure NetBeans to compile with
    -Xlint:deprecation?
    Thanks...

    Actually, you should post NetBeans questions to
    http://netbeans.org

  • How to build a project with no menu...?

    Hi all...I am creating a DVD short and I want the DVD to just begin playing with no menu, or at the least, no "theme", just a basic menu. Any idea how to defeat the "Themes" in iDVD?
    Thanks!

    Here is how I do it: http://homepage.mac.com/profpixel/AutostartDVD/autostart.htm
    It creates a DVD that will autoplay and then bring up a black menu that simply says 'Replay Movie'
    F Shippey

  • Developing Large Projects with JDeveloper

    i have 2 questins :
    1 - i don't know is it possible to develop large project such as a total system
    with about 20 subsystems and 1000 forms and reports with jdeveloper?
    2 - we have planed to build a webapp for each subsystem that it contains MODEL and VIEWCONTROLLER project.with this idea we cann't link from one VIEWCONTROLLER to anather in anather project, for example user can not go to another page from anather project without logon again.
    now my very immportant problem is comunication between pages in different projectsand maintain different objects such as USER object between pages.
    do you think that building such project with only one application with one MODEL and one VIEWCONTROLLER is correct or building it in differt project is better?
    could you please tell me that what is your idea to develop large project with jdeveloper?

    dear jan,
    I want my users to authenticate once, and have access to the subsystems they are authorized for.
    but there is a problem in development and that is with this type of large projects you will have in Model Proj. a lot of AM , EO , VO and in View Proj. a lot of JSPX and XML file. and if i make only one App with one Project for Model and One Project for View, during development for example i want work on one subsystem and others on other susystem. and when i change 1 jspx file i should deploy TOTAL SYSTEM with 20 subsystems completely and i think this is'nt strategy for development.
    i think it's good to develop any subsystem in one app with Model and View and finally deploy any subsystem separately.
    thanks for your reply

  • How to build a form with multiple tables in oracle application express

    Hi everyone,
    I have got problem in building a form with multiple tables.I have a main table with (20) columns and this main table is related to the other tables with the primary key-foreign key relation ship.My requirement is i have to build a form which has fields from many tables and all the fields are related to the main table using (ID) column.In that form if i enter ID field i have to get information from differnt tables.
    Please help me to solve this (building a form with mutiple tables)
    Thank you
    sans

    Sans,
    I am no Apex expert, but with a situation as "complex" as yours, have you thought about creating a VIEW that joins these 7/8 tables, placing an INSTEAD OF trigger on that view to do all the business logic in the database, and base your application on the view?
    This is the "thick-database" approach that has been gaining momentum of late. The idea is to put your business logic in the database wherever possible, and let the application (Form, Apex, J2EE, whatever) concentrate on UI issues,

  • .jar not working when building project with netbeans plugin and log4j

    hey..
    subject tells everything..if i build my project referencing log4j, i get a .jar file with 280 kb which is executable
    if i add log4j and do some logging, code still works in netbeans, but buildung produces a .jar with 80 kb and an
    attached lib-folder with the log4j.jar in it..if i uncheck copy requested libraries, i just get the 80 kb .jar file which
    is not working
    any hints?

    Are you building the jar file using the fxdeploy ant task to build the Jar? That is required to have an executable jar file.
    Also there was a change to the netbeans project structure, which may be a contributing factor.
    Things to try: Upgrade to the latest netbeans 7.1 beta build, set up a new Java platform in nb that includes JavaFX, create a new JavaFX project and build it. This should produce an executable jar.

  • Build project with Netbeans using older version of Java

    Hi,
    I have Java 1.6 and Netbeans 5-5.
    I need to build a project using Java 1.4.2.
    Please let me know how can I do it.
    Thanks,
    Andrei

    click right the "project folder", then "Properties" and under the "Libraries" tab change the Java platform.

Maybe you are looking for

  • NO SMSTS.LOG file after OSD

    Single Primary Site SCCM 2012 R2 CU4. Deploying BareMetal machines using basic task sequence. The machine joins the domain however the sccm client install failed and I cannot locate the SMSTS.log anywhere. In C:\windows we have ccmsetup with ccmsetup

  • How to set dynamic table name in sql query?

    I want set dynamic table name by parameter in sql query,just like: select * from :tbname but run report is error,BI P report table name is invalidation. What can i do? Thanks!

  • Date picker not showing for datetime type in advanced search page

    Hi, I have an advanced search page in my SharePoint 2013 site. There is a property which is of type datetime. For that I'm not getting a date picker. I don't know why this is not working. It is showing the date picker in SharePoint 2010 but not in 20

  • Clientgen does not generate service specific exceptions

    Hi, When we use clientgen to generate client stubs and on exploding the generated _client.jar file we find that only the first service specific exception following RemoteException is being generated. All other exceptions seem to be missing. Here is a

  • Homehub 4 / cat5e / network connection problems ?!

    Dear All Firstly go gentle on a very newbie but I have to try and get the answers to the below, as it's driving me mad ! & any help would really be appreciated. Had my Homehub 4 connected for over a year and had decent wireless to the usual ipads/pho