3rd party JARs -- local vs. remote repositories

2010-03-18 Thread Seetamraju Uday Bhaskar Sarma
Hi, For the following, lets take a simple example of :- Create a Session Bean that is deployed --by itself-- and not within a EAR. And also, lets assume that the session bean depends on a commercial (3rd party) JAR for (say) statistical analysis. EJB jars always had dependency JARs lo

including dependency jars within EJB jar

2010-03-18 Thread Seetamraju Uday Bhaskar Sarma
Hi All, I am creating an EJB jar (not EJB-client). Its supposed to have a dependency jar (ussi.jar) included within it for deployment, but the EJB jar created never contains the ussi.jar. I am using "compile-scope" dependencies. If you do have a few minutes, please take a look at the followi