1 2 Previous Next 17 Replies Latest reply on Nov 8, 2007 8:46 AM by kukeltje Go to original post
      • 15. Re: Extension of the Designer

        Hi

        my first approach works now.
        i can select elements in a tree, change or add values and send the XML
        to the processdefinition within the action node.

        the problem now is, that i have no semantic information about the custom elements, e.g. for validation or choose the elements via content assistent in the editor.

        So what i need is to extend the XML Schema of the processdefinition by the custom elements.

        is it possible to extend the Schema dynamically during runtime by loading a custom Schema and add the additional information?

        Regards
        Matthias

        • 16. Re: Extension of the Designer

          Hi everyone

          does anybody know how i can access the jpdl-3.2 xsd Schema file within the Designer at runtime?

          During Development the Schema files are located in a Folder named "schemas" but after Export as plugin the schema files aren't in the package.

          So where does the processdefinition find the right schema?

          regards
          Matthias

          • 17. Re: Extension of the Designer
            kukeltje

            there is a schema resolver in jbpm core which retrieves the schema's from the jar.

            1 2 Previous Next