[jboss-user] [EJB 3.0] - Re: Errors When Passing A Generic Object To A Stateless Sess

yetti do-not-reply at jboss.com
Sat Apr 11 14:14:11 EDT 2009


PS I also simplified even further, but testing to see if I receive a generic Object without an error and it still burps:

Caller:
Object thisObject = new Object();
  | System.out.println(ftpbean.doWork(thisObject));

Interface:
public String doWork(Object object);

Bean:
public String doWork(Object object){
  |  return "I'm here!";
  | }



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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225004



More information about the jboss-user mailing list