Bridged implementation of HttpService

2009-08-05 Thread Sten Roger Sandvik
Hi again. I have cleaned up my code I was talking about earlier. It is for the moment a Felix HttpService replacement, but I have not forgotten you guys. I would very like to try implement this feature inside Pax Web, but with more features like error-page and listeners. If you are interested in a

Re: Implementation of HttpService

2007-08-23 Thread Damian Gołda
2007/8/23, Alin Dreghiciu <[EMAIL PROTECTED]>: > I eliminated the code duplication between Servlet/Resources Tracker. I've > tested adn seems to me to work okay. > Damian, can you checkout the latest version, build and use it so we are sure > that the change is acrual okay. > > Cheers, > Alin For

Re: Implementation of HttpService

2007-08-23 Thread Alin Dreghiciu
I eliminated the code duplication between Servlet/Resources Tracker. I've tested adn seems to me to work okay.Damina, can you checkout the latest version, build and use it so we are sure that the change is acrual okay. Cheers, Alin On 8/22/07, Damian Gołda <[EMAIL PROTECTED]> wrote: > > 2007/8/21

Re: Implementation of HttpService

2007-08-22 Thread Damian Gołda
2007/8/22, Alin Dreghiciu <[EMAIL PROTECTED]>: > Please create a jira issue for each feature / bug you implement and commit. > Then will be easy for us to track what has been changed/ added to pax web > when releasing a new version. Done. I will remember. > Also will be helpfull to update the wi

Re: Implementation of HttpService

2007-08-22 Thread Alin Dreghiciu
On 8/22/07, Damian Gołda <[EMAIL PROTECTED]> wrote: > > 2007/8/21, Alin Dreghiciu <[EMAIL PROTECTED]>: > > Whiteboard model implemented. Checkout > > http://wiki.ops4j.org/confluence/x/eYA6 > > > > I'm impressed. Great work! Thanx. I've added support for resources. Please create a jira issue f

Re: Implementation of HttpService

2007-08-22 Thread Damian Gołda
2007/8/21, Alin Dreghiciu <[EMAIL PROTECTED]>: > Whiteboard model implemented. Checkout > http://wiki.ops4j.org/confluence/x/eYA6 > I'm impressed. Great work! I've added support for resources. But there is one problem: servlets are registered as service javax.servlet.Servlet, but resources (paths

Re: Implementation of HttpService

2007-08-22 Thread Peter Neubauer
jira? > > > > /Toni > > > > > > Original-Nachricht > > Datum: Mon, 20 Aug 2007 12:08:03 +0300 > > Von: "Alin Dreghiciu" <[EMAIL PROTECTED]> > > An: "General OPS4J" > > Betreff: Re: Implementation of HttpService

Re: Implementation of HttpService

2007-08-21 Thread Alin Dreghiciu
tp://www.aqute.biz/Snippets > /Extender. > > Alin, > do you think we should pin planned features in jira? > > /Toni > > > Original-Nachricht > Datum: Mon, 20 Aug 2007 12:08:03 +0300 > Von: "Alin Dreghiciu" <[EMAIL PROTECTED]> > An: &quo

Re: Implementation of HttpService

2007-08-20 Thread Eelco Hillenius
> Wicket currently only works with 2.3 of the servlet spec. Will this pose > a problem with pax web? Like Johan pointed out on the Wicket user list, this is not really the case. It may not compile against the latest servlet spec, but since Wicket doesn't use any of that either, you can just includ

Re: Implementation of HttpService

2007-08-20 Thread Eelco Hillenius
> I am currently in the process of updating pax-wicket for use with Wicket > 1.3. > > It requires servlet filters. Wicket 1.3 doesn't require filters though, but it's the preferred way now. For backwards compatibility, you can still use the Wicket servlet, and I don't think we'll ever drop that su

Re: Implementation of HttpService

2007-08-20 Thread Alin Dreghiciu
:03 +0300 > Von: "Alin Dreghiciu" <[EMAIL PROTECTED]> > An: "General OPS4J" > Betreff: Re: Implementation of HttpService > > > > Both options were in my mind but I postponed them till I see that we > have > > a > > stable basic version.

Re: Implementation of HttpService

2007-08-20 Thread Toni Menzel
2007 12:08:03 +0300 Von: "Alin Dreghiciu" <[EMAIL PROTECTED]> An: "General OPS4J" Betreff: Re: Implementation of HttpService > Both options were in my mind but I postponed them till I see that we have > a > stable basic version.Beside those 2 that you mention I w

Re: Implementation of HttpService

