Listener « Core « Spring Q&A





1. Unit Testing Spring ApplicationEvents - Events are getting published but the listeners aren't firing?    stackoverflow.com

I'm trying to unit test the custom events that I've created in Spring and am running into an interesting problem. If I create a StaticApplicationContext and manually register and wire ...

2. Listener and firing event about BaseTableModel?    forum.springsource.org

Listener and firing event about BaseTableModel? my code is follows: first: i extends BaseTableModel for storing my data, Code: public class MyTableModel extends BaseTableModel { } second: i simulate PetClinic sample ...

3. Error configuring application listener of class org.springfr    forum.springsource.org

Error configuring application listener of class org.springfr Hi, I'm trying to test a web app using spring framework in eclipse 3.0. When I start JBoss 4 in Eclipse, I'm getting this ...

4. Apply Command Pattern to ApplicationEvent + Listener    forum.springsource.org

Apply Command Pattern to ApplicationEvent + Listener I'm fairly new to Spring, but while reading, I noticed the ApplicationListener interface, and the requisite onApplicationEvent(xxx) method... Out of curiousity, is there a ...

5. Listener - just after the container has loaded    forum.springsource.org

I'd like to invoke a business method of a bean just after the container has loaded. Does Spring have any Listener for that? I tried to use ServletContextListener and ContextLoaderListener, but ...

6. Helper for injecting listeners/handlers    forum.springsource.org

Jan 6th, 2006, 03:42 PM #1 sqrrrl View Profile View Forum Posts Private Message Junior Member Join Date Sep 2004 Location San Francisco Posts 9 Helper for injecting listeners/handlers Thought somebody ...

7. Custom Event Listener    forum.springsource.org

I have defined an event listener, i.e., implements ApplicationListener. While it works great, the only problem is it gets invoked with every event that Spring generates. I would like to have ...

8. Injecting listeners    forum.springsource.org

Injecting listeners Hi, I have a Spring configuration XML file that is creating several beans. Several of the beans being created need to be registered on another bean as a listeners. ...

9. Why does a queue need a "static" listener    forum.springsource.org

Why does a queue need a "static" listener Hi again! Sry for spaming with questions here, but I am a bit overloaded by work and risk my job The question: For ...





10. Configuring application listener    forum.springsource.org

Configuring application listener Can I configure listeners as a filters ? such as contextConfigLocation /WEB-INF/system-listener.xml systemlistener Dealers Activity Monitor org.springframework.web.filter.DelegatingFil terProxy targetBeanName systemlistener targetFilterLifecycle true ...

11. Event Listener?    forum.springsource.org

No and I don't see how or what you want to achieve. JSP is client, the remainder of your application is on the server. So events fired on the client are ...

12. plugin or listener?    forum.springsource.org

13. plugin or listener?    forum.springsource.org

14. listener-container for topic    forum.springsource.org

listener-container for topic Hello, I really like the conciseness of listener-topic, but I wasn't able to get it to work with topic (or durableTopic). It works fine with queues. Code:

15. SEVERE: Error configuring application listener of class    forum.springsource.org

SEVERE: Error configuring application listener of class Hello every one, I got the followring error when I was deploying my spring with flex application. At the time of server start up ...

16. Listener interface for the Partitioner?    forum.springsource.org

Hi, I am tryig to implement a custom partitioner implementation that splits the data to processed based on the content of a table. One of the filtering criteria is the id ...





17. Passing custom runtime paramaters from wrtier to listener    forum.springsource.org

Define a new bean say Abean. Add Abean as a property in writer and listener. Set Abean's properties(your parameters) in writer. You can use them in after step method of listener. ...

18. Prototype event listeners are only notified once    forum.springsource.org

Prototype event listeners are only notified once Hi, my prototype event listener beans are only notified ONCE when I publish an event using the publishEvent method of the application context. It ...

19. Application event listeners don't seem ever to be removed    forum.springsource.org

Nov 8th, 2010, 10:31 AM #1 sslavic View Profile View Forum Posts Private Message Senior Member Join Date May 2007 Posts 154 Application event listeners don't seem ever to be removed ...