0 Replies Latest reply on Oct 16, 2013 3:03 AM by dude0507

    Metaobject management

    dude0507

      Hello,

       

      Suppose we have to manage objects that the configurator of the application can import using file exel, so the applications do not depend on

      the customer installation. For instance: in the automotive market out application need the object type of

      car, so the application configurator import using excel (or xml, json...) containing the object structure:

       

      ObjectNameType: Car,

      List of attributes (like Map): numberOfWeels, Integer; engine, etc...

       

      How can I handle this problem without reboot JBoss after the importation?

       

      Thanks in advance.