2007-08-20 Thread Alin Dreghiciu
BTW, if I recall correctly there is some work undergoing for a new hsttp service specification which I home will inlcude at least the filters. On 8/20/07, Damian Gołda <[EMAIL PROTECTED]> wrote: > > 2007/8/20, Alin Dreghiciu <[EMAIL PROTECTED]>: > > Version in use right now is 2.5 as jetty is usin

Re: Implementation of HttpService

2007-08-20 Thread Alin Dreghiciu
Both options were in my mind but I postponed them till I see that we have a stable basic version.Beside those 2 that you mention I was even thinking about supporting the fact that you just drop an osgified war (could get wrapped via the to come pax runner wrap handler). Alin On 8/20/07, Damian Go

Re: Implementation of HttpService

2007-08-20 Thread David Leangen
Indeed... I am currently in the process of updating pax-wicket for use with Wicket 1.3. It requires servlet filters. Cheers, Dave On Mon, 2007-08-20 at 10:53 +0200, Damian Gołda wrote: > 2007/8/20, Alin Dreghiciu <[EMAIL PROTECTED]>: > > Version in use right now is 2.5 as jetty is using 2.5

Re: Implementation of HttpService

2007-08-20 Thread Damian Gołda
2007/8/20, Alin Dreghiciu <[EMAIL PROTECTED]>: > Version in use right now is 2.5 as jetty is using 2.5. BTW: 1. Do you plan to add support for servlet filters? It's beyond of scope OSGi HttpService implementation, but it's very important for some web applications (including newer versions of Wicke

Re: Implementation of HttpService

2007-08-20 Thread David Leangen
Ok, I'll give it a go sometime soon. Thanks! Dave On Mon, 2007-08-20 at 10:48 +0300, Alin Dreghiciu wrote: > Version in use right now is 2.5 as jetty is using 2.5. > Give Pax Web a try and tell me if something goes wrong. If that's the > case I will take a look to find out what we can do regar

Re: Implementation of HttpService

2007-08-20 Thread Alin Dreghiciu
Version in use right now is 2.5 as jetty is using 2.5.Give Pax Web a try and tell me if something goes wrong. If that's the case I will take a look to find out what we can do regarding servlet version. Alin On 8/20/07, David Leangen <[EMAIL PROTECTED]> wrote: > > > Thanks Peter. > > However, majo

Re: Implementation of HttpService

2007-08-20 Thread David Leangen
Thanks Peter. However, major hiccup for me and possibly for this migration... Wicket currently only works with 2.3 of the servlet spec. Will this pose a problem with pax web? The main issue that I seem to be having is that because wicket uses 2.3, the current Oscar impl that I'm using loads cl

Re: Implementation of HttpService

2007-08-20 Thread Peter Neubauer
David, I just tested the latest 0.3.0-SNAPSHOT from trunk, and all my complaints seem to be working. So I would give it a shot. /peter On 8/20/07, David Leangen <[EMAIL PROTECTED]> wrote: > > Guys, > > What impl of HttpService are you using these days? > > I seem to be getting some kind of confli

Re: Implementation of HttpService

2007-08-19 Thread Peter Neubauer
Yes, one more thing would be to start looking into using OSGi with QI4J (I think Niclas will start looking at it) and putting the Wicket UI stuff on top of PaxWeb of course. /peter On 8/20/07, Alin Dreghiciu <[EMAIL PROTECTED]> wrote: > Hi guys, > > Good will be that any of us that needs an http

Re: Implementation of HttpService

2007-08-19 Thread Alin Dreghiciu
Hi guys, Good will be that any of us that needs an http service to use PaxWeb as this will be the "ultimate" test. Please register jira issues for any bugs/improvements. Alin PS. Doesn't look good to see that we have a project that even us are not using :) On 8/20/07, Peter Neubauer <[EMAIL PROT

Re: Implementation of HttpService

2007-08-19 Thread Peter Neubauer
Well, I have casually tested PaxWeb with Wicket. after Tonis fixes it seems to work, but I remember I had still one hickup at the initial redirect. IMHO give it a shot and report back, it seems PaxWeb is almost usable for prime time. WDYAT? /peter On 8/20/07, David Leangen <[EMAIL PROTECTED]> wr

Implementation of HttpService

2007-08-19 Thread David Leangen
Guys, What impl of HttpService are you using these days? I seem to be getting some kind of conflict. I'm trying to use servlet 2.4, but I get this error: java.lang.AbstractMethodError: org.mortbay.jetty.servlet.ServletHttpRequest.getLocalAddr()Ljava/lang/String; So, I suspect that the under