Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
JSP - A mailing list about Java Server Pages specification and reference
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
- Statefull problem: java.lang.NullPointerException

- Statefull problem: java.lang.NullPointerException

2007-07-18       - By miloslav.vlach

 Back
Hi,

I am new to @(protected) Before I have using the POJO Seam components. But now
when I'm using the EJB3 I have problem with java.lang.NullPointerException Source code of java.lang.NullPointerException


When I access page after throwed exception again, all is working. But I don't
know where is the problem.

Thansk Mila

Here is code:


 | javax.servlet.ServletException Source code of javax.servlet.ServletException
 |         at javax.faces.webapp.FacesServlet Source code of javax.faces.webapp.FacesServlet(FacesServlet.java:156)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:269)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:188)
 |         at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter
(ExtensionsFilter.java:144)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:215)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:188)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:63)
 |         at org.jboss.seam.debug.hot.HotDeployFilter.doFilter
(HotDeployFilter.java:60)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:49)
 |         at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java
:45)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:49)
 |         at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java
:57)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:49)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:53)
 |         at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java
:79)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:49)
 |         at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:215)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:188)
 |         at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter
(BaseXMLFilter.java:96)
 |         at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter
(BaseFilter.java:220)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:215)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:188)
 |         at org.apache.catalina.core.StandardWrapperValve Source code of org.apache.catalina.core.StandardWrapperValve
(StandardWrapperValve.java:210)
 |         at org.apache.catalina.core.StandardContextValve Source code of org.apache.catalina.core.StandardContextValve
(StandardContextValve.java:174)
 |         at org.apache.catalina.authenticator.AuthenticatorBase Source code of org.apache.catalina.authenticator.AuthenticatorBase
(AuthenticatorBase.java:433)
 |         at org.apache.catalina.core.StandardHostValve Source code of org.apache.catalina.core.StandardHostValve
(StandardHostValve.java:127)
 |         at org.apache.catalina.valves.ErrorReportValve Source code of org.apache.catalina.valves.ErrorReportValve
(ErrorReportValve.java:117)
 |         at org.apache.catalina.core.StandardEngineValve Source code of org.apache.catalina.core.StandardEngineValve
(StandardEngineValve.java:108)
 |         at org.apache.catalina.connector.CoyoteAdapter Source code of org.apache.catalina.connector.CoyoteAdapter
(CoyoteAdapter.java:151)
 |         at org.apache.coyote.http11.Http11Processor Source code of org.apache.coyote.http11.Http11Processor(Http11Processor
.java:870)
 |         at org.apache.coyote.http11.Http11BaseProtocol Source code of org.apache.coyote.http11.Http11BaseProtocol
$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
 |         at org.apache.tomcat.util.net.PoolTcpEndpoint Source code of org.apache.tomcat.util.net.PoolTcpEndpoint
(PoolTcpEndpoint.java:528)
 |         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread Source code of org.apache.tomcat.util.net.LeaderFollowerWorkerThread
(LeaderFollowerWorkerThread.java:81)
 |         at org.apache.tomcat.util.threads.ThreadPool Source code of org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:685)
 |         at java.lang.Thread Source code of java.lang.Thread(Thread.java:595)
 | 17:44:00,578 ERROR [ExceptionFilter] exception root cause
 | java.lang.NullPointerException Source code of java.lang.NullPointerException
 |         at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke
(StatefulLocalProxy.java:98)
 |         at $Proxy0.initAttachements(Unknown Source)
 |         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 |         at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
 |         at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
 |         at java.lang.reflect.Method Source code of java.lang.reflect.Method(Method.java:585)
 |         at org.jboss.seam.util.Reflections.invoke(Reflections.java:20)
 |         at org.jboss.seam.intercept.RootInvocationContext.proceed
(RootInvocationContext.java:31)
 |         at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed
(ClientSideInterceptor.java:72)
 |         at org.jboss.seam.intercept.SeamInvocationContext.proceed
(SeamInvocationContext.java:57)
 |         at org.jboss.seam.interceptors.SecurityInterceptor.aroundInvoke
(SecurityInterceptor.java:37)
 |         at org.jboss.seam.intercept.SeamInvocationContext.proceed
(SeamInvocationContext.java:69)
 |         at org.jboss.seam.interceptors.RemoveInterceptor.aroundInvoke
(RemoveInterceptor.java:40)
 |         at org.jboss.seam.intercept.SeamInvocationContext.proceed
