Reading the listi contents from Dbx

584 byte By Sara_Kana at 2007-11-26 18:22:23
There is one way I can save my optimization initiation with my product. Is there any simple way to associate the register variables to the actual local variables.In this scenario which values correspondes to "len" ....(dbx) nstopped in main (optimized) at line 29 in file "fileex.cc"29int len = ...

Must add database sources at runtime, can not display tables!!!

942 byte By kwinza at 2007-11-26 18:22:57
First, thank you for reading my topic.I have a very nasty problem. I have read lots of blogs and tutorials and sample apps but couldn't find a solution.I have to develop a webinterface for an existing database using SSC2.The database server is postgresql.It stores data from many different ...

Using virtual form with custom error messages

633 byte By Samara@kka at 2007-11-26 18:25:29
Virtual forms are very handy to use. Custom error messages you have to use in internationalized application. But if I use both in my project I always get error message? Any idea what this is? Is it bug?When I use normal error messages everything works fine. Required fields don't pop error ...

Compiler optimization blocks

258 byte By Sara_Kana at 2007-11-26 18:27:52
I am completely optimizing our company product. I would like to know if there are ways to exclude certain classes or funciton scope from being optimized?I am using the following compiler options."-fast -xtarget=ultra3 -xarch=v8plusa -g0"

Compiling with -xarch=amd64 & EMT64

225 byte By AnthonyCa at 2007-11-26 18:31:17
Now that Sun says they are going to support Intel's latest processors, will there be different flags to compile code for 64-bit on that platform, or will code already compiled with the amd64 extensions work on it too?

Calendar

239 byte By glauber.vicaria at 2007-11-26 18:33:00
Hi.... I need to know what I can put the today's date in calendar component, when they is loaded...They appear without value... I need today's date...Sorry for the errors, but my english is not good...Thank's

Internal JAR package loading?

2071 byte By SomeDudea at 2007-11-26 18:33:27
Ok I hate having to come to forums and bother other people, but hopefully someone will know and be able to aid me in some way...It's driving me absolutely insane...Alright I've made an application. Basic application that display Hello Worldin a JLabel. That's all. But here the catch, it uses ...

JSC on Tomcat 5.5.20 - Session/Applicaton Bean events not firing

260 byte By cmainooa at 2007-11-26 18:33:30
Hi,I am running a JSC app on Tomcat 5.5.20.Session and application bean events init and destroy are not firing.they work fine on my development machine using the Sun App server..Anyone have any ideas?ThanksColin

Error on compiling Vim 6.4

