Re: install_aria_extensions called twice

2018-01-10 Thread Maxim Orlov
; srinidhi.srivat...@globallogic.com.INVALID] > Sent: Friday, December 08, 2017 11:32 AM > To: dev@ariatosca.incubator.apache.org > Subject: RE: install_aria_extensions called twice > > Hi, > > Thanks for the information. Will this item be prioritized and fixed? > > Regards, >

RE: install_aria_extensions called twice

2018-01-10 Thread Vaishali Krishnamurthy
Srivatsan [mailto:srinidhi.srivat...@globallogic.com.INVALID] Sent: Friday, December 08, 2017 11:32 AM To: dev@ariatosca.incubator.apache.org Subject: RE: install_aria_extensions called twice Hi, Thanks for the information. Will this item be prioritized and fixed? Regards, Srinidhi. -Original Message- F

RE: install_aria_extensions called twice

2017-12-07 Thread Srinidhi Srivatsan
Hi, Thanks for the information. Will this item be prioritized and fixed? Regards, Srinidhi. -Original Message- From: Maxim Orlov [mailto:ma...@cloudify.co] Sent: Wednesday, December 06, 2017 5:59 PM To: dev@ariatosca.incubator.apache.org Subject: Re: install_aria_extensions called twice

Re: install_aria_extensions called twice

2017-12-06 Thread Maxim Orlov
The removal on the call to install_aria_extensions does solve the problem in your case, however this might raise other issue. For example: writing a process executor extension would have no effect if you'd remove the `install_aria_extensions` function call. The actual problem is caused because

RE: install_aria_extensions called twice

2017-12-05 Thread Srinidhi Srivatsan
Hi, We have observed runtime error “Re-definition of YAML 1.1” error while executing the following service template. This happens when we define a complex type as input into an operation but the first entry must be an intrinsic function even if the type has been defined as string. We think it