inem88
inem88

Reputation: 327

Can I use Carbon Datasource in dss for work in WSO2 Micro Integrator?

I start wso2ei micro integrator profile and deploy carbonapp with carbon datasource in dbs file. Then I get nullpointer error in get datasource in log.

If I specify jdbc datasource in dbs - it all ok.

Can I use carbon datasource in dbs for micro integrator?

Upvotes: 1

Views: 229

Answers (1)

Chanikag
Chanikag

Reputation: 1441

The carbon datasources feature is not shipped with micro integrator. When a carbon datasource is created it saves in the registry in the default ESB profile. As all the registry related features are removed from the micro integrator, it is not available. Instead you can define the datasource in line in the dataservice it self.

Upvotes: 2

Related Questions