0

I have installed WSO2 ESB and would like to add data services feature. However, I didn't find any reference to "Data services server" under configure->features-> available features or installed features.

Am I missing anything in configuration?

Thanks,

Community
  • 1
  • 1
Ashish Pandit
  • 137
  • 2
  • 5

2 Answers2

0

You need to download the relavent P2-rep according to your ESB version and then install feature (DSS feature) accordingly. Also pls refer How do you install multiple WSO2 products?

Community
  • 1
  • 1
poohdedoo
  • 1,258
  • 1
  • 18
  • 42
0

You don't necessarily need to download the full repository (unless you're behind a firewall and have problems connecting), but rather use the remote repository by entering the corresponding URL (cf. http://dist.wso2.org/p2/carbon/releases/). The DSS features compatible to your ESB are usually the ones using the same Carbon major and minor version, e.g., 4.0.x.

Thus, you won't be able to install DSS features with the latest ESB, see https://stackoverflow.com/questions/19299294/adding-dss-features-to-esb-4-7-0-conflicting-dependencies

Community
  • 1
  • 1
StePi
  • 41
  • 1