5 Replies Latest reply on Apr 17, 2008 10:56 AM by kukeltje

    sources for jbpm-console

    ajanz

      hello,

      where can i find the sources for jbpm-console?

      looked over the internet for a while, but really don't find them.

        • 1. Re: sources for jbpm-console
          kukeltje

          in CVS jbpm.3/console and jbpm4jsf (and there are multiple posts about this in forum)

          • 2. Re: sources for jbpm-console
            ajanz

            thank you

            but when i export jbpm.3/console no java sources are exported.

            escpecially i am looking for identitybean.java

            jbpm4jsf i got the sources. but not identitybean.java

            • 3. Re: sources for jbpm-console
              kukeltje

              then there probably is no identitybean.java (there is none in my sources)

              • 4. Re: sources for jbpm-console
                ajanz

                in faces-config there is

                <managed-bean>
                 <managed-bean-name>identityBean</managed-bean-name>
                 <managed-bean-class>org.jbpm.webapp.bean.IdentityBean</managed-bean-class>
                 <managed-bean-scope>request</managed-bean-scope>
                 <managed-property>
                 <property-name>jbpmBean</property-name>
                 <value>#{jbpmBean}</value>
                 </managed-property>
                 </managed-bean>
                


                its from jbpm-jpdl-3.2.GA

                in jbpm-jpdl-suite-3.2.2 there is not

                • 5. Re: sources for jbpm-console
                  kukeltje

                  hmm... I only see this bean in the 3.1 release and 3.2 alpha's, not in real release....

                  Long story short: it is not used in the console (anymore)