0 Replies Latest reply on Sep 14, 2006 2:59 AM by gsoberai

    Data modiied outside ejb container

    gsoberai

      hi ,
      i am deploying my aplication using jboss 3.2.5 having BMP for my EJB and JDBC connection seprately for some data updation outside the EJB container,bcoz of this
      if i modify any of my data using JDBC connection ,then this data is not cashed in the EJB and also due to the ejbstore() method invocation by the container for data persistence,the data stored into the database is changed back to the data which was already cashed by EJB.and the data saved using JDBC connection outside the container is lost.

      can any one plz suggest the solution to this problem regarding some jboss configuration changes need to be made for calling of ejbload() and comapiring that data befor calling the ejbstore() method.