Dennis Hopper wrote:
3) Merry Christmas!
Merry Christmas!
Dennis Hopper wrote:
1) What should the MANIFEST.MF contain?
MANIFEST.MF can be empty.
Dennis Hopper wrote:
2) Does JNDI build-up/tear-down depend on sun-ejb-jar.xml file or does the container manage this automatically?
The sun-ejb-jar.xml contains app server specific deployment configurations. Like the jndi name to which you want your beans to be bound to. That file is
not mandatory. If you are using EJB3.1, then the file you posted earlier doesn't look relevant. It contains EJB2.x related constructs. Try removing that file altogether.