[jboss-user] [JBoss Seam] - Re: Error: SessionBeanInterceptor.postConstruct

2008-01-29 Thread reind
Pete, That was it, we were using another 3rd party jar that I didnt mention that, for some reason, had it's own javax.interc eptor.InvocationContext.class that was getting loaded first. Works now. Thanks so much for your help. View the original post :

[jboss-user] [JBoss Seam] - Re: Error: SessionBeanInterceptor.postConstruct

2008-01-29 Thread [EMAIL PROTECTED]
Are you sure you aren't deploying an extra copy of the ejb3 api? thats what it looks like to me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124436#4124436 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124436

[jboss-user] [JBoss Seam] - Re: Error: SessionBeanInterceptor.postConstruct

2008-01-29 Thread reind
Hi Pete, I'm very grateful for your reply. I've significantly paired down the jars that I'm packaging: | asm-2.2.jar | asm-attrs-1.5.3.jar | commons-beanutils-1.7.0.jar | commons-digester-1.8.jar | commons-el-1.0.jar | commons-fileupload-1.0.jar | commons-lang-2.1.jar |

[jboss-user] [JBoss Seam] - Re: Error: SessionBeanInterceptor.postConstruct

2008-01-29 Thread [EMAIL PROTECTED]
Yes. Most of those jars are in the app server. Use seam-gen to generate a skeleton project or use an example to see what libraries you should package in your ear. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124376#4124376 Reply to the post :