0 Replies Latest reply on Jul 25, 2002 8:06 AM by prashantpatel

    Loading class lib dynamically

    prashantpatel

      The problem i am facing is the I have ejb module1.jar which i have deployed, it requires
      classes in dto.jar which i had first placed in the deploy dir and then change
      the location to server/default/lib, now any change i make to the dto.jar i have to restart
      the server for that change to take effect. If i place the file in the deploy dir the i have to
      delete and re-deploy the module1.jar to get the necessary changes reflected.
      How can the bean refer to the latest dto.jar without restarting the server or deleting
      the module1.jar coz that is reason that i have seperated the files in diffrent jar files.