Publish a BSV via script

If you think that something doesn't work in Aware IM post your message here
Post Reply
jannes
Posts: 100
Joined: Tue Jul 02, 2019 12:22 pm

Publish a BSV via script

Post by jannes »

It is possible to publish a BSV via a script to 1 or more (production) domains ?

- Export the BSV from the development domain
- Create new (minor) version in another (production) domain(s)
- Import BSV into another domain(s)
- Publish BSV in domain(s)

Isn’t it also already part of AwareIm like creating a BSV for a new domain :

http://YourServerName:YourPortName/AwareIM/req.awcbs?parameters

Where parameters are:
"domain" - the name of the new business space to be created
"bsv" - path to the file in file system where the BSV to be deployed into the new business space is
"domain_start" - the name of the business space that serves as a "starting business space" - some existing business space on the server where the new system is deployed. This business space must have some business space version in the CURRENT state. It doesn't matter what the contents of this version is
"init_process" - an optional name of the process that will run after the new business space has been created and the BSV deployed
"object_name" - if the process above requires input, this parameter indicates the name of the object representing process input. An instance of this object
will be created before the initilalisation process runs

for example:
http://localhost:8080/AwareIM/req.awcbs ... initPortal
jannes
Posts: 100
Joined: Tue Jul 02, 2019 12:22 pm

Re: Publish a BSV via script

Post by jannes »

The answer of Vladimir :

If domains already exist, then yes, you have to import the BSV manually.
There is no work around for this yet.
Post Reply