JNA and Window Message

2010-09-10 Thread queo1987
Hi all, Who know what window message is ? I read define on microsoft page , window message include (int uMsg, WPARAM wparam,LPARAM lparam)? but I dont know what it use for? And how to get window mesage? Thank and regard. - Cheer :drunk: --- mail: queo1...@gmail.com Yahoo: queo1987 --

RE: Error msg: Unable to record state

2010-09-10 Thread Matt Tennant
Two data points to add to this thread: 1) In the earlier stack trace (still at the bottom of this email), the entire directory : /usr/lib/fluid/osgi-config/bundle20 is not there in the bundle cache ("osgi-config" is the bundle cache directory). Whatever is supposed to create that director

Re: Chatterbot

2010-09-10 Thread Donald Whytock
Haven't worked with maven before, but I can throw everything together into an eclipse project over the weekend. I'm long overdue for a new release as it is. Don On Fri, Sep 10, 2010 at 5:13 PM, Nima Kaviani wrote: > Hey Donald, > > I was just looking into your chatterbot. Looks interesting and

Re: Chatterbot

2010-09-10 Thread Nima Kaviani
Hey Donald, I was just looking into your chatterbot. Looks interesting and I tried to play around with it so I thought I would provide you with some quick feedback. I downloaded your released source code but from what I see it contains only the Java files and a sample shell.ini file that I don't r

Chatterbot

2010-09-10 Thread Donald Whytock
A few months back I'd thought about submitting my Chatterbot project to the incubator. Now that I have a fully functional prototype I'm considering instead offering it as a Felix subproject. Chatterbot is built on Felix, designed to accept messages over a variety of protocols and submit them to c

Re: Implementation of the last APIs, added to RFC 147, in GoGo

2010-09-10 Thread Derek Baum
On 10 September 2010 15:38, Kirchev, Lazar wrote: > But as you noted yourself, the provider, when calls create session, should > be aware of the > InputStreamProxy. This is what I mean by change in the code. In the example > with the > telnet server in GoGo, it calls createSession() with the sock

Re: Running felix on Gentoo

2010-09-10 Thread Wunden Tobias
Richard, thanks a lot for taking the time to explain all of that to me. Makes much more sense now. Happy weekend Tobias On 10.09.2010, at 15:21, "Richard S. Hall" wrote: > On 9/10/10 5:15, Wunden Tobias wrote: >> The only thing that I don't understand is that if Felix really is only >> load

Re: Download links not working

2010-09-10 Thread Clement Escoffier
On 09.09.2010, at 09:37, LongkerDandy wrote: > The iPOJO Architecture Command for Gogo still fails. That should be fixed now. Thanks, Clement > > On Tue, Sep 7, 2010 at 11:41 PM, Clement Escoffier < > clement.escoff...@gmail.com> wrote: > >> Hi, >> >> On 07.09.2010, at 16:57, LongkerDandy

RE: Implementation of the last APIs, added to RFC 147, in GoGo

2010-09-10 Thread Kirchev, Lazar
Thanks Guillaume, I will definitely check the implementation. -Original Message- From: Guillaume Nodet [mailto:gno...@gmail.com] Sent: Friday, September 10, 2010 4:54 PM To: users@felix.apache.org Subject: Re: Implementation of the last APIs, added to RFC 147, in GoGo You could also hav

RE: Implementation of the last APIs, added to RFC 147, in GoGo

2010-09-10 Thread Kirchev, Lazar
But as you noted yourself, the provider, when calls create session, should be aware of the InputStreamProxy. This is what I mean by change in the code. In the example with the telnet server in GoGo, it calls createSession() with the socket input/output streams and I cannot pass a proxy without

Re: Deploy bundles from OBR

2010-09-10 Thread niiba...@gmail.com
Thank a lot! On 10.09.2010 18:03, Richard S. Hall wrote: On 9/10/10 9:36, niiba...@gmail.com wrote: Hello! Is there any way to deploy some bundles from OBR at Felix startup? Something like obr:/-. No, because the launcher installs the bundles before starting any of them, so the OBR bund

Re: Deploy bundles from OBR

2010-09-10 Thread Richard S. Hall
On 9/10/10 9:36, niiba...@gmail.com wrote: Hello! Is there any way to deploy some bundles from OBR at Felix startup? Something like obr:/-. No, because the launcher installs the bundles before starting any of them, so the OBR bundle wouldn't be started yet to handle the obr: URL. Just cre

