Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename jcae properties to not include ch.psi. something #23

Open
simongregorebner opened this issue Jun 3, 2015 · 1 comment
Open

Comments

@simongregorebner
Copy link
Contributor

No description provided.

@simongregorebner
Copy link
Contributor Author

Hi Simon

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant