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
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user