hi I have problem with method call from servlet to sessionBean. I have jar with session and war with servlet. I created ear and deploy it. I copy client view classes (remote and home) to WEB-INF\classes. Problem is that when my servlet call method from remote interface. I lost value which I sent as param to method. When I make in method body: System.out.println(param); //it is ok, param is String
but when I do: param1 = new String(param);// i also try parm1 = param; my param1 all the time is "0" Maybe anyone know answer. I think that maybe is problem with dependent clasess (remote or home). regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831210#3831210 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831210 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
