Bugs item #504827, was opened at 2002-01-17 04:00
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=504827&group_id=22866

Category: CatalinaBundle
Group: v2.4 (stable)
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Guillaume Cot� (gcote)
Assigned to: Scott M Stark (starksm)
Summary: Example in the doc not comform to DTD

Initial Comment:
I download the last version of the doc on flashline. 
If you take page the DTD for the jboss.jcml file
(figure 2-3 page 40), it says that only a attribute can
contain a config tag.

If you look to example on page 316 and 318, thay put
the config tag in the mbean tag, not in a attribute tag.

(BTW, I haven't succeded in stating a warp connector
using either syntax.  If anyway can point me where is
the source code for that config thing, so I can read it
directly).






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

>Comment By: Scott M Stark (starksm)
Date: 2002-02-05 14:21

Message:
Logged In: YES 
user_id=175228

The docs referred to an earlier solution and have been 
updated to reflect the current dtd.

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

Comment By: Guillaume Cot� (gcote)
Date: 2002-01-17 06:40

Message:
Logged In: YES 
user_id=15328

After futher testing, I got the following working in 2.4.4
(but not in 2.4.3)

  <mbean
code="org.jboss.web.catalina.EmbeddedCatalinaServiceSX"
name="DefaultDomain:service=EmbeddedTomcat">
    <attribute name="Config">
        <Connector
className="org.apache.catalina.connector.warp.WarpConnector"
                port="8008" minProcessors="5" maxProcessors="75"
                enableLookups="true"
                acceptCount="10" debug="0"/>
    </attribute>
  </mbean>


Source code seem to be in
org.jboss.configuration.ConfigurationService, there is no
occurence of "child" in that file.

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

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

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

Reply via email to