Juha & Scott,
Here is the summary we talked about. If somebody has ideas were to put
these , how to format and itergrate them etc etc speak out.
417433 LoginModule bug fixes
Bug fix #415511 - JaasServerLoginModule is broken
The 2.2 release of the JaasServerLoginModule is
assigning all the union of all roles to each user.
This was not seen in testing because the JBossSX unit-
tests are not convering this login module.
Bug fix #415818 - Shared principal name is not consistent
The javax.security.auth.login.name value for the
shared principal is not consistent with regard to
type. Some modules are using a Principal, others the
String name. At this level there is no reason not to
consistently use the name of the principal as a String
417401 Added bundle build to contrib/tomcat
Support for building bundled JBoss/Tomcat
distributions was added to the contrib/tomcat cvs
module. See the bundle target in the
src/build/build.xml Ant buildfile.
416575 Fixed race in TxCapsule
Bug fix #416377
It is possible under load for a TxCapsule to be
released for reuse and for it to be picked for reuse
before a 'commit' operation is actually complete. This
_should_ only cause a problem if the transaction should
have thrown a Hueristic exception of some sort, but it
also causes lock contention, slowing one of the
requests down a bit.
416920 Don't use CLASSPATH in run.bat/run.sh
Removed the use of the system CLASSPATH variable as
this results in too many conflicts in general. Changed
CLASSPATH to JBOSS_CLASSPATH to make it clear that the
CLASSPATH variable is not used. If you are relying on
the system CLASSPATH to include required jars you
either need to edit run.bat/run.sh to include
CLASSPATH or setup a JBOSS_CLASSPATH variable with the
required jars.
416438 Threading in HelloEJB
Bug fix #416376
The HelloEJB servlet (for tomcat integration test) was
not threadsafe.
415366 MetricsInterceptor improvement
JMS Messages were never deliverd due to too small time to live
value.
416812 Removed res-jndi-name java: prefix need
Bug fix #414854
The requirement that the res-jndi-name be prefixed
with java: has been removed from the
ApplicationMetaData class.
417126 Updated InstantDB to 3.26
Updated the InstantDB idb.jar to version 3.26 to fix a
deadlock issue.
417239 Fixed JDBCDataSourceLoader
JDBCDataSourceLoader now works. It can be used to
obtain a non-transactional JDBC connection pool.
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development