Questions tagged [orchestra]

Apache MyFaces Orchestra is a small library that can be used in web applications to provide features such as conversation-scope persistence contexts and declarative transaction annotations.

Apache MyFaces Orchestra is a small library that can be used in web applications to provide features such as conversation-scope persistence contexts and declarative transaction annotations.

http://myfaces.apache.org/orchestra/

31 questions
11
votes
2 answers

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' because FacesRequestAttributes does not support…
Bozho
  • 588,226
  • 146
  • 1,060
  • 1,140
4
votes
1 answer

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 of that parameter for two reasons: it breaks the…
Bozho
  • 588,226
  • 146
  • 1,060
  • 1,140
3
votes
2 answers

When using MyFaces Orchestra, conversation.access beans NOT being removed when navigating to a different 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 advantage of Orchestra's management of the…
Benito Vega
  • 51
  • 1
  • 4
2
votes
1 answer

Why minikube runs as a container itself?

While playing around with Docker and orchestration (kubernetes) I had to install and use minikube to create a simple sandbox environment. At the beginning I thought that minikube installs some kind of VM and run the "minified" kubernetes environment…
rkachach
  • 16,517
  • 6
  • 42
  • 66
2
votes
1 answer

Getting started with WPF & Orchestra

I'm working on creating my first WPF application, whereas I have only used WinForms in the past. I've familiarized myself with the basics of MVVM, but certainly need practice to get a deeper understanding. It seems like the Orchestra Shell written…
blf
  • 23
  • 5
2
votes
1 answer

How to migrate from Catel project to Orchestra + MahApps? (.NET 4.0)

I have a Catel project, using various Catel controls and classes, how do I migrate/update it to Orchestra (MahApps)?
Kilazur
  • 3,089
  • 1
  • 22
  • 48
2
votes
0 answers

Issues in using Primefaces' progress bar

On click of updateRecords button, a DB operation is performed which takes a very long time. I intend to show a dynamic progress bar depicting the status of the DB operation to the user. I am using myfaces.orchestra's access scope & primefaces'…
Shikha Dhawan
  • 1,414
  • 8
  • 27
  • 44
2
votes
2 answers

How to remove Orchestra converstation context parameter for static resources?

To provide proper browser caching I want to get rid of the conversationContext parameter, that Apache MyFaces Orchestra adds to every request, for requests to css files. As Bozho suggested, I've implemented a filter that sets the attribute Orchestra…
flash
  • 6,730
  • 7
  • 46
  • 70
1
vote
0 answers

How to fix RX problem in Sender Based Orchestra Scheduling with CCA?

I am realizing a scenario of DAG root and DAG node in Contiki NG environment with Sender Based Orchestra while using UDP between nodes.But I have a problem of lack of RX in my Cooja Simulation after enabling Clear Channel Assesment(CCA) in my…
Berk Namal
  • 21
  • 4
1
vote
0 answers

Upgrading Spring Version to 5 with Apache Orchestra

We are trying to upgrade the spring version to 5 from 4.2 in an existing project. In this project we have apache orchestra dependency which we are using for creating a custom conversation scope. After making the version changes, we can launch the…
Taner
  • 11
  • 2
1
vote
1 answer

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 than 30000 milliseconds for access to lock…
Panayiotis Karabassis
  • 2,278
  • 3
  • 25
  • 40
1
vote
1 answer

Orchestra.MahApps custom window

I'm trying to create custom MahApps.Metro window with Orchestra framework. I have copied currennt ShellWindow content (both view + code behind) and created my own Window. Then in App.xaml.cs I have used my window instead of ShellWindow like…
Tomasz
  • 2,051
  • 3
  • 31
  • 64
1
vote
1 answer

How can I test a class that uses the Storage Facade?

In a Laravel 5 package I am making there is a class FileSelector that uses the Storage-facade in a certain method. public function filterFilesOnDate($files, DateTime $date) { return array_filter($files, function($file) use($date){ return…
Matthias
  • 71
  • 8
1
vote
0 answers

conversation scope for spring

We have java web app that runs on spring and jsf 1.2. Also we use apache orchestra as framework for Conversation scope. But we are always having problems with the orchestra and the last problem was that orchestra ConversationManager does not…
trims
  • 453
  • 4
  • 9
1
vote
0 answers

How to rewrite URL with Nginx & Orchestra PHP Cloud

I'm moving from an Apache environment to the Orchestra PHP Cloud at Engine Yard. I do not know how to accomadate my URL rewrite rules for my application. The documentation they supply for this is very limited and basic and can be seen…
Kevin
  • 3,690
  • 5
  • 35
  • 38
1
2 3