Madulika Reddy

Greenhorn
+ Follow
since Mar 11, 2003
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 Madulika Reddy

Just like in Java where we get the milliseconds from 1970 using the getTime(), is there a way to get the milliseconds using the select query on the Date field.

Thanks!
17 years ago
I am trying to generate the stubs and I get the error.

com.ibm.etools.rmic.RMICException: RMIC Command returns RC = 1. The problems which stopped RMIC are displayed, and have also been recorded in the .log file in C:\versionTest\.metadata

java.lang.NoClassDefFoundError:

Any thoughts. It used to work.
18 years ago
All, Can any one tell us how we can clean the reference in .metadata.

Thanks!
18 years ago
public Boolean getvalue()
{

}

if (getValue() == null) {
System.out.println("Null value retunred)
}

Is this correct?
18 years ago
We are using a a.xml file for properites. And this file is referrenced in the java code. We have Integration,System,Prod envs.

1. We want to maintain three xml files(I.xml.s.xml,p.xml).
2. Can we rename the above file depending on the env to a.xml and generate the EAR?


Thank you,
18 years ago
The field is declared as Booelean. How can we check if we have null in this field.

Regards,
Madhulika
18 years ago
Hi Dittmer,
We are using WAS for the production. I heard that when using the J2EE app server and Timmer classes there will be some thread issues as both creates threads. Could you advise on this. Our application needs a report to sent out at fixed times. and one more advise, how much effort does it take?

Thanks
Madhulika
18 years ago
All,
We have a java program which sends a email through smtp server. We want to schedule it once in a week.

Please advise on any options.

Also I heard J2EE schedulers which are used to schedule a task. Please suggest some.

Regards,
MReddy
18 years ago
Hi,
We are integrating MQ Series 5.3 and Websphere Application server 5.0. We installed the BASE V5,Deployment Manager V5, MQ Series 5.3. When I try to apply the Fixpack 5.0.2 to the Base v5 I am getting this error.
Executing Command--> "C:\DOCUME~1\WSAdmin\LOCALS~1\Temp\1\external.mq\ptfs\was50_fp2_win\components\external.mq\Setup\wmservice.exe" install "C:\Program Files\WebSphere\AppServer\logs\update\20030812_155540_was50_fp2_win_external.mq_install.log" "C:\DOCUME~1\WSAdmin\LOCALS~1\Temp\1\external.mq\ptfs\was50_fp2_win\components\external.mq\CSD" 04 Failed to perform install.

Can any one shed some light.
regards
Madhulika.
20 years ago
Hi Everyone,
I am getting a white page when system is slow-
I am using
<%@ page buffer="32k" autoFlush="true" %>
in the jsp page. It works when the system is in stable condition.
Any help is greatly appreciated.
Madhulika
21 years ago
JSP