[jboss-user] [JBoss Seam] - Re: I need help with scope type
rcherchi
do-not-reply at jboss.com
Fri Nov 2 11:02:12 EDT 2007
Here is what happens when I change scope from SESSION to PAGE and try to redeploy my application:
2007-11-02 15:57:05,989 INFO [org.jboss.seam.Component] Component: localSearchManager, scope: PAGE, type: JAVA_BEAN, class: com.easycity.ejb.search.LocalSearchManagerBean
| 2007-11-02 15:57:05,989 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
| java.lang.RuntimeException: Could not create Component: localSearchManager
| at org.jboss.seam.init.Initialization.addComponent(Initialization.java:865)
| at org.jboss.seam.init.Initialization.installComponents(Initialization.java:796)
| at org.jboss.seam.init.Initialization.init(Initialization.java:503)
| at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:33)
| at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3763)
| at org.apache.catalina.core.StandardContext.start(StandardContext.java:4211)
| at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
| at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
| at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101353#4101353
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101353
More information about the jboss-user
mailing list