Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

listeners - move to trash

I am writing an event handler. In my testing, I have observed that when a document is moved to trash, the framework always appears to fire a lifecycle transition event AND a move event (move to trash). Therefore in the interests of efficiency my desi...

Eric_Ace by Confirmed Champ
  • 126 Views
  • 1 replies
  • 0 kudos

An operation AddEntryToMultivaluedProperty generates an error

The operation AddEntryToMultivaluedProperty generates the error in the method "run". There is a problem in the line: List<Serializable> array = p.getValue() != null ? Arrays.asList((Serializable[]) p.getValue()) : null; It returns an exception: Cau...

adam_bo_ by Star Contributor
  • 305 Views
  • 6 replies
  • 0 kudos

Confirmation Message

Hello ,I want to add a confirmation dialog when pressing a button .I use the following XML extension: Jeni te sigurt qe libri te mbyllet? But nothing appears.Any help?

listeners - accepted events

In various listeners I see in the code base, the listener is tied to a contribution that defines the events to be routed to the listener. Yet the listener code seems to confirm the event to be handled - e.g. if (!EVENTS_TO_HANDLE.contains(event.getNa...

Eric_Ace by Confirmed Champ
  • 125 Views
  • 2 replies
  • 0 kudos

New xsd schema and postgresql backend

Hello, when i was using Nuxeo 5.8 /PosgresSQL 9.1 , i had a table ori_oriid created when deploying my project containing ori.xsd (see files below). since i'm using Nuxeo 7.10 / PosgreSQL 9.1, the table isn't created anymore and i don't see why . shou...

ConfigurationService

I am using the ConfigurationService to define properties that modify the behavior of code I am contributing. One such property is enabled for a piece of functionality. If - at runtime - the code detects some downstream dependency is unavailable, I wo...

Eric_Ace by Confirmed Champ
  • 176 Views
  • 1 replies
  • 0 kudos