Mantis - Resin
Viewing Issue Advanced Details
2143 minor always 11-05-07 10:18 03-12-08 09:22
ferg  
ferg  
normal  
closed 3.1.3  
fixed  
none    
none 3.1.4  
0002143: resource-ref validation
(rep by Gary Zhu)

When I replaced <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"...> [^] with <web-app xmlns="http://caucho.com/ns/resin">, [^]
following block of XML is flagged as invalid:

<resource-ref>
         <res-ref-name>OracleDS</res-ref-name>
         <res-type>javax.sql.DataSource</res-type>
         <res-auth>CONTAINER</res-auth>
</resource-ref>

The Caucho name space is expecting resource-ref-name, but when I changed that name, com.caucho.config.types.ResourceRef.java is not happy.


Notes
(0002441)
ferg   
11-05-07 13:09   
server/12g1
(0002649)
ferg   
01-14-08 09:17   
Reopen this based on user feedback.
(0002751)
ferg   
02-11-08 14:51   
This specific issue is okay, but the schema need to be upgraded to JavaEE 5.0