I don't think it is, I am using JBoss 4.0.4 with the EJB3 profile
Here is my components.xml
<?xml version="1.0" encoding="UTF-8"?>
| <components
xmlns="http://jboss.com/products/seam/components"
|
xmlns:core="http://jboss.com/products/seam/core"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:framework="http://jboss.com/products/seam/framework"
|
xmlns:security="http://jboss.com/products/seam/security"
| xsi:schemaLocation=
| "http://jboss.com/products/seam/core
http://jboss.com/products/seam/core-1.1.xsd
|
http://jboss.com/products/seam/components
http://jboss.com/products/seam/components-1.1.xsd">
|
| <core:init
| jndi-pattern="CSB_SRMS/#{ejbName}/local"
| debug="true"/>
|
| <!--<core:pages no-conversation-view-id="/main.xhtml"/>-->
|
| <core:manager conversation-timeout="120000"
| concurrent-request-timeout="500"
| conversation-id-parameter="cid"
| conversation-is-long-running-parameter="clr"/>
|
| <core:resource_bundle>
| <core:bundle_names>
| <!--
| <value>com.stlouiscity.csb.jsf.messages.Messages</value>
| <value>com.stlouiscity.csb.jsf.messages.ErrorMessages</value>
| -->
| </core:bundle_names>
| </core:resource_bundle>
| <framework:entity-query name="allCustomers"
| ejbql="select u from User u"/>
|
|
| <core:jbpm>
| <core:pageflow-definitions>
| <value>pageflow.jpdl.xml</value>
| </core:pageflow-definitions>
| </core:jbpm>
|
| </components>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040983#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...