(SeamInvocationContext.java:69)
 |         at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor
.java:103)
 |         at org.jboss.seam.intercept.ClientSideInterceptor.invoke
(ClientSideInterceptor.java:50)
 |         at org.javassist.tmp.java.lang.Object_$$_javassist_0
.initAttachements(Object_$$_javassist_0.java)
 |         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 |         at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
 |         at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
 |         at java.lang.reflect.Method Source code of java.lang.reflect.Method(Method.java:585)
 |         at org.jboss.seam.util.Reflections.invoke(Reflections.java:20)
 |         at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java
:123)
 |         at org.jboss.seam.Component.callComponentMethod(Component.java:1834)
 |         at org.jboss.seam.Component.getInstanceFromFactory(Component.java
:1696)
 |         at org.jboss.seam.Component.getInstance(Component.java:1633)
 |         at org.jboss.seam.Component.getInstance(Component.java:1610)
 |         at org.jboss.seam.jsf.SeamVariableResolver.resolveVariable
(SeamVariableResolver.java:53)
 |         at org.apache.myfaces.config.LastVariableResolverInChain
.resolveVariable(LastVariableResolverInChain.java:42)
 |         at com.sun.facelets.el.LegacyELContext Source code of com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue
(LegacyELContext.java:134)
 |         at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:73)
 |         at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java
:195)
 |         at com.sun.facelets.el.TagValueExpression Source code of com.sun.facelets.el.TagValueExpression
(TagValueExpression.java:71)
 |         at com.sun.facelets.el.LegacyValueBinding Source code of com.sun.facelets.el.LegacyValueBinding
(LegacyValueBinding.java:56)
 |         at javax.faces.component.UIData Source code of javax.faces.component.UIData(UIData.java:1019)
 |         at javax.faces.component.UIData Source code of javax.faces.component.UIData(UIData.java:785)
 |         at javax.faces.component.UIData Source code of javax.faces.component.UIData(UIData.java:765)
 |         at javax.faces.component.UIData Source code of javax.faces.component.UIData(UIData.java:191)
 |         at org.apache.myfaces.shared_impl.renderkit.html
.HtmlTableRendererBase.encodeInnerHtml(HtmlTableRendererBase.java:210)
 |         at org.apache.myfaces.shared_impl.renderkit.html
.HtmlTableRendererBase.encodeChildren(HtmlTableRendererBase.java:123)
 |         at javax.faces.component.UIComponentBase Source code of javax.faces.component.UIComponentBase
(UIComponentBase.java:524)
 |         at org.ajax4jsf.framework.renderer.RendererBase.renderChild
(RendererBase.java:282)
 |         at org.ajax4jsf.framework.renderer.RendererBase.renderChildren
(RendererBase.java:262)
 |         at org.ajax4jsf.renderkit.html.AjaxOutputPanelRenderer
.encodeChildren(AjaxOutputPanelRenderer.java:79)
 |         at javax.faces.component.UIComponentBase Source code of javax.faces.component.UIComponentBase
(UIComponentBase.java:524)
 |         at com.sun.facelets.tag.jsf.ComponentSupport Source code of com.sun.facelets.tag.jsf.ComponentSupport
(ComponentSupport.java:244)
 |         at com.sun.facelets.tag.jsf.ComponentSupport Source code of com.sun.facelets.tag.jsf.ComponentSupport
(ComponentSupport.java:249)
 |         at com.sun.facelets.tag.jsf.ComponentSupport Source code of com.sun.facelets.tag.jsf.ComponentSupport
(ComponentSupport.java:249)
 |         at com.sun.facelets.FaceletViewHandler Source code of com.sun.facelets.FaceletViewHandler
(FaceletViewHandler.java:573)
 |         at org.ajax4jsf.framework.ViewHandlerWrapper.renderView
(ViewHandlerWrapper.java:108)
 |         at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView
(AjaxViewHandler.java:229)
 |         at org.apache.myfaces.lifecycle.LifecycleImpl Source code of org.apache.myfaces.lifecycle.LifecycleImpl(LifecycleImpl
.java:384)
 |         at javax.faces.webapp.FacesServlet Source code of javax.faces.webapp.FacesServlet(FacesServlet.java:138)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:269)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:188)
 |         at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter
