[JBoss-dev] Automated JBoss Testsuite Results

2001-10-24 Thread chris
JBoss daily test results SUMMARY Number of tests run: 140 Successful tests: 131 Errors:4 Failures: 5 [time of test: 25 October 2001 6:27 GMT] [java.version: 1.3

[JBoss-dev] Automated JBoss Testsuite Results

2001-10-24 Thread chris
JBoss daily test results SUMMARY Number of tests run: 130 Successful tests: 121 Errors:4 Failures: 5 [time of test: 25 October 2001 5:27 GMT] [java.version: 1.3

[JBoss-dev] Automated JBoss Testsuite Results

2001-10-24 Thread chris
JBoss daily test results SUMMARY Number of tests run: 140 Successful tests: 131 Errors:4 Failures: 5 [time of test: 25 October 2001 4:8 GMT] [java.version: 1.3.

RE: [JBoss-dev] Connectin Pool Problem

2001-10-24 Thread Ferguson, Doug
I would be into writing something for 3. However, we are going live within the next few weeks. We are in beta right now. There is no way we can switch to 3.0 With the current looming release, I haven't even had anytime to investigate the new jca configurations. It is however very important for

[JBoss-dev] Automated JBoss Testsuite Results

2001-10-24 Thread chris
JBoss daily test results SUMMARY Number of tests run: 140 Successful tests: 129 Errors:5 Failures: 6 [time of test: 25 October 2001 3:17 GMT] [java.version: 1.3

Re: [JBoss-dev] Connectin Pool Problem

2001-10-24 Thread David Jencks
That should make very little difference. I think with XA drivers you will be relying on Oracle prepared statement caching rather than jboss ps caching. This could be faster or slower ;-) I don't suppose I could entice you into trying to set up a jboss 3 jca wrapped xa oracle ConnectionFactoryLo

RE: [JBoss-dev] Connectin Pool Problem

2001-10-24 Thread Ferguson, Doug
How would performace differ with using OracleXid and/or OracleXSDatasource?? > So I am using the XADataSourceImpl wrapper in connection pool. > > After jboss has been running for awhile, I start getting an exception throw > from the > wrapper. After some investigation it is clear that this exce

RE: [JBoss-dev] Connectin Pool Problem

2001-10-24 Thread Ferguson, Doug
We have blocking = true Infact: Here are out settings. * jdbc/SPEI1 org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl jdbc:oracle:thin:@10.130.101.7:1521:SPEI1 6 eluweb 50 eluweb2 true true

Re: [JBoss-dev] Connectin Pool Problem

2001-10-24 Thread David Jencks
One easy way to make this happen is blocking = false and not releasing connections (or not closing them before transaction end, I think). david jencks On 2001.10.24 17:19:10 -0400 "Ferguson, Doug" wrote: > So I am using the XADataSourceImpl wrapper in connection pool. > > After jboss has been

Re: [JBoss-dev] Connectin Pool Problem

2001-10-24 Thread Peter Fagerlund
Please be specific : when being specific ;-) ; OS, VM, jboss_version goodfridayisrealysoonnow ... /Peter_f on 1-10-24 23.19, Ferguson, Doug at [EMAIL PROTECTED] wrote: > So I am using the XADataSourceImpl wrapper in connection pool. > > After jboss has been running for awhile, I start getting

[JBoss-dev] [ jboss-Bugs-474647 ] bug with Stringbuffer method argument

2001-10-24 Thread noreply
Bugs item #474647, was opened at 2001-10-24 14:50 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=474647&group_id=22866 Category: JBossServer Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned t

[JBoss-dev] Connectin Pool Problem

2001-10-24 Thread Ferguson, Doug
So I am using the XADataSourceImpl wrapper in connection pool. After jboss has been running for awhile, I start getting an exception throw from the wrapper. After some investigation it is clear that this exception is getting thrown because the internat java.sql.Connection is null. How are null

[JBoss-dev] CVS update: newsite/src/docs/doco_files documentation-example.tar.gz documentation-example.zip

2001-10-24 Thread Tobias Frech
User: gropi Date: 01/10/24 14:18:31 Modified:src/docs/doco_files documentation-example.tar.gz documentation-example.zip Log: including recent typo fix Revision ChangesPath 1.4 +188 -171 newsite/src/docs/doco_files/documentation-example.t

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/interest home.html

2001-10-24 Thread Tobias Frech
User: gropi Date: 01/10/24 14:02:53 Modified:src/examples/org/jboss/docs/interest home.html Log: fixed typo. Revision ChangesPath 1.3 +1 -1 manual/src/examples/org/jboss/docs/interest/home.html Index: home.html ===

[JBoss-dev] [ jboss-Change Notes-474607 ] backport bug fix for JBossMQ client hang

2001-10-24 Thread noreply
Change Notes item #474607, was opened at 2001-10-24 13:10 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=474607&group_id=22866 Category: None Group: v2.4.4 Status: Open Priority: 5 Submitted By: David Maplesden (dmaplesden) Assigned to: Nobody/Anonymous

[JBoss-dev] [ jboss-Bugs-474573 ] documentation-examples

2001-10-24 Thread noreply
Bugs item #474573, was opened at 2001-10-24 11:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=474573&group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonym

[JBoss-dev] Multiple chunks of work on ManagedConnection/XAResource/ConnectionManager

2001-10-24 Thread David Jencks
I'm asking this question on the Sun Connector interest group list, I thought maybe someone here knows the answer. Right now JBoss is -for xa capable resource adapters, assuming it can pick any available for each chunk of work (start-end pair) -for local transaction only resource adapters, feeding

Re: [JBoss-dev] User API - DirContext JCA

2001-10-24 Thread Peter Antman
Hi, since you said you where sort of interested I have to tell what I did today and yesterday: 1. A DirContext JCA (org.jboss.naming.dir.ra) 2. Following appendix C in the connector spec, I did a, LdapLoginModule that adds a PasswordCredential (working agains the same base classes as the Di

Re: [JBoss-dev] Farming and Clustering

2001-10-24 Thread Peter Fagerlund
on 1-10-23 21.04, Andreas Schaefer at [EMAIL PROTECTED] wrote: > At the end a cluster is a special form of a farm !! How about a *Matrix* of jboss instances where cluster and farm is a configuration thereof ... /peter_f ___ Jboss-development mailing