[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-26 Thread [EMAIL PROTECTED]
JMSRA: Use the application's connection request info rather than the values on the underlying XASession. Report IllegalStateExceptions when wrapping XASession to avoid implementation specific exceptions leaking to the application. Remove the NonStrict version of the JMS ManagedConnectionFactory

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-23 Thread [EMAIL PROTECTED]
Regression: Allow the transaction isolation to overridden inside a manged transaction. Leave it to the db to decide whether this is legal. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3832168#3832168 Reply to the post :

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-20 Thread [EMAIL PROTECTED]
Bug Fix: Fix two horrible bugs in the check-valid-connection-sql interaction with the pool. 1) It was attempting to destroy the connections twice which completely broke the connection counting leading to min-pool-size overfilling the pool when configured 2) In the same code path, it was

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-19 Thread [EMAIL PROTECTED]
Bug Fix: DTD fixes to track-connection-by-tx/, track-statements/ and set-tx-query-timeout/ which take no text node and corresponding fixes to the example configs. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831390#3831390 Reply to the post :

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-19 Thread [EMAIL PROTECTED]
Add additional TRACE logging to the pooling View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831482#3831482 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831482 --- This

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-19 Thread [EMAIL PROTECTED]
Bug Fix: Shutdown the flushed/discarded internal managed connection pool, otherwise the pool filler could refill it with connections that are unreachable - a connection leak View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831483#3831483 Reply to the post :

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-19 Thread [EMAIL PROTECTED]
Workaround: Use a SynchronizedBoolean rather than a volatile for the shutdown state, some VMs do not implement volatile correctly. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831484#3831484 Reply to the post :

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Bug Fix: Fix the ConnectionsInUse statistic on the managed connection pool View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830454#3830454 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830454

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
MySQL example - docs/examples/jca/mysql-ds.xml Update the legacy driver-class org.gjt.mm.mysql.Driver to the current 3.0.9 com.mysql.jdbc.Driver available from: http://www.mysql.com/downloads/api-jdbc-stable.html View the original post :

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Bug Fix: Fix the synchronization of the WeakHashMap used in Connection close checking View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830456#3830456 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830456

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Regression: Reinstate the removal of a connection from the pool that is not checked out by an application when notification is received of a connection failure. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830458#3830458 Reply to the post :

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
JMSRA - ExceptionListener Add exception listeners to the connections used by the JMSRA so they can be removed from the pool and destroyed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830459#3830459 Reply to the post :

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
HSQLDB shutdown An mbean to force a clean shutdown of the embedded hsqldb when it is not exposed over tcp/ip View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830460#3830460 Reply to the post :

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Bug Fix: Correct the type of the ResourceAdapterElement in the mbean description of the RARDeployment View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830461#3830461 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830461

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Use an ArrayList rather than array to hold the pooled connections. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830462#3830462 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830462

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
JDBC Resource adapter Added synchronization to modifications of a connection's state View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830472#3830472 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830472

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Added SecureIdentityLoginModule An example of how one could encrypt the database password for a jca connection factory View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830470#3830470 Reply to the post :

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
AbstractPasswordCredentialLoginModule.java Remove the notification listener behavior as its useless to clear the shared state map on a cf stop since only the login modules active during authentication have access to it. View the original post :

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
CachedConnectionManager Added methods to view unclosed/inuse connections in the management console. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830473#3830473 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830473

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
JDBC Resource Adapter Don't log the password when debugging. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830474#3830474 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830474

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
JMS Resource Adapter Backport improved JmsRA from head. The fixes include: 1) No need to explicity close sessions/receivers/producers they are tracked by the connection 2) Implemented methods that were previously disallowed Most importantly start() should be invoked when you are receving

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
JDBC Resource Adapter Wrap results sets so we can trap ResultSet.getStatement() Also, track unclosed ResultSets in the statements when track-statement is true. This helps point out a common error when using prepared statement pooling. View the original post :

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Bug Fix: Prepared statement cache Don't close PreparedStatement when PSCache ages out connection. Only close if it is not in use. CachedPreparedStatement.close() sets the inUse flag View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830479#3830479 Reply to the

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Move track-connection-by-tx inside the pool. This avoids it overridding other pooling considerations. Fixes bug 648442 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830477#3830477 Reply to the post :

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Changes between 3.2.4RC1 and 3.2.4RC2 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830478#3830478 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830478 --- This

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Bug Fix: Moving the track-connection-by-tx to the pool caused a bug where the connection was getting suspended, fixed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830481#3830481 Reply to the post :

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Bug Fix: We need to register a synchronization even when not doing track-connection-by-tx. For user transactions we must delist the connection as the connection may not have been closed and could be used again after the commit. View the original post :

[JBoss-dev] [JCA on JBoss] - Re: Change Notes: 3.2.4

2004-04-13 Thread [EMAIL PROTECTED]
Bug FIx: Remove the local transaction checks from the TxConnectionManager they are not correct. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3830482#3830482 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3830482