[jboss-user] [JBoss Seam] - Re: problem with 1.1.6GA ? duplicate factory for: actor
shasho
do-not-reply at jboss.com
Wed Feb 14 13:09:17 EST 2007
Searching the project for @Factory( "actor" ) yield nothing. It is worth mentioning that I use icefaces in my project
Here is my component.xml
| <!DOCTYPE components PUBLIC
| "-//JBoss/Seam Component Configuration DTD 1.1//EN"
| "http://jboss.com/products/seam/components-1.1.dtd">
|
| <components>
|
| <component name="org.jboss.seam.core.init">
| <property name="debug">true</property>
| <property name="jndiPattern">sellbuy/#{ejbName}/local</property>
| </component>
|
| <component name="org.jboss.seam.core.manager">
| <!-- half second wait for conversation lock on concurrent requests -->
| <property name="concurrentRequestTimeout">500</property>
| <!-- 120 second conversation timeout -->
| <property name="conversationTimeout">120000</property>
| <property name="conversationIdParameter">cid</property>
| <property name="conversationIsLongRunningParameter">clr</property>
| </component>
|
| <component name="org.jboss.seam.core.pages">
| <property name="noConversationViewId">/main.xhtml</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=4016506#4016506
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016506
More information about the jboss-user
mailing list