Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 81288 invoked from network); 26 Apr 2004 05:16:22 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Apr 2004 05:16:22 -0000 Received: (qmail 53929 invoked by uid 500); 26 Apr 2004 05:15:54 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 53868 invoked by uid 500); 26 Apr 2004 05:15:53 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 53854 invoked from network); 26 Apr 2004 05:15:53 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 26 Apr 2004 05:15:53 -0000 Received: (qmail 48 invoked from network); 26 Apr 2004 05:16:53 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 26 Apr 2004 05:16:53 -0000 Message-ID: <271634941.1082956613220.JavaMail.apache@nagoya> Date: Sun, 25 Apr 2004 22:16:53 -0700 (PDT) From: jira@apache.org To: geronimo-dev@incubator.apache.org Subject: [jira] Created: (GERONIMO-214) Remote access to EJBs from plain Java apps Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/GERONIMO-214 Here is an overview of the issue: --------------------------------------------------------------------- Key: GERONIMO-214 Summary: Remote access to EJBs from plain Java apps Type: New Feature Status: Unassigned Priority: Major Project: Apache Geronimo Components: OpenEJB Fix Fors: 1.0M1 Versions: 1.0M1 Assignee: Reporter: David Blevins Created: Sun, 25 Apr 2004 10:15 PM Updated: Sun, 25 Apr 2004 10:15 PM Description: Java applications can access EJBs deployed in Geronimo by creating an InitialContext using properties similar to the following. Properties props = new Properties(); props.put("java.naming.factory.initial","org.openejb.client.RemoteInitialContextFactory"); props.put("java.naming.provider.url","127.0.0.1:4201"); props.put("java.naming.security.principal","testuser"); props.put("java.naming.security.credentials","testpassword"); InitialContext ctx = new InitialContext(props); --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira