Re: [Dev] Invoking Human Task in BPEL

2017-07-01 Thread Heshitha Hettihewa
Hi Lipsa, AFAIK there is no straight forward documentation for that. The humantask artifacts created using WSO2 developer studio contains wsdls for task service and the callback service. You may add these two services as partner links and invoke them. In WSO2 developer studio BPEL editor use a Rem

Re: [Dev] [GSoC][SCIM] SCIM 2.0 Test Dependencies

2017-07-01 Thread Vindula Jayawardana
Hi Johann, > >> In SCIM 2.0 compliance test suite, there are inter dependencies between >> tests. For an example, >> >> We have identified /Schemas endpoint as a critical test which tests the >> schemas corresponding to user and group resources according to SCIM >> specification. However in a case

Re: [Dev] [GSoC][SCIM] SCIM 2.0 Test Dependencies

2017-07-01 Thread Vindula Jayawardana
Hi Gayan, > >> In SCIM 2.0 compliance test suite, there are inter dependencies between >> tests. For an example, >> >> We have identified /Schemas endpoint as a critical test which tests the >> schemas corresponding to user and group resources according to SCIM >> specification. However in a case

Re: [Dev] net.sf.saxon.om.NamePool$NamePoolLimitException: NamePool limit exceeded:

2017-07-01 Thread Himasha Guruge
Hi Francisco, Could you provide the complete error log? Looks like the issue is as reported in [1]. [1] https://wso2.org/jira/browse/ESBJAVA-3363 Thanks, Himasha On Sat, Jul 1, 2017 at 5:18 AM, JĂșnior wrote: > Hello, > > I am facing this exception when doing XQuery or XSLT transformation: >

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-07-01 Thread Gobinath
Hi, Please find the PR [1] fixing the following issues in Siddhi. 1. Logical pattern not obeying the '*within*' keyword 2. Sequence not obeying the '*every*' keyword 3. Logical pattern '*from* *A or B select...*' not producing the output With this fix, the problems asked in Stack Overflow [2]

[Dev] WSO2 IoT Server 3.1.0-Beta Released!

2017-07-01 Thread Madhawa Perera
WSO2 IoT Server 3.1.0-Beta We are pleased to announce WSO2 IoT Server 3.1.0-Beta release. It can be downloaded from wso2iot-3.1.0-beta.zip WSO2 IoT Server is a complete solution that enables device manufac

Re: [Dev] WSO2 IoT Server 3.1.0-Alpha Released!

2017-07-01 Thread Madhawa Perera
Hi Rick, Thanks for the comments. In IoTS 3.1.0 documentation (which is still work in progress), we have added a section named "About this Release". Next release note onwards we will add that link to the release note. Answering to your second question, In the above release note what we referred a

Re: [Dev] [GSoC][SCIM] SCIM 2.0 Test Dependencies

2017-07-01 Thread Johann Nallathamby
On Sat, Jul 1, 2017 at 7:24 PM, Vindula Jayawardana < vindula...@cse.mrt.ac.lk> wrote: > Hi, > > In SCIM 2.0 compliance test suite, there are inter dependencies between > tests. For an example, > > We have identified /Schemas endpoint as a critical test which tests the > schemas corresponding to u

Re: [Dev] [GSoC][SCIM] SCIM 2.0 Test Dependencies

2017-07-01 Thread Gayan Gunawardana
On Sat, Jul 1, 2017 at 8:54 AM, Vindula Jayawardana < vindula...@cse.mrt.ac.lk> wrote: > Hi, > > In SCIM 2.0 compliance test suite, there are inter dependencies between > tests. For an example, > > We have identified /Schemas endpoint as a critical test which tests the > schemas corresponding to u

[Dev] [GSoC][SCIM] SCIM 2.0 Test Dependencies

2017-07-01 Thread Vindula Jayawardana
Hi, In SCIM 2.0 compliance test suite, there are inter dependencies between tests. For an example, We have identified /Schemas endpoint as a critical test which tests the schemas corresponding to user and group resources according to SCIM specification. However in a case where a SCIM service prov

Re: [Dev] [Siddhi-file-io] Consuming multiple files in a directory with tailing enabled.

2017-07-01 Thread Minudika Malshan
Hi, +1 for introducing *trp:file.name * property. I will add it to the extension. BR On Sat, Jul 1, 2017 at 3:19 PM, Sriskandarajah Suhothayan wrote: > +1, And I also like Dilini's idea of using the transport properties, > So for the behaviour you mentioned, add the trp:file.

Re: [Dev] [Siddhi-file-io] Consuming multiple files in a directory with tailing enabled.

2017-07-01 Thread Sriskandarajah Suhothayan
+1, And I also like Dilini's idea of using the transport properties, So for the behaviour you mentioned, add the trp:file.name property to inform the user what file is currently being read. This will be very useful for non-file tailing scenarios. On Sat, Jul 1, 2017 at 3:12 PM, Minudika Malshan w

Re: [Dev] [Siddhi-file-io] Consuming multiple files in a directory with tailing enabled.

2017-07-01 Thread Minudika Malshan
Hi, For the initial implementation, we have decided to implement it as below, When tailing is enabled, - A single file can be pointed out using the uri and it will be consumed and tailed. - If the uri points out a directory, the first file (when files are sorted in alphabetical asce