Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[BZ 1112733] Define expressionScope baseResource to the option-source
(cherry picked from commit d1ffbbd)
Signed-off-by: Jirka Kremser <jkremser@redhat.com>
  • Loading branch information
Michael Burman authored and jkremser committed Oct 3, 2014
1 parent 6645770 commit 60c9492
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12227,7 +12227,7 @@

<resource-configuration>
<c:simple-property name="outbound-socket-binding-ref" required="true" type="string" readOnly="false" description="Outbound Socket binding to SMTP server">
<c:option-source target="configuration" expression="*1/remote-destination-outbound-socket-binding=name:type=SocketBindingGroup"/>
<c:option-source target="configuration" expressionScope="baseResource" expression="*1/remote-destination-outbound-socket-binding=name:type=SocketBindingGroup"/>
</c:simple-property>
<c:simple-property name="password" required="false" type="string" readOnly="false" description="Password to authenticate on server"/>
<c:simple-property name="ssl" required="false" type="boolean" readOnly="false" defaultValue="false" description="Does server requires SSL?. The default value is false."/>
Expand Down

0 comments on commit 60c9492

Please sign in to comment.