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 = ...
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 ...
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 ...
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"
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?
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
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 ...
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
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 ...
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.
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 ...
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 ...
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 ...
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 ...
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| ...
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 ...
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 ...
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 ...
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 ...
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();// ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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
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
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 ...
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 ...
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 ...
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 ? ...
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
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
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 ...
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 ...
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, ...
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 ...
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 ...
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
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 ...
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 ...
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 ...
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 ...
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 ...
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, ...
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, ...
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 ...
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?
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 ...