Since installing Xerces xerces-c-src2_4_0 I always after successful
conection when publishing a publishArr with
<MessageUnit> <key oid='com.Avitech AG.TIMS.EDDF.Time-min.default'
contentMime='text/xml'/>
<content><slot><value>49</value><status>OK</status></slot></content>
<qos>
<state id='OK'/>
<sender>client/prinz</sender>
<route>
</route>
</qos></MessageUnit>
I get
<exception errorCode='communication.noConnection'>
<class>c++ client</class>
<node>ConnectionsHandler-1070524966225133000</node>
<location></location>
<lang>en</lang>
<message><![CDATA[A specific remote connection throws an exception on
invocation
.]]></message>
<versionInfo></versionInfo>
<timestamp>1070525012852726000</timestamp>
<stackTrace><![CDATA[]]></stackTrace>
<embeddedMessage><![CDATA[publishArr]]></embeddedMessage>
</exception>
I did build.sh cpp-delete
and build.sh cpp
I tried xmlBlaster in the main-branch and in branch DEV_85 with the same
result.
Before changing to xerces-c-src2_4_0 Igot this error sporadically.
What's wrong
Juergen