1 2 Previous Next 24 Replies Latest reply on Aug 18, 2010 11:48 AM by jackalista Go to original post
      • 15. Re: Problem deploying on JBoss 5
        kukeltje

         

        I am already using jBpm 3.3.1.
        You did not mention this and I'm still not clairvoyant... so....

        Is there some other thing I didn't see ?
        I'll try in the weekend and will get back af that.

        • 16. Re: Problem deploying on JBoss 5
          rogerio.baldini

          You are not helping me...

          My problem still persists.....


          Rogerio

          • 17. Re: Problem deploying on JBoss 5
            rogerio.baldini

            Ok. I am waiting for it.

            • 18. Re: Problem deploying on JBoss 5
              kukeltje

              What do you want? Wait until monday or should I not investigate a all? It's my free, non-paid time. Normal customers (I do not work for JBoss) are billed €100,- per hour, so take your pick....

              • 19. Re: Problem deploying on JBoss 5
                rogerio.baldini

                Sorry man,
                I didn't want to cause that.
                I am really sorry.

                I have solved this problem few minutes ago.

                I had to change t_processinstances.xhtml

                 <td style="white-space:nowrap;">
                 <h:selectBooleanCheckbox id="running_i" value="#{filter_running== 'true'}"/>
                 <gs:label forId="running_i" styleClass="statusRunning">R</gs:label>
                 <h:selectBooleanCheckbox id="suspended_i" value="#{filter_suspended == 'true'}"/>
                 <gs:label forId="suspended_i" styleClass="statusSuspended">S</gs:label>
                 <h:selectBooleanCheckbox id="ended_i" value="#{filter_ended == 'true'}"/>
                 <gs:label forId="ended_i" styleClass="statusEnded">E</gs:label>
                 </td>
                


                and t_tasks.xml

                 <td style="width:120px;white-space:nowrap">
                 <h:selectBooleanCheckbox id="task_notstarted_i" value="#{task_filter_notstarted == 'true'}"/>
                 <gs:label forId="task_notstarted_i" styleClass="statusNotstarted">N</gs:label>
                 <h:selectBooleanCheckbox id="task_running_i" value="#{task_filter_running == 'true'}"/>
                 <gs:label forId="task_running_i" styleClass="statusRunning">R</gs:label>
                 <h:selectBooleanCheckbox id="task_suspended_i" value="#{task_filter_suspended == 'true'}"/>
                 <gs:label forId="task_suspended_i" styleClass="statusSuspended">S</gs:label>
                 <h:selectBooleanCheckbox id="task_ended_i" value="#{task_filter_ended == 'true'}"/>
                 <gs:label forId="task_ended_i" styleClass="statusEnded">E</gs:label>
                 </td>
                


                Thanks for your help.
                Rogerio

                • 20. Re: Problem deploying on JBoss 5
                  kukeltje

                  Peace... and thanks for reporting back....

                  • 21. Re: Problem deploying on JBoss 5
                    rogerio.baldini

                    Unfortunately, I don't have a solution for this.
                    I am using jBoss 4.2.3 for a while.

                    Rogerio

                    • 22. Re: Problem deploying on JBoss 5
                      gchanteb

                      I found the solution:

                      http://www.jboss.org/index.html?module=bb&op=viewtopic&t=148911&postdays=0&postorder=asc&start=10

                      To make the JSF-console work :
                      
                      https://jira.jboss.org/jira/browse/JBPM-1913
                      1) jsf-facelets-1.1.15.B1.jar : http://repository.jboss.com/maven2/com/sun/facelets/jsf-facelets/1.1.15.B1/
                      in /deploy/jbpm/jsf-console.war/lib (cf. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=146972 )
                      2) 6 .xhtml files at the end of https://jira.jboss.org/jira/browse/JBPM-1913


                      It works.

                      • 23. Re: Problem deploying on JBoss 5
                        rogerio.baldini

                        I had tried it before, but It hadn't worked...
                        Do you have some clue ?

                        What are 6 .xhtml ?

                        Thanks
                        Rogerio

                        • 24. Re: Problem deploying on JBoss 5
                          jackalista

                          Hi,

                           

                          I have a tangentially realted issue, I am interested in sending MIME Multipart email messages through JBossESB EmailWiretap and was wondering if org.jboss.resteasy.plugins.providers.MimeMultipartProvider can be used to do so, foundthis post as this class is in the related stacktraces from the jbpm console issue you guys were working on.

                           

                          Do any of you (more experienced folks especially) know if MIME Multipart emails can be sent via JBossESB EmailWiretap, and if this MimeMultipartProvider can be used to send them?  Or if there's another approach, etc.  No info in maunuals, have seen no specific posts, wiki articles or other related stuff.

                           

                          Anyone know:

                           

                          1. Is it possible to send these via EmailWiretap?

                          2. What is the right/best/workable approach?

                           

                          -=j=-

                          1 2 Previous Next