Problem refreshing the Tree Component icons

1079 byte By gustavodelgadoa at 2007-11-27 2:40:07
Hello, I'm using the Tree, adding the nodes dinamically, following the example: http://www.netbeans.org/kb/55/vwp-databasetree.html This Tree shows the access permissions from the users, and show a red icon on the itens without permissions and a green icon on the itens with permissions.In the ...

Studio 11 uninstall fails on fresh SXCE install

2862 byte By Zootlea at 2007-11-27 2:40:34
I have a fresh install of build 62 (no the developer edition) and I just tried to uninstall studio 11 (to move it to a zone). I'm confronted with a pile of Java exception nonsense (why not use a shell script rather than Java?):./batch_uninstall_all Starting the uninstallation ... ...

how pass listbox value in SessionBean1 for query parameter

861 byte By mfa786a at 2007-11-27 2:41:38
hi mastersir i use your given sample with my 10g table i fasing porblem in SessionBean1 for query parametersir how i pass value in query for where class this is my SessionBean1 query SELECT ALL MUHAMMAD.VOUDETAIL.VNO, MUHAMMAD.VOUDETAIL.ACCID, MUHAMMAD.VOUDETAIL.NARRATION, ...

How can change numeric value to date format? example value 1070131(CYYMMDD)

195 byte By yukelma at 2007-11-27 2:42:32
in the datatable can i change numeric value to date format . in database date value is like 1070131 (CYYMMDD). I want to see 31/01/07(DD/MM/YY) or 31 Jan 07 . Is it possible?Thanks,

The previous URL is displayed when i click on a link, button...

364 byte By p_georgea at 2007-11-27 2:44:25
I am using netbeans 5.5.Let's say i have a webiste.../page1.jspWhen i click on a button in page1.jsp to go to page page2.jsp. It correctly goes to page2.jsp but the url still shows .../page1.jsp. So when i reload the page, it goes back to page 1.I use "Page Navigation" to go from one page to ...

Sun Performance Library - Can't find BLAS_DSORT

430 byte By bus_wreckera at 2007-11-27 2:44:50
hi guys,i'm developing some math programs on C and can't seem to locate blas_dsort. i've compiled with the option -dalign -xlic_lib=sunperf and used #include<sunperf.h> in my source code.am i missing something? i can use other sun performance library functions like isamax.my machine is ...

Problem Pre-populating selected part of AddRemove List

2561 byte By CraigRPetersa at 2007-11-27 2:47:26
I'm building a "CRUD"-type app. My "create" screen works fine, and includes an AddRemove List component.My "update" screen needs to pre-populate the ARL, both the items to select from and the already selected items previously saved.I've tried this 2 ways:1) Pre-populating the list pointed to ...

dropdown and datatable

127 byte By enskaa at 2007-11-27 2:48:05
Hi,I'm using dropdown and standard datatable to show data. How I put parameter to query?Thanks in advance

fixing problem with with studio 11

1068 byte By ClemensBrogia at 2007-11-27 2:50:50
HelloI have problems using the fix command in studio 11 when I try to fix my program I get a warning and afterwards dbx crashes:dbx >fix -v -f/opt/Sun_Studio11/SUNWspro/prod/bin/cc -g -c -o testinfowin.o -I /v10.0/sources/include -D_POSIX_PTHREAD_SEMANTICS -v -DANSI -DSYS='UNIX_V' test.c ...

MapListDataProvider... not finished?

361 byte By Ty_a at 2007-11-27 2:51:22
Hey, I need something like a MapListDataProvider... however, if I look at the source code (com.sun.data.provider.impl.MapListDataProvider) I see a class declaration and a bunch of unfinished code that has been commented out. So, my question is... is there a completed MapListDataProvider, or am ...

read uninitialized (rui)

1310 byte By fagery_codera at 2007-11-27 2:51:45
Hello,I currenlty try to clean my code of rui/wui etc...First thing I am wondering of: is the rui output in the sunstudio debuger always reliable ?Or could it be theat I some times does not check that a variable has being initialized indirectly ?currently I receive this complaint :Read from ...

Align GridPanel in the center of the page

370 byte By Sabira at 2007-11-27 2:53:43
I have "played" with many properties of the GridPanal style but can't figure out how to align i so that it shows up in the center of the page -- just like HTML tables have align="center" property. I don't want to hard code pixels or absolute/relative position using %, but I just want ...

Speed limits to low in Freeway example program

