Okay, submitted bug 525840 for this. There is no JBossPool category, so I selected JBossCX. I uploaded a zip with the diff's as well as the new sources. Also included changes.txt which describes the changes. (Just noticed that the changes.txt file still refers to minerva. I wrote that file a long time ago. The java and diff files in the zip are definitely for 2.4.4)
I had a difficult time getting the source as a baseline for my changes. When I got in through WinCvs and checked out the JBossPool module, jbosspool\src\main\org\jboss\jdbc is empty. So I ended up just downloading the 2.4.4 source tgz from the SourceForge files page. ----- Original Message ----- From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 28, 2002 8:28 AM Subject: Re: [JBoss-user] can I connect to databese with specified user > I lost it... can you file a bug or patch with it? if its in a smaller list > than my mailbox I'm more likely to fix it. > > david jencks > > On 2002.02.28 01:18:14 -0500 Guy Rouillier wrote: > > You don't mention what version you are using. If 2.4.x, there are some > > bugs > > in the pooling code that prevent obtaining a connection for a specified > > userid and password. I have a fix (that I never submitted) that I've > > given > > to David Jencks. I can send it to you as well. > > > > ----- Original Message ----- > > From: "Maris Orbidans" <[EMAIL PROTECTED]> > > To: "JBoss user list (E-mail)" <[EMAIL PROTECTED]> > > Sent: Wednesday, February 27, 2002 10:56 AM > > Subject: [JBoss-user] can I connect to databese with specified user > > > > > > > > > > Hi all > > > > > > Can I find this datasource and do getConnection(java.lang.String > > > username, java.lang.String password)? > > > > > > I use session beans + JDBC. > > > > > > <mbean code="org.jboss.jdbc.XADataSourceLoader" > > > name="DefaultDomain:service=XADataSource,name=inetbankDB"> > > > <attribute name="PoolName">inetbankDB</attribute> > > > <attribute > > > name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourc > > > eImpl</attribute> > > > <attribute > > > name="URL">jdbc:cloudscape:rmi:CloudscapeDB;create=true</attribute> > > > <attribute name="JDBCUser"></attribute> > > > <attribute name="Password"></attribute> > > > </mbean> > > > > > > Actually I' ll use Oracle, but I need to connect to DB with specified > > > user each time I make a connection. > > > > > > thanx > > > Maris Orbidans > > > > > > > > > _______________________________________________ > > > JBoss-user mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/jboss-user > > > > > > > > _______________________________________________ > > JBoss-user mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-user > > > > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
