You can answer the question yourself by opening web_xml.xdt and search for
<resource-ref>. You'll see that there are two merge points you can use (line
246 and 249).

And read this one too: http://expita.com/nomime.html

Cheers,
Aslak (sorry for being a bit pedantic today ;-))

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Matt Raible
Sent: 4. januar 2003 09:54
To: [EMAIL PROTECTED]
Subject: [Xdoclet-user] Resource-ref entries in web.xml


Is there a merge-point file specifically for resource-refs in web.xml?
Currently, I'm just placing the following at the top of web-security.xml and
it seems to work fine, but I'm guessing there's a better way.  Better yet,
is there a list of possible merge files?
    <resource-ref>
        <description>DB Connection</description>
        <res-ref-name>jdbc/appfuse</res-ref-name>
        <res-type>javax.sql.DataSource</res-type>
        <res-auth>Container</res-auth>
    </resource-ref>
Thanks,
Matt



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to