I have my
ejb bean classes create on my desktop.
I am trying to do ejb thru eclipse. So I selected the new > ejb project in eclipse.
This gave me
ejbModule directory
META-INF
ejb-jar.xml
manifest.mf
an empty build directory
Right of the bat the project had one error because the ejb-jar.xml needed one ejb defined for it
Ok
so I quickly stole some code off a website and made my ejb-jar.xml
like
now under the deployment descriptor under SessionBean their is
hello which has
Hello
HelloHome
HelloBean
as subelements
But where or how do I add my classes into this project ?
Everytime I try to create a New > Session Bean it asks my for a EJB project to use but none are available from the drop down