[jboss-user] [jBPM Users] - Re: HELP ME with process Java Hello World
cmjhingeniero
do-not-reply at jboss.com
Fri Nov 13 12:15:36 EST 2009
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
More information about the jboss-user
mailing list