Change Notes item #551858, was opened at 2002-05-03 07:08
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=551858&group_id=22866

Category: JBossServer
Group: v2.4.5
Status: Open
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to: Scott M Stark (starksm)
Summary: EJB container config override simplfied

Initial Comment:
Simplify support for overriding standard container 
configurations. The container-configuration now 
supports an extends attribute through which you
can specify which standard container-
configuration/container-name you want to extend or 
override. This allows for simple modifications of 
container configurations without having to completely 
redefine the configuration. For example, to set the 
commit option to A on a given entity bean deployment:
<container-configurations>
  <container-configuration extends="Standard CMP 
EntityBean">
    <container-name>Cached EntityBean</container-name>
    <commit-option>B</commit-option>
  </container-configuration>
</container-configurations>

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=551858&group_id=22866

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to