Moguluri Ravi Kiran

Ranch Hand
+ Follow
since Apr 16, 2010
Moguluri likes ...
Hibernate Eclipse IDE Java
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Moguluri Ravi Kiran

Hi Friends,

I am Ravi Kiran,
Facing a problem in accessing cursor from DB2 Procedure to IBatis.

Below one is my simple procedure that returns employees.
It is successfully compiled at DB2.



And My Ibatis declaration for procedure is as follows.



And My Employee class contains properties (empId, noOfContributions, succededContributions) of type String.

Also My Java Code to get this



Thanks in advance,
Regards,
Ravi Kiran.
Hi William Brogden,

Thank you for the hint provided.
If i remove the first 4 lines in request,
I am getting SOAPAction required message.
If i am not expecting more, Could you please guide me little further to get the response from my program.


For more information, From SOAP Ui following is being sent


And Response is


If i use same request in my program SOAPAction header required message is coming. Please see above first stack trace.


Regards,
Ravi M.
10 years ago
Hi Friends,

Facing a problem in my first web-services program. help from you is definitely a stepping stone for me.



Spring conf. file is (tst.xml)



And the request xml is (reqSoap12.xml)



The error i am getting is




After Google-ing i modified my request as (reqSoap12.xml)



Then the error is



Thanks in advance,
Ravi M.
10 years ago
Dear Friends,

I am facing a problem with div height in percentage.
following are my observations.

1) After creating a normal HTML page with the following styles the div tag heights are as expected[Given in %].
2) In JSF, Any page using following template is not displaying as per the percentage given.
3) If i give height parameter in terms of pixels then the JSF Page is getting displayed as expected.
4) But in case of width of div tag, even percentage measure is working fine in JSF pages.

Thanks in advance.

Template using is

11 years ago
JSF
Hi Friends,

I am facing a small problem please help me.
my struts validation is working for simple logonForm with username & password.
but the error messages are not coming in alert boxes. they are simply being added to current page only.
how to get popup alert boxes for that.
please guide me.

thank you
regards
Kiran
13 years ago
Thanks.
Thank you very much.
13 years ago
Thanks for your speedy response. i undestood.

but what if i want a common choice like "SAVE" on File Menu & Tool bar simultaneously..do i need to write extra object(toolbar item that represents same menu item). & do i need to write redundently the Listeners..?

13 years ago
Hello Friends , i got a small problem, below is the code. Thanks in advance.
My OS is windows 7.
13 years ago
My intention is to create a file

<table_name>.sql from that resembles a already stored file in database...

for example ...

say EMP is a Table with
Ename varchar2(10) not null,
Eid varchar2(5) not null
sal number(7,2) not null...

now i want that information back 2 my java program ........as it was....

im facing problems with ResultSetMetaData's functions getColumnType()
getColumnTypeName() etc....

is there any method 2 copy simply all the above schema as a String into my Java Program.





And Problems are ......

Mappings
********

SQL VALUE GETCOLUMNTYPE GETSCALE GETPRECISION

****************************************************************

NUMBER DOUBLE PRECISION 0 15

VARCHAR2(12) VARCHAR2 0 12

NUMBER(4) DECIMAL 0 4

VARCHAR2(10) VARCHAR2 0 10

VARCHAR2(9) VARCHAR2 0 9

NUMBER(4) DECIMAL 0 4

DATE DATE 0 19

NUMBER(7,2) DECIMAL 2 7

NUMBER(7,2) DECIMAL 2 7

NUMBER(2) DECIMAL 0 2

**************************************************************

Now i required to convert JAVA output to SQL.......Feeling more burden.....

is there any solution ?



Thanks in Advance..
Please Solve my problem







Thank you.
Congratz

Did you face Questions on wait(),notify(),notifyAll() ?
13 years ago
yes solved...

but my question about I/O did not get Answer.

Thank you.
Hello friends i have a small doubt here.




The readLine() returns only one line of the txt file.
is there any way to read the Strings of lines untill END OF FILE MARK is reached.
what is the EOF on windows.
How a file entirely can be read ?

one more question...
does the Content on I/O in this book really enough for Exam ?

Thanks.
Hello Friend,

you are putting "[In Sub]" in Object type & not the TSub type instance,
Hence you are getting so.

to get "[Sub Class]" you have to put TSub type instance in Object type,

place



instead of