User`s guide
IBM Lotus Notes, Domino, Domino Designer 8 Release Notes
Domino Server
Streaming Cluster Replication
The current cluster replicator is awakened when something has changed in a database. For each cluster
replica, the cluster replicator opens the source and destination databases, and determines which notes, if
any, are worthy of replication, and then replicates the changes. It does the same for folder and unread
operations. When complete, the cluster replicator moves on to the next database. In a high-activity
server, it is possible that the cluster replicator may get "backed-up" causing it to have a higher replication
latency. On a heavily loaded and highly active server, it may take longer to replicate all changes for a
particular database. In addition, the cluster replicator must do a 1-1 replication with each cluster-mate.
Streaming Cluster Replication (SCR) takes advantage of the fully-connected nature of clusters and data
streaming to produce a much lower overhead cluster replicator. In addition, SCR decreases the
scheduled replicator overhead for clusters and can provide a significant reduction in cluster replicator
latency. As changes occur (Note changes, unread changes, and folder changes), the changes are
captured and immediately queued to other replicas in the same cluster. The result is a more efficient
cluster replication.
To test the new SCR, you must have two or more Domino 8 Beta servers in the cluster.
Domino Designer Help
Domino Designer, Domino Server
Importing WSDL now generates LotusScript classes as XSD
_
ANYTYPE
This release note pertains to Programming Domino for Web applications -> Web services in Domino
Designer -> Java and LotusScript mappings -> section "Classes".
Importing a WSDL document into a Domino 8 LotusScript Web service consumer or provider now
generates LotusScript classes that inherit from the "XSD
_
ANYTYPE" base class by default, except for
classes which inherit from "WS
_
FAULT" instead. Correspondingly, all "XSD
_
ANYTYPE" base class
references are suppressed during WSDL document generation.
Domino Designer, Domino Server
New properties for LotusScript WS
_
FAULT class
For Domino 8, the following SOAP 1.1 properties with access methods have been added to the
WS
_
FAULT Web service proxy class in the supplied lsxsd.lss file:
PRIVATE FaultCode As STRING
PRIVATE FaultActor As STRING
PRIVATE FaultDetails() As NOTESDOMELEMENTNODE
174