[jboss-user] [JBoss Seam] - Re: Invalid invocation of local interface - seam registratio

2006-11-12 Thread maek1975
I have now re-installed JBoss using the installer and selected ejb3-profile. But the error still appears. [2006-11-12 15:46:45,828 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/].[jsp]] Servlet.service() for servlet jsp threw exception javax.faces.el.EvaluationExceptio

[jboss-user] [JBoss Seam] - Re: Invalid invocation of local interface - seam registratio

2006-11-10 Thread maek1975
I think I choose default instead of ejb3. I'm gonna reinstall with all option... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984979#3984979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984979 __

[jboss-user] [JBoss Seam] - Re: Invalid invocation of local interface - seam registratio

2006-11-10 Thread maek1975
A typo: The name of the ear is RattenApp, not MyEarApp. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984919#3984919 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984919 __

[jboss-user] [JBoss Seam] - Invalid invocation of local interface - seam registration ex

2006-11-10 Thread maek1975
Hi I'm getting an exception when trying to access a jsp-page (test.seam), its the code from the seam message example. The exception is: javax.faces.el.EvaluationException: Cannot get value for expression '#{messageList.rowCount==0}' Caused by: javax.naming.NamingException: Could not dereferen

[jboss-user] [JBoss Seam] - Re: Integrating Seam with EJB container

2006-11-08 Thread maek1975
ok thanks. I moved my action classes (ie seam components defined in component.xml as MyEarApp/#{ejbName}/local) into the ejb-module, the component is now found/started by the jboss ejb container. I can access the session beans like this: ctx.lookup("MyEarApp/MyEJB/local") from a jsp-file. But

[jboss-user] [JBoss Seam] - Re: Integrating Seam with EJB container

2006-11-08 Thread maek1975
the components.xml contains the row: TheNameOfMyEar/#{ejbName}/local View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984143#3984143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984143 __

[jboss-user] [JBoss Seam] - Integrating Seam with EJB container

2006-11-08 Thread maek1975
Hi I have two modules, a web-module and an ejb-module. In the web-module I have some @Stateless annotated Action classes. In the ejb-module I have a number of stateless session beans etc. I also have a j2ee-module that used for deployment. The problem is that JBOSS finds and registers/starts my

[jboss-user] [EJB 3.0] - ejb instatiation problem

2006-11-08 Thread maek1975
Hi Only stateless session beans that reside in my business module are instantiated/started by JBOSS. Other beans that also are annotated using the attribute @Stateless, such as actions (seam), that resides in my web module are not started. My ear looks like this: /root -- META_INF Appli