@ -123,7 +123,7 @@ public class BeanCreationException extends FatalBeanException {
@@ -123,7 +123,7 @@ public class BeanCreationException extends FatalBeanException {
@ -95,7 +95,7 @@ public class PropertiesFactoryBean extends PropertiesLoaderSupport
@@ -95,7 +95,7 @@ public class PropertiesFactoryBean extends PropertiesLoaderSupport
@ -79,7 +79,7 @@ public class AutoProxyRegistrar implements ImportBeanDefinitionRegistrar {
@@ -79,7 +79,7 @@ public class AutoProxyRegistrar implements ImportBeanDefinitionRegistrar {
logger.warn(String.format("%s was imported but no annotations were found "+
"having both 'mode' and 'proxyTargetClass' attributes of type "+
"AdviceMode and boolean respectively. This means that auto proxy "+
"creator registration and configuration may not have occured as "+
"creator registration and configuration may not have occurred as "+
"intended, and components may not be proxied as expected. Check to "+
"ensure that %s has been @Import'ed on the same class where these "+
"annotations are declared; otherwise remove the import of %s "+
@ -138,7 +138,7 @@ public class ConnectorServerFactoryBean extends MBeanRegistrationSupport
@@ -138,7 +138,7 @@ public class ConnectorServerFactoryBean extends MBeanRegistrationSupport
@ -51,7 +51,7 @@ public class UncategorizedJmsException extends JmsException {
@@ -51,7 +51,7 @@ public class UncategorizedJmsException extends JmsException {
*butcanalsobeaJNDINamingExceptionorthelike.
*/
publicUncategorizedJmsException(Throwablecause){
super("Uncategorized exception occured during JMS processing",cause);
super("Uncategorized exception occurred during JMS processing",cause);