3 Replies Latest reply on Dec 19, 2007 11:53 AM by pedroluppi

    Why my jbpm-console does not recognize jbpm4jsf

    pedroluppi

      I generated by the button "Generate New Form ..." a form for a task.
      In taskname.xhtml file have xmlns:tf="http://jbpm.org/jsf/tf" and xmlns:jbpm="http://jbpm.org/jsf". And also have some tag using both, like <jbpm:dataform>.

      But when jbpm-console try to open the task page, I got the error <jbpm:dataform> Tag Library supports namespace: http://jbpm.org/jsf, but no tag was defined for name: dataform

      I try to import to the project jbpm-console (using variable JBPM_REPO) the jbpm4jsf.jar, but not works.

      So, what I can do to jbpm-console recognize tag from jbpm4jsf (xmlns:tf="http://jbpm.org/jsf/tf" and xmlns:jbpm="http://jbpm.org/jsf") ?

        • 1. Re: Why my jbpm-console does not recognize jbpm4jsf
          pedroluppi

          I have this jbpm.taglib.xml:

          <?xml version="1.0"?>
          
          <!DOCTYPE facelet-taglib PUBLIC
           "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
           "http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
          
          <facelet-taglib>
          
           <namespace>http://jbpm.org/jsf</namespace>
          
           <tag>
           <tag-name>processImage</tag-name>
           <component>
           <component-type>org.jbpm.webapp.ui.ProcessImage</component-type>
           </component>
           </tag>
          
           <tag>
           <tag-name>box</tag-name>
           <component>
           <component-type>org.jbpm.webapp.ui.Box</component-type>
           </component>
           </tag>
          
           <tag>
           <tag-name>interval</tag-name>
           <component>
           <component-type>org.jbpm.webapp.ui.Interval</component-type>
           </component>
           </tag>
          
          </facelet-taglib>


          • 2. Re: Why my jbpm-console does not recognize jbpm4jsf
            kukeltje

            where does this jbpm.taglib.xml come from? I do not have it in my source.

            • 3. Re: Why my jbpm-console does not recognize jbpm4jsf
              pedroluppi

              It is in the same place of web.xml.
              I am work with cvs code version 3_0_13_1. I am thinking that is problem of the version of the plugin that generate and the jbpm-console.
              I copy some java classes (in tag and aplication) of version 3_2 and its reconized the jbpm data form, but the button generate does no work.

              Have some documentation of what taglib jbpm and tf is corresponded in html ? i can change the ui to genarate html.