I am trying to add secondary db Mysql 5.5 but it is giving me error. can you ver

Certified Lead Developer
I am trying to add secondary db Mysql 5.5 but it is giving me error. can you verify is this format is correct.

<xa-datasource
jndi-name="jdbc/MySqlDataSource"
pool-name="MySqlDS"
enabled="true"
use-java-context="false">
<!--<xa-datasource-property name="URL">jdbc:mysql://IPofserver:3306/appian_mysql_db?useOldAliasMetadataBehavior=true</xa-datasource-property>-->
<xa-datasource-property name="serverName">Server Ip</xa-datasource-property>
<xa-datasource-property name="portNumber">3306</xa-datasource-property>
<xa-datasource-property name="databaseName">appian_mysql_db</xa-datasource-property>
<xa-datasource-property name="useUnicode">true</xa-datasource-property>
<xa-datasource-property name="characterEncoding">UTF-8</xa-datasource-property>
<xa-datasource-class>com.mysql.jdbc.jdbc2.optional.MysqlXADataSource</xa-datasource-class>
<user-name>User id</user-name> ...

OriginalPostID-62190

OriginalPostID-62190

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    I have did it but i am getting some error not sure why it is throwing error,
    I am able to connect with my sql from Sql client.
    But in Appian Jboss i am getting following error.
    19:04:27,544 INFO [STDOUT] 2013-03-27 19:04:27,544 [Timer-5] ERROR org.hibernat
    e.util.JDBCExceptionReporter - You are trying to use a connection factory that h
    as been shut down: ManagedConnectionFactory is null.; - nested throwable: (javax
    .resource.ResourceException: You are trying to use a connection factory that has
    been shut down: ManagedConnectionFactory is null.)
Reply
  • 0
    Certified Lead Developer
    I have did it but i am getting some error not sure why it is throwing error,
    I am able to connect with my sql from Sql client.
    But in Appian Jboss i am getting following error.
    19:04:27,544 INFO [STDOUT] 2013-03-27 19:04:27,544 [Timer-5] ERROR org.hibernat
    e.util.JDBCExceptionReporter - You are trying to use a connection factory that h
    as been shut down: ManagedConnectionFactory is null.; - nested throwable: (javax
    .resource.ResourceException: You are trying to use a connection factory that has
    been shut down: ManagedConnectionFactory is null.)
Children
No Data