Hello folks,
I am new to
J2EE scene and I have to develop a Web application involving Session and Entity beans . For this I have created a Dynamic Web client and one EJB project.
I have one session bean with the remote interface defined which is called from a
servlet in my webclient.
I have created one EAR project to deploy my web and EJB modules to the
JBOSS server (JBoss 5.0.1.GA) .
I am using eclipse
IDE ...
I am not sure if the configuration files for my project are corrent .. i,e jndi.properties and Persistence.xml files ,,
jndi.properties file contains
and I have placed it in Webcontent folder of my web client ..
Persistence.xml file contains
This I have placed in EJBmodule/META_INF directory of my EJB project.
There is one application.xml file generated by JBoss when I created an EAR project with the web and ejb modules ..
I assume this should be enough to deploy it to JBoss .. But when I deployed it I got the following error ..
Could someone help me with the above error , correct me if I am missing something to configure the projects ..
Also it would be great if I get to look at step by step procedure to configure the EJB project to Jboss ..
Hope to get a quick response ..
Thanks in advance ..
Guru