I'm compiling withf90: Sun Fortran 95 8.2 Patch 121020-03 2006/07/26on an intel processor running SunOS 5.10.I get the following error:f90 -fast -fsimple=0 (module paths deleted) ../Sources/faraday_mod.f f90: Internal Error, code=fw-interface-cexp-513, last src=../Sources/faraday_mod.f:2508*** ...
i have a c++ method defined:const CArgValue &operator[] (const string &name) constand i would like to call it in dbx - i tried:o print X.operator[]("name") - but the "char *" doesn't match "const string" - so i tried to create a stringo print X.operator[](string.operator new[]("p")) - ...
I have a webpage with one table reading data from datab aase (only 1 table). When selecting a row and going to second webpage for details I want to use the same dataprovider on this second page to update the information. When selecting the second row on page one this information shows on the ...
435 byte By
rayvda at 2007-11-27 4:50:41
Hello all. I'm looking for a library that could be found in the default installation for a Solaris 9 machine that would allow me to do reversible encryption of strings. Something DES in the GNU C library perhaps.I'm not familiar with all of Sun's built-in libraries, so I am hoping someone ...
988 byte By
dev4mia at 2007-11-27 4:51:37
I'm trying to develop a site in JSF with the Studio Creator and use an existing stylesheet. Problem: how to get the <div> structure into my JSF code. If i just do somethin like this:<f:verbatim><div class="aboutbox"></f:verbatim><ui:staticText ...
568 byte By
Jakuba at 2007-11-27 4:52:11
Hi,last weekend I tried Sun Studio Express and its compatibility with gcc.I found out that cc will parse something like this:typedef struct { int a; char b;} __attribute__ ((packed)) my_t;just fine, but will not pack the structure. Of course, there is #pragma pack(1) and #pragma pack(), but the ...
There is a one-man editable MyMaps map http://tinyurl.com/3c42jkand my intention is to transfer it into Google Maps API client-serverapplicationwith user editable marker descriptions.It should work the following way.MySql + php to serve both authorized editors data (user_name,password)and marker ...
Hi,A dropdown bind a database table, value field is id,display field is name,but I want to get other column,can i get the value directly and that don't get the value from database by value field?ThanksSmile
1785 byte By
ramvasua at 2007-11-27 4:54:48
When I try to start debugger on the project in Java Studio Creator 2 U1, I am getting the below error. I even tried adding the path of JRE in PATH env variable with no effect. OS used is Windows XP SP2.Note that I am able to run the program successfully. Problem is only with starting the ...
Good day all,after deploying my project to tomcat 5.0.28 my application was unable to connect to the database Even with the sun application server it still not connecting. the error that was printed out on my tomcat console is as follow: javax.naming.NameNotFoundException:Name idbadge is not ...
I am using performance library matrix solver, where I am trying to include multithreading using the OpenMP, which is already provided in Performance library solver. So I just need to set omp_num_threads(numOf Threads).I am getting core dump when I set the number of threads to 2 using ...
Hi Guys,first, sorry for my bad english.I have a Problem with Session in JSC2. I have a Navigation Fragment, and in that there is a logout button. If i klick that button in the action the following method will be executed:public String imageHyperlink8_action() {FacesContext fc = ...
1045 byte By
mfa786a at 2007-11-27 4:58:41
hi master i want ireport with studio creator i install jasper reports in F:\jasper reports\jasperreports-1.3.3-project\jasperreports-1.3.3 when i build my project then give me this error in output windowsC:\Documents and Settings\Administrator\My ...
Hi everyone, i m new to java, i have created a page with a textfield and two buttons, can someone tell me how to pass the text that i input in the text field into my database (mysql) when i click the add button (id:addButton) and then how to retrieve a data from a column of my database when i ...
661 byte By
JagXa at 2007-11-27 4:59:06
L.S.Vistors of my Web Application can apply for a username and password, which enables them to access their data in a database. To do so they have to fill in a form, which I would like to sent to my e-mail address when the user click the submit button.I browsed the forum and read the following ...
2676 byte By
Dukina at 2007-11-27 5:00:04
Hallo,I am using the the following CC version:CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-23 2005/10/14We are porting some code to Solaris. I am using a template-based user type:typedef vector<CMyClass *> CMyClassListType;then a simple classclass ...
HiI'm developing my application for few months, but few days ago all ui:hyperlink and button action methods stopped working in IE. They are not invoked at all... No javascript errors, everything works fine in Firefox. Can anybody tell me where to look as I'm sitting 6h in front of screen and ...
2368 byte By
b.sodhia at 2007-11-27 5:02:40
Hi,I'm noticing a strange behavior for the component initialization ordering on a page. I have a simple application with two pages which look like: page1:<jsp:root ..>...<ui:textField .../><ui:passwordField .../><ui:button .../>...</jsp:root >page2:<jsp:root ...
990 byte By
mfa786a at 2007-11-27 5:04:22
hi master i use ireport and designed report and test run right in ireport Preview windowssir my need is call the irepot directly not use xml in i not want use the jrxml file and code and build.xml give error in this code<property ...
165 byte By
jg1234a at 2007-11-27 5:06:43
HiI have component table and field type checkbox.I need example. Click in the button and read the whole Databasein the VWPThank's
933 byte By
jg1234a at 2007-11-27 5:06:56
Because when clicking in the in a button and to read the Database is the checkbox false:? if (sociosDataProvider1.cursorFirst()){if (checkbox1.isChecked()){body1.setOnLoad("alert('Cadastro realizado com sucesso'); document.forms[0].elements[0].focus()");}}while ...
I have created a dynamic table from a database and have added a drop down list to a column in the table as well as a button in the next column.TableColumn tableColumn3 = new TableColumn();int colCount3 = ...
Need a help!One of the processes is generating core dump ocassionally (running on Solaris 5.8 and Sun Workshop Compiler 5) with the following dbx stack trace. =>[1] _libc_write(0x0, 0x6, 0x0, 0xffffffff, 0x4e310, 0xfd6b5970), at 0xfd720034 [2] addsev(0xfd73c008, 0xffbecb30, 0x47, 0x7efefeff, ...
The Fortran compilerf90: Sun Fortran 95 8.2 Patch 121020-05 2006/12/08complain, incorrectly I believe, about a renaming in a USE statement. Here is the source code:MODULE modINTEGER :: mCONTAINSSUBROUTINE sub_mod(m1,x)INTEGER, INTENT(in) :: m1REAL :: x(m)x = 3.END SUBROUTINE sub_modEND MODULE ...
Hi!I have followed the instructions in the Java EE tutorial to set up the enviroment but when I execute the command "ant create tables" I get this output:[code]C:\javaeetutorial5\examples\web\bookstore1>ant create-tablesBuildfile: build.xml-pre-init:init:check:tools:start-db:BUILD ...
135 byte By
jg1234a at 2007-11-27 5:09:15
How to go for the 2 registrationHow to go for the 20 registration How to go for 128 registration? of the Database?
I have a multiple-page table displayed in my FireFox browser that I developed with SJSC Update 1, running on Windows XP Pro. The table is bound to an Oracle 8i database with several fields being user editable to update the database. Problem: Only one page prints from my browser window. Print ...
Hi, I am trying to compile ROMS (available from http://www.myroms.org/) and am receiving the following errorcd Build; f95 -c -u -U -xarch=v9 -openmp -fast mod_forces.f90f95: Warning: -xarch=native has been explicitly specified, or implicitly specified by a macro option, -xarch=native on this ...
567 byte By
mfa786a at 2007-11-27 5:12:20
hi mastersir i have many problem for print report from my boss i browse some data from net about JasperViewer.viewReport one give me samle as undersee code JasperReport jasperReport = JasperCompileManager.compileReport("--Report file path-- .jrxml");JasperPrint jasperPrint = ...
335 byte By
mfa786a at 2007-11-27 5:14:01
sir i use ireporti create fahim.jrxml report and test in ireport jasperviewersir how i use ireport jasperviewer in sun java studio createrand show my report fahim.jrxml please give me ireport jasperviewer configeration step and step of showing my report fahim.jrxml ...
Using the fortran compilerf90: Sun Fortran 95 8.2 Patch 121020-05 2006/12/08on an x86 computer running SunOS 5.10, the intrinsic functionSELECTED_REAL_KIND(24)returns the value 16. Yet the compiler complains when I try to declareREAL(16) :: x^"test4.f", Line = 2, Column = 12: ERROR: KIND value ...
Can someone plz explain to me how to write a shell script to check date?
1465 byte By
yellra at 2007-11-27 5:16:56
Hi guys, im really new in jsf, i have a tabset, in with several tabs generated dinamically, each tab have several components generated dinamically as well, im trying to get all components id which have validation errors, and show in the page an alert summary with the name of tabs which have the ...
any idea what that means?the request was an extension of my previous post:(dbx) print (X.operator[](*asStringRef("text"))).AsString()
290 byte By
jg1234a at 2007-11-27 5:17:52
Hello friends. Friends the link to proceed is exactly oque want: http://blogs.sun.com/winston/category/Creator In that example he the number of the line that the checkbox is true returns I need the name of the field NAME Please, I need help
I am attempting to add a number of dynamically created buttons to a table. The table is bound to a DataProvider and is pulling information from my Database. I'm wanting to add the buttons into the table as a new column, but I'm unsure how I should approach this.Is there a way to either bind ...
i got this error:the prefix "jsp" for element "jsp:scriptlet" is not bound.how can i remove this error.
325 byte By
mfa786a at 2007-11-27 5:21:21
hi master sir i try call irepot but this code give me errorJasperReport jasperReport = JasperCompileManager.compileReport("f:\ireport\fahim.jrxml");JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport,new HashMap(),obj);please give me idea and ...
271 byte By
lello76a at 2007-11-27 5:22:12
Hi,I am using Sun Studio Express (Febrary 2007 built) and I want to know ifit's possibile to integrate with subversion. I know that netbeans support this but I can't find a way to use it in SunStudio express. Why is this?Thanks,Lello.
450 byte By
Sapana at 2007-11-27 5:24:08
Hi All,Our company have contract with one service which accepts xml as a post request to a jsp.So my question is how can I do that using Java Studio creator or NB VWP. I mean functionality(Which we had in plain'o jsp) like request.setAttribute("","") so that server side code can do something ...
Hi all;I am using a Solaris 2.8 machine, a Forte62 compiler in 64 bit mode.I have set all LD_LIBRARY_PATH up and it compiles most my code till it gets to the part that it purifies. It gives me this error:ld: fatal: relocation error: R_SPARC_DISP64: file ...
95 byte By
jg1234a at 2007-11-27 5:26:12
I need click in button and add in run-time text "XXXX" in dropDownThank's
390 byte By
ALFa at 2007-11-27 5:26:20
I would like to find out how I can set my pages in my project....to display everything......info+components......centered in the browsers ? I know how to configure one component to display in the middle.......but....all the info ? How can I organize all my components......in orther to configure ...
8357 byte By
raoulfra at 2007-11-27 5:26:35
I readed some posts on startup problems but it seemed that, first, I got all of them at the same time, second, no one of these posts solved my issues.i) If I create a new project I receive that exception:java.io.IOException: Could not find a safe DOM serializer: java.lang.NoSuchMethodException: ...
3706 byte By
Qrioa at 2007-11-27 5:27:41
Hi,I face a problem when I compile a code with CC CC: Sun C++ 5.8 Patch 121017-08 2006/12/06.I am facing a problem in my project because of this! I created the following test case to reproduce.I need to use template=no%extdef option as I cannot change filenames. But "find" becomes an unresolved ...
I am getting compilation error on following peice of code:[code]template <typename KEY>class XYZ{private:map<KEY,int> m_Map;typedef map<KEY,int>::iterator it;............................}[/code]Error: No parameters provided for template.I have CC version Sun C++ ...
379 byte By
lello76a at 2007-11-27 5:28:22
Hi,I am using Sun Studio Express (Febrary 2007 built) and I want to know ifit's possibile to integrate it with subversion. I know that netbeans support this but I can't find a way to use it in SunStudio express. Why is this?InTools->Module Manager->Version ControlI can only see CVS, but ...
625 byte By
ndzpaca at 2007-11-27 5:29:54
Hi,I am using DataProvider on each page and their cachedRowSet is normally defined in SessionBean.And same cachedRowSet from SessionBean is used in number of pages.General setting for cachedRowSet is:concurrency: CONCUR_UPDATABLEtransactionIsolation: TRANSACTION_READ_COMMITTEDOn occasion, I get ...
Hi, I am working on 5.10 Generic_118833-24 sun4u sparc SUNW,Sun-Fire-V890 machine. Our server is Multi threaded and it is core dumping every few minutes. To debug this i have used libumem. Below is the information it gives when i run umem_status. ::umem_statusStatus: ready and ...
573 byte By
jg1234a at 2007-11-27 5:30:29
Hello boy friends , I need of helps , I type from BrazilI have component Table AND um component checkbox : my LayoutName checkBoxJohn false Paulo True Pedro false Carlos True To the clicck in the buttonI would like the one returnPauloCarlosI would like recurrence all of checkbox = truein that ...