(ExtensionsFilter.java:144)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:215)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:188)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:63)
 |         at org.jboss.seam.debug.hot.HotDeployFilter.doFilter
(HotDeployFilter.java:60)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:49)
 |         at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java
:45)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:49)
 |         at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java
:57)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:49)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:53)
 |         at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java
:79)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:49)
 |         at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:215)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:188)
 |         at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter
(BaseXMLFilter.java:96)
 |         at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter
(BaseFilter.java:220)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:215)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:188)
 |         at org.apache.catalina.core.StandardWrapperValve Source code of org.apache.catalina.core.StandardWrapperValve
(StandardWrapperValve.java:210)
 |         at org.apache.catalina.core.StandardContextValve Source code of org.apache.catalina.core.StandardContextValve
(StandardContextValve.java:174)
 |         at org.apache.catalina.authenticator.AuthenticatorBase Source code of org.apache.catalina.authenticator.AuthenticatorBase
(AuthenticatorBase.java:433)
 |         at org.apache.catalina.core.StandardHostValve Source code of org.apache.catalina.core.StandardHostValve
(StandardHostValve.java:127)
 |         at org.apache.catalina.valves.ErrorReportValve Source code of org.apache.catalina.valves.ErrorReportValve
(ErrorReportValve.java:117)
 |         at org.apache.catalina.core.StandardEngineValve Source code of org.apache.catalina.core.StandardEngineValve
(StandardEngineValve.java:108)
 |         at org.apache.catalina.connector.CoyoteAdapter Source code of org.apache.catalina.connector.CoyoteAdapter
(CoyoteAdapter.java:151)
 |         at org.apache.coyote.http11.Http11Processor Source code of org.apache.coyote.http11.Http11Processor(Http11Processor
.java:870)
 |         at org.apache.coyote.http11.Http11BaseProtocol Source code of org.apache.coyote.http11.Http11BaseProtocol
$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
 |         at org.apache.tomcat.util.net.PoolTcpEndpoint Source code of org.apache.tomcat.util.net.PoolTcpEndpoint
(PoolTcpEndpoint.java:528)
 |         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread Source code of org.apache.tomcat.util.net.LeaderFollowerWorkerThread
(LeaderFollowerWorkerThread.java:81)
 |         at org.apache.tomcat.util.threads.ThreadPool Source code of org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:685)
 |         at java.lang.Thread Source code of java.lang.Thread(Thread.java:595)
 | 17:44:00,609 ERROR [DebugPageHandler] redirecting to debug page
 | java.lang.NullPointerException Source code of java.lang.NullPointerException
 |         at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke
(StatefulLocalProxy.java:98)
 |         at $Proxy0.initAttachements(Unknown Source)
 |         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 |         at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
 |         at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
 |         at java.lang.reflect.Method Source code of java.lang.reflect.Method(Method.java:585)
 |         at org.jboss.seam.util.Reflections.invoke(Reflections.java:20)
 |         at org.jboss.seam.intercept.RootInvocationContext.proceed
(RootInvocationContext.java:31)
 |         at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed
(ClientSideInterceptor.java:72)
 |         at org.jboss.seam.intercept.SeamInvocationContext.proceed
(SeamInvocationContext.java:57)
 |         at org.jboss.seam.interceptors.SecurityInterceptor.aroundInvoke
(SecurityInterceptor.java:37)
 |         at org.jboss.seam.intercept.SeamInvocationContext.proceed
(SeamInvocationContext.java:69)
 |         at org.jboss.seam.interceptors.RemoveInterceptor.aroundInvoke
(RemoveInterceptor.java:40)
 |         at org.jboss.seam.intercept.SeamInvocationContext.proceed
(SeamInvocationContext.java:69)
 |         at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor
.java:103)
 |         at org.jboss.seam.intercept.ClientSideInterceptor.invoke
(ClientSideInterceptor.java:50)
 |         at org.javassist.tmp.java.lang.Object_$$_javassist_0
.initAttachements(Object_$$_javassist_0.java)
 |         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 |         at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
 |         at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
 |         at java.lang.reflect.Method Source code of java.lang.reflect.Method(Method.java:585)
 |         at org.jboss.seam.util.Reflections.invoke(Reflections.java:20)
 |         at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java
