Hi,
I am using Primefaces, JSF2, Spring 3.2.1.RELEASE and tc server v2.7. When I start the application. It is able to start but it shows below message

2013-02-21 22:26:28,094 DEBUG | localhost-startStop-1 | org.springframework.jndi.JndiLocatorDelegate | Converted JNDI name [java:comp/env/spring.liveBeansView.mbeanDomain] not found - trying original name [spring.liveBeansView.mbeanDomain]. javax.naming.NameNotFoundException: Name [spring.liveBeansView.mbeanDomain] is not bound in this Context. Unable to find [spring.liveBeansView.mbeanDomain].
2013-02-21 22:26:28,094 DEBUG | localhost-startStop-1 | org.springframework.jndi.JndiTemplate | Looking up JNDI object with name [spring.liveBeansView.mbeanDomain]
2013-02-21 22:26:28,094 DEBUG | localhost-startStop-1 | org.springframework.jndi.JndiPropertySource | JNDI lookup for name [spring.liveBeansView.mbeanDomain] threw NamingException with message: Name [spring.liveBeansView.mbeanDomain] is not bound in this Context. Unable to find [spring.liveBeansView.mbeanDomain].. Returning null.

Am I missing anything in the configuration?