5 Replies Latest reply on May 23, 2007 10:56 AM by ebross

    How can I specify the jars that contain session beans?

    michallefler

      I have a large amount of jar files inside my .ear,
      most of them doesn't contain any session beans at all
      (the application's classpath reffers to these jars).
      Whenever I deploy my application, JBoss scans all my jars for EJBs,
      and the deployment process takes a very long time.
      Is there a way in which I can explicitly specify the jars that contain EJBs
      and make JBoss scan these jars only?
      Thanks, Michal.