Hi, Im using visual age 3.5.3 environment. I have one session bean with transaction type TX_REQUIRED_NEW and one entity bean with TX_REQUIRED. I have one method in session bean which will get data from entity bean. Im getting data from entity bean sucessfully. But if i tried to return the data from session bean's method, im getting exception,
Note, if i modified the entity bean's transaction type to TX_REQUIRED_NEW then its works fine. But i need to have TX_REQUIRED transaction type which is giving exception. Please help me to solve this problem.