RE: [JBoss-user] Custom Container Configuration in jboss.xml

2002-04-30 Thread Sacha Labourey
c : [EMAIL PROTECTED] > Objet : RE: [JBoss-user] Custom Container Configuration in jboss.xml > > > Ah ha, that makes more sense now. Does this mean that if I want to > create an all new implementation, I DO have to specify all the other > internals of container-configuration? I wa

RE: [JBoss-user] Custom Container Configuration in jboss.xml

2002-04-30 Thread Dennis Muhlestein
CTED] > > [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. &

RE: [JBoss-user] Custom Container Configuration in jboss.xml

2002-04-30 Thread Sacha Labourey
e 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

Re: [JBoss-user] Custom Container Configuration in jboss.xml

2002-04-30 Thread Dennis Muhlestein
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-user] Custom Container Configuration in jboss.xml

2002-04-29 Thread Dennis Muhlestein
Thanks Much, In trying to deploy with a new configuration, I started getting a lot of errors like missing container-invoker, invalid instance-cache, etc etc. According to the DTD, those elements are all optional. I thought I could provide a simple configuration with only the change I wanted an