franklinlin
Advisor
Advisor
Member since ‎2021 Feb 05

User Statistics

  • 16 Posts
  • 1 Solutions
  • 2 Kudos given
  • 5 Kudos received

User Activity

1) Does create ainstance mean the application will be deployed into the sub account and run in the runtime belong to the sub account ? user actually gets a new deployment of the service running in his own sub account ?2) Does create a subscription me...
My project run locally with cds watch work well. But when I push to BTP trail got error . It seems cds command can not be find . My manifest file : ---applications: - name: hello-world-srv path: . memory: 256M buildpacks: - nodejs_buildpack ...
I want to use CAP to create a multi tenant application with two multi tenant services ( ServiceA and Service B , ServiceA will invoke ServiceB) . Every multi tenant service will hold their own DB(Schema) and is maintained by different teams . In or...
I create a multi target app And deployed in my subdomain. And I checked it work well . But when I create another subdomain to subscribe the app . I got the subscription failed . How to know why it happened ? Is there any log I can check ? ( I che...
Hi Experts I am new to CAPs. I wonder how to control transactions in CAP applicaiton . General in Spring boot we can use annotation @transactional to control TRANSACTION. But in CAPs how to control transactions ? Br. Frank