0 Replies Latest reply on Apr 25, 2005 5:20 PM by dtiwari

    Exception handling between 2 vertical(web services)

    dtiwari

      I am using Jboss 3.2.3 , I have 2 web services..I use them in one another using servicelocator.......Now when I throw a remote exception in one and catch in another EJB, It does everything fine escept for database update...It doesn't throw any exception but at the same time it doesn't update the database with data.
      I have debugged it and I can see the statement getting executed...but it won't update the database.
      Also, there is no exception getting thrown.

      Is it because I am throwing exception from a different vertical(different web service).....All the code is written in java....