sorry, i'm a french speaker.

j'ai rencontré le même problème ce matin et j'ai finalement pu le résoudre.
assurez vous que le fichier portal-*-ds.xml contient la bonne chaine de 
connexion à votre base de données. j'utilise jboss-4.0.2 et 
jboss-portal-2.0.2RC1.
Ma base est une base oracle(jbossportal) installée sur un serveur qui se nomme 
luanda, et j me connecte avec l'user portal/sinti
Le contenu de mon fichier portal-oracle-ds.xml est le suivant:

<?xml version="1.0" encoding="UTF-8"?>

  <local-tx-datasource>
     <jndi-name>PortalDS</jndi-name>
     <connection-url>jdbc:oracle:thin:@luanda:1521:jbossportal</connection-url>
     <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
     <user-name>portal</user-name>
     sinti
  </local-tx-datasource>
  <no-tx-datasource>
     <jndi-name>NoTxPortalDS</jndi-name>
     <connection-url>jdbc:oracle:thin:@luanda:1521:jbossportal</connection-url>
     <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
     <user-name>portal</user-name>
     sinti
  </no-tx-datasource>
 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927825#3927825

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927825


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to