This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes Tune stateful EJB configurations Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Tune stateful EJB configurations" Watch "Tune stateful EJB configurations" New topic
Author

Tune stateful EJB configurations

Garlapati Ravi
Ranch Hand

Joined: Mar 05, 2008
Posts: 168
Hi,

How can we tune Passivation and Timeout configurations for stateful session bean in EJB3.0, do we have annotation ? or need to write DD ?
any reference or sample snippet is much appreciated.

Thanks
Ravi


Ravi Kumar
SCWCD 5 - 89%, SCJP 1.4 - 90%
ramprasad madathil
Ranch Hand

Joined: Jan 24, 2005
Posts: 489

These are server specific and can usually be found in the documentation of the server you are using.
Weblogic for example has this in weblogic-ejb-jar.xml of a SFSB



cheers,
ram.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tune stateful EJB configurations
 
Similar Threads
java projects
how many PrePassivate methods we can have in an stateful session bean ?
Tech Word Game
Can we say that struts 1.3 action classes are stateful ?
Why use stateful bean.