Re: wicket-atmosphere - How to unsubscribe?

2013-07-11 Thread dlock
A quick update...

After upgrading to the latest versions (wicket-6.9.0, wicket-atmosphere-0.11
 atmosphere-runtime-1.0.13) I was still experiencing the issue.  However I
noticed that some of the retained pages where being held by Jetty specific
classes (I was profiling the app locally via eclipse).  

I decided to carry out the same profiling on a deployed instance of the
application (runniing in Tomcat7) and the problem disappeared, pages are
cleared up as you would expect and nothing untoward is retained in memory. 

Therefore I can only assume that the issue is somehow related to the Jetty
implementation, but as I am not deploying to Jetty (I only use it to develop
with locally), I guess this is no longer a problem for me.





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-atmosphere-How-to-unsubscribe-tp4660170p4660206.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



How to unsubscribe

2009-01-29 Thread Jawad Kakar
Hi,
I have sent 3 emails to unsubscribe, but still I am getting emails. Wondering 
if someone can help me
Thanks
Jawad


--- On Thu, 1/29/09, Zhubin Salehi zhooz...@yahoo.com wrote:

 From: Zhubin Salehi zhooz...@yahoo.com
 Subject: Re: Is there a way to be notified when a tab in a TabbedPanel is 
 selected?
 To: users@wicket.apache.org
 Date: Thursday, January 29, 2009, 3:12 PM
 This code looks cool, thanks a lot!
 
 
 Erik van Oosten wrote:
  
  How about this:
  
  tabs.add(new PanelCachingTab(new AbstractTab(new
  StringResourceModel(title.byMobinetId,
  FindUserAccount.this, null)) {
  
  private static final long serialVersionUID =
 5564837747113048306L;
  
  public Panel getPanel(String panelId) {
  return new MobinetTab(panelId);
  }
  }) {
  
  @Override
  public Panel getPanel(final String
 panelId) {
  
  // ... DO SOMETHING UPON TAB SELECTION
 ...
  
  return super.getPanel(panelId);
  }
  
  });
  
  This override getPanel from PanelCachingTab. But you
 could also 
  implement your own ITab.
  
  Regards,
  Erik.
  
 
 -- 
 View this message in context:
 http://www.nabble.com/Is-there-a-way-to-be-notified-when-a-tab-in-a-TabbedPanel-is-selected--tp21713724p21728759.html
 Sent from the Wicket - User mailing list archive at
 Nabble.com.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail:
 users-h...@wicket.apache.org


  

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: How to unsubscribe

2009-01-29 Thread Jeremy Thomerson
Have you tried sending a single, new message (not replying or forwarding)?
Also, make sure that your email comes from the address that is subscribed
(i.e., did you subscribe under an alias that forwards to your
j_ka...@yahoo.com address?

On Thu, Jan 29, 2009 at 6:21 PM, Jawad Kakar j_ka...@yahoo.com wrote:

 Hi,
 I have sent 3 emails to unsubscribe, but still I am getting emails.
 Wondering if someone can help me
 Thanks
 Jawad


 --- On Thu, 1/29/09, Zhubin Salehi zhooz...@yahoo.com wrote:

  From: Zhubin Salehi zhooz...@yahoo.com
  Subject: Re: Is there a way to be notified when a tab in a TabbedPanel is
 selected?
  To: users@wicket.apache.org
  Date: Thursday, January 29, 2009, 3:12 PM
  This code looks cool, thanks a lot!
 
 
  Erik van Oosten wrote:
  
   How about this:
  
   tabs.add(new PanelCachingTab(new AbstractTab(new
   StringResourceModel(title.byMobinetId,
   FindUserAccount.this, null)) {
  
   private static final long serialVersionUID =
  5564837747113048306L;
  
   public Panel getPanel(String panelId) {
   return new MobinetTab(panelId);
   }
   }) {
  
   @Override
   public Panel getPanel(final String
  panelId) {
  
   // ... DO SOMETHING UPON TAB SELECTION
  ...
  
   return super.getPanel(panelId);
   }
  
   });
  
   This override getPanel from PanelCachingTab. But you
  could also
   implement your own ITab.
  
   Regards,
   Erik.
  
 
  --
  View this message in context:
 
 http://www.nabble.com/Is-there-a-way-to-be-notified-when-a-tab-in-a-TabbedPanel-is-selected--tp21713724p21728759.html
  Sent from the Wicket - User mailing list archive at
  Nabble.com.
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail:
  users-h...@wicket.apache.org




 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Jeremy Thomerson
http://www.wickettraining.com