i have microservice running independently doing stuff talking separately wso2 identity server. want add microservice identity server or kind of extending identity server include capabilities of microservice starting wso2 identity server take care of requirements. microservice created using msf4j , created osgi bundle following below link.
https://docs.wso2.com/display/msf4j200/creating+a+microservice+as+an+osgi+bundle
after creating bundle, placed in 'repository/components/dropins' folder of wso2 identity server following below link.
https://docs.wso2.com/display/carbon447/config+files+for+third+party+jars
after placing bundle, started identity server in '-dosgiconsole' mode hoping work fine. typing 'ss bundle_name' dint return nothing in console.
also microservice independently ran on 8080 through msf4j. if doing meaningful , assume somehow achieved it, @ port service run? how access exposed resources?
any appreciated.
this not work carbon kernel 4.4.x based products or older products since there additional manifest headers (e.g carbon-component) been used process @ runtime. added in future wso2 products based on carbon kernel 5.x
Comments
Post a Comment