No direct tags. You have a few options. Overwrite the default JBoss configuration, or define your own container configuration using a merge file called "jboss-container"
| <container-configurations> | <container-configuration extends="Standard CMP 2.x EntityBean"> | <container-name>My Entity Bean</container-name> | <commit-option>A</commit-option> | </container-configuration> | </container-configurations> | And define the container configuration to use for your beans as "My Entity Bean" using something like class level : | * @jboss.container-configuration | * name="My Entity Bean" | Joahim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840384#3840384 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840384 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
