[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-28 Thread galo.navarro
I had the same exception in a different context but I think it might help. I was using a Stateful bean in a servlet. It was initialized in the init() method and the reference kept in a static variable. I was running my app normally, but i let my session expire and when i tried accessing the

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-25 Thread carojas
yes, I am deploying my application as ficitec.ear View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973883#3973883 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973883 ___

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-22 Thread carojas
this is de components.xml | ?xml version=1.0 encoding=utf-8? | components | component name=org.jboss.seam.core.init | property name=myFacesLifecycleBugtrue/property | property name=jndiPatternficitec/#{ejbName}/local/property | /component | component

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-22 Thread carojas
the problem can be in the seam.properties this is de seam.properties. | # seam.properties | #org.jboss.seam.core.init.managedPersistenceContexts entityManager | #org.jboss.seam.core.manager.conversationTimeout 3 | #org.jboss.seam.core.init.jndiPattern ficitec/#\{ejbName\}/local

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-22 Thread [EMAIL PROTECTED]
Please don't post the same question in 2 different threads. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973665#3973665 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973665 ___

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-22 Thread carojas
this is a different question! This happend in the console only, the other question happend some times and the explorer appear error 500 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973669#3973669 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-21 Thread carojas
Can somebody help me with this exception??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973291#3973291 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973291 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-21 Thread carojas
Hi, I need help with this. Can somebody help me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973458#3973458 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973458 ___

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-21 Thread sbublava
Check how you set jndiPattern in components.xml. I would also suggest to look into the JMX-console to find out how your session beans are registered in JNDI. Thanks, Stephan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973464#3973464 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-20 Thread texan
Probably want to include the target bean java code plus the portion of your page where you reference the action. Also, check your logs for a reference to your target bean. I assume other parts of your application are working with Seam? View the original post :

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-20 Thread carojas
my application works with Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973016#3973016 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973016 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-20 Thread texan
sounds good - we still need to see the code View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973022#3973022 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973022 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-20 Thread carojas
ok, but what part of code??? I have editors, selectors, finders, JSPs, a facade ... Can you help me with the exception? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973028#3973028 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-20 Thread texan
Maybe some other folks are familiar with this sort of exception, , but it doesn't mean anything to me except that it appears that you invoked some action and JSF couldn't find the EJB session where the action was implemented. I was hoping to see the JSP code including the reference to the

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-20 Thread carojas
This is the JSP | %@ taglib uri=http://java.sun.com/jsf/html; prefix=h % | %@ taglib uri=http://java.sun.com/jsf/core; prefix=f % | | !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd; | html xmlns=http://www.w3.org/1999/xhtml;