[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-26 Thread fady.matar
"fady.matar" wrote : I just migrated the applications created previously in Seam to the latest 1.0.1 version. Now for all the applications I get the following exception | | Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | |

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-26 Thread [EMAIL PROTECTED]
Repeating your own message is not helpful... Providing more information would help us help you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953436#3953436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953436 Using

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-26 Thread CptnKirk
I ran into this problem as well. I had an example that was an adaptation of an earlier Seam 1.0 CVS snapshot example. When I did a 1.0.1 pull, this example broke with the given error. Reapplying the resources folder of the 1.0.1 example I used for the adaptation (along with changes to change

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-28 Thread [EMAIL PROTECTED]
Impossible to help, given that there is no stacktrace provided. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954071#3954071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954071 Using Tomcat but need to do more? Need

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-28 Thread Rorschach
Same issue here: 16:19:36,000 INFO [Server] Starting JBoss (MX MicroKernel)... | 16:19:36,000 INFO [Server] Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000) | 16:19:36,000 INFO [Server] Home Dir: C:\java_local\jboss-4.04.GA_patch1 | 16:19:36,000 INFO [S

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-28 Thread fady.matar
This is not the actual exception that is being thrown. This exception is related to libraries mismatch. Make sure you have an updated classpath View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954246#3954246 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-29 Thread [EMAIL PROTECTED]
"Rorschach" wrote : Same issue here: Looks like you are missing a jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954263#3954263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954263 Using Tomcat but need to do mo

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-29 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : "Rorschach" wrote : Same issue here: | | Looks like you are missing a jar. ie. you need the latest jboss-ejb3-all.jar. Make sure you have installed jboss EJB3 RC8. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954264#3954264

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-29 Thread fady.matar
JBoss-Seam 1.0.1 already comes bundled with EJB-3.0 RC8 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954272#3954272 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954272 Using Tomcat but need to do more? Need to supp

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-29 Thread [EMAIL PROTECTED]
anonymous wrote : JBoss-Seam 1.0.1 already comes bundled with EJB-3.0 RC8 This is not quite correct. It comes bundled with Embeddable EJB3 RC8, which is good for testing and tomcat deployment. If you are deploying to JBoss AS, you still need to install EJB3 RC8 there. View the original post :