You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe I've found a bug on JCAE
On JcaeProperties.java we used to have, until revision 07-Dec-2012 08:45:18 f648e51
/**
Get properties for the ChannelBeanFactory
*/
prefix = ChannelBeanFactory.class.getCanonicalName()+".";
But you've changed to
/**
Get properties for the ChannelBeanFactory
*/
prefix = DefaultChannelService.class.getCanonicalName()+".";
I guess these jcae properties have been useless for a while - since 2012:
ch.psi.jcae.ChannelBeanFactory.timeout=10000
ch.psi.jcae.ChannelBeanFactory.waitTimeout=1800000
ch.psi.jcae.ChannelBeanFactory.waitRetryPeriod=60000
ch.psi.jcae.ChannelBeanFactory.retries=4
No description provided.
The text was updated successfully, but these errors were encountered: