Estou tentando fazer o Deploy de um .war no BES mas quando ele vai fazer ele levando esse warning
#### Warning: [vendasweb.war] WEB-INF/web-borland.xml is present but will be ignored [DOCTYPE indicates different J2EE version].
ai como o amarramento do jndi-name fica no web-borland.xml ele levanta esse erro e n faz o deploy.
#### Error: [vendasweb.war] Must specify a binding to a jndi-name for the resource-ref 'jdbc/Vendas'.
#### Error: [vendasweb.war] Must specify a binding to a jndi-name for the resource-ref 'jdbc/Vendas'.
Estou mandando meu web-borland.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Borland Corporation//DTD Web Application 2.2//EN" "http://www.borland.com/devsupport/appserver/dtds/web-app_2_3-borland.dtd">
<web-app>
<context-root>vendasweb</context-root>
<resource-ref>
<res-ref-name>jdbc/Vendas</res-ref-name>
<jndi-name>serial://datasources/Vendas</jndi-name>
</resource-ref>
</web-app>
<!DOCTYPE web-app PUBLIC "-//Borland Corporation//DTD Web Application 2.2//EN" "http://www.borland.com/devsupport/appserver/dtds/web-app_2_3-borland.dtd">
<web-app>
<context-root>vendasweb</context-root>
<resource-ref>
<res-ref-name>jdbc/Vendas</res-ref-name>
<jndi-name>serial://datasources/Vendas</jndi-name>
</resource-ref>
</web-app>
obrigado
Daniel Gon�alves de Oliveira
Yahoo! GeoCities: a maneira mais f�cil de criar seu web site gr�tis!
