EXT-USER in posting issues

130 byte By AlanDavidsona at 2007-11-26 16:19:49
Some of my issues have "Status whiteboard" changed to "EXT-USER".Does anyone know what this means? Exterminate user?

Message text in sequence diagrams not displaying in editor

1784 byte By AlanDavidsona at 2007-11-26 16:20:47
I split a large sequence diagram into smaller parts so that the parts could be included as graphics in a user manual.Here is how I split the diagram:1) Create the single large diagram. Name the diagram "SD".2) This diagram produces an SD_etlp and an SD_etld file.2) Copy these two files to ...

Sun Creator JSF version?

199 byte By jaguar2010a at 2007-11-26 16:21:16
Does Sun Creator update 1 use JSF 1.1_1 or JSF 1.1_02 ?Also is the server-side state management issue with serialization fixed in this Sun API release Update 1?ThanksFaraz

Adding Applets to Web Applications

130 byte By pccruzadasa at 2007-11-26 16:21:41
Is it possible to add other components to the same Java Server Page where the Applet is?Thank You,Manuel Braz

Adding a third-party jar into a project

1048 byte By PaulCarricka at 2007-11-26 16:21:43
Greetings:I'm new to Sun Java Studio.I'm trying to build a project that includes some third party packages (from Funambol). I've added the jar files in the libraries in my project.When I open them I can see the tree all the way down to the fields and methods.E.G.:- Libraries - ...

DID YOU KNOW ? - Number Converters?

2107 byte By kish@suna at 2007-11-26 16:21:51
Hi All,DID YOU KNOW?That the Creator IDE provides a set of converters that you can use to convert component data. If your input field is for numbers, then you most likely need a converter. Converters are also good for formatting dates, times, and currency values. The standard converters, which ...

Thread creation in c++

420 byte By I-love-programminga at 2007-11-26 16:22:01
Hi, all !I am working on a c++ program. I have created a class called threads abnd now I want to know whether there is a function for creating threads.I am new to solaris.I don't have a idea about what function to use to create threads in c++.I also want to know whether there is a function to ...

Newbie question, how to run SUN Studio 11 from the terminal?

1063 byte By urrozalfa at 2007-11-26 16:23:21
I am running SUN Studio 11, under Solaris 9, the first thing I did, was to run the tutorial, it worked fine.Then I tried, doing a simple counting program that displays the digits form 1 to 10, one per line. I did exactly as the the tutorial says, by the way this is a "c" program. Then when I ...

onClick javascript.

1166 byte By JagXa at 2007-11-26 16:24:22
L.S.I implemented a master-detail relationship in my app using the following lines of code in the onClick Javascript property of a hyperlink in a table: window.open(?Fitwise/faces/OnderneminDetails.jsp?idBedrijf=#{currentRow.value[ 慴edrijf.idBedrijf抅}? 揰blank? 揾eight=432, resizable=yes, ...

jsf-extensions with Java Studio Creator?

612 byte By ndzpaca at 2007-11-26 16:26:21
Is it possible to use jsf-extensions with Java Studio Creator?Later I intend to deploy application in tomcat.I tried to use extensions by coping shale, logging and jsf jars files (all mentioned 4 jars) in lib directory of my project in JSC. But it fails to work as it looks for some classes ...

How to start in linux ?

196 byte By GOSTOZAMa at 2007-11-26 16:26:26
I use creator in linux and i would lije to know how to start creator in command line (shell)what should i type ? studio creator ? or java studio creator ?Please help me !!!!!!

Binding question

312 byte By dElaya at 2007-11-26 16:28:11
Good day all.Let's say i have a staticText component on my page and it's binded to some database. After lounching the page staticText displays first row from database table. is there a way to display different row. Let's say second without setting parameter in rowset query ...

Accessing text fields in a table, which aren't bound to a dataprovider

352 byte By apersona at 2007-11-26 16:29:51
Hi,I have a table bound to a dataprovider, that also has some extra columns I added on through the "table layout" menu. These extra columns have text fields which are NOT bound to anything. How can I retrieve what text is written inside them? it's fine if this requires binding them to ...

Cannot select multiple messages in a sequence diagram

1131 byte By AlanDavidsona at 2007-11-26 16:30:37
In sequence diagrams, deleting multiple messages is tedious because multiple messages cannot be selected by using a selection rectangle.1) If the rectangle contains a single message, its object is also highlighted. So when multiple messages are selected, the corresponding objects are ...

dbx error

1125 byte By anand-ba at 2007-11-26 16:32:16
hello all,When i try to load a program in Sun Studio 11 it gives me this error and exits,connecting to dbx has failed: wait(2) failurei tried executing the command dbx , it said some segmentation fault and core dumped.here is the output of the command 'pstack core'-core 'core' of 3352: ...

Development work on Sun Studio 11

419 byte By anand-ba at 2007-11-26 16:32:19
Is there any development work going on regarding Sun Studio 11 or is it all being concentrated over the C/C++ pack of netbeans. I am asking this because Sun Studio 11 works over Netbeans 3.5v11 which i presume is pretty old (Ofcourse Sun Studio Express is built over Netbeans 5.5.1).My question ...

Problem with Studio Express 3 on 32 bit Linux

1007 byte By Samsara at 2007-11-26 16:34:22
Hi, I just noticed that Studio Express 3 cc: Sun C 5.9 Linux_i386 Build35_2 2006/12/04does not run on our 32 bit Pentium 4 boxes.cc-o hello32.exe hello.cFailure in /rwthfs/rz/SW/UTIL/Studio12_exp-3/SUNWspro/prod/bin/fbe, status = 0x8bFatal Error exec'ing ...

Sun Java Studio Creator 2 and MyFaces

468 byte By chocobot1618a at 2007-11-26 16:34:27
Hello,I am planning on creating a web app in Sun Java Studio 2 and deploy to an oracle application server 10g 10.1.2.0.2, the web server is going to be oracle http server.I like the drag and drop feature in studio creator but a colleague of mine mentioned that jsf may not supported in oracle ...

Help create web service client

1016 byte By bwootena at 2007-11-26 16:34:51
I am running Studio Enterprise 8 and following the http://www.netbeans.org/kb/50/quickstart-webservice.html tutorial.I have successfully created and deployed the Web Service and can retrieve the WSDL.I am running into problems creating the client. The problem starts at Step 1:Right-click the ...

Starting bundled Tomcat without Netbeans

228 byte By Yo-NuTZa at 2007-11-26 16:34:55
Hi,I need to start the bundled Tomcat with Netbeans without actually starting Netbeans and rightcliking in Servers->Start Server eventually even put it at the startup of my computer. Anybody can help me do that?

OpenMP - max threads?

694 byte By joe.vijaya at 2007-11-26 16:36:27
I am trying to run the following code compiled with Forte Developer 7 C 5.4 2002/03/09. I could not get threads more than 128. Is there a hard limit set anywhere in SUN Solaris 8 OS?[code]#include <stdio.h>#include <omp.h>int main(void){omp_set_dynamic(0);omp_set_num_threads(1110); ...

Subsequent application builds are different.

670 byte By schwolfa at 2007-11-26 16:37:19
I am building several large applications with a Makefile and several shared libraries. I have disabled debugging symbols. The compilation flags are:cc-v -Xa -xarch=v8CC-xarch=v8I have noticed that the executables are different (bit-for-bit) between subsequent builds.>>what ...

Subsequent application builds are different.

669 byte By schwolfa at 2007-11-26 16:37:20
I am building several large applications with a Makefile and several shared libraries. I have disabled debugging symbols. The compilation flags are:cc-v -Xa -xarch=v8CC-xarch=v8I have noticed that the executables are different (bit-for-bit) between subsequent builds.>>what ...

Support for Weblogic 8.1

116 byte By d.kumaravela at 2007-11-26 16:38:30
Hi,Is there any plugin for Weblogic 8.1 for Sun Java Studio enterprise 8 ?Thanks,Kumarve

Symbol referencing error

6942 byte By Sashi12aa at 2007-11-26 16:39:04
Hi im getting this error and cannot resolve it.please help...[b]Undefinedfirst referenced symbolin file[/b]ios::~ios() /opt/SUNWspro/lib/rw7/librwtool.soRWSlistCollectables::newSpecies(void) const ../../lib/libobserv.a(Observation.o)RWCollectable::copy(void) ...

checkbox problem in table

