Return-Path: X-Original-To: apmail-geronimo-user-archive@www.apache.org Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 889F1FB7A for ; Sat, 27 Apr 2013 20:26:24 +0000 (UTC) Received: (qmail 16774 invoked by uid 500); 27 Apr 2013 20:26:24 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 16742 invoked by uid 500); 27 Apr 2013 20:26:24 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Delivered-To: moderator for user@geronimo.apache.org Received: (qmail 12196 invoked by uid 99); 27 Apr 2013 20:22:57 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of david.blevins@gmail.com designates 209.85.220.52 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=O0j3Kp5mrCa6DI/KGIwoOqWCeSq8SY2U3x0Med+/am0=; b=esEFqvaJX4ojoZgFS9sOhulPGJ1lZtbJM0KLmfdIN9uEsoAv4M/APywFI3eGkG03yA VJLVJ0V8aNCRNhRBAX5wnlMJPwqmOYAxI7kjsG+ucuYZm1uNdhZTbH/er2fNlLT5az3y K4w3vflMDgE38Z51+hpgPiJF9M6WOw0FgnxW+s80R8lzwepK4RSboxwvQNIGCcMsQUFz HaS4WcMEMAoWTO9w0ikGI5wYPxwYOy8U5a59evbLGqBlJS8jnqH2J3LiY9fyovz+hNVY jeLOJzb575nEvXGvar+RUnb+8UR2Oj/vdRh58a1yoROm6VK9fNC4DKp+533pz8MZ0oxZ KgEA== X-Received: by 10.66.145.166 with SMTP id sv6mr40822318pab.1.1367094151128; Sat, 27 Apr 2013 13:22:31 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: Maven coordinates for EJB stand-alone client? From: David Blevins In-Reply-To: <517BB536.4000007@gmx.net> Date: Sat, 27 Apr 2013 13:22:23 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <68251AFB-E951-4462-813B-C412F6F74B77@gmail.com> References: <517586A3.8010808@gmx.net> <86444E26-F80D-4F3A-869F-E184FCF0637C@gmail.com> <517BB536.4000007@gmx.net> To: user@geronimo.apache.org X-Mailer: Apple Mail (2.1503) X-Virus-Checked: Checked by ClamAV on apache.org On Apr 27, 2013, at 4:23 AM, Philippe Marschall wrote: >=20 >=20 > On 23.04.2013 14:18, Kevan Miller wrote: >>=20 >> On Apr 22, 2013, at 2:51 PM, Philippe Marschall = wrote: >>=20 >>> Hi >>>=20 >>> I want to call remote EJBs from a stand alone Java SE application = and need to know the maven coordinates for the EJB stand-alone client. >>=20 >> The client jar is in = geronimo-tomcat7-javaee6-3.0.0/repository/org/apache/openejb/openejb-clien= t/4.0.0-beta-1/openejb-client-4.0.0-beta-1.jar of your geronimo install. >>=20 >> In maven terms, that's >>=20 >> org.apache.openejb >> openejb-client >> 4.0.0-beta-1 >=20 > Ah, very cool thanks. So it's essentially the same as TomEE since they = both use OpenEJB? >=20 > I had a look at the manifest and unlike the POM it seems to = additionally depend on org.apache.geronimo.specs:geronimo-osgi-locator = and org.apache.geronimo.specs:geronimo-osgi-registry. Do they somehow = help with using the client in OSGi (outside of Geronimo) or should I = still just set up the TCCL? No need to pull those in if you do not want to. Just need the = openejb-client.jar and the geronimo_ejb spec jar, or alternatively the = all-in-one spec jar org.apache.openejb javaee-api 6.0-4 -David