[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2042) quartz example doesn't report errors
by Norman Richards (JIRA)
quartz example doesn't report errors
------------------------------------
Key: JBSEAM-2042
URL: http://jira.jboss.com/jira/browse/JBSEAM-2042
Project: JBoss Seam
Issue Type: Bug
Components: Examples
Affects Versions: 2.0.0.CR1
Reporter: Norman Richards
Priority: Minor
Fix For: 2.0.1.GA
It would be nice if we could capture/report scheduler errors. In this case I accidentally entered the 12th business day of the week.
10:27:31,007 ERROR [STDERR] org.quartz.SchedulerException: Based on configured schedule, the given trigger will never fire.
10:27:31,008 ERROR [STDERR] at org.quartz.core.QuartzScheduler.scheduleJob(QuartzScheduler.java:698)
10:27:31,008 ERROR [STDERR] at org.quartz.impl.StdScheduler.scheduleJob(StdScheduler.java:255)
10:27:31,008 ERROR [STDERR] at org.jboss.seam.async.QuartzDispatcher.scheduleWithQuartzService(QuartzDispatcher.java:218)
10:27:31,008 ERROR [STDERR] at org.jboss.seam.async.QuartzDispatcher.scheduleInvocation(QuartzDispatcher.java:125)
10:27:31,008 ERROR [STDERR] at org.jboss.seam.async.QuartzDispatcher.scheduleInvocation(QuartzDispatcher.java:45)
10:27:31,008 ERROR [STDERR] at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:38)
10:27:31,008 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
10:27:31,008 ERROR [STDERR] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106)
10:27:31,008 ERROR [STDERR] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:155)
10:27:31,008 ERROR [STDERR] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:91)
10:27:31,008 ERROR [STDERR] at org.jboss.seam.example.quartz.PaymentProcessor_$$_javassist_4.schedulePayment(PaymentProcessor_$$_javassist_4.java)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.example.quartz.PaymentController.saveAndScheduleNthBusinessDay(PaymentController.java:68)
10:27:31,009 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:27:31,009 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:27:31,009 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:27:31,009 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.util.Reflections.invoke(Reflections.java:21)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.persistence.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:48)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:38)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.util.Work.workInTransaction(Work.java:40)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:32)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
10:27:31,009 ERROR [STDERR] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42)
10:27:31,010 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
10:27:31,010 ERROR [STDERR] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106)
10:27:31,010 ERROR [STDERR] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:155)
10:27:31,010 ERROR [STDERR] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:91)
10:27:31,010 ERROR [STDERR] at org.jboss.seam.example.quartz.PaymentController_$$_javassist_3.saveAndScheduleNthBusinessDay(PaymentController_$$_javassist_3.java)
10:27:31,010 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:27:31,010 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
10:27:31,010 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
10:27:31,010 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
10:27:31,010 ERROR [STDERR] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:328)
10:27:31,010 ERROR [STDERR] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:341)
10:27:31,010 ERROR [STDERR] at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58)
10:27:31,010 ERROR [STDERR] at org.jboss.el.parser.AstValue.invoke(AstValue.java:96)
10:27:31,010 ERROR [STDERR] at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
10:27:31,010 ERROR [STDERR] at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68)
10:27:31,010 ERROR [STDERR] at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77)
10:27:31,010 ERROR [STDERR] at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
10:27:31,010 ERROR [STDERR] at javax.faces.component.UICommand.broadcast(UICommand.java:383)
10:27:31,010 ERROR [STDERR] at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:447)
10:27:31,010 ERROR [STDERR] at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:752)
10:27:31,011 ERROR [STDERR] at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97)
10:27:31,011 ERROR [STDERR] at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
10:27:31,011 ERROR [STDERR] at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
10:27:31,011 ERROR [STDERR] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
10:27:31,011 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
10:27:31,011 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
10:27:31,011 ERROR [STDERR] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
10:27:31,011 ERROR [STDERR] at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68)
10:27:31,011 ERROR [STDERR] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
10:27:31,011 ERROR [STDERR] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
10:27:31,011 ERROR [STDERR] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
10:27:31,011 ERROR [STDERR] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
10:27:31,011 ERROR [STDERR] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
10:27:31,011 ERROR [STDERR] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
10:27:31,011 ERROR [STDERR] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
10:27:31,011 ERROR [STDERR] at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44)
10:27:31,011 ERROR [STDERR] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
10:27:31,011 ERROR [STDERR] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:150)
10:27:31,011 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
10:27:31,012 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
10:27:31,012 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
10:27:31,012 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
10:27:31,012 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
10:27:31,012 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
10:27:31,012 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
10:27:31,012 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
10:27:31,012 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
10:27:31,012 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
10:27:31,012 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
10:27:31,012 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
10:27:31,012 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
10:27:31,012 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
10:27:31,012 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
10:27:31,012 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
10:27:31,012 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
10:27:31,012 ERROR [STDERR] at java.lang.Thread.run(Thread.java:613)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2374) Update to latest Trinidad version in seamdiscs example.
by Alexander Seitz (JIRA)
Update to latest Trinidad version in seamdiscs example.
-------------------------------------------------------
Key: JBSEAM-2374
URL: http://jira.jboss.com/jira/browse/JBSEAM-2374
Project: JBoss Seam
Issue Type: Task
Components: Examples
Affects Versions: 2.0.0.GA
Reporter: Alexander Seitz
Priority: Minor
It would be nice to update the seamdiscs example to the latest version of Trinidad (1.2.4).
The benefit would be that it supports ajax-based sorting and paging so only the table is reloaded on this events and not the complete page.
I tried it for my own, it works so far but when using the latest Trinidad 1.2.4 libs I get the following errors:
2007-12-13 11:29:23,574 ERROR [STDERR] 13.12.2007 11:29:23 org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit createResponseWriter
SCHWERWIEGEND: No RenderingContext has been created.
Also, lazy loading for Richfaces tables would be nich ;-)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2372) Documentation out of date for PDF support
by Eric Nelson (JIRA)
Documentation out of date for PDF support
-----------------------------------------
Key: JBSEAM-2372
URL: http://jira.jboss.com/jira/browse/JBSEAM-2372
Project: JBoss Seam
Issue Type: Task
Components: PDF
Affects Versions: 2.0.0.GA
Reporter: Eric Nelson
The 2.0.0GA documentation found at http://docs.jboss.com/seam/2.0.0.GA/reference/en/html/itext.html for configuring DocumentStore (section 16.1.8) appears to be for an older version of the code.
Specifically
<pdf:documentStore useExtensions="true" />
seems to have been refactored and needs to be
<pdf:document-store use-extensions="true" />
Additionally, the filter definition seems to be no longer required (the itext example project does not have it in web.xml) so remove
<filter>
<filter-name>Seam Servlet Filter</filter-name>
<filter-class>org.jboss.seam.servlet.SeamServletFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>Seam Servlet Filter</filter-name>
<url-pattern>*.pdf</url-pattern>
</filter-mapping>
I would also recommend in section 16.1, which specifies the jars required to support pdf generation, explicitly include jcommon.jar and jfreechart.jar. The exceptions from not having those jars in the path are relatively difficult to understand.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months