eclipse-ee4j / glassfish

Eclipse GlassFish
https://eclipse-ee4j.github.io/glassfish/
385 stars 144 forks source link

JMS JTA (XA) Spring sample project prints transaction log again and again #12713

Closed glassfishrobot closed 14 years ago

glassfishrobot commented 14 years ago

Comment too long. Imported partially

Environments

OS: Ubuntu 10.04 GlassFish: 3.0.1 JAVA: 1.6.0_20 NetBeans: 6.9 Spring Framework: 3.0.3

Sample Code

he code has been checked in java.net spring-jms/ (cvs -d :pserver:your-account@cvs.dev.java.net:/cvs checkout hjpetstore/spring-jms)

More information on my blog

http://hi.baidu.com/quest2run/blog/item/0d1fbd00bfe04d85d53f7cfc.html

the output

Jul 18, 2010 4:50:23 PM com.sun.enterprise.glassfish.bootstrap.ASMain main Welcome to Felix INFO: Launching GlassFish on Felix platform

INFO: Perform lazy SSL initialization for the listener 'http-listener-2' INFO: Starting Grizzly Framework 1.9.18-o - Sun Jul 18 16:50:26 CST 2010 INFO: Starting Grizzly Framework 1.9.18-o - Sun Jul 18 16:50:26 CST 2010 INFO: Grizzly Framework 1.9.18-o started in: 146ms listening on port 7676 INFO: Grizzly Framework 1.9.18-o started in: 234ms listening on port 8080 INFO: Grizzly Framework 1.9.18-o started in: 168ms listening on port 3700 INFO: Grizzly Framework 1.9.18-o started in: 194ms listening on port 8181 INFO: Grizzly Framework 1.9.18-o started in: 185ms listening on port 4848 INFO: The Admin Console is already installed, but not yet loaded. INFO: Using com.sun.enterprise.transaction.jts.JavaEETransactionManagerJTSDelegate as the delegate INFO: SEC1002: Security Manager is OFF. INFO: Security startup service called INFO: SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper. INFO: Realm admin-realm of classtype com.sun.enterprise.security.auth.realm.file.FileRealm successfully created. INFO: Realm file of classtype com.sun.enterprise.security.auth.realm.file.FileRealm successfully created. INFO: Realm certificate of classtype com.sun.enterprise.security.auth.realm.certificate.CertificateRealm successfully created. INFO: Security service(s) started successfully.... INFO: Created HTTP listener http-listener-1 on port 8080 INFO: Created HTTP listener http-listener-2 on port 8181 INFO: Created HTTP listener admin-listener on port 4848 INFO: Created virtual server server INFO: Created virtual server __asadmin INFO: Virtual server server loaded system default web module INFO: PWC1412: WebModule[/spring-jms] ServletContext.log():Set web app root system property: 'springjms.root' = [/home/pprun/code/spring-jms/target/spring-jms/] INFO: PWC1412: WebModule[/spring-jms] ServletContext.log():Initializing log4j from [/home/pprun/code/spring-jms/target/spring-jms/WEB-INF/log4j.properties] INFO: PWC1412: WebModule[/spring-jms] ServletContext.log():Initializing Spring root WebApplicationContext INFO: 2010-07-18 16:50:31,234 INFO [org.springframework.web.context.ContextLoader] (FelixStartLevel Root WebApplicationContext: initialization started

INFO: 2010-07-18 16:50:31,343 INFO [org.springframework.web.context.support.XmlWebApplicationContext] (FelixStartLevel Refreshing Root WebApplicationContext: startup date [Sun Jul 18 16:50:31 CST 2010]; root of context hierarchy

INFO: 2010-07-18 16:50:31,501 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (FelixStartLevel Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]

INFO: 2010-07-18 16:50:31,502 DEBUG [org.springframework.beans.factory.xml.DefaultDocumentLoader] (FelixStartLevel Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]

INFO: 2010-07-18 16:50:31,504 TRACE [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Trying to resolve XML entity with public id [null] and system id http://www.springframework.org/schema/beans/spring-beans-3.0.xsd

INFO: 2010-07-18 16:50:31,504 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Loading schema mappings from [META-INF/spring.schemas]

INFO: 2010-07-18 16:50:31,508 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Loaded schema mappings:

{http://www.springframework.org/schema/oxm/spring-oxm-3.0.xsd=org/springframework/oxm/config/spring-oxm-3.0.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/jms/spring-jms-3.0.xsd=org/springframework/jms/config/spring-jms-3.0.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm.xsd=org/springframework/oxm/config/spring-oxm-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/jms/spring-jms-2.5.xsd=org/springframework/jms/config/spring-jms-2.5.xsd, http://www.springframework.org/schema/jms/spring-jms.xsd=org/springframework/jms/config/spring-jms-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd}

INFO: 2010-07-18 16:50:31,517 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Found XML schema http://www.springframework.org/schema/beans/spring-beans-3.0.xsd in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd

INFO: 2010-07-18 16:50:31,532 TRACE [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Trying to resolve XML entity with public id [null] and system id http://www.springframework.org/schema/jee/spring-jee-3.0.xsd

INFO: 2010-07-18 16:50:31,540 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Found XML schema http://www.springframework.org/schema/jee/spring-jee-3.0.xsd in classpath: org/springframework/ejb/config/spring-jee-3.0.xsd

INFO: 2010-07-18 16:50:31,542 TRACE [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Trying to resolve XML entity with public id [null] and system id http://www.springframework.org/schema/tool/spring-tool-3.0.xsd

INFO: 2010-07-18 16:50:31,544 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Found XML schema http://www.springframework.org/schema/tool/spring-tool-3.0.xsd in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd

INFO: 2010-07-18 16:50:31,557 DEBUG [org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader] (FelixStartLevel Loading bean definitions

INFO: 2010-07-18 16:50:31,588 DEBUG [org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver] (FelixStartLevel Loaded NamespaceHandler mappings:

{http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/oxm=org.springframework.oxm.config.OxmNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/jms=org.springframework.jms.config.JmsNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}

INFO: 2010-07-18 16:50:31,657 DEBUG [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (FelixStartLevel Loaded 8 bean definitions from location pattern [/WEB-INF/applicationContext.xml]

INFO: 2010-07-18 16:50:31,668 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] (FelixStartLevel Bean factory for Root WebApplicationContext: org.springframework.beans.factory.support.DefaultListableBeanFactory@1b8ac61: defining beans [jmsConnectionFactory,jmsQueue,jmsDestResolver,jmsTemplate,jmsQueueSender,jmsContainer,messageListener,transactionManager]; root of factory hierarchy

INFO: 2010-07-18 16:50:31,809 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] (FelixStartLevel Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@13dfba4]

INFO: 2010-07-18 16:50:31,820 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] (FelixStartLevel Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@107d6ae]

INFO: 2010-07-18 16:50:31,830 DEBUG [org.springframework.ui.context.support.UiApplicationContextUtils] (FelixStartLevel Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@c76032]

INFO: 2010-07-18 16:50:31,831 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1b8ac61: defining beans [jmsConnectionFactory,jmsQueue,jmsDestResolver,jmsTemplate,jmsQueueSender,jmsContainer,messageListener,transactionManager]; root of factory hierarchy

INFO: 2010-07-18 16:50:31,834 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'jmsConnectionFactory'

INFO: 2010-07-18 16:50:31,834 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'jmsConnectionFactory'

INFO: 2010-07-18 16:50:31,897 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'jmsConnectionFactory' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:31,955 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Getting BeanInfo for class [org.springframework.jndi.JndiObjectFactoryBean]

INFO: 2010-07-18 16:50:31,964 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Caching PropertyDescriptors for class [org.springframework.jndi.JndiObjectFactoryBean]

INFO: 2010-07-18 16:50:31,965 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'beanClassLoader' of type [java.lang.ClassLoader]

INFO: 2010-07-18 16:50:31,968 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'cache' of type [boolean]

INFO: 2010-07-18 16:50:31,968 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'class' of type [java.lang.Class]

INFO: 2010-07-18 16:50:31,969 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'defaultObject' of type [java.lang.Object]

INFO: 2010-07-18 16:50:31,969 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'expectedType' of type [java.lang.Class]

INFO: 2010-07-18 16:50:31,969 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'exposeAccessContext' of type [boolean]

INFO: 2010-07-18 16:50:31,970 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'jndiEnvironment' of type [java.util.Properties]

INFO: 2010-07-18 16:50:31,970 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'jndiName' of type [java.lang.String]

INFO: 2010-07-18 16:50:31,970 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'jndiTemplate' of type [org.springframework.jndi.JndiTemplate]

INFO: 2010-07-18 16:50:31,970 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'lookupOnStartup' of type [boolean]

INFO: 2010-07-18 16:50:31,971 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'object' of type [java.lang.Object]

INFO: 2010-07-18 16:50:31,971 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'objectType' of type [java.lang.Class]

INFO: 2010-07-18 16:50:31,971 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'proxyInterface' of type [java.lang.Class]

INFO: 2010-07-18 16:50:31,971 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'proxyInterfaces' of type [[Ljava.lang.Class;]

INFO: 2010-07-18 16:50:31,972 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'resourceRef' of type [boolean]

INFO: 2010-07-18 16:50:31,972 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'singleton' of type [boolean]

INFO: 2010-07-18 16:50:32,013 TRACE [org.springframework.beans.TypeConverterDelegate] (FelixStartLevel Converting String to [boolean] using property editor [org.springframework.beans.propertyeditors.CustomBooleanEditor@1630a31]

INFO: 2010-07-18 16:50:32,014 TRACE [org.springframework.beans.TypeConverterDelegate] (FelixStartLevel Converting String to [boolean] using property editor [org.springframework.beans.propertyeditors.CustomBooleanEditor@1630a31]

INFO: 2010-07-18 16:50:32,015 TRACE [org.springframework.beans.TypeConverterDelegate] (FelixStartLevel Converting String to [boolean] using property editor [org.springframework.beans.propertyeditors.CustomBooleanEditor@1630a31]

INFO: 2010-07-18 16:50:32,015 TRACE [org.springframework.beans.TypeConverterDelegate] (FelixStartLevel Converting String to [boolean] using property editor [org.springframework.beans.propertyeditors.CustomBooleanEditor@1630a31]

INFO: 2010-07-18 16:50:32,018 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Invoking afterPropertiesSet() on bean with name 'jmsConnectionFactory'

INFO: 2010-07-18 16:50:32,018 DEBUG [org.springframework.jndi.JndiTemplate] (FelixStartLevel Looking up JNDI object with name [java:comp/env/jms/sampleFactory]

INFO: 2010-07-18 16:50:32,021 DEBUG [org.springframework.jndi.JndiObjectFactoryBean] (FelixStartLevel Converted JNDI name [java:comp/env/jms/sampleFactory] not found - trying original name [jms/sampleFactory]. javax.naming.NamingException: Lookup failed for 'java:comp/env/jms/sampleFactory' in SerialContext [Root exception is javax.naming.NameNotFoundException: No object bound to name java:comp/env/jms/sampleFactory]

INFO: 2010-07-18 16:50:32,022 DEBUG [org.springframework.jndi.JndiTemplate] (FelixStartLevel Looking up JNDI object with name [jms/sampleFactory]

INFO: JMS Service Connection URL is :mq://localhost:7676/ INFO: Hibernate Validator bean-validator-3.0-JBoss-4.0.2 INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver. INFO: MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting: DIRECT INFO: MQJMSRA_RA1101: SJSMQ JMSRA Started:DIRECT INFO: 2010-07-18 16:50:34,173 DEBUG [org.springframework.jndi.JndiObjectFactoryBean] (FelixStartLevel Located object with JNDI name [java:comp/env/jms/sampleFactory]

INFO: 2010-07-18 16:50:34,174 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Finished creating instance of bean 'jmsConnectionFactory'

INFO: 2010-07-18 16:50:34,176 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'jmsQueue'

INFO: 2010-07-18 16:50:34,176 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'jmsQueue'

INFO: 2010-07-18 16:50:34,177 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'jmsQueue' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:34,177 TRACE [org.springframework.beans.TypeConverterDelegate] (FelixStartLevel Converting String to [boolean] using property editor [org.springframework.beans.propertyeditors.CustomBooleanEditor@1ab71af]

INFO: 2010-07-18 16:50:34,177 TRACE [org.springframework.beans.TypeConverterDelegate] (FelixStartLevel Converting String to [boolean] using property editor [org.springframework.beans.propertyeditors.CustomBooleanEditor@1ab71af]

INFO: 2010-07-18 16:50:34,178 TRACE [org.springframework.beans.TypeConverterDelegate] (FelixStartLevel Converting String to [boolean] using property editor [org.springframework.beans.propertyeditors.CustomBooleanEditor@1ab71af]

INFO: 2010-07-18 16:50:34,178 TRACE [org.springframework.beans.TypeConverterDelegate] (FelixStartLevel Converting String to [boolean] using property editor [org.springframework.beans.propertyeditors.CustomBooleanEditor@1ab71af]

INFO: 2010-07-18 16:50:34,178 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Invoking afterPropertiesSet() on bean with name 'jmsQueue'

INFO: 2010-07-18 16:50:34,178 DEBUG [org.springframework.jndi.JndiTemplate] (FelixStartLevel Looking up JNDI object with name [java:comp/env/jms/queue]

INFO: 2010-07-18 16:50:34,179 DEBUG [org.springframework.jndi.JndiObjectFactoryBean] (FelixStartLevel Converted JNDI name [java:comp/env/jms/queue] not found - trying original name [jms/queue]. javax.naming.NamingException: Lookup failed for 'java:comp/env/jms/queue' in SerialContext [Root exception is javax.naming.NameNotFoundException: No object bound to name java:comp/env/jms/queue]

INFO: 2010-07-18 16:50:34,179 DEBUG [org.springframework.jndi.JndiTemplate] (FelixStartLevel Looking up JNDI object with name [jms/queue]

INFO: 2010-07-18 16:50:34,196 DEBUG [org.springframework.jndi.JndiObjectFactoryBean] (FelixStartLevel Located object with JNDI name [java:comp/env/jms/queue]

INFO: 2010-07-18 16:50:34,196 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Finished creating instance of bean 'jmsQueue'

INFO: 2010-07-18 16:50:34,197 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'jmsDestResolver'

INFO: 2010-07-18 16:50:34,197 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'jmsDestResolver'

INFO: 2010-07-18 16:50:34,203 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'jmsDestResolver' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:34,203 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Finished creating instance of bean 'jmsDestResolver'

INFO: 2010-07-18 16:50:34,203 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'jmsTemplate'

INFO: 2010-07-18 16:50:34,203 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'jmsTemplate'

INFO: 2010-07-18 16:50:34,218 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'jmsTemplate' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:34,219 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'jmsConnectionFactory'

INFO: 2010-07-18 16:50:34,219 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Getting BeanInfo for class [org.springframework.jms.core.JmsTemplate]

INFO: 2010-07-18 16:50:34,237 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Caching PropertyDescriptors for class [org.springframework.jms.core.JmsTemplate]

INFO: 2010-07-18 16:50:34,237 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'class' of type [java.lang.Class]

INFO: 2010-07-18 16:50:34,238 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'connectionFactory' of type [javax.jms.ConnectionFactory]

INFO: 2010-07-18 16:50:34,238 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'defaultDestination' of type [javax.jms.Destination]

INFO: 2010-07-18 16:50:34,238 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'defaultDestinationName' of type [java.lang.String]

INFO: 2010-07-18 16:50:34,238 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'deliveryMode' of type [int]

INFO: 2010-07-18 16:50:34,238 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'deliveryPersistent' of type [boolean]

INFO: 2010-07-18 16:50:34,239 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'destinationResolver' of type [org.springframework.jms.support.destination.DestinationResolver]

INFO: 2010-07-18 16:50:34,239 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'explicitQosEnabled' of type [boolean]

INFO: 2010-07-18 16:50:34,239 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'messageConverter' of type [org.springframework.jms.support.converter.MessageConverter]

INFO: 2010-07-18 16:50:34,239 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'messageIdEnabled' of type [boolean]

INFO: 2010-07-18 16:50:34,240 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'messageTimestampEnabled' of type [boolean]

INFO: 2010-07-18 16:50:34,240 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'priority' of type [int]

INFO: 2010-07-18 16:50:34,240 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'pubSubDomain' of type [boolean]

INFO: 2010-07-18 16:50:34,240 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'pubSubNoLocal' of type [boolean]

INFO: 2010-07-18 16:50:34,241 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'receiveTimeout' of type [long]

INFO: 2010-07-18 16:50:34,241 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'sessionAcknowledgeMode' of type [int]

INFO: 2010-07-18 16:50:34,241 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'sessionAcknowledgeModeName' of type [java.lang.String]

INFO: 2010-07-18 16:50:34,241 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'sessionTransacted' of type [boolean]

INFO: 2010-07-18 16:50:34,241 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'timeToLive' of type [long]

INFO: 2010-07-18 16:50:34,242 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'jmsDestResolver'

INFO: 2010-07-18 16:50:34,242 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Invoking afterPropertiesSet() on bean with name 'jmsTemplate'

INFO: 2010-07-18 16:50:34,242 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Finished creating instance of bean 'jmsTemplate'

INFO: 2010-07-18 16:50:34,242 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'jmsQueueSender'

INFO: 2010-07-18 16:50:34,243 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'jmsQueueSender'

INFO: 2010-07-18 16:50:34,243 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'jmsQueueSender' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:34,243 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'jmsConnectionFactory'

INFO: 2010-07-18 16:50:34,243 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Getting BeanInfo for class [org.pprun.sample.jms.producer.JmsQueueSender]

INFO: 2010-07-18 16:50:34,246 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Caching PropertyDescriptors for class [org.pprun.sample.jms.producer.JmsQueueSender]

INFO: 2010-07-18 16:50:34,247 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'class' of type [java.lang.Class]

INFO: 2010-07-18 16:50:34,247 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'connectionFactory' of type [javax.jms.ConnectionFactory]

INFO: 2010-07-18 16:50:34,247 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'queue' of type [javax.jms.Queue]

INFO: 2010-07-18 16:50:34,247 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'jmsQueue'

INFO: 2010-07-18 16:50:34,248 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Finished creating instance of bean 'jmsQueueSender'

INFO: 2010-07-18 16:50:34,248 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'jmsContainer'

INFO: 2010-07-18 16:50:34,248 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'jmsContainer'

INFO: 2010-07-18 16:50:34,263 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'jmsContainer' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:34,263 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'jmsConnectionFactory'

INFO: 2010-07-18 16:50:34,263 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Getting BeanInfo for class [org.springframework.jms.listener.DefaultMessageListenerContainer]

INFO: 2010-07-18 16:50:34,282 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Caching PropertyDescriptors for class [org.springframework.jms.listener.DefaultMessageListenerContainer]

INFO: 2010-07-18 16:50:34,282 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'acceptMessagesWhileStopping' of type [boolean]

INFO: 2010-07-18 16:50:34,282 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'active' of type [boolean]

INFO: 2010-07-18 16:50:34,283 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'activeConsumerCount' of type [int]

INFO: 2010-07-18 16:50:34,283 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'autoStartup' of type [boolean]

INFO: 2010-07-18 16:50:34,283 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'beanName' of type [java.lang.String]

INFO: 2010-07-18 16:50:34,284 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'cacheLevel' of type [int]

INFO: 2010-07-18 16:50:34,284 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'cacheLevelName' of type [java.lang.String]

INFO: 2010-07-18 16:50:34,284 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'class' of type [java.lang.Class]

INFO: 2010-07-18 16:50:34,284 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'clientId' of type [java.lang.String]

INFO: 2010-07-18 16:50:34,285 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'concurrency' of type [java.lang.String]

INFO: 2010-07-18 16:50:34,285 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'concurrentConsumers' of type [int]

INFO: 2010-07-18 16:50:34,285 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'connectionFactory' of type [javax.jms.ConnectionFactory]

INFO: 2010-07-18 16:50:34,285 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'destination' of type [javax.jms.Destination]

INFO: 2010-07-18 16:50:34,286 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'destinationName' of type [java.lang.String]

INFO: 2010-07-18 16:50:34,286 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'destinationResolver' of type [org.springframework.jms.support.destination.DestinationResolver]

INFO: 2010-07-18 16:50:34,286 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'durableSubscriptionName' of type [java.lang.String]

INFO: 2010-07-18 16:50:34,286 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'errorHandler' of type [org.springframework.util.ErrorHandler]

INFO: 2010-07-18 16:50:34,286 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'exceptionListener' of type [javax.jms.ExceptionListener]

INFO: 2010-07-18 16:50:34,287 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'exposeListenerSession' of type [boolean]

INFO: 2010-07-18 16:50:34,287 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'idleConsumerLimit' of type [int]

INFO: 2010-07-18 16:50:34,287 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'idleTaskExecutionLimit' of type [int]

INFO: 2010-07-18 16:50:34,287 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'maxConcurrentConsumers' of type [int]

INFO: 2010-07-18 16:50:34,287 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'maxMessagesPerTask' of type [int]

INFO: 2010-07-18 16:50:34,288 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'messageListener' of type [java.lang.Object]

INFO: 2010-07-18 16:50:34,288 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'messageSelector' of type [java.lang.String]

INFO: 2010-07-18 16:50:34,288 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'pausedTaskCount' of type [int]

INFO: 2010-07-18 16:50:34,288 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'phase' of type [int]

INFO: 2010-07-18 16:50:34,288 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'pubSubDomain' of type [boolean]

INFO: 2010-07-18 16:50:34,289 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'pubSubNoLocal' of type [boolean]

INFO: 2010-07-18 16:50:34,289 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'receiveTimeout' of type [long]

INFO: 2010-07-18 16:50:34,289 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'recoveryInterval' of type [long]

INFO: 2010-07-18 16:50:34,289 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'registeredWithDestination' of type [boolean]

INFO: 2010-07-18 16:50:34,290 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'running' of type [boolean]

INFO: 2010-07-18 16:50:34,290 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'scheduledConsumerCount' of type [int]

INFO: 2010-07-18 16:50:34,290 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'sessionAcknowledgeMode' of type [int]

INFO: 2010-07-18 16:50:34,290 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'sessionAcknowledgeModeName' of type [java.lang.String]

INFO: 2010-07-18 16:50:34,291 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'sessionTransacted' of type [boolean]

INFO: 2010-07-18 16:50:34,291 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'subscriptionDurable' of type [boolean]

INFO: 2010-07-18 16:50:34,291 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'taskExecutor' of type [java.util.concurrent.Executor]

INFO: 2010-07-18 16:50:34,291 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'transactionManager' of type [org.springframework.transaction.PlatformTransactionManager]

INFO: 2010-07-18 16:50:34,292 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'transactionName' of type [java.lang.String]

INFO: 2010-07-18 16:50:34,292 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'transactionTimeout' of type [int]

INFO: 2010-07-18 16:50:34,292 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'jmsQueue'

INFO: 2010-07-18 16:50:34,292 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'messageListener'

INFO: 2010-07-18 16:50:34,293 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'messageListener'

INFO: 2010-07-18 16:50:34,293 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'messageListener' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:34,293 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Finished creating instance of bean 'messageListener'

INFO: 2010-07-18 16:50:34,294 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'transactionManager'

INFO: 2010-07-18 16:50:34,294 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'transactionManager'

INFO: 2010-07-18 16:50:34,320 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'transactionManager' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:34,320 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Invoking afterPropertiesSet() on bean with name 'transactionManager'

INFO: 2010-07-18 16:50:34,321 DEBUG [org.springframework.jndi.JndiTemplate] (FelixStartLevel Looking up JNDI object with name [java:comp/UserTransaction]

INFO: 2010-07-18 16:50:34,323 DEBUG [org.springframework.transaction.jta.JtaTransactionManager] (FelixStartLevel JTA UserTransaction found at default JNDI location [java:comp/UserTransaction]

INFO: 2010-07-18 16:50:34,324 DEBUG [org.springframework.jndi.JndiTemplate] (FelixStartLevel Looking up JNDI object with name [java:comp/TransactionManager]

INFO: 2010-07-18 16:50:34,326 DEBUG [org.springframework.transaction.jta.JtaTransactionManager] (FelixStartLevel No JTA TransactionManager found at fallback JNDI location [java:comp/TransactionManager] javax.naming.NamingException: Lookup failed for 'java:comp/TransactionManager' in SerialContext [Root exception is javax.naming.NameNotFoundException: No object bound to name java:comp/TransactionManager] at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:442) at javax.naming.InitialContext.lookup(InitialContext.java:392) at javax.naming.InitialContext.lookup(InitialContext.java:392) at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:154) at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:87) at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:152) at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:178) at org.springframework.transaction.jta.JtaTransactionManager.findTransactionManager(JtaTransactionManager.java:685) at org.springframework.transaction.jta.JtaTransactionManager.initUserTransactionAndTransactionManager(JtaTransactionManager.java:451) at org.springframework.transaction.jta.JtaTransactionManager.afterPropertiesSet(JtaTransactionManager.java:412) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1469) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1409) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1317) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1076) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:574) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:4664) at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:535) at org.apache.catalina.core.StandardContext.start(StandardContext.java:5266) at com.sun.enterprise.web.WebModule.start(WebModule.java:499) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:928) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:912) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:694) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1947) at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1619) at com.sun.enterprise.web.WebApplication.start(WebApplication.java:90) at org.glassfish.internal.data.EngineRef.start(EngineRef.java:126) at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:241) at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:236) at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:339) at com.sun.enterprise.v3.server.ApplicationLoaderService.processApplication(ApplicationLoaderService.java:362) at com.sun.enterprise.v3.server.ApplicationLoaderService.postConstruct(ApplicationLoaderService.java:185) at com.sun.hk2.component.AbstractWombImpl.inject(AbstractWombImpl.java:174) at com.sun.hk2.component.ConstructorWomb$1.run(ConstructorWomb.java:87) at java.security.AccessController.doPrivileged(Native Method) at com.sun.hk2.component.ConstructorWomb.initialize(ConstructorWomb.java:84) at com.sun.hk2.component.AbstractWombImpl.get(AbstractWombImpl.java:77) at com.sun.hk2.component.SingletonInhabitant.get(SingletonInhabitant.java:58) at com.sun.hk2.component.LazyInhabitant.get(LazyInhabitant.java:107) at com.sun.hk2.component.AbstractInhabitantImpl.get(AbstractInhabitantImpl.java:60) at com.sun.enterprise.v3.server.AppServerStartup.run(AppServerStartup.java:236) at com.sun.enterprise.v3.server.AppServerStartup.start(AppServerStartup.java:128) at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:457) at com.sun.enterprise.module.bootstrap.Main.launch(Main.java:401) at org.jvnet.hk2.osgiadapter.HK2Main.start(HK2Main.java:125) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640) at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700) at org.apache.felix.framework.Felix.startBundle(Felix.java:1622) at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:915) at org.jvnet.hk2.osgimain.Main.start(Main.java:140) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640) at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700) at org.apache.felix.framework.Felix.startBundle(Felix.java:1622) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077) at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264) at java.lang.Thread.run(Thread.java:619) Caused by: javax.naming.NameNotFoundException: No object bound to name java:comp/TransactionManager at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:684) at com.sun.enterprise.naming.impl.GlassfishNamingManagerImpl.lookup(GlassfishNamingManagerImpl.java:657) at com.sun.enterprise.naming.impl.JavaURLContext.lookup(JavaURLContext.java:156) at com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:428) ... 73 more