673 byte By jslotta at 2007-11-27 2:54:37
The "Freeway" example program is showing its age, by having the maximum speed limit (and default) be 55 MPH. Most highway speed limits in the U.S. were increased to 65 MPH in 1995, and some are as high as 80 MPH. The following Wikipedia page contains good ...

fortran 90 MODULE in OpenMP

551 byte By manojtnaira at 2007-11-27 2:55:48
Hi,i am trying to implement OpenMP in a FORTRAN code.i use MODULE instead of common blocks.How do i define whether the contents of a module are PRIVATE.Even though i have used THREADPRIVATE for the module name and define the variables defined in the module as private, the code is taking them as ...

What rough with this code (getSessionBean1().getVoudetailRowSet().setObject

545 byte By mfa786a at 2007-11-27 2:56:35
hi master sir i use listbox this name is personIdDD and link with master tableand for detail i use table i use this code String dsName = (String) personIdDD.getValue();getSessionBean1().getVoudetailRowSet().setObject(1,dsName);but secount line give me errorthis line give me ...

Table navigation problem from page fragment

730 byte By Derek50a at 2007-11-27 2:57:19
I have a page fragment I use in all my web pages, this contains a number of buttons I use for navigation between the pages. I have a page with a table in it, I need to enable the table navigation buttons to navigate between data in the table. If I define a navigation rule in the navigation xml ...

what can cause the error in com.sun.faces.renderkit.html_basic.HtmlResponse

2172 byte By chunyia at 2007-11-27 2:57:58
Hi,I am running into an error with my jsp built using Sun Studio Creator. When I first deployed the war file, and then access the page, it rendered fine. I can also go back and forth to the same page and it worked fine. Once I logged out, and then logged back in, whenever I tried to go to this ...

SunStudio 11 Built-In editor problems

285 byte By mipkonijea at 2007-11-27 2:59:36
Hi,I'm experiencing problems with Sun Studio 11 on opensolaris nv57. Built-in editor does not respond to keystrokes. External editors works well. netBeans 5.5 editor works...Can you please tell me how to fix Built-in editor ? many thanksMipko

CC compiler problem with <string.h>

1221 byte By baezaea at 2007-11-27 2:59:50
Hi,I use Sun Studio Express (3-Dec-2006 Build) on SUSE Linux 10.1.When I was trying to compile the following code, I got an error message regarding <string.h>. The same codes works fine with g++ compiler.Please give me some comments on that.Thanks.Tae-Suk Bae-#include ...

Add ? Table column (field) based on computed value

627 byte By SummerWinea at 2007-11-27 3:00:16
I am using the Databound Component tutorial against a modified travel schemaHow can I provide a table column for an on-the-fly computed value.I added a current cost and previous cost to a table and compute the difference. I want the difference to be displayed in the second to the end column of ...

Using Workshop Accessing Linux

943 byte By riparianjohna at 2007-11-27 3:00:32
I have a solaris based cluster and on which is installed Workshop 6. I have two other clusters both of which run Linux. It is not Sun Linux. This is a setup I have inherited and I am trying to help upgrade the development environment from vi and various command line tools to XWin based GUI ...

Keyboard mapping problem with sunstudio

1136 byte By cr_bina at 2007-11-27 3:00:47
I'm a new sunstudio user and am having trouble with a setup issue. When I run sunstudio 11 from a sunray with a Sun keyboard all works fine (except the sunray has far too small of screen and it drive me crazy). When I run with my linux desktop being the x-server then none of the special keys ...

SunStudio 11 omp.h OpenMP Problem

545 byte By Deficiency1984a at 2007-11-27 3:02:53
Hello Comunityi have an Problem with the SunStudio 11. We have installed it on Suse 10.0. And now run an oenmp Sample ProgrammI would like to start the compile withcc -xopenmp omp_hello.cand this message is given backcc: language openmp not recognizedcc: language openmp not ...

neutered theme doesn't work

185 byte By gio_moria at 2007-11-27 3:03:54
Trying to use buttons without themes I downloaded and installed neutered theme injsc update 2 but doesn't work... any idea? http://blogs.sun.com/gjmurphy/category/Negotium

how textbox value pass in sessionbeen query as parameter

508 byte By mfa786a at 2007-11-27 3:04:46
hi mastersir i have big problem how i get selected data as per user input from textbox, listbox or variable how i pass that value in sessionbeen query that use in where class such as select * from abc where id = textboxvalueand how i desgin the user logn form user give userid and password and ...

sunstudio code can run on tomacat ?

441 byte By pedapudi_narasimhamurthya at 2007-11-27 3:05:27
Actually am developing web application that uses Hibernate Spring and jsf technologies and tomcat server, for the UI designing am using SunStudio here i have a doubt 1.after designing the UI part in SunStudio that code can run on tomcat server ? this is my main doubt and also 2.how can i ...

help help studio missing windows.

313 byte By alvinhonga at 2007-11-27 3:05:54
hi, all. i am using the solaris developer edition with vmware, i am using studio 11 in one of the user account i have created(not in root). the problem is everytime when i start studio the second time, all the windows(edit, run-time etc.) are all gone. all i have is a manual bar, what ...

studio window missing

313 byte By alvinhonga at 2007-11-27 3:05:55
hi, all. i am using the solaris developer edition with vmware, i am using studio 11 in one of the user account i have created(not in root). the problem is everytime when i start studio the second time, all the windows(edit, run-time etc.) are all gone. all i have is a manual bar, what ...

studio window missing

313 byte By alvinhonga at 2007-11-27 3:05:56
hi, all. i am using the solaris developer edition with vmware, i am using studio 11 in one of the user account i have created(not in root). the problem is everytime when i start studio the second time, all the windows(edit, run-time etc.) are all gone. all i have is a manual bar, what ...

New to Java need GUI Class

313 byte By Danieljackmorleya at 2007-11-27 3:08:02
I need to generate a gui interface to a webpage.This gui will send and retrive information from a file. This gui will have a graphical interface. Is sun java studio creator the best approach and roughly what I need to do to get started on this. I plan on accessing the gui from a class file on a ...

Designer Hangs

415 byte By chamea at 2007-11-27 3:08:47
I have an appliccation which compiles and builds correctly. I am able to run it without any problem. However if i Click the Design tab of class to open designer, it shows Loading on the pane and just locks up. Nothing happens thereafter, i have to shut down the Sun Studio and restart it. I ...

deprecated date problem...

1130 byte By jakeochsa at 2007-11-27 3:08:57
** cross posted on SDN JSC Forum and Netbeans J2EE Nabble forum ** I'm trying to automatically create a 7 row table that's bound to a database with the first column of type DATE (MySQL.) The dates are static text fields that I populate with the dates of a given week and are saved to the ...

Unable to update java source in Creator

526 byte By Walley75a at 2007-11-27 3:09:30
I am getting the following error:C:\Selenium\java\com\thoughtworks\selenium\ClientDriverPISuite.java:51: generics are not supported in -source 1.4(try -source 1.5 to enable generics)I have tried all of the solutions found in this forum that I could find. I have changed all of the files that I ...

how to start java portal server 7.x?

278 byte By env4a at 2007-11-27 3:10:35
I'm trying to check and learn the java system portal server, I didn't make any segnificant move yet, I just can't start it, I'm working on netBeans 5.5.1 beta with sun java system portal server 7.x but the "start" popup entry is disabled !Any ideas?10x.

need to improve Java Studio Creator performance

414 byte By Tazcy06a at 2007-11-27 3:11:11
Can anyone has a suggestion on how to improve the performance of Java Studio Creator? JSC works fine when you have a less than 50 java files but when your building a large project JSC IDE works slow in terms of loading the whole project, modify the page in design layout, drag and drop a ...

Using fortran library flush() in a subroutine

469 byte By Uffe_ba at 2007-11-27 3:12:31
Hi,Using studio 11. There is a different behavior when using flush() in main compared towhen using it in a subroutine. flush() doesn't work in a subroutine.When using flush() in main the output is flushed to th i/o unit.When using flush() in a subroutine the buffer is not being flusheduntil ...

Specify relative path to file in web-application

485 byte By BrotherFlamea at 2007-11-27 3:12:39
Following code works fine:try {FileInputStream inp = new FileInputStream("C:\\MPolls\\dbconnection.properties");props.load(inp);inp.close();DriverName = props.getProperty("jdbc.drivers");DBURL = props.getProperty("jdbc.url");} catch (FileNotFoundException ex) {ex.printStackTrace(out);}Is it ...

Need to "turn off" (disable) scientific notation

218 byte By farmboya at 2007-11-27 3:14:16
How can I prevent real (floating point - whatever) numbers from displaying (within a table) in scientific notation. Appears to be for numbers > 9999999.. The number 27000000 is displayed as 2.7E7Thanks

Problem Related to Formatting...

853 byte By muhammadAbrara at 2007-11-27 3:15:30
I m new in Java studio creator.I Have problem problem in Formattings controls on pages.1.Group Panel does not work if i place control in panel it could not be repostioned.2.i have placed data table on page and after that i have placed any other control when table grows with papulated data the ...

Project works when tested but RowConflicts when deployed

831 byte By Cybulskia at 2007-11-27 3:15:41
I have a project page with some pretty simple code to open a table and update it. The fields are all open for update and virtual forms configured to participate in a save action. The save works and commits the changes to the database (oracle) when using the creator studio to build/run the ...

Exception: Inconsistent Storage

334 byte By chamea at 2007-11-27 3:16:08
When I am starting the project I am coming across the following exception.org.netbeans.javacore] INFORMATIONAL *********** Exception occurred ************ at 1:24 PM on May 3, 2007java.lang.RuntimeException: Inconsistent storage. (mdrList.size == 0, infos.size == 44) any clues will be ...

