I am using the latest v1.1b364 Rinf.
I have declared a DataSource and a Notification Connector exactly the same way as with the previous version. When trying to start the Notification Connector, it fails with the following error message in the log file:
2007-09-25 09:30:51,158 WARN :
2007-09-25 09:30:51,158 WARN : release: 3.0 Build: 364
2007-09-25 09:30:51,158 WARN : built: September 24 2007
2007-09-25 09:30:51,163 WARN : build jdk: Sun Microsystems Inc. 1.5.0
2007-09-25 09:30:51,163 WARN : build os: null
2007-09-25 09:30:51,163 WARN :
2007-09-25 09:30:51,163 WARN : run java: Sun Microsystems Inc. 1.5.0_12
2007-09-25 09:30:51,163 WARN : run os: SunOS 5.9 sparc
2007-09-25 09:30:51,163 WARN : ]]
2007-09-25 09:30:51,163 WARN :
2007-09-25 09:30:56,899 FATAL : ICNotificationReader Reader : AbstractSimpleSource - Error on strtup for [Reader],ICNotificati
onReader Reader : Problem initializing InChargeReaderAdapter : AbstractInChargeReaderAdapter MonitoredAtt is
not a valid. Please select an attribute from MonitoredAtt list.
2007-09-25 09:30:57,008 WARN : RunAdaptor ESIN-CSA_notifications complete - exiting

Oups. realized just after
Oups. realized just after posting that my config was not strictly identical as before, and that the error message had the reason:
I had selected the attribute "SourceEventType" to be a Monitored Attribute, and that caused the error. The Connector starts fine after removing that attribute.
Paul