Problem to create a connection with Hypersonic database

732 byte By mrXa at 2007-11-27 10:36:12
Hi,i'm using NetBeans 5.5.1 and JBoss 4.0.3SP1. Over Runtime-window i try to see and to use the JBoss's database, Hypersonic. But i become following exception:(Socket creation error) The connection cannot be created with this driver: org.hsqldb.jdbcDriver.This are the following configurations for ...

Handling of Fortran language extensions

1051 byte By Joe_Krahna at 2007-11-27 10:36:45
One place where Sun Fortran needs work is in management of language extensions. For example, it seems that it is not possible to exclude the generic REALLOC() extension function, meaning that it is not possible to have a generic subroutine interface of that name. The same is probably true of many ...

Tree component not saving nodes state

815 byte By KenAdamsa at 2007-11-27 10:38:04
Hi, I'm quite new to JSF and I recently started to work on a project where a Tree was implemented using sun studio creator ui component. The tree is a navigation for the website, so is always displayed. The problem is that if i click on a node, expanding it, and then on a leaf to get to a page, ...

Fortran Standards checking tool

1146 byte By Joe_Krahna at 2007-11-27 10:38:14
I have been thinking for some time that it would be great to have a Fortran parsing tool that does precise syntax checking against standards. There are a few tools like this, but I think we need an Open Source tool so that it can be used by everyone as the common standards-checking tool.In order to ...

How to deploy exploded war file(from JBoss-Eclipse IDE) to Sun Server 9

196 byte By S_SSa at 2007-11-27 10:39:41
<p>anyone plz tell how to deploy exploded war file (from JBoss-Eclipse IDE) to sun application server 9.i deployed noramllay at tht time404 hrown.plzz tell urgent</p><p>regards,</p><p>S Sunder</p>

populate a dropdown with headerText from database

283 byte By Reliona at 2007-11-27 10:40:31
<p>Hi all,</p><p>My scenario is:</p><p>VWP & MySQL server. I've a simple web page with a table and a dropdown.</p><p>just I need to populate a dropdown with the "headerText" from each tableColumn (inside a table filled from a database).</p><p>Anybody can help me?</p><p>Tnx.</p>

My executable file's problem

840 byte By hupo1982a at 2007-11-27 10:40:59
For our software's new version, I rebuild the project on my Solaris 8 OS.But when I got the executable file, I can't run it. When inputting the "./filename", nothing was happied.I used the "file" command, I got the message: "ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, ...

Deployment error: Failed to start server localhost:25848

1670 byte By Mario_Mola at 2007-11-27 10:43:09
Hello there!I used to work with NetBeans but now i am testing JSCreator.- I'm using Linux Ubuntu 7.04- JSCreator 2 Update 1- I 've tryied to run as root and as my user.- I am trying VehicleIncidentReport example with JSCreator - With netstat -a | grep 25848 , i can see that are no process running ...

JSF version issues

128 byte By JohnnyFlipa at 2007-11-27 10:43:11
<p>How can i know the version of JSF sun java studio creator 2 update 1 is using and how can i update it to a newal version.</p>

selectOneMenu Process Value Change event not firing

415 byte By True_Neutrala at 2007-11-27 10:44:01
I have a selectOneMenu dropdown list which auto submits when the value changes. But when I try to select the option "None" (like the code below):<f:selectItem itemLabel="None" itemValue="#{loginSecuritySettings.intNoneValue}"/>My value change event does not get called. Is there a way to force ...

Java Enterprise Studio 8.1 cannot create a websphere server

649 byte By 4813310a at 2007-11-27 10:45:03
I just downloaded Java Enterprise Studio 8.1 and follows the instruction here http://developers.sun.com/jsenterprise/reference/techart/jse8_1/websphere.htmlto create a server to connect to a local websphere install. However, when I clicked the Next button after selecting Websphere on the first step, ...

Help creating a new project in JE8.1

573 byte By Sbrown65a at 2007-11-27 10:45:56
Hello,As I am very new to JAVA and the IDE I am having problems creating a new project using JE8.1. The problem that I am having is when I try to create a new project the only option under the "standard" folder is for me to create a project using an existing one. How in the world do I start from ...

wlaking 2 different c++ china produced different results

