[jboss-user] [jBPM] - Re: Oracle Integration with JBPM5

Franklin Antony do-not-reply at jboss.com
Mon Jun 6 08:21:07 EDT 2011


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110606/b1b34fec/attachment.html 


More information about the jboss-user mailing list