ArrayIndexOutOfBoundsException

2678 byte By chamea at 2007-11-27 3:16:11
I get this exception when restarting ide. i deleted the previous userdir and restarted ide, upon restart ide creates a new userdir and comes across the ArrayIndexOutofBoundsException.java.lang.ArrayIndexOutOfBoundsException: 512at java.awt.GridBagLayout.GetLayoutInfo(GridBagLayout.java:906)at ...

Dataprovider cursor position

423 byte By Mountainera at 2007-11-27 3:17:01
I tried to update a row based on the cursor position, but I got confused.String rkid = "" + 5;RowKey rowkey = new RowKey(rkid);info("rowkey: " + rowkey.getRowId()); 5abcDataProvider.setCursorRow(rowkey);RowKey rk = abcDataProvider.getCursorRow();info("rk: " + rk.getRowId());0I am just ...

Building Postgresql 8.2.4 64bit binary on Solaris 10 6/06

1059 byte By hcpa at 2007-11-27 3:19:18
Attempted build of PostgreSQL 8.2.4 on Solaris 10 6/06 using Studio 11 with patches 120759-11.zip, 121018-07.zip, 121616-03.zip, 122143-02.zip, 121020-01.zip and 122136-02.zipThe make install completes, however when when attempting to run /opt/postgresql-8.2.4/bin/initdb -D /db/data2 gives the ...

