Re: wicket-atmosphere EventBus.post throwing Null pointer exception sometime

2013-08-15 Thread souvikbhattacharyas
lication that reproduces the problem for a long > period. > As soon such application is attached to the ticket the ticket will be > reopened and addressed. > Please feel free to attach a quickstart application. > Thanks! > > > On Wed, Aug 14, 2013 at 2:59 PM, souvikbhattac

Re: wicket-atmosphere EventBus.post throwing Null pointer exception sometime

2013-08-14 Thread souvikbhattacharyas
g the maven jetty plugin: mvn jetty:run (which will > make > the application available under localhost:8080/app) > > On Tuesday 13 August 2013 03:21:20 souvikbhattacharyas wrote: > > Hi, > > I have compiled the mentioned application and deployed in the glassfish > > serve

Re: wicket-atmosphere EventBus.post throwing Null pointer exception sometime

2013-08-13 Thread souvikbhattacharyas
Hi, I have compiled the mentioned application and deployed in the glassfish server. But what is the url to run the same and also let me know how to run it on Jetty. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-atmosphere-EventBus-post-throwing-Null-pointer-

Re: wicket-atmosphere EventBus.post throwing Null pointer exception sometime

2013-08-13 Thread souvikbhattacharyas
HI Emond, Thanks for your reply. We have updated all the jar's but no luck. What we found is the error is related to https://issues.apache.org/jira/browse/WICKET-5282 . So, this is not a atmosphere error rather error in wicket component. Is any wayout to solve the issue -- View this message i

wicket-atmosphere EventBus.post throwing Null pointer exception sometime

2013-08-09 Thread souvikbhattacharyas
Hi, Recently I am stuck with problem of Wicket-atmosphere and it seems to be very strange to me. In my application, I am publishing data through Hazelcast and after HazelCast receives data, it uses wicket atmosphere's EventBus.post() method to push the data and then methods with @subscribe anno

EventBus.push not pushing data to subscribe method

2013-07-10 Thread souvikbhattacharyas
Hi, I am facing a problem during event bus push mechanism. I am able to push my event through EventBus but my @subscribe method not receiving the same. I am using wicket version 6.3.0 My web.xml is wicket.ssp org.atmosphere.cpr.AtmosphereServlet applicatio

Re: Session timeout

2013-04-28 Thread souvikbhattacharyas
Then its really shocking that it's not working for me. I am attaching my web.xml below. protected /* TRACE PUT OPTIONS DELETE 30 wicket.ssp org.atm

Re: Session timeout

2013-04-28 Thread souvikbhattacharyas
Hi, In my web.xml I specified session timeout the way we usuallly do with other web application but still its not working. Is ther any other settings. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Session-timeout-tp4658356p4658358.html Sent from the Users forum

Session timeout

2013-04-28 Thread souvikbhattacharyas
Hi, Recently Wicket put me in another problem of Session out. In normal web application what we do is simply declare session-timeout in web. xml and it works fine for us. But in wicket specifying session timeout in web.xml is not working anymore. But I need session time out for my application ba

Re: Panel resfresh with AjaxRequestTarget

2013-04-23 Thread souvikbhattacharyas
Hi, Thanks for the suggetion you have given in two posts. With the first one Replace Components I have to create the new object again and creating new object will call lots of web services as written on screen initialize. This will effect the performance of the product. In second one you have sug