How would I go about adding a datasource to my data-sources.xml so that I could use it to create a Novell LDAPConnection? I use the Novell LDAP APIs to connect to OID and I need to take out any LDAP references (servername,username,password) from a properties file in my EAR and use an external (to the EAR) source for retrieving my LDAP connection used to create an LDAPConnection. Any suggestions.