Hi,
it seems that <bean class="${...}"/> with a property placeholder does not always work. No clue why it sometimes does the job and sometimes not.
The property gets resolved but when the class shall be loaded a ClassNotFoundEx is thrown ("${...}" not found).
Any ideas?
Thank you.
it seems that <bean class="${...}"/> with a property placeholder does not always work. No clue why it sometimes does the job and sometimes not.
The property gets resolved but when the class shall be loaded a ClassNotFoundEx is thrown ("${...}" not found).
Any ideas?
Thank you.
Comment