[jboss-user] [jBPM Users] - Re: HELP ME with process Java Hello World

2009-11-30 Thread jbarrez
I'm guessing that the class you're calling in your process isn't on the 
classpath of the console.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268052#4268052

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268052
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM Users] - Re: HELP ME with process Java Hello World

2009-11-13 Thread cmjhingeniero
Help me...  I don't understand error... is a bug??? or a 
error the configuration???

Clase JAVA


  | package com.procesos.holamundo;
  | import java.io.Serializable;
  | public class Mensaje implements Serializable {
  | private static final long serialVersionUID = 1L;
  | private String msg = "";
  | public String hola(String parameter){
  |   System.out.println("=");
  |   System.out.println(msg+", "+parameter);
  |   System.out.println("=");
  |   return "";
  |}
  | }
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265600#4265600

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265600
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user