[jboss-user] [jBPM] - Error in ant start.human.task

Tejas B do-not-reply at jboss.com
Fri Jun 29 14:57:38 EDT 2012


Tejas B [https://community.jboss.org/people/tejasb] created the discussion

"Error in ant start.human.task"

To view the discussion, visit: https://community.jboss.org/message/745120#745120

--------------------------------------------------------------
Hi,
 I am trying to set up JBPM and during the initial setup when I invoke 
ant start.human.task 

I get the following error.

C:\T\jbpm-installer>ant start.human.task
Buildfile: C:\T\jbpm-installer\build.xml


start.human.task:
    [javac] C:\T\jbpm-installer\build.xml:844: warning: 'includeantruntime' was
not set, defaulting to build.sysclasspath=last; set to false for repeatable buil
ds
    [javac] Compiling 1 source file to C:\T\jbpm-installer\task-service\target
    [javac] C:\T\jbpm-installer\task-service\src\org\jbpm\DemoTaskService.java:3
4: error: method eval in class TaskService cannot be applied to given types;
    [javac]             Map<String, User> users = ( Map<String, User> ) TaskServ
ice.eval( reader, vars );
    [javac]
   ^
    [javac]   required: String,Map
    [javac]   found: Reader,Map
    [javac]   *reason: actual argument Reader cannot be converted to String by me*
*thod invocation conversion*
    [javac] C:\T\jbpm-installer\task-service\src\org\jbpm\DemoTaskService.java:4
3: error: method eval in class TaskService cannot be applied to given types;
    [javac]             Map<String, Group> groups = ( Map<String, Group> ) TaskS
ervice.eval( reader, vars );
    [javac]
      ^
    [javac]   required: String,Map
    [javac]   found: Reader,Map
    [javac]   reason: actual argument Reader cannot be converted to String by me
thod invocation conversion
    [javac] 2 errors


BUILD FAILED





I even tried modifying the code and converted reader to String and then stored in Map. But in this case, I get an error

*error: non-static method eval(String,Map) cannot be referenced from a static*
*context*

Please suggest a solution on this as I have been struggling on this for a while.

Regards,
  Tejas
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/745120#745120]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120629/073189af/attachment-0001.html 


More information about the jboss-user mailing list