I havent generated EJB jars using any
IDE, so i dont have much idea as to how they are done. The jar that gets generated from your IDE, does it contain an ejb-jar.xml? Also what are the contents of the ejb jar that gets created? Could you post the output of the following command run from the command prompt:
From the command prompt, first move to the folder containing your ejb jar file and then run this
where myApp.jar is the ejb jar file.
The problem is thar when i specify the ejb jar path...the app server says no ejb package found.
Also, can you please post the entire exception stacktrace or maybe the error message that you seeing on the server? Someone here might be able to figure out the problem seeing that log.
P.S. While posting the exception stacktrace or the output of the command, make sure that you use the Code button to wrap the contents in a code block. That will make it easier to read