Felix & JPA (was Re: classloader and 3rd party jar)

2010-06-26 Thread Steve Lindsay
> From: jamie campbell > Subject: Re: classloader and 3rd party jar > > I've tried with importing and without. When I have importing, AND I do an > actual class construction with explicit syntax (eg Driver driv = new > Driver()) prior > to the forName() resolution, it works. Without having an

Re: OBR link for FileInstall is incorrect

2009-09-02 Thread Steve Lindsay
On Wed, Sep 2, 2009 at 5:00 PM, Clement Escoffier wrote: > > The OBR file will be propagated to the public web site soonish... Then, you > will be able to deploy file install 1.2.0 with : > obr start org.apache.felix.fileinstall > Great, thanks. - Steve ---

OBR link for FileInstall is incorrect

2009-09-01 Thread Steve Lindsay
Hi All, Using felix 1.8.0, and trying to install file install via OBR I get: -> obr start 'Apache Felix File Install' Target resource(s): --- Apache Felix File Install (1.2.0) Deploying...ERROR: Resolver: Install error - org.apache.felix.fileinstall java.io.FileNotFoundExcepti

Re: XStream and OSGi

2009-08-17 Thread Steve Lindsay
On Mon, Aug 17, 2009 at 10:57 PM, Guido Spadotto wrote: > > Question 1: Were any of you able to use XStream within an OSGi container > successfully? > We have used xstream in an osgi app. To make it work we: - added the relevant jars to the bundle that was using xstream (we only had the one bundl

Re: Problem starting http service/jetty

2009-05-19 Thread Steve Lindsay
On Wed, May 20, 2009 at 12:36 PM, Thomas Bauer wrote: > > Installation went fine but when I start the service it says this: > > -> ps > START LEVEL 1 >   ID   State         Level  Name > [   0] [Active     ] [    0] System Bundle (1.8.0) > [   1] [Active     ] [    1] Apache Felix Shell Service (1

Re: iPOJO and Servlets

2009-04-02 Thread Steve Lindsay
On Fri, Apr 3, 2009 at 1:17 PM, Alin Dreghiciu wrote: > I can't help you to much as I'm not aware of iPOJO, but if those > servlets gets registered as services then you may also need to install > Pax Web Extender Whiteboard that will take any servlet registered as a > service and register it with

iPOJO and Servlets

2009-04-02 Thread Steve Lindsay
Hi, Can anyone provide pointers on registering servlets in an iPOJO application? I have used servlets with vanilla OSGi before, using the registerServlet method of org.osgi.service.http.HttpService, however I'm struggling to see how I can achieve the same thing using iPOJO (without getting the bu

Re: readline support on linux

2008-12-03 Thread Steve Lindsay
On Thu, Dec 4, 2008 at 10:00 AM, Karl Pauls <[EMAIL PROTECTED]> wrote: >> >> Maybe an addition to the faq with Patrick's suggestion would do? Happy >> to draft up an item if anyone is interested. > > Good idea :-) > OK, suggestion at: https://issues.apache.org/jira/browse/FELIX-841 Cheers...Steve

Re: readline support on linux

2008-12-03 Thread Steve Lindsay
On Thu, Dec 4, 2008 at 6:37 AM, Richard S. Hall <[EMAIL PROTECTED]> wrote: > Sure, it would be possible, but the issue is keeping shell.tui simple and > not dependent upon new Java features. What is the license of jline? How big > is it? If it were really small and didn't pose any issues, I wouldn'

Re: readline support on linux

2008-12-03 Thread Steve Lindsay
On Wed, Dec 3, 2008 at 8:10 PM, Patrick Reignier <[EMAIL PROTECTED]> wrote: > > I personnaly use jline (http://jline.sourceforge.net/). > You just have to add jline.jar to your classpath and launch felix through > jline : > java jline.ConsoleRunner org.apache.felix.main.Main > Thanks, that does

readline support on linux

2008-12-02 Thread Steve Lindsay
Hi, Apologies if this has been asked before, I couldn't find anything in the archives. On windows when using the felix tui I can up-arrow to get the previous command. On linux this doesn't work (I get ^[[A). Is there a way of getting readline style behaviour in the tui when running under linux?