In <container-name>, you have to write of the *actual* definition that you want to 
override. Otherwise, JBoss won't be able to know which definition to override.

Cheers,


                        Sacha

> -----Message d'origine-----
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Dennis
> Muhlestein
> Envoyé : mardi, 30 avril 2002 19:02
> À : [EMAIL PROTECTED]
> Objet : Re: [JBoss-user] Custom Container Configuration in jboss.xml
> 
> 
> Let me rephrase the question.
> 
> If I only want to create a new container-configuration with commit
> option A instead of B, do I have to include all the internals?  The dtd
> refers to defaults on most of the options and specifies them as optional
> tags.
> 
> I copied and pasted from standardjboss.xml to my jboss.xml and changed
> the one line but that seams kind of "klutzy".  I would like to specify
> only the one line to differ.  Most likely I'll have lots of beans and
> each one will need some customization to achieve optimum performance. I
> don't want to have to have a massive jboss.xml to accomplish this though
> if I don't have to.
> 
> Right now, if I try with the configuration below, jboss
> croaks/groans/whines and the app is not deployed (I posted this as a bug
> too by the way)
> 
> > <container-configuration>
> >     <container-name>Commit A</container-name>
> >     <commit-option>A</commit-option>
> > </container-configuration>        
> 
> Any comments?  Someone with experience in this area?


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to