Hello! Yesterday i finally upgraded from JBoss 2.4.4 to 2.4.7
Today i spotted a *lot* of entries in the server.log like these: [12:11:36,903,ArbeitsMonatSessionBean] ** ProjektID=3000 Gefunden:0 [12:11:36,904,XAPoolDataSource] Creating XA Pool [12:11:36,905,STDOUT] [INFO,XAPoolDataSource] Creating XA Pool [12:11:36,905,XAPoolDataSource] Creating XA Pool [12:11:36,905,STDOUT] [INFO,XAPoolDataSource] Creating XA Pool [12:11:36,906,XAPoolDataSource] Creating XA Pool [12:11:36,906,STDOUT] [INFO,XAPoolDataSource] Creating XA Pool [12:11:36,907,XAPoolDataSource] Creating XA Pool [12:11:36,907,STDOUT] [INFO,XAPoolDataSource] Creating XA Pool [12:11:36,907,XAPoolDataSource] Creating XA Pool [12:11:36,907,STDOUT] [INFO,XAPoolDataSource] Creating XA Pool It seems that the message about "Creating XA Pool" gets issued on every invocation of a business method. Is there anything wrong with my JBoss configuration or is this "expected behaviour"? My configuration is mostly the default configuration, with a section for Postgres in jboss.jcml: <mbean code="org.jboss.jdbc.XADataSourceLoader" name="DefaultDomain:service=XADataSource,name=PostgresDB"> <attribute name="PoolName">PostgresDS</attribute> <attribute name="DataSourceClass">org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl</attribute> <attribute name="Properties"></attribute> <attribute name="URL">jdbc:postgresql://172.16.2.222/vsm_produktion</attribute> <attribute name="GCMinIdleTime">1200000</attribute> <attribute name="JDBCUser">xxxx</attribute> <attribute name="Password">xxxxxx/attribute> <attribute name="MaxSize">20</attribute> <attribute name="GCEnabled">false</attribute> <attribute name="InvalidateOnError">false</attribute> <attribute name="TimestampUsed">false</attribute> <attribute name="Blocking">false</attribute> <attribute name="GCInterval">120000</attribute> <attribute name="IdleTimeout">1800000</attribute> <attribute name="IdleTimeoutEnabled">false</attribute> <attribute name="LoggingEnabled">false</attribute> <attribute name="MaxIdleTimeoutPercent">1.0</attribute> <attribute name="MinSize">0</attribute> </mbean> Greetings Andreas ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Two, two, TWO treats in one. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user