There's a bug in org.apache.activemq.pool.PooledConnectionFactory which
causes the following log message when you try to set the
timeBetweenExpirationCheckMillis  property:

org.springframework.beans.GenericTypeAwarePropertyDescriptor [WARN] Invalid
JavaBean property 'timeBetweenExpirationCheckMillis' being accessed!
Ambiguous write methods found next to actually used [public void
org.apache.activemq.pool.PooledConnectionFactory.setTimeBetweenExpirationCheckMillis(long)]:
[public long
org.apache.activemq.pool.PooledConnectionFactory.setTimeBetweenExpirationCheckMillis()]

the getter is missing, but it has this instead:

    public long setTimeBetweenExpirationCheckMillis()

This is in version 5.7.0.fuse-71-047 of activemq-pool, and its also in the
5.8.0.fuse-72-SNAPSHOT.

Regards,

Colin




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/PooledConnectionFactory-timeBetweenExpirationCheckMillis-getter-tp4665818.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to