From users-return-4692-apmail-openejb-users-archive=openejb.apache.org@openejb.apache.org Tue Jan 17 18:58:21 2012 Return-Path: X-Original-To: apmail-openejb-users-archive@www.apache.org Delivered-To: apmail-openejb-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98B209235 for ; Tue, 17 Jan 2012 18:58:21 +0000 (UTC) Received: (qmail 80245 invoked by uid 500); 17 Jan 2012 18:58:21 -0000 Delivered-To: apmail-openejb-users-archive@openejb.apache.org Received: (qmail 80206 invoked by uid 500); 17 Jan 2012 18:58:20 -0000 Mailing-List: contact users-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openejb.apache.org Delivered-To: mailing list users@openejb.apache.org Received: (qmail 80198 invoked by uid 99); 17 Jan 2012 18:58:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2012 18:58:20 +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 (nike.apache.org: domain of mansour.alakeel@gmail.com designates 209.85.215.48 as permitted sender) Received: from [209.85.215.48] (HELO mail-lpp01m010-f48.google.com) (209.85.215.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2012 18:58:13 +0000 Received: by lahl5 with SMTP id l5so1340704lah.35 for ; Tue, 17 Jan 2012 10:57:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=CG8TvjKaMpZ4t0bU2HNVzGkwIL6PU2GNvPucgIXnkn4=; b=vIsWEPARi1umacEvnO5zFq2WPjnOiRBksrj7d4tmj5OYDwG5+ggamgd4ej40qA+PUt kE6NN7PnkCv5Cu09CX7P2JOrDbvXTwvXXu7bB7HuGJrq6CYWdmeYrGP3wBrblDp/XGdn vGEaHA5P3ad6KxuZEcUEpXVsYjR0pm4697SzQ= MIME-Version: 1.0 Received: by 10.152.136.39 with SMTP id px7mr8811198lab.2.1326826671711; Tue, 17 Jan 2012 10:57:51 -0800 (PST) Received: by 10.112.43.66 with HTTP; Tue, 17 Jan 2012 10:57:51 -0800 (PST) In-Reply-To: References: Date: Tue, 17 Jan 2012 13:57:51 -0500 Message-ID: Subject: Re: Telnet server From: Mansour Al Akeel To: users@openejb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 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 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 > >> 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. =A0The first time OpenEJB is started however, these >> files will be created: >> >> =A0conf/ >> =A0 =A0openejb.xml =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0(main config file) >> >> =A0 =A0logging.properties =A0 =A0 =A0 =A0 (log levels and files) >> >> =A0 =A0login.config =A0 =A0 =A0 =A0 =A0 =A0 =A0 (jaas config file) >> =A0 =A0users.properties =A0 =A0 =A0 =A0 =A0 (users that can log in) >> =A0 =A0groups.properties =A0 =A0 =A0 =A0 =A0(groups in which users belon= g) >> >> =A0 =A0admin.properties =A0 =A0 =A0 =A0 =A0 (network socket for administ= ration) >> =A0 =A0ejbd.properties =A0 =A0 =A0 =A0 =A0 =A0(network socket for ejb in= vocations) >> =A0 =A0hsql.properties =A0 =A0 =A0 =A0 =A0 =A0(network socket for hsql c= lient access) >> =A0 =A0httpejbd.properties =A0 =A0 =A0 =A0(network socket for ejb invoca= tions over >> http) >> =A0 =A0telnet.properties =A0 =A0 =A0 =A0 =A0(network socket for telnet "= server") >> >> >> But the telnet.properties is not created and copying and old one does no= t >> solve the issue. Is this still supported in openEJB 4 ? >>