:123)
 |         at org.jboss.seam.Component.callComponentMethod(Component.java:1834)
 |         at org.jboss.seam.Component.getInstanceFromFactory(Component.java
:1696)
 |         at org.jboss.seam.Component.getInstance(Component.java:1633)
 |         at org.jboss.seam.Component.getInstance(Component.java:1610)
 |         at org.jboss.seam.jsf.SeamVariableResolver.resolveVariable
(SeamVariableResolver.java:53)
 |         at org.apache.myfaces.config.LastVariableResolverInChain
.resolveVariable(LastVariableResolverInChain.java:42)
 |         at com.sun.facelets.el.LegacyELContext Source code of com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue
(LegacyELContext.java:134)
 |         at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:73)
 |         at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java
:195)
 |         at com.sun.facelets.el.TagValueExpression Source code of com.sun.facelets.el.TagValueExpression
(TagValueExpression.java:71)
 |         at com.sun.facelets.el.LegacyValueBinding Source code of com.sun.facelets.el.LegacyValueBinding
(LegacyValueBinding.java:56)
 |         at javax.faces.component.UIData Source code of javax.faces.component.UIData(UIData.java:1019)
 |         at javax.faces.component.UIData Source code of javax.faces.component.UIData(UIData.java:785)
 |         at javax.faces.component.UIData Source code of javax.faces.component.UIData(UIData.java:765)
 |         at javax.faces.component.UIData Source code of javax.faces.component.UIData(UIData.java:191)
 |         at org.apache.myfaces.shared_impl.renderkit.html
.HtmlTableRendererBase.encodeInnerHtml(HtmlTableRendererBase.java:210)
 |         at org.apache.myfaces.shared_impl.renderkit.html
.HtmlTableRendererBase.encodeChildren(HtmlTableRendererBase.java:123)
 |         at javax.faces.component.UIComponentBase Source code of javax.faces.component.UIComponentBase
(UIComponentBase.java:524)
 |         at org.ajax4jsf.framework.renderer.RendererBase.renderChild
(RendererBase.java:282)
 |         at org.ajax4jsf.framework.renderer.RendererBase.renderChildren
(RendererBase.java:262)
 |         at org.ajax4jsf.renderkit.html.AjaxOutputPanelRenderer
.encodeChildren(AjaxOutputPanelRenderer.java:79)
 |         at javax.faces.component.UIComponentBase Source code of javax.faces.component.UIComponentBase
(UIComponentBase.java:524)
 |         at com.sun.facelets.tag.jsf.ComponentSupport Source code of com.sun.facelets.tag.jsf.ComponentSupport
(ComponentSupport.java:244)
 |         at com.sun.facelets.tag.jsf.ComponentSupport Source code of com.sun.facelets.tag.jsf.ComponentSupport
(ComponentSupport.java:249)
 |         at com.sun.facelets.tag.jsf.ComponentSupport Source code of com.sun.facelets.tag.jsf.ComponentSupport
(ComponentSupport.java:249)
 |         at com.sun.facelets.FaceletViewHandler Source code of com.sun.facelets.FaceletViewHandler
(FaceletViewHandler.java:573)
 |         at org.ajax4jsf.framework.ViewHandlerWrapper.renderView
(ViewHandlerWrapper.java:108)
 |         at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView
(AjaxViewHandler.java:229)
 |         at org.apache.myfaces.lifecycle.LifecycleImpl Source code of org.apache.myfaces.lifecycle.LifecycleImpl(LifecycleImpl
.java:384)
 |         at javax.faces.webapp.FacesServlet Source code of javax.faces.webapp.FacesServlet(FacesServlet.java:138)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:269)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:188)
 |         at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter
(ExtensionsFilter.java:144)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:215)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:188)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:63)
 |         at org.jboss.seam.debug.hot.HotDeployFilter.doFilter
(HotDeployFilter.java:60)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:49)
 |         at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java
:45)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:49)
 |         at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java
:57)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:49)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:53)
 |         at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java
:79)
 |         at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter
(SeamFilter.java:49)
 |         at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:215)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:188)
 |         at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter
(BaseXMLFilter.java:96)
 |         at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter
(BaseFilter.java:220)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:215)
 |         at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:188)
 |         at org.apache.catalina.core.StandardWrapperValve Source code of org.apache.catalina.core.StandardWrapperValve
(StandardWrapperValve.java:210)
 |         at org.apache.catalina.core.StandardContextValve Source code of org.apache.catalina.core.StandardContextValve
