[jboss-jira] [JBoss JIRA] Created: (GPD-316) show problems in problems view

Tom Baeyens (JIRA) jira-events at lists.jboss.org
Mon Apr 13 06:37:22 EDT 2009


show problems in problems view
------------------------------

                 Key: GPD-316
                 URL: https://jira.jboss.org/jira/browse/GPD-316
             Project: JBoss jBPM GPD
          Issue Type: Task
            Reporter: Tom Baeyens
            Assignee: Koen Aers
             Fix For: jBPM jPDL Designer 4.0.0.CR1


Can you see if you can add this in ?

@see JpdlParser

static JpdlParser jpdlParser = new JpdlParser();

List<Problem> problems = jpdlParser.createParse()
  .setResource(...)
  .execute()
  .getProblems();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list