INFO: 2010-07-18 16:50:34,332 DEBUG [org.springframework.jndi.JndiTemplate] (FelixStartLevel Looking up JNDI object with name [java:appserver/TransactionManager]

INFO: 2010-07-18 16:50:34,334 DEBUG [org.springframework.transaction.jta.JtaTransactionManager] (FelixStartLevel JTA TransactionManager found at fallback JNDI location [java:appserver/TransactionManager]

INFO: 2010-07-18 16:50:34,335 INFO [org.springframework.transaction.jta.JtaTransactionManager] (FelixStartLevel Using JTA UserTransaction: com.sun.enterprise.transaction.UserTransactionImpl@6c4ad7

INFO: 2010-07-18 16:50:34,335 INFO [org.springframework.transaction.jta.JtaTransactionManager] (FelixStartLevel Using JTA TransactionManager: com.sun.enterprise.transaction.TransactionManagerHelper@1a5a705

INFO: 2010-07-18 16:50:34,335 DEBUG [org.springframework.jndi.JndiTemplate] (FelixStartLevel Looking up JNDI object with name [java:comp/TransactionSynchronizationRegistry]

INFO: 2010-07-18 16:50:34,337 DEBUG [org.springframework.transaction.jta.JtaTransactionManager] (FelixStartLevel JTA TransactionSynchronizationRegistry found at default JNDI location [java:comp/TransactionSynchronizationRegistry]

INFO: 2010-07-18 16:50:34,337 INFO [org.springframework.transaction.jta.JtaTransactionManager] (FelixStartLevel Using JTA TransactionSynchronizationRegistry: com.sun.enterprise.transaction.TransactionSynchronizationRegistryImpl@84c1c3

INFO: 2010-07-18 16:50:34,338 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Finished creating instance of bean 'transactionManager'

INFO: 2010-07-18 16:50:34,340 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Invoking afterPropertiesSet() on bean with name 'jmsContainer'

INFO: 2010-07-18 16:50:34,371 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Finished creating instance of bean 'jmsContainer'

INFO: 2010-07-18 16:50:34,371 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'messageListener'

INFO: 2010-07-18 16:50:34,372 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'transactionManager'

INFO: 2010-07-18 16:50:34,375 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] (FelixStartLevel Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6f4165]

INFO: 2010-07-18 16:50:34,376 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'jmsContainer'

INFO: 2010-07-18 16:50:34,376 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'lifecycleProcessor'

INFO: 2010-07-18 16:50:34,379 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'jmsContainer'

INFO: 2010-07-18 16:50:34,380 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'lifecycleProcessor'

INFO: 2010-07-18 16:50:34,382 INFO [org.springframework.context.support.DefaultLifecycleProcessor] (FelixStartLevel Starting beans in phase 2147483647

INFO: 2010-07-18 16:50:34,383 DEBUG [org.springframework.context.support.DefaultLifecycleProcessor] (FelixStartLevel Starting bean 'jmsContainer' of type [class org.springframework.jms.listener.DefaultMessageListenerContainer]

INFO: 2010-07-18 16:50:34,383 DEBUG [org.springframework.jms.listener.DefaultMessageListenerContainer] (FelixStartLevel Resumed paused task: org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker@111b33f

INFO: 2010-07-18 16:50:34,383 DEBUG [org.springframework.context.support.DefaultLifecycleProcessor] (FelixStartLevel Successfully started bean 'jmsContainer'

INFO: 2010-07-18 16:50:34,384 TRACE [org.springframework.web.context.support.XmlWebApplicationContext] (FelixStartLevel Publishing event in Root WebApplicationContext: org.springframework.context.event.ContextRefreshedEvent[source=Root WebApplicationContext: startup date [Sun Jul 18 16:50:31 CST 2010]; root of context hierarchy]

INFO: 2010-07-18 16:50:34,387 DEBUG [org.springframework.web.context.ContextLoader] (FelixStartLevel Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT]

INFO: 2010-07-18 16:50:34,387 INFO [org.springframework.web.context.ContextLoader] (FelixStartLevel Root WebApplicationContext: initialization completed in 3143 ms

INFO: 2010-07-18 16:50:34,427 DEBUG [org.springframework.transaction.jta.JtaTransactionManager] (jmsContainer-1 Creating new transaction with name [jmsContainer]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT

INFO: 2010-07-18 16:50:34,440 TRACE [org.springframework.transaction.support.TransactionSynchronizationManager] (jmsContainer-1 Initializing transaction synchronization

INFO: 2010-07-18 16:50:34,483 DEBUG [org.springframework.web.servlet.DispatcherServlet] (FelixStartLevel Initializing servlet 'dispatcher'

INFO: PWC1412: WebModule[/spring-jms] ServletContext.log():Initializing Spring FrameworkServlet 'dispatcher' INFO: 2010-07-18 16:50:34,491 INFO [org.springframework.web.servlet.DispatcherServlet] (FelixStartLevel FrameworkServlet 'dispatcher': initialization started

INFO: 2010-07-18 16:50:34,491 DEBUG [org.springframework.web.servlet.DispatcherServlet] (FelixStartLevel Servlet with name 'dispatcher' will try to create custom WebApplicationContext context of class 'org.springframework.web.context.support.XmlWebApplicationContext', using parent context [Root WebApplicationContext: startup date [Sun Jul 18 16:50:31 CST 2010]; root of context hierarchy]

INFO: 2010-07-18 16:50:34,498 INFO [org.springframework.web.context.support.XmlWebApplicationContext] (FelixStartLevel Refreshing WebApplicationContext for namespace 'dispatcher-servlet': startup date [Sun Jul 18 16:50:34 CST 2010]; parent: Root WebApplicationContext

INFO: 2010-07-18 16:50:34,500 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (FelixStartLevel Loading XML bean definitions from ServletContext resource [/WEB-INF/dispatcher-servlet.xml]

INFO: 2010-07-18 16:50:34,501 DEBUG [org.springframework.beans.factory.xml.DefaultDocumentLoader] (FelixStartLevel Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]

INFO: 2010-07-18 16:50:34,503 TRACE [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Trying to resolve XML entity with public id [null] and system id http://www.springframework.org/schema/beans/spring-beans-3.0.xsd

INFO: 2010-07-18 16:50:35,038 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Loading schema mappings from [META-INF/spring.schemas]

INFO: JTS5014: Recoverable JTS instance, serverId = [100] INFO: 2010-07-18 16:50:35,041 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Loaded schema mappings:

{http://www.springframework.org/schema/oxm/spring-oxm-3.0.xsd=org/springframework/oxm/config/spring-oxm-3.0.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/jms/spring-jms-3.0.xsd=org/springframework/jms/config/spring-jms-3.0.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/oxm/spring-oxm.xsd=org/springframework/oxm/config/spring-oxm-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/jms/spring-jms-2.5.xsd=org/springframework/jms/config/spring-jms-2.5.xsd, http://www.springframework.org/schema/jms/spring-jms.xsd=org/springframework/jms/config/spring-jms-3.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd}

INFO: 2010-07-18 16:50:35,063 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Found XML schema http://www.springframework.org/schema/beans/spring-beans-3.0.xsd in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd

INFO: 2010-07-18 16:50:35,076 TRACE [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Trying to resolve XML entity with public id [null] and system id http://www.springframework.org/schema/context/spring-context-3.0.xsd

INFO: 2010-07-18 16:50:35,079 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Found XML schema http://www.springframework.org/schema/context/spring-context-3.0.xsd in classpath: org/springframework/context/config/spring-context-3.0.xsd

INFO: 2010-07-18 16:50:35,081 TRACE [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Trying to resolve XML entity with public id [null] and system id http://www.springframework.org/schema/tool/spring-tool-3.0.xsd

INFO: 2010-07-18 16:50:35,081 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] (FelixStartLevel Found XML schema http://www.springframework.org/schema/tool/spring-tool-3.0.xsd in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd

INFO: 2010-07-18 16:50:35,089 DEBUG [org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader] (FelixStartLevel Loading bean definitions

INFO: 2010-07-18 16:50:35,092 DEBUG [org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver] (FelixStartLevel Loaded NamespaceHandler mappings:

{http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/oxm=org.springframework.oxm.config.OxmNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/jms=org.springframework.jms.config.JmsNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}

INFO: 2010-07-18 16:50:35,218 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] (FelixStartLevel JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning

INFO: 2010-07-18 16:50:35,232 INFO [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] (FelixStartLevel JSR-330 'javax.inject.Named' annotation found and supported for component scanning

INFO: 2010-07-18 16:50:35,268 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] (FelixStartLevel Looking for matching resources in directory tree [/home/pprun/code/spring-jms/target/spring-jms/WEB-INF/classes/org/pprun/sample/jms/web]

INFO: 2010-07-18 16:50:35,268 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] (FelixStartLevel Searching directory [/home/pprun/code/spring-jms/target/spring-jms/WEB-INF/classes/org/pprun/sample/jms/web] for files matching pattern [/home/pprun/code/spring-jms/target/spring-jms/WEB-INF/classes/org/pprun/sample/jms/web/*/.class]

INFO: 2010-07-18 16:50:35,279 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] (FelixStartLevel Resolved location pattern [classpath*:org/pprun/sample/jms/web/*/.class] to resources [file [/home/pprun/code/spring-jms/target/spring-jms/WEB-INF/classes/org/pprun/sample/jms/web/MessageSendingController.class]]

INFO: 2010-07-18 16:50:35,281 TRACE [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] (FelixStartLevel Scanning file [/home/pprun/code/spring-jms/target/spring-jms/WEB-INF/classes/org/pprun/sample/jms/web/MessageSendingController.class]

INFO: 2010-07-18 16:50:35,384 TRACE [org.springframework.transaction.support.TransactionSynchronizationManager] (jmsContainer-1 Bound value [org.springframework.jms.connection.JmsResourceHolder@1947a96] for key [com.sun.messaging.jms.ra.DirectConnectionFactory@19444b1] to thread [jmsContainer-1]

INFO: 2010-07-18 16:50:35,449 DEBUG [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] (FelixStartLevel Identified candidate component class: file [/home/pprun/code/spring-jms/target/spring-jms/WEB-INF/classes/org/pprun/sample/jms/web/MessageSendingController.class]

INFO: 2010-07-18 16:50:35,484 DEBUG [org.springframework.beans.factory.xml.BeanDefinitionParserDelegate] (FelixStartLevel Neither XML 'id' nor 'name' specified - using generated bean name org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0

INFO: 2010-07-18 16:50:35,486 DEBUG [org.springframework.beans.factory.xml.BeanDefinitionParserDelegate] (FelixStartLevel No XML 'id' specified - using 'indexController' as bean name and [] as aliases

INFO: 2010-07-18 16:50:35,487 DEBUG [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (FelixStartLevel Loaded 10 bean definitions from location pattern [/WEB-INF/dispatcher-servlet.xml]

INFO: 2010-07-18 16:50:35,487 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] (FelixStartLevel Bean factory for WebApplicationContext for namespace 'dispatcher-servlet': org.springframework.beans.factory.support.DefaultListableBeanFactory@9d44e9: defining beans messageSendingController,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0,viewResolver,urlMapping,indexController; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@1b8ac61

INFO: 2010-07-18 16:50:35,527 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'

INFO: 2010-07-18 16:50:35,528 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'

INFO: 2010-07-18 16:50:35,535 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:35,535 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'

INFO: 2010-07-18 16:50:35,596 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'

INFO: 2010-07-18 16:50:35,597 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'

INFO: 2010-07-18 16:50:35,597 INFO [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (FelixStartLevel JSR-330 'javax.inject.Inject' annotation found and supported for autowiring

INFO: 2010-07-18 16:50:35,598 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:35,598 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'

INFO: 2010-07-18 16:50:35,598 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'

INFO: 2010-07-18 16:50:35,599 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'

INFO: 2010-07-18 16:50:35,599 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:35,599 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'

INFO: 2010-07-18 16:50:35,599 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'

INFO: 2010-07-18 16:50:35,600 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'

INFO: 2010-07-18 16:50:35,603 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:35,605 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'

INFO: 2010-07-18 16:50:35,606 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'

INFO: 2010-07-18 16:50:35,606 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'

INFO: 2010-07-18 16:50:35,606 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:35,607 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Finished creating instance of bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'

INFO: 2010-07-18 16:50:35,607 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] (FelixStartLevel Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@17f6423]

INFO: 2010-07-18 16:50:35,607 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] (FelixStartLevel Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@875666]

INFO: 2010-07-18 16:50:35,608 DEBUG [org.springframework.ui.context.support.UiApplicationContextUtils] (FelixStartLevel Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.DelegatingThemeSource@13965b0]

INFO: 2010-07-18 16:50:35,608 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9d44e9: defining beans messageSendingController,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0,viewResolver,urlMapping,indexController; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@1b8ac61

INFO: 2010-07-18 16:50:35,608 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'messageSendingController'

INFO: 2010-07-18 16:50:35,609 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'messageSendingController'

INFO: 2010-07-18 16:50:35,619 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Getting BeanInfo for class [org.pprun.sample.jms.web.MessageSendingController]

INFO: 2010-07-18 16:50:35,622 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Caching PropertyDescriptors for class [org.pprun.sample.jms.web.MessageSendingController]

INFO: 2010-07-18 16:50:35,622 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'class' of type [java.lang.Class]

INFO: 2010-07-18 16:50:35,623 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'jmsQueueSender' of type [org.pprun.sample.jms.producer.JmsQueueSender]

INFO: 2010-07-18 16:50:35,631 DEBUG [org.springframework.beans.factory.annotation.InjectionMetadata] (FelixStartLevel Found injected element on class [org.pprun.sample.jms.web.MessageSendingController]: AutowiredMethodElement for public void org.pprun.sample.jms.web.MessageSendingController.setJmsQueueSender(org.pprun.sample.jms.producer.JmsQueueSender)

INFO: 2010-07-18 16:50:35,631 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'messageSendingController' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:35,636 DEBUG [org.springframework.beans.factory.annotation.InjectionMetadata] (FelixStartLevel Processing injected method of bean 'messageSendingController': AutowiredMethodElement for public void org.pprun.sample.jms.web.MessageSendingController.setJmsQueueSender(org.pprun.sample.jms.producer.JmsQueueSender)

INFO: 2010-07-18 16:50:35,640 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'jmsQueueSender'

INFO: 2010-07-18 16:50:35,640 DEBUG [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] (FelixStartLevel Autowiring by type from bean name 'messageSendingController' to bean named 'jmsQueueSender'

INFO: 2010-07-18 16:50:35,641 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Finished creating instance of bean 'messageSendingController'

INFO: 2010-07-18 16:50:35,641 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'

INFO: 2010-07-18 16:50:35,641 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'

INFO: 2010-07-18 16:50:35,641 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'

INFO: 2010-07-18 16:50:35,641 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'

INFO: 2010-07-18 16:50:35,642 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Returning cached instance of singleton bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor'

INFO: 2010-07-18 16:50:35,642 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating shared instance of singleton bean 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0'

INFO: 2010-07-18 16:50:35,642 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Creating instance of bean 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0'

INFO: 2010-07-18 16:50:35,663 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] (FelixStartLevel Eagerly caching bean 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0' to allow for resolving potential circular references

INFO: 2010-07-18 16:50:35,664 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Getting BeanInfo for class [org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping]

INFO: 2010-07-18 16:50:35,679 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Caching PropertyDescriptors for class [org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping]

INFO: 2010-07-18 16:50:35,679 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'alwaysUseFullPath' of type [boolean]

INFO: 2010-07-18 16:50:35,680 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'applicationContext' of type [org.springframework.context.ApplicationContext]

INFO: 2010-07-18 16:50:35,680 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'class' of type [java.lang.Class]

INFO: 2010-07-18 16:50:35,680 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'defaultHandler' of type [java.lang.Object]

INFO: 2010-07-18 16:50:35,680 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'detectHandlersInAncestorContexts' of type [boolean]

INFO: 2010-07-18 16:50:35,681 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'handlerMap' of type [java.util.Map]

INFO: 2010-07-18 16:50:35,683 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'interceptors' of type [[Ljava.lang.Object;]

INFO: 2010-07-18 16:50:35,684 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'lazyInitHandlers' of type [boolean]

INFO: 2010-07-18 16:50:35,684 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'mappedInterceptors' of type [[Lorg.springframework.web.servlet.handler.MappedInterceptor;]

INFO: 2010-07-18 16:50:35,685 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'order' of type [int]

INFO: 2010-07-18 16:50:35,685 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'pathMatcher' of type [org.springframework.util.PathMatcher]

INFO: 2010-07-18 16:50:35,685 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'rootHandler' of type [java.lang.Object]

INFO: 2010-07-18 16:50:35,686 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'servletContext' of type [javax.servlet.ServletContext]

INFO: 2010-07-18 16:50:35,686 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'urlDecode' of type [boolean]

INFO: 2010-07-18 16:50:35,686 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'urlPathHelper' of type [org.springframework.web.util.UrlPathHelper]

INFO: 2010-07-18 16:50:35,686 TRACE [org.springframework.beans.CachedIntrospectionResults] (FelixStartLevel Found bean property 'useDefaultSuffixPattern' of type [boolean]

INFO: 2010-07-18 16:50:35,688 D

glassfishrobot commented 6 years ago
glassfishrobot commented 14 years ago

@glassfishrobot Commented pprun@java.net said: Created an attachment (id=4588) the sample project (netbeans)

glassfishrobot commented 14 years ago

@glassfishrobot Commented pprun@java.net said: Created an attachment (id=4589) the configuration screenshot

glassfishrobot commented 14 years ago

@glassfishrobot Commented pprun@java.net said: Created an attachment (id=4590) the configuration screenshot2

glassfishrobot commented 14 years ago

@glassfishrobot Commented pprun@java.net said: I resolved it to invalid because it is the expected behavior: the subscriber always actively listens on the incoming message from the topic. this is just a TRACE level log 010-07-23 19:57:32,514 TRACE [org.springframework.jms.listener.DefaultMessageListenerContainer] (hjpetStoreOrderQueueContainer-1 Consumer [com.sun.messaging.jms.ra.DirectConsumer@322810] of transactional session [com.sun.messaging.jms.ra.DirectTransactionManagedSession@e44d35] did not receive a messag

Regards, Pprun

glassfishrobot commented 14 years ago

@glassfishrobot Commented File: jms-1.png Attached By: pprun@java.net

glassfishrobot commented 14 years ago

@glassfishrobot Commented File: jms-2.png Attached By: pprun@java.net

glassfishrobot commented 14 years ago

@glassfishrobot Commented File: spring-jms.tar.gz Attached By: pprun@java.net

glassfishrobot commented 14 years ago

@glassfishrobot Commented Was assigned to sats

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA GLASSFISH-12713

glassfishrobot commented 14 years ago

@glassfishrobot Commented Reported by pprun@java.net

glassfishrobot commented 14 years ago

@glassfishrobot Commented Marked as incomplete on Thursday, July 22nd 2010, 9:58:18 pm