Alright,

Did what you suggested and changed the my.ini.
No results! Meanwhile I also tried it with the jboss-portal-2.2.1RC3-bundled 
but same problem. By the way I am using the 
mysql-connector-java-3.1.12-bin-g.jar .


I also notice I get the next messages:
21:03:57,128 WARN  [ServiceController] Problem starting service 
jboss.ejb:service=EJBTimerService,persistencePolicy=database
java.lang.IllegalStateException: Cannot find datasource meta data: 
jboss.jdbc:datasource=DefaultDS,service=metadata


My portal-mysql-ds.xml looks like this

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

  <local-tx-datasource>
<!-- <jndi-name>PortalDS</jndi-name> -->
    <jndi-name>DefaultDS</jndi-name>
    
<connection-url>jdbc:mysql://localhost:3306/jbossportal?useServerPrepStmts=false&amp;jdbcCompliantTruncation=false</connection-url>
    <driver-class>org.gjt.mm.mysql.Driver</driver-class>
    <user-name>jboss</user-name>
    portal
  </local-tx-datasource>


My mysql-ds looks like this

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

<!-- The MySQL Configuration -->


   <local-tx-datasource>
      <jndi-name>DefaultDS</jndi-name>
      
<connection-url>jdbc:mysql://localhost:3306/jbossportal?useServerPrepStmts=false&amp;jdbcCompliantTruncation=false</connection-url>
      <driver-class>com.mysql.jdbc.Driver</driver-class>
      <user-name>jboss</user-name>
      portal

   </local-tx-datasource>




Do you have any other suggestions?

regards
Danny Gaethofs

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

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


-------------------------------------------------------
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&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to