Why not trying to use embed server, which you can have better control on 
lifecycle:


http://docs.jboss.org/resteasy/docs/3.0-beta-3/userguide/html_single/#RESTEasy_Embedded_Container









Sent with Unibox



> On Mar 6, 2014, at 10:43 PM, Alexandros Antoniadis 
> <antoniadis.alexandros...@gmail.com> wrote:
> 
> 
> I use RestEasy to develop a web application. I have a class that
> extends javax.ws.rs.core.Application and registers the REST services.
> After the creation and (full) initialization of all the services I
> want to execute some methods of these services. These methods may call
> other methods of the service using the REST API.
> 
> 
> The problem is that until the moment that my subclass of
> javax.ws.rs.core.Application is initialized (end of constructor) the
> REST API is not available (calls using REST API block) so it is not
> possible to call the methods after the service initialization. I also,
> tried using org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap
> without success.
> 
> 
> Also, ServletContextListener.contextInitialized seems to be executed
> earlier than the javax.ws.rs.core.Application.init so there are no
> references to the service objects.
> 
> 
> In general, I am looking for a clean way to execute code right after
> the services are available/deployed. Is there any way to be notified
> for such an event?
> 
> 
> Thank you,
> Alex
> 
> 
> ------------------------------------------------------------------------------
> Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries. Built-in WAN optimization and the
> freedom to use Git, Perforce or both. Make the move to Perforce.
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
> _______________________________________________
> Resteasy-users mailing list
> Resteasy-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/resteasy-users
> 
> 
> 
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to