[jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat...

2007-08-02 Thread [EMAIL PROTECTED]
Do you have EJB3 installed on Tomcat? I believe the seam-pay example uses EJB3 Timers. Also, our test coverage on JDK 1.6 is very limited. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069920#4069920 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat...

2007-08-02 Thread Stateless Bean
I also tried to run your example -jboss-seam-pay and this doesn't work to on tomcat 5.5 with java 1.6, On JBoss 4.0.5 this works, In your example I get: | javax.servlet.ServletException: Error calling action method of component with id _id15:_id32:_id47 | at

[jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat...

2007-08-02 Thread Stateless Bean
I think yes. here is my components.xml. Maybe I should install some bean/class like processor in compoenents? | ?xml version=1.0 encoding=UTF-8? | components xmlns=http://jboss.com/products/seam/components; | xmlns:core=http://jboss.com/products/seam/core; |

[jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat...

2007-08-02 Thread [EMAIL PROTECTED]
Can you try it with JDK 1.5? Also, is it possible for you to try Seam 2.0 (or from the CVS)? We made quite a few changes to that part of the code in Seam 2.0. To run Seam 2.0 on Tomcat, you will need to install the JBoss Embedded on Tomcat first, please see the docs for more details. Thanks.

[jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat...

2007-08-02 Thread Stateless Bean
Instalation JDK 1.5.0_09 didn't helped. I need to stay on Seam 1.2.1GA, If this example seam pay works on tomcat I think this must be my problem. Maybe I not installed somethink well. I tell u what I done when, moved my app from JBoss AS to Tomcat 5.5. 1. added components.properties, 2.

[jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat...

2007-08-01 Thread Stateless Bean
If i understod u well, I added debug.jar and loaded debug.seam. Yes it exist | org.jboss.seam.ui.graphicImage.dynamicImageResource.component | org.jboss.seam.ui.graphicImage.dynamicImageStore.component | org.jboss.seam.ui.resource.webResource |

[jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat...

2007-07-31 Thread [EMAIL PROTECTED]
I don't think thats due to scheduling, but a problem with injection. Check that your processor component exists in the Seam debug page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069042#4069042 Reply to the post :