This is a discussion on How to configurate if a Session bean calls a Entity Bean? - Java ; Hello, I'm new to EJB. And I'm using Eclipse with JBOSS-plugin and JBoss-Server to develop an EJB-Application. In my application the entity Beans should not be directly accessed by users. They will be called by session beans. My problem is ...
Hello,
I'm new to EJB. And I'm using Eclipse with JBOSS-plugin and
JBoss-Server to develop an EJB-Application.
In my application the entity Beans should not be directly accessed by
users. They will be called by session beans. My problem is now that I
don't know how to configure the ejb-jar.xml and other xml-files. I got
an error message:
org.jboss.deployment.DeploymentException: Error in ejb-jar.xml for
Session Bean : expected one home tag
But I have defined the home tag.
Has anyone already experience or example code?
Thanks, best regards
Lucia