Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
3k views

WARN: Could not register destruction callback

15:11:14,676 WARN FacesRequestAttributes:121 - Could not register destruction callback [org.springframework.beans.factory.support.DisposableBeanAdapter@1059fd6] for attribute 'purchaseController' ...
0
votes
1answer
343 views

When using MyFaces Orchestra, conversation.access beans NOT being removed when navigating to a diferent view

We are building an application using JSF 2, Spring, and Hibernate. MyFaces Orchestra is being used to to provide conversation scope which we're using for most of the pages in the application (to take ...
0
votes
1answer
292 views

Orchestra and RichFaces problem

I use Orchestra and RichFaces in my application. When accessing a page in my application I get the following error many times and the page doesn't load: WARN _ReentrantLock:103 - Waited for longer ...
0
votes
1answer
272 views

Removing MyFaces Orchestra's “conversationContext” GET parameter from static resources (css, images)

MyFaces Orchestra adds a ?conversationContext=x to each resource on a page. Since I'm not using the conversation scope for the public part of my project (only for the admin part), I'd like to get rid ...