Franklin Antony [http://community.jboss.org/people/frankee787] created the discussion
"Re: Oracle Integration with JBPM5" To view the discussion, visit: http://community.jboss.org/message/608739#608739 -------------------------------------------------------------- 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 [http://community.jboss.org/message/608739#608739] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
