I have created POJO facades to be used by Stateless EJBs. These POJO classes contains convenient CRUD methods using Entity beans with transactions. My persistence.xml is defined to use JTA. However my POJO classes is using manual transactions. I think that is the reason why I'm getting this error:I have created POJO facades to be used by State