1 Reply Latest reply on Apr 27, 2006 4:56 AM by jbaiju

    CLASS PATH TO EAR

    amitvyavahare

      Hello,


      true
      com.kn.csl.components.order.scheduler.MyScheduler
      NOW
      3000
      -1


      I could do this if i had my class in a jar and place that jar in default/lib

      OR
      I place it in default/deploy and set classpath to deploy

      but what i want to do is include the com.kn.csl.components.order.scheduler.MyScheduler class in the jar and then include the jar as a part of the EAR

      how can this be achived

      thanks in advanced for any help on this issue