0 Replies Latest reply on Jul 20, 2006 2:56 AM by mehulvyas

    Add new attribute in jboss-service.xml. Plz help

    mehulvyas

      Hello,

      I am already having a schedulable instance of MBean running on my JBoss. The jboss-service.xml is as follows:




      true
      :name=OrderPlacer
      perform( NOTIFICATION, DATE, REPETITIONS, SCHEDULER_NAME )
      NOW
      300000
      -1
      dd/MM/yyyy HH:mm


      Now I want to add a new attribute in the above. Can anyone please let me know how shall I go about it. I want a new attribute in xml above and use its value specified in my implementation class. Can anyone help me in this ?