Hi ,AllIn JSC 2.1 , web call Ejb's method, run fine on sun appserver 8.2,but happend error on jboss 4.0.2,as follows:=============================================================================== ===========================================2007-04-11 21:04:12,093 ERROR ...
1112 byte By
burferda at 2007-11-27 0:45:28
I am experiencing a problem that I have not seen before.I have an application that constructs a grid and displays that information. The application reads from a database into a local array. The data from that array is used to create the grid. The user can select one of the grid rows and the ...
I am testing a five page web page that connects to an SQL Server database.I am experiencing severe memory problems in debug mode. The application hangs after stepping through a some code.The debug screen goes all grey and I cannot get it to return to normal (see the code).I am developing on a ...
Hi,I've a client server system.My client sends a message to server & starts a timer.If the server does not respond with in the limit set by timer, timer goes off and the client shall throw an exception.The problem is client seem to wirte the message to server socket, but it is not ...
232 byte By
mfa786a at 2007-11-27 0:51:51
sir i install netbeans 5.5 and visual web pack sir how i connect my oracle 10g data base with my new vwp projectplease give me step for connection the database with grid ,combo,textboxthank'saamir
872 byte By
k6det6a at 2007-11-27 0:52:23
I am getting a ClassCastException on a multiple selection list box. This is what I am doing:String[] selections = (String[])listbox().getSelected();This is the error I am getting:javax.faces.el.EvaluationException: java.lang.ClassCastException: [Ljava.lang.Object; javax.faces.FacesException: ...
545 byte By
k6det6a at 2007-11-27 0:53:06
I have a RadioButtonGroup component with the "Auto-Submit on Change" turned on. This RadioButtonGroup has a default selection. And I have it setup with a value change listener.It all works fine, except for the default selection. If I select any other value, my listener gets called. When I ...
I have code that does not work with Studio 12. This could easily be a problem with the code, as it has been in the past. So build the code with a -E. In the past, I could build the output file. With the new compiler, I get the following errors. Suggestions?"/usr/include/bits/environments.h", ...
In openAL, the following code produces an error. This compiles with gcc and produces a warning with icc. Should this error be a warning, etc. as changing open source code is just not that easytypedef void ALCcontext ;typedef void ALCvoid ;ALCcontext * alcGetCurrentContext ( ALCvoid ) ;int main ...
hello,is there any possibilities to draw a normal table (not data table) in java studio creator..
Hi, I'm using remote deployment server (Sun Java App Server 8.2). I'm able to deploy application from JSC, but when I try to redeploy I get such error:run-deploy:Redeploying C:\projects\test_project\dist\test_project.warStart registering the project's server resourcesFinished registering ...
545 byte By
Filipaa at 2007-11-27 0:58:53
I am developing a portlet application and I have the need to create an option to upload files to the server (in my case I am using the Tomcat server and the Liferay Portal). I have already read that the upload component does not work with portlets... but I have also found some documents saying ...
11071 byte By
garffa at 2007-11-27 0:59:00
I have created a creator app that uses embedded derby. I have deployed it sucessfully on Tomcat and am now trying to deploy on webshpere 5.1. I have modified the appbase.jar file according to the instuctions at http://developers.sun.com/jscreator/reference/techart/2/deploytowebsphere.htmlThe ...
I followed the tutorial "Creating Bookmarkable URLs" and I was able to pass 1 parameter OK with values from a database. I don't know the syntax for multiple parameters, though, when using the IDE Design view. I really would like to have bookmarkable URLs using multiple parameters.In the url ...
3531 byte By
burferda at 2007-11-27 1:00:22
I'm not sure if this is a JSF or JSC question, so I'll try here first.I have an application that uses a Blueprints Google Map component.At one time, this was working, but I had to remove that section and now I am having problems getting it back up.When I navigate to a page with the component, ...
I'm trying to use a Table component as a spreadsheet template in my app: I'd like the first column to be static-y labels (such as Sunday, Monday, etc.) and the rest of the columns to be bound to a relational data source. I thought that I could just create a simple String array of labels in ...
Does anyone know how to get a creator project to always start in a new browser window?Conversly, I would also like to add a button to close the browser window and end the session.
430 byte By
JohnHNa at 2007-11-27 1:01:45
During the Java web gui tutorial one drags a list box,binds a table from the travel db to it with typeid and displaydescription, then one tries to run.It builds fine but when attempting to send display to browser,I repeatedly get this error:at ...
396 byte By
Mr.JPa at 2007-11-27 1:02:26
Hey,I've got the Sun Java Studio Enterprise 8.1 installed and would like to upgrade the J2EE from 1.4 to J2EE 5.I've downloaded the J2EE sdk 5 and installed it and used the upgrade option within the installer, however I am not able to change the J2EE option within the IDE, only options are ...
Hi,While compiling our code Octopus, I found a bug in the sun studio express fortran compiler (in x86 linux and sparc solaris). I made a bug report, but in that moment I wasn't able to reduce the file to a single file and in the bug report and I gave a pointer to our svn repository. Now I was ...
14089 byte By
Nino_Ma at 2007-11-27 1:02:49
Hello all,I am trying to decompile .class files ok, i decompile it without any problems but when i open the java source i see weird string codes, and its not readable for the human, i tried lot of decompiling softwares but no software can make the file readable this is the problem that i ...
205 byte By
samanila at 2007-11-27 1:04:53
Hello! Does Any One Know How to Rename The Main Project In StudioCreator.2update1. Is it Possible to Rename?.OR should i copy paste All the jsp, jsf pages? & Name it what i want to
Hi,I facing a very problem.In my page prerender method is not executing.Even i put System.out.println statement. But in this page only init is executing and neither preprocess nor prerender methods are working.While previously it was working.Anybody have any idea,If any solution then i'll ...
Is it possible to develop complete software in SJSE 8.1 and create deployment or setup file from it....as we have in VS.net ?
352 byte By
samanila at 2007-11-27 1:09:16
hello! I have tried most of the things like Making a new folder & then Putting the whole project in that by renaming it! but it Did'nt work! Even when I renamed it & then run then also it was still Taking the old name. Does anybody know how to rename a The Main Project in Studio ...
Hello,I have an application which I want to offer in more than one language. On the Login-Page I have a DropDown with the language-Selections and I store the Selection in a SessionBean-Property. The content of this property is "de" or "en" (for deutsch [german] and english). I set the Locale ...
Hello,I am just trying Studio Creator with a simple project GridBagLayoutDemo.java.I can easily build an executable jar file with this using command line but when I build it as a project in Studio Creator it runs OK from the IDE but if I try to double-click the jar file I get the message, ...
Somewhere along the line I have lost the design-time libraries that were bundled with JSC2.For example, I can add a static text component to the page, but when I change to code/java mode, the methods valid for that component are not available. Only available are those methods which inherit from ...
When building code, we have stuck in the -G option to all builds (shared or not) so that 2 builds are not necessary to produce the .a and the .so files.With Studio 12, this option appears to fail. When this is done, the object crashes when running.dbx saysdbx: File `Linux-i686/utcpTest' is not ...
Hello people, recently i took the challenge to work with NetBeans 5.5 and integrate Itext library to generate PDF files on the fly using servlets, JSchart components to generate reports, and java applets if anyone have some trouble with this, maybe i can help you, just post your ...
I have a problem with a piece of code and wanted to check if it was a known issue or not and if there is a workaround for it.I have a small piece of code that uses SunStudio inlines running on -xtarget=opteron - xarch=amd64#include <sys/types.h>#include <stdio.h>#include ...
100 byte By
c_chana at 2007-11-27 1:16:48
Am I mistaken or is typeof support only available on the Linux edition of Sun Studio Express?
I am trying to compile threadpool in CC 5.8 and am getting an erorError: A class template name was expected instead of boost::threadpool::detail::SizePolicy<boost::threadpool::Pool>.-- corresponding to the friend declarationsI suspect that the friend declaration is not respected. Please ...
Hi, Studio11 f95 8.2 Patch 121020-03 2006/07/26produces more and more multiple symbol definitions when choosing higherand higher optimizations:ld: fatal: symbol `__ABSCO_BRANCH$LB_NEW$1' is multiply-defined:(file objects/SunOS_4.1.4/modules/nmrtabco_m.o type=OBJT; file ...
458 byte By
gcuta at 2007-11-27 1:22:30
f90comp: 0 ERRORS, 96 WARNINGS, 0 OTHER MESSAGES, 0 ANSIUndefinedfirst referenced symbolin fileehash_PEST.osecond_PEST.old: fatal: Symbol referencing errors. No output written to a.outHow can I correct the message?I have similer with other filef90comp: 0 ERRORS, 88 WARNINGS, 0 OTHER MESSAGES, 0 ...
Hi all. I've just started using the sun fortran and c compilers. My code uses the CDF (common data format) library for data output. I can compile the library (using gcc or suncc), but when I call it from fortran code it can't find symbols. The symbols' names in the library have 2 trailing ...
746 byte By
Stitch1a at 2007-11-27 1:24:16
I am trying to confirm that you can develop/debug independantly in different local zones on the one solaris box.We have created two local zones, I have logged into one, installed studio 11 and tried to debug an existing application. When you load the program to debug, it says initialising and ...
I may get early access to a Barcelona based AMD system.To compile a tuned binary to run on this platform what options should I be using for -xtarget & -xarch ?This is of course assuming that SS12EA includes some support for these new processors.Thanks.
Hello, we are currently using SunStudio 11 on a SPARC IIIi (sun4u) to develop 32-bit and 64-bit application and we would like to move to a SPARC T1 (sun4v) machine e.g. T2000. Is the SunStudio 11 C++ compiler on a SPARC T1 able to generate 32-bit code that can run on all the members of the ...
947 byte By
vuqphama at 2007-11-27 1:29:16
On pageA I have a button component and a hyperlink component. These two components ' actions return the same value "pageB" in order to navigate to page B.PageB has a button and a text field that I would like it (textfield) to take the focus when pageB is loaded. I use the onLoad to make ...
Sorry this may not be directly related to Sun Studio. I seem to be able to compile fine with gcc but not with Studio.configure:3048: /opt/SUNWspro/bin/cc conftest.c >&5ld.so.1: ld: fatal: relocation error: file /usr/lib/libld.so.2: symbol Dbg_cap_sec_title: referenced symbol not foundcc: ...
Hi all,I am having trouble writing a record to the db. Here is the error message I am getting back:Error: Number of conflicts while synchronizing: 1 SyncResolver.INSERT_ROW_CONFLICT row 2 Invalid data conversion: Parameter object type is invalid for requested conversion.Updates against existing ...
If I connect to a unexisting IP, TCP connect function will timeout in 10 minutes. It is too long. How can I shorten the TCP connect timeout setting?Thanks!
I want to do some testing with Java API, can you give me some information about how to test the API developped by Java? what kind of tools I should use, and what specific technology should I learn? I am really a beginner, thanks for your help.
1413 byte By
shock_ua at 2007-11-27 1:35:16
I have three dynamic link file:libwelcome.solibwelcome2.sotestFunction.soand a executable file:testMaintestFunction.so depends on libwelcome2.sotestMain depends on testFunction.so and libwelcome.soCC -G -o testFunction.so libwelcome2.so testFunction.oCC -o testMain libwelcome.so testFunction.so ...
639 byte By
Derek50a at 2007-11-27 1:36:19
I need to prevent multiple logins on a Netbeans Visual Web Pack application.I have implemented a hashmap in the application bean, and clean out userids when the users either logout or the application times out, however I need to do this if the user closes the browser window.I have tried to find ...
Hi All,I am looking for an executable version of the JDK 1..3.1_20 to help with a problem I have been having can anyone help me by providing me with the exe or pointing me in the right direction.ThanksJohn
Building with Studio12 rh4, finite is not defined. It seems solaris works with a different include file. Suggestions?
1817 byte By
popajcea at 2007-11-27 1:39:55
Hi,I have a problem setting up JNDi in my application, I looked for all topics on this forum about setting up JNDI on tomacat, but I didn't figured out what is wrong, or what I did wrong, so if anyone can help me, here is the content of my xml files:META_INF/context.xml :<?xml version="1.0" ...
922 byte By
BillVa at 2007-11-27 1:40:00
In my style sheet I define the mainnav class for links. If I do not use a page fragment I can call this class in the prerender (hyperlink1.setStyleClass("mainnav");), and in the link_action method, and it works.For a page fragment there is no prerender so the class cannot be set initially.How ...