Hello,
I have been switching from
JBoss 3.2.3 to 4.0.3, and suddenly a couple of Entity Beans (2.0) stoped working. This is weird, I mean, a regular call to EntityHome.create(..) / EntityBean.ejbCreate(..) doesn't actually perform a quite simple INSERT. The session bean I'm using for that get CMT/Required, and again, I just switched the JBoss version. Does someone knows what can be hapenning?
Thanks in advance.