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