267 byte By jainabhilasha at 2007-11-26 16:39:10
Hello Friends,I m trying to use checkbox as a table field. I used the same example as given in field guide. but it not works. i tried to make the checkbox as immediate. but no good happens. waiting for reply,thanks all,Abhilash Jain

JSF: Submit Form and open new window with JavaScript

476 byte By AChervova at 2007-11-26 16:40:04
Hi, all.Here is my problem:I have Print button on jsf page. I want render report page in new window. I can achieve this by using window.open() script in onClick event.But before open new window I need to do some calculations. Initialy, I put a code in button action method. Indeed, it doesn't ...

Data Binding problem

1979 byte By binb9a at 2007-11-26 16:40:14
Hi All,New to JSF and Portlets.I am trying to create a portlet which has a input text field and a submit button. <f:view> <ui:form binding="#{Page1.form1}" id="form1"> <ui:textField binding="#{Page1.textField1}" id="textField1" text="#{RequestBean1.fullName}"/> <ui:button ...

Compile errors with Solaris 5.8 and Studio 11 with latest patches

5104 byte By victor1a at 2007-11-26 16:41:48
I asked sa to patch my studio 11, and they applied patches 121023-04, 121015-04, 121017-08, 122142-03, 120761-03, 120760-11 and 122135-02. Then, I compiled my boost_1_33_1 again. It built some, but not all libraries. It stil spit out the following errors. Is this ...

request to upload a file with bug report

284 byte By NormCa at 2007-11-26 16:42:10
I have found a definite bug in the compiler. I wish to send you a compressed tar archive (a tgz file) whose size is 484365 bytes. With the files contained it you will be able to reproduce the error in less than one minute. How may I do this? Thank you.Norm

Scanning at 0% Forever

372 byte By HaroonAa at 2007-11-26 16:42:22
Hi,We've an Creator installation which went through fine. But after installation, after we opened up Creator, it just stayed on 'Scanning - 0%' forever, and we had to kill it.Restarting or reinstalling does not seem to help.Would appreciate suggestions/help to resolve this issue, which has ...

Can磘 understand OPENMP performance data