8923 byte By autohanda at 2007-11-27 10:45:57
i have cast my print statements:(dbx) whatis (CBioseq *)((*(CBioseq_Info *)((*this).m_Contents.operator->()))class ncbi::objects::CBioseq *;(dbx) whatis (CBioseq *)((*(*this).m_Object.operator->()).m_object) class ncbi::objects::CBioseq *;they both point to the same address:(dbx) p (CBioseq ...

Binding an ObjectArrayDataProvider to a table

2685 byte By marysama at 2007-11-27 10:46:39
I wrote a JavaBean called Employee1 as followspackage employee1;public class Employee1 {public String name;public int age;public Employee1(String name, int age) {this.name = name;this.age = age;}public void setName(String name) {this.name = name;}public void setAge(int age) {this.age = age;}public ...

Executable differ on twice compiled at the same time

291 byte By YangSevena at 2007-11-27 10:48:17
<p>When I compile an executable twice use command "/opt/SUNWspro/WS6U2/bin/cc -g" at he same time, and then use "diff" command to compare this twice output file, I found that they are different.</p><p>After use "strip" command to strip this two files, they are different also.</p><p>Why?</p>

How can I use Add Remove List Component?

504 byte By nick091a at 2007-11-27 10:49:58
Hi therei'd like to substitute a listbox with a more useful add remove list.Listbox works fine, user can select one or more items and the program manage the choice in the bakingBean.But using add remove I can't get user choice.I've tried to associate a sessionbean variable of type Object[] for ...

Compiler failures with Studio 11 on Solaris 10 x64

1098 byte By idstorea at 2007-11-27 10:51:05
The compiler gives me the following error when I try to compile the larger tests in my environment:"Tests.cc", [main]:ube: error: Assert has been violated at '/set/venus_patch/builds.intel-S2/build.0509/intel-S2/lang/ube/opt/src/cfg.c 3150'.I am using the following compilation ...

Disappointments with -C run-time checks.

1216 byte By Joe_Krahna at 2007-11-27 10:51:15
Sun Fortran's run-time checks are too strict, and are aborting on code that is actually valid, but might be considered bad usage. Unfortunately, there are no options to select which code checks should be enforced. It would be nice to at least have an option to issue warnings when errors are not ...

Execute Javascript from our JAVA code

292 byte By Jandera at 2007-11-27 10:54:06
<p>Hi all,</p><p>I have a question:</p><p>It's possible to execute a javascript code from the back bean page. For example , we execute a button action (Conect to a db, insert data) and if all it's ok we execute a simple alert ("The insert is ok!!");</p><p>Any way to do this?</p><p>Thx!</p>

Install Wizard doesn't start

637 byte By lee.watkinsa at 2007-11-27 10:54:33
I have tried installing Sun Java Studio Creator 2.0 Update 1 on both my Windows Vista and Windows XP Professional machines. Issue:On the machines a window appears that says "Preparing Java(tm) Virtual Machine"..., then says "Running InstallShield Wizard...". The installation then stops and nothing ...

Calender component

104 byte By JohnnyFlipa at 2007-11-27 10:54:41
<p>How can i disable the Day,Month and Year before the current date from the calendar picker window.</p>

The correct way to add a second CSS file

606 byte By farmboya at 2007-11-27 10:57:11
Running Creator 2U1 on Windows XPWhat is the correct way to add a second CSS file to the project?here is a section of the Page1.JSP file:<ui:head binding="#{Page1.head1}" id="head1"><ui:link binding="#{Page1.link1}" id="link1" media="all" url="/resources/stylesheet.css"/></ui:head>simply ...

A couple of Fortran 2003 C interop problems in Sun Studio 12

2051 byte By cfddoca at 2007-11-27 10:57:34
This is question for the Sun Fortran compiler team.I'm trying to compile some code using Sun Studio 12 compilers under both Linux and Solaris Express (5/07) and am encountering errors while compiling some code that g95 accepts and I think is allowed by the standard. The following example ...

CC 5.9 and ../lnk/bind.cc Problem

941 byte By sunriseloverra at 2007-11-27 10:58:06
Hi,we have migrated from SunStudio11 to SunStudio12 in which CC compiler has upgraded to 5.9. After recompiling source codes with new compiler, we got the following error:>> Assertion: (../lnk/bind.cc, line 268) while processing .......We have encountered this problem reported in the past. But ...

Working with Groups on Network with JSC

1343 byte By Mario_Mola at 2007-11-27 10:59:17
Hy!!I am working with 8 developers with PHP & SqlServer.But now we are changing to J2EE using JSC.I would like to work together with a same Project that everybody can make changes at the same time.What i have done until now:1. I create a Server on our network with a local IP.2. In one computer ...

Patch releases

325 byte By RobGiltrapa at 2007-11-27 11:00:16
I have a bug in SunStudio12... http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6547609.. that the fix has been identified but now I must wait for the patch.Is there anyway of knowing when the patch may be released and where is the place that I will first be able to access it.Thanks, ...

Another -C check bug

1010 byte By Joe_Krahna at 2007-11-27 11:00:44
Here is an interesting run-time check bug. I have an internal subroutine where an array index is changed in another internal subroutine by host association. The run-time check misses the fact that the index has been updated. Here is an example. It seems to relate to the use of a derived-type as ...

Tables in Tab Sets

1007 byte By JagXa at 2007-11-27 11:02:28
L.S.I have a page which contains a tab set with four tabs (home, opening hours, training and diary). I want three of the four tabs to display data from a database in a table. The tab set works fine but as soon as a add a table to a tab's layoutPanel and bind it to a parameterised query I get an ...

Update table

97 byte By pankajkarwaa at 2007-11-27 11:02:54
<p>Hi </p><p>I dont know how to update database table from creator.</p><p>Please help me out.</p>

Problem installing sunstudion

471 byte By binjavaa at 2007-11-27 11:05:02
I am new to the UNIX world and am trying to install Sunstudio on my solaris system. I used the tar file. Extraction of the file was successfulWhen I try to run sunstudio using. sunstudio --netbeans /home1/downloads/C++/netbeans-5.5.1I get the following errorUnrecognized option: -clientCould not ...

Persuading dbx to use recompiled object files

540 byte By WilliamFultona at 2007-11-27 11:06:25
When loading a core file, I get:dbx: warning: Object file is not the same one that was linked into executable.Skipping stabs. (see `help finding-files')because I recompiled the object files as the originally compiled object files are no longer available. How can I force dbx to use the newly ...

The button reacts once even it gets clicked two or more times

516 byte By jjwwanga at 2007-11-27 11:08:08
I have 2 buttons doing the the iterating of a table, like Previous, Next. It works fine if I click the button, e.g. Next, once, I got the next table row displayed. However, when I click again the same button (previous clicked), Next, it seems like I just got the same page refreshed: I did not get ...

data source error

416 byte By tlgraffa at 2007-11-27 11:08:28
I have just installed Studio creator. I created a new project and under the servers view, the datasource Travel has a red x and the connection status is failed, and the message indicates the following java.security.PrivilegedActionException : Error opening socket to server localhost on port 21527 ...

Only DTO's bindable to object data providers?

516 byte By jay_dawga at 2007-11-27 11:09:09
I am tryin to bind the array of a data provider to an array of plain old java objects. The object implements serializable and has getter and setters for all vars and public no-argument constructor. However, the array does not show up in "array" options under properties of the Data provider. This ...

Create Menu

49 byte By Sumit@Suna at 2007-11-27 11:09:52
<p>How will i create Pop up menu with creator</p>

Error: webuijsf not found

1056 byte By Willi2793a at 2007-11-27 11:11:41
Hello,I updated my Develop-PC to JDK 6 Update 2 and use NB with VWP 5.5.1 and SAS. After I upgraded the underlying JDK to 6 Update 2 I get errors in my JSF-Pages. The actions are not performed and I get an "Error on this page" saying that "webuijsf is not found". Comparing an old page with the same ...

Creating .complib file

564 byte By ashishsamanta at 2007-11-27 11:12:15
Dear Everyone, Anyone, SomeoneCan anybody tell me what is procedure for creating a complib file. I don't want the list of files to be added in to complib file. I have already created .complib file using command prompt,> jar -cf sample.complib a.jar b.zip but when using complib file in Sun studio ...

debug doesn't work but run project does.

1405 byte By Perryiera at 2007-11-27 11:12:36
I am developing a project in netBeans that I have been able to run the regular way and also in debug mode. Suddenly this morning the debug mode will not deploy, even though I can get it to work by doing a "run project." Here is the error message I get in my debug output console:Duplicated project ...

Who can help me with my solaris version problem?

423 byte By ScAra at 2007-11-27 11:12:37
Hi all,because NOBODY answer me on that topic http://forum.java.sun.com/thread.jspa?threadID=5195679&tstart=0and that is the first time that happend to me, I will ask, what is the reason for this? Is this question wrong in this forum? Or is the attached output to big?I appreciate any hint, what ...

EJB Local Lookup

1281 byte By javaRulea at 2007-11-27 11:15:48
I keep getting javax.naming.NameNotFoundExceptionContext jndiCtx = new InitialContext();Object obj = jndiCtx.lookup("java:comp/env/ejb/local/MySqlTestBean");<ejb-jar version="2.1" xmlns=" http://java.sun.com/xml/ns/j2ee" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" ...

Linking an entire static library

717 byte By coelurusa at 2007-11-27 11:16:02
I have an application which loads plugins (dynamic libs). The app and the plugins make use of a set of handy functions that I've compiled into a static library. I want to link the static library into the application, otherwise I'd just get a lot of copies everywhere.The problem is that "cc" ...

Problem executing programs after instaling Studio 8.1

645 byte By r_honeya at 2007-11-27 11:16:46
I had JDK 1.5 installed on my computer. I earlier used to code my programs either in a text-editor or JCreator & run them from the command prompt.I recently installed Studio Enterprise 8.1. My programs execute successfully from the IDE. They also complie successfully from the command prompt. ...

How to print in a new page?

260 byte By nsqsmilea at 2007-11-27 11:17:17
<p>Hi,</p><p>There is a button on a page,the button's function as follows:</p><p> 1)do some database operation </p><p> 2)generate printing String and put into a sessionbean's property</p><p> 3)open a new page</p><p> How to do?</p><p> Thanks</p><p> Smile.</p>

checkbox,selectMultipuleButton and footer on a table?

1675 byte By nsqsmilea at 2007-11-27 11:17:21
Hi,AllI want to binding a page's property(Stat. a column value of all selected row) to the table's footer property.Click the checkbox column is ok,but click the selectMultipuleButton it don't Stat.The page's property code as followspublic String getAllUsepowerFooter(){int allusepower = ...

New istallation with problems

546 byte By queenslandera at 2007-11-27 11:18:51
Each time I create a new project, a java application game called BigBang is installed in my project folder. Is this a form of virus or just a sample app being loaded?I have only just installed Sun Java Studio Creator yesterday. To get around my problem I have tried uninstalling Creator, but run ...

help! i have problems with document.getElementById("form1:textField1")

685 byte By scraftera at 2007-11-27 11:18:58
hellosorry my english my problem that is creator not display in the window alert , the box text content'scomponent button have a event onclick ,where it call the function saludar(" form1:textField") here is my code<script><![CDATA[function saludar(texto) ...

console vs text area

298 byte By abo3ala2a at 2007-11-27 11:20:01
<p><b>i want to add a console window in my gui </p><p>as i can write to and read from it</p><p>for more explanation</p><p>it behaves like dos window </p><p>where i write a command and it give me output on the screen but user can't edit this output</p><p>but he can write a new command only</b></p>

Execute java function from javascript onchange?

271 byte By Jandera at 2007-11-27 11:24:20
<p>Hi,</p><p>How I can to call a function implemented in my page1.java from onchange metod of a textfield?</p><p>The idea is to implement a similar situation how in a Java Desktop App we can implement in a textfield the event onKeypressed,keyTiped,etc.</p><p>Thank's</p>

Installing Sun Studio Creator in Linux-UBUNTU

150 byte By Samanta at 2007-11-27 11:24:29
<p>Dear Everyone,</p><p>Creator is not getting install in UBUNTU Linux, Has Anybody install.</p><p>Please Help.</p><p>Regards,</p><p>Ashish Samant</p>

why can't I use sunperf?

160 byte By ornamenta at 2007-11-27 11:25:44
<p>I use the command "$cc -dalign -xarch=amd64 -xparrellel test.c -o a.out -xlic_lib=sunperf".</p><p>the it is showed that the sunperf lib can not be found.</p>