Raju Mittal

Greenhorn
+ Follow
since Jun 30, 2005
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 Raju Mittal

Hi Paul,

I have a question on MDB. How can we maintain client side transaction in case of an MDB ?

Thanks
Rajesh
There is no limit in terms of placing war or jar file in an enterprise archive file.

rajesh
Soni,

EJB container is managing the lifecycle of an ejb i.e. container is responsible for creation and removal of EJBS. Almost all type of ejbs are pooled. Untill a system exception occurs or remove is called (in case of SFSB), container is keeping a designated set of beans in the pools, increasing during peak loads and decreasing them during off-peak loads

So It doesn't make a sense to have Finalize method in EJBs.

I hope this helps.

Raju
Hi,

try accessing the file using C:\\bookeaz\\config\\security.properties.
or you can specify the c:\bookeaz\config in classpath and access security.properties using InputStreams and aftewards using load method of properties file to read this property file.

I hope this helps

Rajesh