Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Add PhaseListener to equinox jetty
Add PhaseListener to equinox jetty [message #132260] Tue, 02 June 2009 21:49 Go to next message
Ignacio M is currently offline Ignacio MFriend
Messages: 20
Registered: July 2009
Junior Member
Hi, I'm trying to add, configure, or register a class that implements
PhaseListener, but I don't know how to do this inside eclipse, it is done
via extension point??? Any pointers will be apreciated.

Thanks
Ignacio M
Re: Add PhaseListener to equinox jetty [message #132273 is a reply to message #132260] Tue, 02 June 2009 23:30 Go to previous messageGo to next message
Ignacio M is currently offline Ignacio MFriend
Messages: 20
Registered: July 2009
Junior Member
Mhmm this is a problem with the ContextPathServletAdaptor. PhaseListener
is a interface of jsf. At this point the application can make request to
jsf pages, using MyFaces. The problem is that the current configuration
forces the application to map the *.jsf to the MyFaces servlet, is there a
way to play with this path to allow redirect the application to say that
all request to the /faces path look also into / to map the jsp that have
the jsf, but also allow request to /faces/request.ajax to go to the
PhaseListener. May I'm not getting the concept. I'm a little lost.

Using a breakpoint at the constructor of the impl of the PhaseLister tell
me that it is instantiated but doing the request to /faces/request.ajax is
not working.

Thanks
Ignacio M.
Re: Add PhaseListener to equinox jetty [message #132284 is a reply to message #132273] Wed, 03 June 2009 01:14 Go to previous message
Ignacio M is currently offline Ignacio MFriend
Messages: 20
Registered: July 2009
Junior Member
After tweaking some values seems that the PhaseListener is working, but
the application fall in another issue, invoking MethodBinding. I hope to
get this to work.
Previous Topic:Install a RCP application with p2 install?
Next Topic:ExtensionRegistry and org.osgi.framework.Bundle.start()
Goto Forum:
  


Current Time: Fri Apr 26 10:51:11 GMT 2024

Powered by FUDForum. Page generated in 0.02939 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top