vv sreeram

Greenhorn
+ Follow
since Aug 28, 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 vv sreeram

hi,
The key is unique. The value is a String array. Thank you for your reply .


regards
18 years ago
hi,
I am using wsad .I was debugging it . In the earlier step a key with a multiple values was added which is missing after adding to the HashMap.

Thank You
18 years ago
hi,
I have a strange question. I am adding a Map object to another Map . But one of key , value pair is missing.

pageDataMap = buildPageDataMap(request);

Map formData = new HashMap();
formData.putAll( pageDataMap );

what could be the possible reason for this ?
I would like to thank you for your answer.

regards
18 years ago
HI,
I am getting a similar error. I have added an BMP entity bean to an existing application. When i try to look up the bean i am getting the following error

javax.naming.NameNotFoundException: Name "ejb/DMT/NpSpeedMaintHome" not found in context "local:".
Should i set the context somewhere so that this bean is in the local context ??

Thank You
Thanks Sunil.
I am able to use MS Access as my database through a servlet using JDBC which is given in one of the links you sent . But I am unable to create the Object to Relational data mapping for MS Access in my Entity Bean using CMP .


regards
19 years ago
Can some one please let me know how to set MS Acess as the datasource for a CMP persistent bean in WSAD 5 . The red book i use shows DB2 as the database.

Thanks
19 years ago
hi,
Thank you for ur reply. I was wondering whether there was some sort of other API to do it directly. I could as well save the excel as a .cvs file and read it directly in java.
regards
20 years ago
hi,
Is there an API that i can use to convert EXcel spread sheets to XML files.
regards
20 years ago
hi,
I need some help.
int i,j,k;
String op;
........
k = i op j ;
where op can be any operator. Is it possible to do something like this.

regards
20 years ago
sorry,
i was confused. I need tutorial for Weblogic.
regards
20 years ago
hi,
Can someone suggest a basic tutorial on how to deploy EJB in Websphere.
regards
20 years ago
hi,
Thanks for your reply. I have seen the red book. But they seem to contain an awful lot of information. Can you suggest a tutorial that helps me deploy a small session bean or an entity bean in Websphere.
regards
20 years ago
hi,
Can anyone suggest a good tutorial for IBM websphere which can be used to deploy servlets as well as EJB.
regards
20 years ago
Hi,
I am new to EJB. I have J2eesdk1.4_beta2 version on my computer. There is an applictaion server along with. When i try to compile an EJB file it says javax.EJB package not found. Please let me know what packages i have to install to compile an EJB file. I would appreciate your help.
regards
Hi,
I would like to know if there is any Tutorial for Jtella.
regards
20 years ago