Re: Support for exposing ejb 3.x as web-services

2011-11-30 Thread Supun Malinga
Hi, On Wed, Nov 30, 2011 at 6:59 PM, Isuru Suriarachchi wrote: > Hi Supun, > > Please try to create some samples as well for EJB 3.0 support. > sure will do. thanks, > > Thanks, > ~Isuru > > > On Wed, Nov 30, 2011 at 5:11 PM, Supun Malinga wrote: > >> Hi All, >> >> After some work I could modi

Re: Support for exposing ejb 3.x as web-services

2011-11-30 Thread Isuru Suriarachchi
Hi Supun, Please try to create some samples as well for EJB 3.0 support. Thanks, ~Isuru On Wed, Nov 30, 2011 at 5:11 PM, Supun Malinga wrote: > Hi All, > > After some work I could modify the ejb Message receivers to support > ejb3.0. I made this as a separate message receiver. Three new classe

Re: Support for exposing ejb 3.x as web-services

2011-11-30 Thread Supun Malinga
Hi All, After some work I could modify the ejb Message receivers to support ejb3.0. I made this as a separate message receiver. Three new classes introduced. org/apache/axis2/rpc/receivers/ejb/EJB3Util.java org/apache/axis2/rpc/receivers/ejb/EJB3InOnlyMessageReceiver.jav org/apache/axis2/rpc/recei

Re: Support for exposing ejb 3.x as web-services

2011-10-12 Thread Supun Malinga
Hi andreas, On Thu, Oct 13, 2011 at 12:26 AM, Andreas Veithen wrote: > Some quick comments: > > * There have been lots of changes in EJB3, but AFAIK the only ones > relevant for Axis2 are those regarding the client view of a stateless > session bean. The only major change in that area is the remo

Re: Support for exposing ejb 3.x as web-services

2011-10-12 Thread Supun Malinga
Hi sumedha, On Wed, Oct 12, 2011 at 11:22 AM, Sumedha Rubasinghe wrote: > Hi Supun, > Why don't you write a separate message receiver to deal with EJB3? > yes, this is possible. But then we need to do a refactor and get common stuff out from the ejb2 and ejb3 message receivers. I believe most of

Re: Support for exposing ejb 3.x as web-services

2011-10-12 Thread Andreas Veithen
Some quick comments: * There have been lots of changes in EJB3, but AFAIK the only ones relevant for Axis2 are those regarding the client view of a stateless session bean. The only major change in that area is the removal of the home interface. To cope with that you probably don't need to drop the

Re: Support for exposing ejb 3.x as web-services

2011-10-11 Thread Sumedha Rubasinghe
Hi Supun, Why don't you write a separate message receiver to deal with EJB3? /sumedha On Wed, Oct 12, 2011 at 6:33 AM, Supun Malinga wrote: > Hi folks, > axis2 supports exposing ejb2 components as web-services. Refer [1]. This is > handles via extending Message receiver to look-up jndi contexts a