530 byte By reply2me@a at 2007-11-26 18:33:43
I have dowloaded the Vim 6.4 tar file, and untar the same successfully.When i try doing a make i get the following error msg./opt/gnu/lib/gcc-lib/sparc-sun-solaris2/2.5.8/include/sys/signal.h:95: conflicting types for `sigset_t'/usr/include/sys/select.h:46: previous declaration of ...

HOWTO: access the sessionbean from a normal servlet

133 byte By cmainooa at 2007-11-26 18:33:52
How do I access the session bean from a normal servlet?Can I just grab it as a session attribute.ThanksC.

gmake syntax in dmake

382 byte By Marc_Glissea at 2007-11-26 18:34:20
Hello,about a year ago, someone posted on this list that there were plans to support some gmake constructs in dmake. What is the status of this? I have not noticed anything in the express releases.Also, are there any plans to replace solaris make by dmake? I heard people talking about it, but ...

Design abstract attributes?

362 byte By blizzard84a at 2007-11-26 18:34:52
Hi,is it possible to design abstract attributes with Java Studio Enterprise? Haven't found a way so far.I'm aware they are not part of the Java language, but, as far as I know, included in the UML specification. Therefore I'd expect them to be available when drawing a mere "UML ...

Datasource Setup In Netbeans VWP

345 byte By Anandkumar_Indiaa at 2007-11-26 18:35:27
Please help me anybody that is how to set datasource in Visual web pack that is using netbeans. I am using mysql server 5.0 and Mysql JDBC Driver 5.04. I can easily create data source in Java Studiocreator but i am unable to do the same with netbeans VWP. If anybody know about how to set up ...

Scrolling frames

473 byte By fboisseau2a at 2007-11-26 18:35:31
I am trying to build a screen composed of 3 parts. A top section that holds some graphic images and is fixed in size. A column under that will hold a tree view that I would like to be scrollable both vertically and horizonally. Finally a main window section. I have build the top section and the ...

Building EAR with Web Application (and Tag Library)

577 byte By jaredpa at 2007-11-26 18:36:42
I have an Enterprise Application Project with a Web Application. The web application references a tag library (JAR) within a third project. Upon building the EAR file I get a directory structure listed below.EnterpriseApp.ear|META-INF|| application.xml|| MANIFEST.MF|| sun-application.xml| ...

Starting the application server

1907 byte By Jean-Alaina at 2007-11-26 18:36:55
Hi,I am new to Java Studio Enterprise 8. I try this tutorial http://developers.sun.com/prodtech/javatools/jsenterprise/learning/tutorials/js e7/introjse7/index.html#Step_2:_Make_sure_Sun_Java_System_Appwhich is for Java Studio Enterprise 7. I stop the firewall before anything : [X@Y Zip]$ sudo ...

JSF using NetBeans

360 byte By Rajeev_ka at 2007-11-26 18:39:01
I am using Sun Studio 8 for my development currently.I want to install NetBeans for JSF implementation.Does NetBeans & Sun Studio 8 together installed cause problemsThere have been some issues of Tomcat not starting up in Sun Studio if we install NetBeans for JSF.Please anyone throw some ...

Loading of tables and handling action methods

609 byte By Nypanssona at 2007-11-26 18:40:19
I'm using Creator tables on my pages where I'm loadning these with lists (ObjectListDataprovider). The problem I have is that the table component is loosing the list after a submit. Therefore do I need to reload the list in Preprocess (using hidden variables) to be able to get actions ...

ranlib usage in Solaris 10 - Sparc vs i386

321 byte By ledzepa at 2007-11-26 18:41:09
HiI have applications which use ranlib (though obseleted, but legacy software) as a part to create static libraries. Now it works fine on the SPARC Solaris 10, but when the same software is compiled in i386 Solaris 10, the static libraries are not formed. Any pointers?Thanks in ...

File Upload Problem

1928 byte By sotota at 2007-11-26 18:41:30
Hi all,I am facing a problem in uplaoding file to creatorUsing this code:public String uploadFile_action() {UploadedFile uploadedFile = (UploadedFile)cvUpload1.getUploadedFile();String uploadedFileName = getLoginSessionBean().getCandidateId().toString();// ...

Where can I download Creator I?

317 byte By jpowera at 2007-11-26 18:41:37
Sorry I got stuck in Creator I. The app is in production and I have to bug fix from time to time.The problem is that my Creator I installation got corrupted, and I have to re-install it. I remember there is an updated version of Creator I after 2004Q2 release. Where can I find it?Thanks a ...

Executing Sun Compiler v5.8 Binaries - Patches Required

426 byte By rkakaralaa at 2007-11-26 18:42:49
The group I support is planning to go from using v5.4 to v5.8 of the Sun C++ compiler. Have been tasked with determining what impact this will have on our production platform. We do not need the new version of the compiler on the production box since no one will be compiling code there. But was ...

Reverse Engineering db schema -> UML & Stored Procedures

633 byte By david.olsen@priseworks.coma at 2007-11-26 18:44:24
Do any of you kind folks know of an open source plug-in for SJSE or Eclipse that can reverse engineer a Sybase ASE schema to a UML class diagram?I also need to edit existing stored proceedures in Sybase ASE and I am hoping to do this in SJSE or Eclipse as well.The reason being is that I am ...

can not upload a file using fileUpload component. need some help pleas

15567 byte By Legolas.wa at 2007-11-26 18:45:04
HiThank you for reading my post.I tried to make uploading file works in my web application according to : http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/fil e_upload.htmlbut in my case i receive an exception when i want to upload a file. can some one please help me ...

No "generate code" checkbox

445 byte By LeDieua at 2007-11-26 18:45:55
Hello,I have Sun Java Studio Enterprise 8.1. A teacher told me this was a good tool to make you UML and let java studio generate the code. You could preform this action by checking the checkbox "generate code" when you created a "Java-Platform Model" in the UML section. I have already created a ...

Is it possible to integrate j2ee enviroment with sun studio developer?

665 byte By learner@java_Foruma at 2007-11-26 18:46:03
Dear all,I currently developing a jsp based web application with sun studio enterprise but sun studio by default does not support j2ee environment, i think it only support to j2SE. i want to use persistence and enterprise beans with my application but don't know, how to do it with sun studio ...

plz help

146 byte By EzzatScreena at 2007-11-26 18:46:35
I want to add new data source,I have sun java creator 2 update 1 and MYSql DB srver..so how can i add a new DBplz help

virtual forms

236 byte By 1world1lovea at 2007-11-26 18:46:46
Greetings all. I was interested in the mechanics of virtual forms.Where is the configuration for the VFs contained?If I were coding pages by hand, how would I go about handling them?Thanks in advance,j

Newbie don't know how to use studio

1651 byte By unix_solarisa at 2007-11-26 18:47:51
I am very new to solaris, i install Solaris 10 in a SunBlade 100 just a couple of weeks ago, and i'm very impresed with Solaris, i'm loving it. The firts reason that i wanted to use Solaris is for programming, and the second reason because i've been fan of Sun Microsystems long time ago and ...

Readonly dropdown and text area.

1250 byte By cybershastria at 2007-11-26 18:49:09
I am having some problem with Readonly dropdown and text area. Following lines explains the problem.1) Readonly Dropdown : Lets assume that the default options list bound to the dropdown has following contentDisplay Value====== ======ABC123DEF456GHI 789- --Now if set the readonly property of ...

GCC asm to Sun C inlines

915 byte By RobGiltrapa at 2007-11-26 18:51:19
I'm trying to get some GCC styled code to compile under SunStudio 11]I have one line that goes from this...#define __MULH64(__x, __y) ({ uint64 __lo, __hi; __asm__("mulq %3" : "=a" (__lo), "=d" (__hi) : "%0" (__x), "rm" (__y)); __hi; })...to become an inline that I believe should look like ...

SQL server connection

345 byte By EzzatScreena at 2007-11-26 18:52:42
dear all,I can't connect the sun java studio 2 update with SQL Server ..I installed the sql server after installing the sun java creator..,the same problem with the MYSql I can't obtain a connectn with any database except the derby databases that installed with the IDE.where is the problem ? ...

Required fields creating problem in log out functionality

276 byte By anikhindia at 2007-11-26 18:54:01
HiIn my application i have created log out button.But on my add forms i set some required fields true due to which i am not able to execute the code under log out button.How i can set the button action with required fields.Please help me out

Standard Project Templates are Missing after Installation of JSE 8.1

265 byte By Monsoona at 2007-11-26 18:57:57
The Standard Project Templates are missing after the installation of Java Studio Enterprise 8.1.The Free-Form Project Templates are there.Is there an easy way to fix this or should I do a re-install?ThanksBill

Problem with Compiler patch 111715-18

2306 byte By uchouaxa at 2007-11-26 18:59:49
Hi,I am working on Solaris 5.8 with Forte Developer 7 C++ compiler 5.4. I am using RWDate, RWTime in my application code. This meant that I had to apply the new compiler patch 111715-18 for DST.The moment I apply the patch, it starts giving me compilation error in Corba code.To confirm this, I ...

Output in Sun studio creator

445 byte By Rudigera at 2007-11-26 19:00:25
Hey, think this will be a simple question for most of you but its bugged me for hours now. Im doing a SELECT statement from an sql database and am using ResultSet rset = stmt.executeQuery to do it but its not sending back my expected output so i decided to output the result via the ...

Sun Studio Express Bug Report

1228 byte By Rangara at 2007-11-26 19:01:31
Sorry, I am not sure if I am posting this in the right place or not.. correct me if I need to place this somewhere else please :)I have 2 bugs to report for Express December build for Solaris x86..1) This has happened a few times now.. compile project with F11, exec project application with F6, ...

sem_open() fails when run as different users on solaris 2.9

1043 byte By Mr_Jason_Smitha at 2007-11-26 19:03:00
The following test program compiled and run on a solaris 2.8 machine runs fine when run as different users. i.e. when the second user calls sem_open() they can sucessfully connect to the semaphore created when the first user called sem_open().When I repeat the test on a solaris 2.9 machine, the ...

how to deploy netbeans vwp project to external Tomcat 5.5.28

714 byte By Balasubramaniama at 2007-11-26 19:06:23
When i try to deploy my netbeans vwp Project to external Tomcat. I cant ge t the output. I am getting the following error....The system cannot find the file specifiedF:\programs\NewBean Workspace\CoordinateDropDown\nbproject\build-impl.xml:475: Deployment error:The module has not been ...

ut-cc@sun.com

279 byte By tony-curtisa at 2007-11-26 19:06:40
I just noticed a fair few files under /var/spool/clientmqueue indicating my use of Studio Express was trying to send files to the above address at Sun (however, sendmail has been disabled).I couldn't find this documented anywhere, is it meant to happen?tony

Debugger (or dbx) error in "Local Variables"

780 byte By baezaea at 2007-11-26 19:07:23
Hi,I use Sun studio 11 on SUSE Linux 10.1 machine.The problem is that "Local Variables" on debug mode does not give correct values.For example, if I run "squares" program in the Tutorials, after executing this lineint limit=10;it showsName Valuelimit-1208779616Even if I type the command in the ...

Problem with radio button group

484 byte By Kajanana at 2007-11-26 19:08:11
Hi all,Can anyone help me to get the following thing done. There are radio button group with 2 buttons and 4 dropdown lists. I need to disable one dropdown as I press one of the radio button and enable it while pressing other.I tried to do the thing with process value change method in radio ...

a little problem

856 byte By aiuto_per_favorea at 2007-11-26 19:11:36
this is my simple code but i have a problem//programma che visualizza la somma di due numeriimport java.util.Scanner; //il programma usa la classe scannerpublic class Addition{public static void main(String args[]){Scanner input = new Scanner(System.in);// crea un oggetto Scanner per leggere ...

how do i validate / reaload a page

643 byte By dElaya at 2007-11-26 19:12:34
Hello all!My page is based on one page with tabs. I'v noticed thatarticle.setObject(1,getSessionBean1().getTempUserId());is executed only when it is placed in prerender() method;or am i wrong ?anyways.... when i switch between tabs prerender isn't called and ...

Error: Did you forget to reset the value after changing the options?

540 byte By Whitemerovingiana at 2007-11-26 19:12:38
Hello everyone i am currently developing a JSF web application, developed in Sun Studio Creator, and deploying it in WebSphere Application server 6. everything in working, but i and getting this message when i change the value of DropDownList:Did you forget to reset the value after changing the ...

Need very simple ''progress bar'' or a ''Please wait notice'' in javascript

951 byte By Martin777a at 2007-11-26 19:12:52
I have a JSF portlet app, made in JSC. It uses remote EJB calls and some calls take a long time to finish. E.g. User clicks a button, some data are gathered, sent to an EJB and the app. is waiting for reply. For the user it looks like this: Click ... Internet Explorer progress bar flashes, ...

SUN TEAM URGENT: auto creation of data source, connection pool, ...etc

615 byte By InfoSysExpertsa at 2007-11-26 19:13:32
to the sun team,i have been using NB+VWP to deploy an application created in JSCU2 to a Sun App Server 9.for some reason, whenever am viewing a DB connection in the servers window and drag-drop a table on the page, the system is automatically creating a new data source, a new conneciton pool, ...

AJAX Tree

435 byte By cyberalex30a at 2007-11-26 19:14:47
I am using the Tree component in Java Studi Creator 2 to display my tree structure. This used to work well. Unfortunately the number of nodes in the tree has increased over the past month and hence the tree component page is taking a long time to load. Is there an ajax tree component that we ...

table row color

274 byte By gio_moria at 2007-11-26 19:15:58
Hi all ,I want a more readable table (long table) so I'd like to set first row's backgroung white, second row's background light gray, third white ,fourth light gray and so on... (alternate white and lite gray rows)Does somenone knows how to do that?

Sun Studio 11 Warning raised after new compiler upgrade

518 byte By vinothsankara at 2007-11-26 19:16:36
Hi All,I have an issue regarding the warning raised by new complier upgrade.Sun Studio 11 is the product and OS is Solaris 8.The following are the warning messages after successful compilation1. Warning: declarator required in declaration2. Warning: Last line in file "../inc/bibbnote.h" is not ...