Atomikos Forum

com.atomikos.tomcat.BeanFactory Tomcat7 patch

Hey,

To use BeanFactory with Tomcat7 the following condition must be changed.

from:

if (propName.equals(Constants.FACTORY) ||
      propName.equals("scope") ||
      propName.equals("auth")) {
  continue;
}


to:

if (propName.equals(Constants.FACTORY) ||
      propName.equals("scope") ||
      propName.equals("auth") ||
      propName.equals("singleton")) {
  continue;
}
Holger Veltrup Send private email
Friday, February 18, 2011
 
 
Thanks, will include that in the docs for the future!

Cheers
Guy Pardon Send private email
Monday, February 21, 2011
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics