|
You need to merge the JBoss.xml with your file
jboss-container.xml where you put something like
<container-configurations>
<container-configuration extends="The one you want to extend"> <container-name>MyContainer</container-name> ...
....
<commit-option>A</commit-option>
</container-configuration> </container-configurations> And set the container of your bean to
MyContainer.
Hope it helps
Simone
|
- [JBoss-user] jboss.xml commit-option Sonnek, Ryan
- RE: [JBoss-user] jboss.xml commit-option Simone Milani
- RE: [JBoss-user] jboss.xml commit-option Sonnek, Ryan
