On Feb 22, 2008, at 2:59 PM, Daniel Spangler wrote:

>
> Anyone know if it's possible to expose stateful session beans via  
> Hessian?

Currently, only using Resin's EJB with the  
com.caucho.ejb.HessianServlet.

There are two issues with stateful session beans.  First, there's  
always a Factory (home) interface that creates the stateful session  
bean.  Second, and more importantly, the beans themselves are objects,  
not services.

The usual HessianServlet only deals with services, not objects.

-- Scott

>
>
> Daniel
> -- 
> View this message in context: 
> http://www.nabble.com/Can-you-expose-stateful-session-beans-via-Hessian--tp15641988p15641988.html
> Sent from the Resin mailing list archive at Nabble.com.
>
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to