3 Replies Latest reply on Feb 8, 2008 12:18 PM by kukeltje

    Any way to supress "now swimlane...." messages?

    joe_jboss

      Hello,

      We get thousands of the following messages when we run test cases against our process definitions. The message makes sense since e don't use swimlanes or assignments. Is there some way to surpress the message or add some swimlane or assignment to the definition that would eliminate this complaint without actually changing the behavior of our application?

      [WARN] [JpdlXmlReader] - process xml warning: warning: no swimlane or assignment specified for task ''

        • 1. Re: Any way to supress
          kukeltje

          Simple.... Tune your log4j config to not show warning messages from the JpdlXmlReader class

          • 2. Re: Any way to supress
            joe_jboss

             

            "kukeltje" wrote:
            Simple.... Tune your log4j config to not show warning messages from the JpdlXmlReader class


            That would work but it also turns off any warnings that might be important that come from that class :-(

            • 3. Re: Any way to supress
              kukeltje

              No, important things are error or fatals, not warnings ;-) During development those should already show up and you'd see them there. In production warnings of this class are not important.