Hey Bill
What you have read is right "ejb-jar.xml" is the deployment decriptor. The xml descriptors were introduced with ejb 1.1 specification. "*.ser" was used with ejb 1.0 specs..
You don't have to worry about creating/writing the xml descriptor ,bcas the deploytool automatically creates. If you are creating the jar file on you own through "
java cf ....." then you have to write the xml descriptor and other required xml files ...This will be a cold deployment..Hope you know that..
Cheers..Johnson