Re: missing junit dependencies

2010-09-10 Thread Richard S. Hall
On 9/10/10 9:30, Clement Escoffier wrote: Hi, Try to export org.junit.internal in the junit4osgi bundle. Right now is just embeds junit.* packages, not org.junit* packages. To be clear, edit the Export-Package header in its pom.xml to include org.junit.internal, then rebuild it. -> richard

Re: Implementation of the last APIs, added to RFC 147, in GoGo

2010-09-10 Thread Guillaume Nodet
You could also have a look at Karaf which already has the kind of console you're trying to build with history, enhanced tab completion, colorized output ... On Fri, Sep 10, 2010 at 15:50, Derek Baum wrote: > My solution does not involve modifying telnet or ssh provider code. Instead > a new gogo

Re: Implementation of the last APIs, added to RFC 147, in GoGo

2010-09-10 Thread Derek Baum
My solution does not involve modifying telnet or ssh provider code. Instead a new gogo shell command is provided to replace the input stream of a session with a wrapped editing stream _after_ createSession() is called. Derek On 10 September 2010 07:14, Kirchev, Lazar wrote: > Actually currently

RE: iPojo customer handler

2010-09-10 Thread Gay David (Annecy)
Ok, issue created here : https://issues.apache.org/jira/browse/FELIX-2594 Thanks again and have a nice week end ! David G. -Message d'origine- De : Gay David (Annecy) [mailto:d...@axway.com] Envoyé : vendredi 10 septembre 2010 15:24 À : users@felix.apache.org Objet : RE: iPojo customer h

Deploy bundles from OBR

2010-09-10 Thread niiba...@gmail.com
Hello! Is there any way to deploy some bundles from OBR at Felix startup? Something like obr:/-. - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: missing junit dependencies

2010-09-10 Thread Clement Escoffier
Hi, Try to export org.junit.internal in the junit4osgi bundle. Right now is just embeds junit.* packages, not org.junit* packages. Regards, Clement On 10.09.2010, at 13:36, Anna Karina Nava Soriano wrote: > Good mornign! It's me again! > > I tried not to question anything more, I thought your

RE: iPojo customer handler

2010-09-10 Thread Gay David (Annecy)
Hi Guillaume, Hi Clement, Thanks you very much for help and quick answer. I'll open an issue ASAP. Regards David G. -Message d'origine- De : Clement Escoffier [mailto:clement.escoff...@gmail.com] Envoyé : jeudi 9 septembre 2010 19:19 À : users@felix.apache.org Objet : Re: iPojo customer

Re: Running felix on Gentoo

2010-09-10 Thread Richard S. Hall
On 9/10/10 5:15, Wunden Tobias wrote: The only thing that I don't understand is that if Felix really is only loading bundles, then why should a bundle make assumptions about it's runtime environment (daemon vs. interactive) and shut down the whole framework if these assumptions don't hold. t

Re: Error msg: Unable to record state

2010-09-10 Thread Richard S. Hall
On 9/9/10 21:22, Matt Tennant wrote: Hi trusty Felix group, I am hoping this group can help me interpret an error message today. For background, we are using Felix framework version 2.0.0 (and compendium 1.2.0 if that matters). In one deployment, we see the message and stack trace (at botto

mvn package, multi-modules and bundles

2010-09-10 Thread Bruno Harbulot
Hello, I'm trying to use the "bundle" packaging and the maven-bundle-plugin in a multi-module project. The following is declared in the parent POM and in the sub-module POMs (although it might not be necessary): org.apache.felix maven-bundle-plugin true 2.1.

Re: missing junit dependencies

2010-09-10 Thread Anna Karina Nava Soriano
Good mornign! It's me again! I tried not to question anything more, I thought your advise would helped me but I changed ALL junit dependencies version from 3.8.1 to 4.8.1 in the entire ipojo project and all its subprojects (including junit4osgi, handler extender, felix-command, swing-gui, and t

Re: Running felix on Gentoo

2010-09-10 Thread Wunden Tobias
Hi Richard, > You can add system properties to the conf/system.properties file...any > properties in this file will be set as system properties. In the future, you > should be able to add them to conf/config.properties, but currently there is > a bug/limitation in Gogo and it only looks in syst