Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B2DF290B5 for ; Fri, 13 Jan 2012 13:03:17 +0000 (UTC) Received: (qmail 37469 invoked by uid 500); 13 Jan 2012 13:03:11 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 37027 invoked by uid 500); 13 Jan 2012 13:03:05 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 37016 invoked by uid 99); 13 Jan 2012 13:03:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2012 13:03:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2012 13:02:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 963C1149704 for ; Fri, 13 Jan 2012 13:02:39 +0000 (UTC) Date: Fri, 13 Jan 2012 13:02:39 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: java-dev@axis.apache.org Message-ID: <1907596097.37728.1326459759617.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <625853956.25779.1322653060120.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (AXIS2-5204) Support for exposing ejb 3.x as web-services MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-5204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185573#comment-13185573 ] Hudson commented on AXIS2-5204: ------------------------------- Integrated in Axis2 #1227 (See [https://builds.apache.org/job/Axis2/1227/]) Applied patch for AXIS2-5204. sagara : Files : * /axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/rpc/receivers/ejb/EJB3InOnlyMessageReceiver.java * /axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/rpc/receivers/ejb/EJB3MessageReceiver.java * /axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/rpc/receivers/ejb/EJB3Util.java > Support for exposing ejb 3.x as web-services > -------------------------------------------- > > Key: AXIS2-5204 > URL: https://issues.apache.org/jira/browse/AXIS2-5204 > Project: Axis2 > Issue Type: Improvement > Components: adb > Affects Versions: 1.6.1 > Reporter: Supun Malinga > Labels: patch > Fix For: 1.7.0 > > Attachments: ejb3support_v1.patch, ejb3support_v2.patch > > > axis2 supports exposing ejb2 components as web-services. Refer [1]. This is handles via extending Message receiver to look-up jndi contexts and handle invocations. > For eg: org.apache.axis2.rpc.receivers.ejb.EJBInOnlyMessageReceiver > org.apache.axis2.rpc.receivers.ejb.EJBMessageReceiver > Currently this implementation works with ejb 2.0. > Since ejb 3.x has changed lot(from architectural level) since ejb2 this implementation is not usable with ejb 3. I'm working on improving it to support ejb 3.0. > But we may have to move away from support for ejb2 while doing this. As ejb 2 is a pretty old standard [2] and ejb 3 is widely used. > I'am still working to come up with a implementation for this. > [1] http://axis.apache.org/axis2/java/core/docs/ejb-provider.html > [2] http://en.wikipedia.org/wiki/Enterprise_JavaBean#Version_history -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org