Yes I already looked at that section. The problem I have is, I do not have to “create” a jar file. Someone else gives me an EJB jar file, I just have to “use” it.
The documentation asks me to create a Java project that exports a jar file which will be deployed. I guess my questions are:
– How can I export my jar file through the dummy java project. It feels odd for me to have to create a Java project just to use an EJB jar file. In any case, let’s say I create a Java project, are you expecting me to unzip the jar into the classes directory or something so that it can be rejarred and exported? For something that is so simple as using an EJB jar, why would I have to go through so many steps? I feel I am missing something or am not interpreting the documentation correctly.
– Assuming that I can somehow export the EJB jar from the Java project, how can I ask my ear file to deploy it? Is it automatic (if I check the right checkboxes in the Library Deployment policies)?
Thanks in advance for your help.
-Praveen.[/list][/list]