With a non-interactive RFA/Java provider trying to register a OMMConnectionIntSpec before sending a login request yields the following exception:
Exception in thread "main" java.lang.IllegalStateException: Must register OMMErrorIntSpec after Login request or OMMActiveClientSessionIntSpec at com.reuters.rfa.internal.session.ommp.OMMProviderImpl.registerClient(Unknown Source)
Also, similarly OMMConnectionStatsIntSpec raises the same exception.
The exception text should be updated appropriately to cover these two new subscriptions.