JBoss Community

Re: Oracle Integration with JBPM5

created by Franklin Antony in jBPM - View the full discussion

Try adding this before you start your KnowledgeBase

 

 

        PoolingDataSource ds1 = new PoolingDataSource();

                 ds1.setUniqueName( "jdbc/testDS2" );

                 ds1.setClassName( "com.mysql.jdbc.jdbc2.optional.MysqlXADataSource" );

                

                 

                 ds1.setMaxPoolSize( 10 );

                 ds1.setAllowLocalTransactions( true );

                 ds1.getDriverProperties().put( "user","root" );

                 ds1.getDriverProperties().put( "password","password" );

                 ds1.getDriverProperties().put( "URL","jdbc:mysql://DTL-HO-RND02.datelservices.com:3306/myjbpm5db" );

                 ds1.init();

Reply to this message by going to Community

Start a new discussion in jBPM at Community