2626 byte By Bernd_Boettgera at 2007-11-26 16:42:39
Dear all!I am trying to use the Sunstudio analyzer (Suse Linux) for optimizing openMP parallelization in our fortran code. Unfortunately I get very strange results for the inclusive CPU times as soon as one single subroutine is compiled with the option -openmp (-openmp is also specified for ...

Dynamically created components don't behave as I want, after a button click

798 byte By Martin777a at 2007-11-26 16:42:50
I have a pageBean in a portlet. There is one pageFragment with a dropdown box (options are numbers from 1-12) and a button. Next there is a gridPanel. The GridPanel should contain as many lines as the user selects in the dropdown. Each line contains a StaticText and a TextField.I am creating ...

Urgent!! Need CheckSum!! Please!!

504 byte By monoa at 2007-11-26 16:43:35
Hi! I unistalled SJSC2_1 and now I can't reinstall it!!Please I need checksum for: creator-2_1-windows-ml.exeI have read and followed every single thread and nothing helps!! http://developers.sun.com/prodtech/javatools/jscreator/reference/faqs/installat ...

Add new table field to application

484 byte By farmboya at 2007-11-26 16:44:36
I have a simple app which uses data from three tablesI have added a field to one of the tables. I would like to add this field to the table in the app.I assumed that going to Table layout would show the added field in the Available section and I would be able to simply add the field and ...

Getting rid of the package path

358 byte By DJ_Vikinga at 2007-11-26 16:44:37
Since Sun Java Studio is based upon NetBeans i ask this here.When using GUI builder with NetBeans it makes the names long like this. javax.swing.GroupLayout.How can I get NetBeans to stop doing that and instead do simply GroupLayout?The anoying thing is that I cannot edit the code made by GUI ...

comparing java profiles using analyzer

309 byte By deep.singha at 2007-11-26 16:45:39
I have a couple of Java profiles collected using Sun studio collector and I want to compare and see differences between them. That is, which Java method is taking more/less time in profile2 vs profile1. I could not find any way to do so in Sun studio Analyzer. If there is some way, please let ...

how I can obtain the value of a column in a component table?

184 byte By scraftera at 2007-11-26 16:45:44
thank youi have a table component, and which not bound a table database, it only display data, and i desire obtain the value of a column.thanks yousorry my english

Elaborated type specifiers

408 byte By Zootlea at 2007-11-26 16:45:48
I see the latest studio express still acceptst[code]emplate <typename T> class X { friend class T;};struct Z{};int main() { X<Z> x;}[/code]Which is ill-formed according to 7.1.5.3 p2. Is this going to change, or is the standard being ammended?I ask because these issues cause porting ...

Mount filesystem/jar file- SunStudio8

189 byte By happyatula at 2007-11-26 16:46:12
Hi,Can anyone please tell me how to mount a filesystem/ jar file inSun Java Studio Enterprise 8. (It used to be so straight forward in Studio7).ThanksAtul

Can Studio 11 / Solaris 10 x86_64 yield Linux static binary?

515 byte By mekosmowskia at 2007-11-26 16:46:25
I'm about to install Solaris 10 this weekend to see if it will suit my needs and was wondering if Sun Studio 11 running under Solaris 10 on x86_64 (Opteron) can make Linux executable code?If so, what options should I read about to do this?My code is mostly Fortran with a dash of C (~99 : 1 ...

Migrating to Netbeans 5.5+ Visual Web Pack

705 byte By kaushalya.csea at 2007-11-26 16:48:35
hi all,We have completed a project as details given below.- front-end -->JSF (for development we used sun java studio creator)- business layer --> EJB (CMP entity beans and stateless session bans and sun java studio enterprise as the IDE)- database --> OracleNow i want to migrate this ...

http://localhost:29080/Login1/NO Page Found

187 byte By EzzatScreena at 2007-11-26 16:48:58
I run the project but when run with (( http://localhost:29080/Login1/))it appears NO Page Found I checked for application server but no wayplz plz plz plz help

plz help

187 byte By EzzatScreena at 2007-11-26 16:49:07
when i run the project it displaysno page found http://localhost:29080/WebApplication1/i checked the applicayion server but no waywaiting ur help

Property in RequestBean1

550 byte By Willi2793a at 2007-11-26 16:49:19
Hi,I'm still making my way thru the FieldGuide with all the examples. In Chapter 9 (Databeses) there is the example MusicRead2 wich has 2 Properties in RequestBean1 and fills it in the action-Handler of Page1. The Navigation calls than another page and the property can be read in the method ...

Netbeans + VWP + SQL

343 byte By Willi2793a at 2007-11-26 16:49:41
If you drag and drop a DB-Table on a Table in Visual Designer a SQL-Statement is generatetd. It look likes "SELECT * FROM tabname". But the visual SQL-Editor wich appears by doubleclicking the RowSet-Component does not understand this syntax. It needs a total different one. I think this must be ...

Pluto portal driver problem

946 byte By AndrewEfremova at 2007-11-26 16:49:46
Hi everyoneI faced with a problem while using Sun Java Studio Creator 2 Update 1.After some experements with deploing it's components server fall down. Accoding to it's logs it working, but I cant see deployed applications. Administration console is inaccessible from Creator. From simple ...

Control going in both if and else

358 byte By sandeepkumargarga at 2007-11-26 16:50:01
Hi all,Has any one faced very strange behaviour on Solaris 10 OS using Sun studio C++ compiler 5.2, that control is going in both if as well as else.I am not able to reproduce the issue stand alone its only happening in my big application.Seems its related to some flags.Update me if any one got ...

big problem

557 byte By EzzatScreena at 2007-11-26 16:50:30
dear ..I have a big problem in my Sun Java Studio Creator 2 Update 1..my problem occures when i try to run any project , the internet explorer opens and display " PAGE Not Found " message it tires to display the URL localhost:29080/WebApplication1/what is the problem , I don't know ... also ...

gcc error parsing in sunstudio

346 byte By Paul_Floyda at 2007-11-26 16:50:50
HiI'm using Studio Express 3 with GCC 3.2.3. In the error output, likeaaa.h:515: syntax error before "XXXX"In file included from bbb.h:67,from ccc.h:11,from ddd.h:6,from eee.c:1:there are no hyperlinks for the first and last lines. In particular, the first line would be ...