BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType foreign-jndi-providerType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}foreign-jndi-providerType (extension)

Documentation
Corresponds to ForeignJNDIProviderMBean
Properties
This component is not nillable.

Model
<...>
(initial-context-factory?, provider-url?, user?, foreign-jndi-link*, properties?, password-encrypted? )
</...>


Nested Element Summary
dom:foreign-jndi-linkTypeforeign-jndi-link
          The foreign links. 
xs:stringinitial-context-factory
          The initial context factory to use to connect. 
xs:stringpassword-encrypted
          
xs:stringproperties
          
xs:stringprovider-url
          The foreign jndi provider url. 
xs:stringuser
          The remote server's user name. 
Source
<xs:complexType name="foreign-jndi-providerType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="initial-context-factory" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="provider-url" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="user" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="foreign-jndi-link" nillable="true" type="dom:foreign-jndi-linkType">
</xs:element>
<xs:element minOccurs="0" name="properties" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="password-encrypted" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation