1 Reply Latest reply on Feb 22, 2003 12:38 AM by tcsp

    gatValue from cmp is null when tried with sessionbean

    tcsp

      Hi there,
      I have an application in which a session bean setting 3 values of a row to CMP on Jboss3.0 on hsql db .and the same CMP looked by a java class and sets 4 th value .after setting 4th value by this java class my sessionbean gets primary key and is trying to get the 4 th value and i am getting it as null.

      if i try to get the other 3 values from sessionbean i am able to see them except the 4 th one, set by java class.

      my database is updated with the 4 th value ,i can see this from dbvis but not from the sessionbean.

      i can able to see these 4 values from another java class if i connected to CMP.

      whats causing this? does ejbserver is not setting the values set by my java class which is out side jboss server? or the Object loaded in ejb pool is not updating it self???
      or any other possible reason??

      please reply to this problem asap.

      thanks