Hello Sunondo,
I have the same problem. Somethings seems to be wrong with the generated
ejb-jar.xml and/or jboss.xml.
A workaround is not to use the method getXxxLocalHome() methods generated
in the YyyServiceBean classes, but to make a lookup on the following name
directly in YyyServiceBeanImpl:
I have created an EntityRef from a Service (AdminService) to an Entity (User). When I
try to access the Local home of the entity in the Service (calling the auto generated
getUserLocalHome()), then I get the following exception:
Start of createUser in AdminServiceBeanImpl
01:28:32,624 ERR