0 Replies Latest reply on Mar 19, 2013 11:47 AM by rejinakk

    EJB Remoting - Deadlock

    rejinakk

      Hi,

       

      I am using JBoss AS 7.1.1 in my project. I am getting ejb deadlock issue in my application deployment in the following scenario.

       

      When a runtime hibernate exception occurs in the sever(which is an ejb service) which is uncaught in server and propogated to the client.And in client the runtime exception causes ClassNotFounfException.

       

      Th possible solutions for this issue are:

      1. Catch all runtime exceptions in ejb service layer and throw a custom exception to the client which would not create ClassNotFoundExcpetion.
      2. Put the jar which has the class mentioned in the class not found exception in clients classpath.
      3. Use the option mentioned in the JIRA issue AS7-5592.

       

      I believe the third option is more appropraite, but as my server version is 7.1.1 would there be any compatibility issues if I directly move from jboss-remoting-3.2.3.GA.jar to jboss-remoting-3.2.10.GA.jar?

       

      Could anyone please help me?

       

      Thnaks,

      Rejina