[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean
carojas
do-not-reply at jboss.com
Fri Sep 22 10:09:38 EDT 2006
this is de components.xml
| <?xml version="1.0" encoding="utf-8"?>
| <components>
| <component name="org.jboss.seam.core.init">
| <property name="myFacesLifecycleBug">true</property>
| <property name="jndiPattern">ficitec/#{ejbName}/local</property>
| </component>
| <component name="entityManager" class="org.jboss.seam.core.ManagedPersistenceContext">
| <property name="persistenceUnitJndiName">java:/seamappEntityManagerFactory</property>
| </component>
| <!--
| <component name="org.jboss.seam.core.manager">
| <property name="conversationTimeout">120000</property>
| </component>
|
| <component class="org.jboss.seam.core.Ejb" installed="false"/>
| -->
| </components>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973571#3973571
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973571
More information about the jboss-user
mailing list