Re: GWT

2008-06-24 Thread Rob Walker
Marcel ...just wondering, are you actually using GWT in an OSGi context (to build a UI out of components)? I have a customer that wants to look into that so I was wondering if you have any experiences you might want to share here. Yes we are - using Felix, and the normal Felix Http bundle. We'

[jira] Commented: (FELIX-602) Symbolic name system.bundle is not recognized

2008-06-24 Thread Mitesh Meswani (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607769#action_12607769 ] Mitesh Meswani commented on FELIX-602: -- If the patch is waiting for a verification from

[jira] Commented: (FELIX-606) Exception when loading a class through DynamicImport-Package

2008-06-24 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607748#action_12607748 ] Richard S. Hall commented on FELIX-606: --- Ok, I committed the patch, since I am fairly

Re: Telnet bundle

2008-06-24 Thread Richard S. Hall
Dieter Wimberger wrote: The problem seems to be that I designed telnetd-osgi to be generic and modular. One of the reasons why I "ported" to OSGi was actually the standardized configuration mechanism Kind of the thing that makes OSGi frustrating for me sometimes: You know a standard soluti

Re: Telnet bundle

2008-06-24 Thread Dieter Wimberger
Richard: I am all for eating our own dog food at all, but from my point of view it would be great to be able to get the basics (i.e., remote Felix shell access) working without having to have a lot of other dependencies. For example, could we come up with a scheme to get shell access with

Re: Telnet bundle

2008-06-24 Thread Richard S. Hall
Dieter, I am all for eating our own dog food at all, but from my point of view it would be great to be able to get the basics (i.e., remote Felix shell access) working without having to have a lot of other dependencies. For example, could we come up with a scheme to get shell access without r

Re: Telnet bundle

2008-06-24 Thread Dieter Wimberger
Craig: The actual listener (in the telnetd-osgi bundle) is a ManagedServiceFactory. This means, that you can get instances of independent and configurable telnet/ssh listeners through the configuration mechanism. From a glimpse at the PAX page, you may be able to use pax-confman- propslo

RE: Telnet bundle

2008-06-24 Thread Craig Phillips
Hi, I have the bundles installed and started... I seemingly only needed to grab and install "commons.collection"; I have config admin running, although I'm not sure about metatype... everything resolved, but that doesn't necessarily mean I'm 100% operational... speaking of operational... OK,

Re: Auto start property

2008-06-24 Thread Yana Stamcheva
Thanks, Karl! That's just what we need! Yana Emil Ivov wrote: Оригинално писмо Тема: Re: Auto start property Дата: Tue, 24 Jun 2008 11:08:09 +0200 От: Karl Pauls <[EMAIL PROTECTED]> Отговор до: dev@felix.apache.org До: dev@felix.apache.org Референции: <[EMAIL PROTECTED]> Y

Re: Auto start property

2008-06-24 Thread Karl Pauls
Yes, there is. Have a look at the StartLevel service: org.osgi.service.startlevel.StartLevel regards, Karl On Tue, Jun 24, 2008 at 10:23 AM, Yana Stamcheva <[EMAIL PROTECTED]> wrote: > Hey all, > > I was wondering if it is possible in Felix to set a felix.auto.start level > for bundles that you

Auto start property

2008-06-24 Thread Yana Stamcheva
Hey all, I was wondering if it is possible in Felix to set a felix.auto.start level for bundles that you install through BundleContext.installBundle() If not, then is there any way to make sure that this newly installed bundle will start before some of the existing ones? Thanks Yana

Re: Telnet bundle

2008-06-24 Thread Didier Donsez
+1 too Didier Karl Pauls wrote: On Tue, Jun 24, 2008 at 9:40 AM, Felix Meschberger <[EMAIL PROTECTED]> wrote: Hi, Dieter Wimberger schrieb: Richard: The Felix console is the easiest part, I believe, since most of the work is done by the shell service. Ok. Honestl

Re: Telnet bundle

2008-06-24 Thread Karl Pauls
On Tue, Jun 24, 2008 at 9:40 AM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > Hi, > > > > Dieter Wimberger schrieb: >> >> Richard: >> >>> The Felix console is the easiest part, I believe, since most of the work >>> is done by the shell service. >> >> Ok. Honestly I don't know, so I could not tell

Re: Telnet bundle

2008-06-24 Thread Felix Meschberger
Hi, Dieter Wimberger schrieb: Richard: The Felix console is the easiest part, I believe, since most of the work is done by the shell service. Ok. Honestly I don't know, so I could not tell. What is the scope of (1), i.e., what functionality is included in it. At the moment that would b

Re: Telnet bundle

2008-06-24 Thread Felix Meschberger
Hi Dieter, Works like a charm ! If you use the latest Felix webconsole and Felix metatype bundles you are able to correctly configure this thing ... Really cool. Thanks. Regards Felix Dieter Wimberger schrieb: Richard, Craig: I spend some hours to hack together: 1) a telnetd-osgi bundle w