Should access checking be working on x64?

917 byte By Zootlea at 2007-11-27 3:19:56
When I tried this:#include <stdlib.h>int main(){ char *p = malloc( 2 ); *p++ = 'a'; *p++ = 'a'; *p++ = 'a'; return 0;}I getdbx a.out For information about new features see `help changes'To remove this message, put `dbxenv suppress_startup_message 7.6' in your .dbxrcReading ...

Deployment error JAX-WS 2.1 & NetBeans 5.5

3779 byte By mb_agfaa at 2007-11-27 3:20:43
I am using NetBeans 5.5 with the webserver pack to use the JSF technology.When I am putting the JAX-WS 2.1 jars in the war, Ik get the following deployment error:WEB0100: Loading web module [__JWSappclients:sys.war] in virtual server [server] at [/__JWSappclients]Exception occured in J2EEC ...

How to use print functionality in Java Studio Creator

447 byte By vijay_foruma at 2007-11-27 3:21:03
Hi,I am working on one JSF project using Java Studio Creator.I have requirement where I have one table and print button.By clicking the print button, I want the contents of table to be printed.I have configured all the required properties of this button but still by clicking this print button, ...

Accept-charset?

79 byte By matthias@enpasosa at 2007-11-27 3:21:31
Is there a possibility to set accept-charset in html form using ui:form?

NEED HELP ON HOW TO TURN STATUS BAR OF A JSF PAGE OFF

1703 byte By kaskaleea at 2007-11-27 3:22:57
I need a pop-up within my application where a staff can select his HOD(An hyperlink named HODNAME with text SELECT ) and on click it shows a pop up of a page (allstafflist.jsp) which has table and contains all staff. It has Select link which return name of the HOD to the parent page. My problem ...

Reverse engineering sequence diagram with more than one level deep

299 byte By greenslacha at 2007-11-27 3:23:30
Hello,When I generate sequence diagram from a method with Java Studio Enterprise 8.1, it only shows the method called directly by this method.Can I also show the methods that are called by the other methods that the one I'm generating the diagram