contactreji commented on issue #1071: Registry beans issues after upgrade from 
kamel 0.3.4 to kamel 1.0.0 M4
URL: https://github.com/apache/camel-k/issues/1071#issuecomment-557271859
 
 
   Thanks @davsclaus and @lburgazzoli . Your suggestions helped! Changed the 
dsl to following and it worked.
   
   ```
   import org.apache.commons.dbcp.*;
   beans {
    db5dc9a00fa7715b59aa24454c = [driverClassName: 'com.mysql.jdbc.Driver', 
url: 'jdbc:mysql://10.213.96.182:3306/schema1', username: 'user1', password: 
'********', ] as BasicDataSource
   }
   ```
   
   Cheers. Closing this issue

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to