From: Wolfgang M. <wol...@ex...> - 2011-04-30 08:37:04
|
Assuming that the XQuery is really as simple as this: <property name="java.naming.security.credentials" value="{ util:binary-to-string( xs:base64Binary( 'dGVzdAoK' ) ) }"/> I would guess that the base64Binary is cleaned up when the query runs stand-alone, but not when it is called through the scheduler. Maybe a missing reset on the context? If it is, it should be reproducible. Wolfgang |