(StandardContextValve.java:174)
 |         at org.apache.catalina.authenticator.AuthenticatorBase Source code of org.apache.catalina.authenticator.AuthenticatorBase
(AuthenticatorBase.java:433)
 |         at org.apache.catalina.core.StandardHostValve Source code of org.apache.catalina.core.StandardHostValve
(StandardHostValve.java:127)
 |         at org.apache.catalina.valves.ErrorReportValve Source code of org.apache.catalina.valves.ErrorReportValve
(ErrorReportValve.java:117)
 |         at org.apache.catalina.core.StandardEngineValve Source code of org.apache.catalina.core.StandardEngineValve
(StandardEngineValve.java:108)
 |         at org.apache.catalina.connector.CoyoteAdapter Source code of org.apache.catalina.connector.CoyoteAdapter
(CoyoteAdapter.java:151)
 |         at org.apache.coyote.http11.Http11Processor Source code of org.apache.coyote.http11.Http11Processor(Http11Processor
.java:870)
 |         at org.apache.coyote.http11.Http11BaseProtocol Source code of org.apache.coyote.http11.Http11BaseProtocol
$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
 |         at org.apache.tomcat.util.net.PoolTcpEndpoint Source code of org.apache.tomcat.util.net.PoolTcpEndpoint
(PoolTcpEndpoint.java:528)
 |         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread Source code of org.apache.tomcat.util.net.LeaderFollowerWorkerThread
(LeaderFollowerWorkerThread.java:81)
 |         at org.apache.tomcat.util.threads.ThreadPool Source code of org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:685)
 |         at java.lang.Thread Source code of java.lang.Thread(Thread.java:595)
 | 18.7.2007 17:44:01 com.sun.facelets.compiler.TagLibraryConfig Source code of com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 | INFO: Added Library from: jar:file:/D:/Programs/tomcat2/webapps/ims/WEB-INF
/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml
 | 18.7.2007 17:44:01 com.sun.facelets.compiler.TagLibraryConfig Source code of com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 | INFO: Added Library from: jar:file:/D:/Programs/tomcat2/webapps/ims/WEB-INF
/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml
 | 18.7.2007 17:44:01 com.sun.facelets.compiler.TagLibraryConfig Source code of com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 | INFO: Added Library from: jar:file:/D:/Programs/tomcat2/webapps/ims/WEB-INF
/lib/richfaces-3 (See http://ces-3.ora-code.com).0.1-SNAPSHOT.jar!/META-INF/rich.taglib.xml
 | 18.7.2007 17:44:01 com.sun.facelets.compiler.TagLibraryConfig Source code of com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 | INFO: Added Library from: jar:file:/D:/Programs/tomcat2/webapps/ims/WEB-INF
/lib/jboss-seam-pdf.jar!/META-INF/seam-pdf.taglib.xml
 | 18.7.2007 17:44:01 com.sun.facelets.compiler.TagLibraryConfig Source code of com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 | INFO: Added Library from: jar:file:/D:/Programs/tomcat2/webapps/ims/WEB-INF
/lib/ajax4jsf-1 (See http://jsf-1.ora-code.com).1.1-SNAPSHOT.jar!/META-INF/a4j.taglib.xml
 | 18.7.2007 17:44:01 com.sun.facelets.compiler.TagLibraryConfig Source code of com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 | INFO: Added Library from: jar:file:/D:/Programs/tomcat2/webapps/ims/WEB-INF
/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml
 | 18.7.2007 17:44:01 com.sun.facelets.compiler.TagLibraryConfig Source code of com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 | INFO: Added Library from: jar:file:/D:/Programs/tomcat2/webapps/ims/WEB-INF
/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml
 | 18.7.2007 17:44:01 com.sun.facelets.compiler.TagLibraryConfig Source code of com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 | INFO: Added Library from: jar:file:/D:/Programs/tomcat2/webapps/ims/WEB-INF
/lib/jboss-seam-ui.jar!/META-INF/seam-ui.taglib.xml
 | 18.7.2007 17:44:01 com.sun.facelets.compiler.TagLibraryConfig Source code of com.sun.facelets.compiler.TagLibraryConfig loadImplicit
 | INFO: Added Library from: jar:file:/D:/Programs/tomcat2/webapps/ims/WEB-INF
/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml
 |
 |
 |



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic
&p=4065446#4065446

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode
=reply&p=4065446
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user

©2008 junlu.com - Jax Systems, LLC, U.S.A.