I tried placing openejb-telnet-3.1.4.jar in "lib" directory for 4.0.0 beta-1. It started the telnet server, and I am able to connect, but the "system" command is not working.
Romain, I am evaluating the options I have to use openEJB for development. I am looking to create a setup, where I can modify EJB code, recompile, redeploy, connect and query the beans for debugging using telnet. It will be nice to be able to use something like groovy to query and invoke EJBs methods. On Mon, Jan 16, 2012 at 10:46 AM, Romain Manni-Bucau <[email protected]> wrote: > Hi, > > telnet module moved to the inactive branch: > https://svn.apache.org/repos/asf/openejb/trunk/sandbox/inactive/ > > so it is no more included in the trunk. > > Maybe adding old modules to the current version can be enough, i have to > admit i didn't try. > > - Romain > > > 2012/1/16 Mansour Al Akeel <[email protected]> > >> I don't see openejb 4, standalone has the telnet server. The file under >> conf/README.txt >> >> This directory contains nothing but this readme file at the time >> OpenEJB is unpacked. The first time OpenEJB is started however, these >> files will be created: >> >> conf/ >> openejb.xml (main config file) >> >> logging.properties (log levels and files) >> >> login.config (jaas config file) >> users.properties (users that can log in) >> groups.properties (groups in which users belong) >> >> admin.properties (network socket for administration) >> ejbd.properties (network socket for ejb invocations) >> hsql.properties (network socket for hsql client access) >> httpejbd.properties (network socket for ejb invocations over >> http) >> telnet.properties (network socket for telnet "server") >> >> >> But the telnet.properties is not created and copying and old one does not >> solve the issue. Is this still supported in openEJB 4 ? >>
