YuvalCohen

Results 7 comments of YuvalCohen

Note that RepositoryValidator forbids white spaces. ``` static final Predicate isValidString = t -> t.length() > 0 && t.chars().noneMatch(Character::isWhitespace); ``` We think that this validation is redundant as it happens...

> Regarding Q2 above: I'm not sure I understand the requirement. Are you saying that you wouldn't know until runtime which code set applies, based on other values in a...

> @YuvalCohen, this forum is fine for public questions. Other resources include FIX Forum and iMeetCentral for discussion within the Orchestra working group. > > Let me answer Q1 first....

> @YuvalCohen, do you mean that a field should be able to have values from more than one code set? Yes. field 1 may have values from codeset 1. field...

> @YuvalCohen, add the scenario name of the field. > > `` > > BTW in the current RC5 schema, the fieldRef only has id and scenario attributes, name is...

@donmendelson The requirement si to be able to split large and complicated repository to multiple files. I believe that it is basic requirement for any future use of Orchestra (i.e....

@donmendelson Thanks. Is there a possibility to write: a (single) message, (a single) component and (a single) codeset in dedicated files (i.e. each in its 'own file') and include all...