Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Killing a long running EJB

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
We have a Java client application which makes a JNDI lookup and runs a method of a stateless session EJB.
Sometimes the method runs for too long and we need to kill it. We try closing the Java client but the EJB still continues to run.
What is a best way to terminate a running EJB which is called from a client running outside App server ?
we are using Weblogic 6.1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top