|
From: prenger <do-...@jb...> - 2006-06-16 08:33:05
|
I think I got the problem. I used the examples of version 1.1.1 which does not use a schedule handler. I'll try to change this and post, if it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951253#3951253 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951253 |
|
From: dajevtic <do-...@jb...> - 2006-06-16 08:41:07
|
If you are using the svn version, the examples are also created. Just search for *.war in your myfaces-current directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951254#3951254 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951254 |
|
From: prenger <do-...@jb...> - 2006-06-16 11:58:42
|
It still does not work. I downloaded the examples, which do not seem to handle the schedule different. There must be some problem with Jboss, because I tried them on a simple tomcat 5.5 and they work. On my Jboss I couldn't even start the schedule example, I got javax.faces.el.PropertyNotFoundException: Bean: org.apache.myfaces.examples.schedule.ScheduleExampleHandler, property: model at org.apache.myfaces.el.PropertyResolverImpl.getPropertyDescriptor(PropertyResolverImpl.java:483) at org.apache.myfaces.el.PropertyResolverImpl.getPropertyDescriptor(PropertyResolverImpl.java:454) at org.apache.myfaces.el.PropertyResolverImpl.getType(PropertyResolverImpl.java:322) at org.apache.myfaces.config.ManagedBeanBuilder.initializeProperties(ManagedBeanBuilder.java:178) at org.apache.myfaces.config.ManagedBeanBuilder.buildManagedBean(ManagedBeanBuilder.java:56) at org.apache.myfaces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:311) at org.apache.myfaces.config.LastVariableResolverInChain.resolveVariable(LastVariableResolverInChain.java:42) at org.apache.myfaces.el.ValueBindingImpl$ELVariableResolver.resolveVariable(ValueBindingImpl.java:574) at org.apache.commons.el.NamedValue.evaluate(NamedValue.java:124) at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:140) at org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:383) at org.apache.myfaces.custom.schedule.util.ScheduleUtil.getObjectProperty(ScheduleUtil.java:260) at org.apache.myfaces.custom.schedule.UISchedule.getValue(UISchedule.java:263) at org.apache.myfaces.custom.schedule.UISchedule.getModel(UISchedule.java:228) at org.apache.myfaces.custom.schedule.renderer.ScheduleDelegatingRenderer.getDelegateRenderer(ScheduleDelegatingRenderer.java:91) at org.apache.myfaces.custom.schedule.renderer.ScheduleDelegatingRenderer.encodeBegin(ScheduleDelegatingRenderer.java:64) at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:512) at javax.faces.webapp.UIComponentTag.encodeBegin(UIComponentTag.java:464) at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:360) at org.apache.jsp.schedule1_jsp._jspx_meth_t_schedule_0(org.apache.jsp.schedule1_jsp:239) at org.apache.jsp.schedule1_jsp._jspx_meth_t_div_0(org.apache.jsp.schedule1_jsp:209) at org.apache.jsp.schedule1_jsp._jspService(org.apache.jsp.schedule1_jsp:130) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301) at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:416) at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234) at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) at java.lang.Thread.run(Thread.java:595) I just downloaded the examples and deployed them without changes. Do the schedule examples definitly work on your Jboss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951280#3951280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951280 |
|
From: prenger <do-...@jb...> - 2006-06-16 12:09:55
|
...but the point is that there must be something wrong in my application. It is not just Jboss, I get the same Problem if I deploy my application in Tomcat. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951282#3951282 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951282 |
|
From: dajevtic <do-...@jb...> - 2006-06-16 14:40:43
|
I know for a fact that it does word on jboss if you remove all the files in the jsf-libs folder and just move the files from the examples war file into the jsf-libs folder and adjust the web.xml in the conf-dir. Download a fresh copy of jboss-4.0.4-ga and try that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951323#3951323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951323 |
|
From: prenger <do-...@jb...> - 2006-06-16 15:20:30
|
Thank you very much for all the help. You kept me going! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951330#3951330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951330 |
|
From: dajevtic <do-...@jb...> - 2006-06-16 19:27:39
|
n/p Did you give up or managed to get it running? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951376#3951376 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951376 |
|
From: prenger <do-...@jb...> - 2006-06-18 16:37:50
|
Now I got it! Thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951520#3951520 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951520 |
|
From: tomy82 <do-...@jb...> - 2006-07-06 15:29:49
|
"dajevtic" wrote :
| Since I am using jboss-seam I hope I haven't forgotten anything.
| If I did, sorry, I'll post the remaining things if needed.
Could you please tell me how you've implemented this Schedule with Seam...
I keep having this error coming back:
com.sun.facelets.FaceletViewHandler handleRenderException
| SEVERE: Error Rendering View[/home.xhtml]
| javax.faces.el.PropertyNotFoundException: /home.xhtml @36,123 value="#{scheduleHandler.model}": Bean: $Proxy281, property: model
| at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:58)
| at org.apache.myfaces.custom.schedule.util.ScheduleUtil.getObjectProperty(ScheduleUtil.java:268)
| at org.apache.myfaces.custom.schedule.UISchedule.getValue(UISchedule.java:263)
| at org.apache.myfaces.custom.schedule.UISchedule.getModel(UISchedule.java:228)
| at org.apache.myfaces.custom.schedule.renderer.ScheduleDelegatingRenderer.getDelegateRenderer(ScheduleDelegatingRenderer.java:94)
| at org.apache.myfaces.custom.schedule.renderer.ScheduleDelegatingRenderer.encodeBegin(ScheduleDelegatingRenderer.java:67)
| at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:512)
| at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:232)
| at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239)
| at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239)
| at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:554)
| at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
| at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:30)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
| at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
| at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
| at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| at java.lang.Thread.run(Thread.java:613)
|
Could you show me what your Bean looks like!
Thank you very much!
Thomas
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955908#3955908
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955908
|