[JBoss-user] question about 3.2.x docs

2003-07-11 Thread Erik Price
Hi,

On page 197 of the 3.2.x JBoss docs (JBoss Administration and 
Development, 3rd Edition), the description of jboss-web.xml says that 
within the resource-ref element, an optional res-type element can 
appear.  However, the jboss-web_3_2.dtd doesn't seem to allow this 
element to appear.  Is this just a technical mistake, or am I using the 
wrong DTD?

!DOCTYPE jboss-web PUBLIC
PUBLIC -//JBoss//DTD Web Application 2.3V2//EN
http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd;
Basically, I'm not sure where to specify my JDBC connection parameters 
for a BMP that makes some DB calls.  I feel like I'm reading the right 
part of the docs but I guess I'm just not seeing it.



Thanks,

Erik



---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing  more.
Download  eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] question about 3.2.x docs

2003-07-11 Thread Scott M Stark
You are not reading this correctly. There is the 2.3 web.xml descriptor
resource-ref which allows a res-type and there is the jboss-web.xml
descriptor resource-ref which only allows either the jndi-name or
res-url. The section talking about the res-type is on the standard descriptors,
ejb-jar.xml and web.xml.
--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

Erik Price wrote:

Hi,

On page 197 of the 3.2.x JBoss docs (JBoss Administration and 
Development, 3rd Edition), the description of jboss-web.xml says that 
within the resource-ref element, an optional res-type element can 
appear.  However, the jboss-web_3_2.dtd doesn't seem to allow this 
element to appear.  Is this just a technical mistake, or am I using the 
wrong DTD?

!DOCTYPE jboss-web PUBLIC
PUBLIC -//JBoss//DTD Web Application 2.3V2//EN
http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd;
Basically, I'm not sure where to specify my JDBC connection parameters 
for a BMP that makes some DB calls.  I feel like I'm reading the right 
part of the docs but I guess I'm just not seeing it.



Thanks,

Erik


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing  more.
Download  eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user