Is there a way to get jdbc connections to use the UserName/Password properties 
specified in the:

<attribute name="ManagedConnectionFactoryProperties">
 <properties>
  <config-property>
   <config-property-name>ConnectionURL</config-property-name>
   <config-property-type>java.lang.String</config-property-type>
   
<config-property-value>jdbc:oracle:thin:@mydatabasebox:1521:db1</config-property-value>
  </config-property>
  <config-property>
   <config-property-name>DriverClass</config-property-name>
   <config-property-type>java.lang.String</config-property-type>
   <config-property-value>oracle.jdbc.driver.OracleDriver</config-property-value>
  </config-property>
  <config-property>
   <config-property-name>UserName</config-property-name>
   <config-property-type>java.lang.String</config-property-type>
   <config-property-value>notmyrealuserid</config-property-value>
  </config-property>
  <config-property>
   <config-property-name>Password</config-property-name>
   <config-property-type>java.lang.String</config-property-type>
   <config-property-value>notmyrealpassword</config-property-value>
  </config-property>
 </properties>
 ...

tags, or must we have to have a security domain set up in auth.conf? In which case, 
why have them here as well?

I have an Oracle8 version of this stuff working, but I had to set up the 
userid/password in auth.conf.

BTW, the sample postgres-service.xml file has a missing </depends> tag, to match the 
one that opens on line 21.




_________________________________________________________
View thread online: http://main.jboss.org/thread.jsp?forum=66&thread=12301

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to