You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by ji...@apache.org on 2004/04/26 07:16:53 UTC

[jira] Created: (GERONIMO-214) Remote access to EJBs from plain Java apps

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


[jira] Closed: (GERONIMO-214) Remote access to EJBs from plain Java apps

Posted by ji...@apache.org.
Message:

   The following issue has been closed.

---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: FIXED

    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:16 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