Re: [Architecture] Workday Connector

2017-10-11 Thread Rajjaz Mohammed
Hi Nirthika, This list[1] may help you to chose the methods. [1] https://docs.mulesoft.com/release-notes/workday-connector-release-notes On Wed, Oct 11, 2017 at 2:02 PM, Nirthika Rajendran wrote: > Hi Malaka, > > There are nearly 250 operations in total for Human_Resource [1] and > Payroll [2]

[Architecture] [PET] GitHub connector improvement

2016-04-05 Thread Rajjaz Mohammed
Hi All, I have plan to improve the existing GitHub connector and i found there are more unimplemented methods available in GidHub API. Here i listed few methods. Please let me know if you have any suggestions on below methods. - Enterprise - Get statistics

Re: [Architecture] [PET] GitHub connector improvement

2016-04-05 Thread Rajjaz Mohammed
On Tue, Apr 5, 2016 at 1:36 PM, Rajjaz Mohammed wrote: > Hi All, > > I have plan to improve the existing GitHub connector and i found there are > more unimplemented methods available in GidHub API. Here i listed few > methods. Please let me know if you have any suggestions o

Re: [Architecture] Token2 Provisioning connector and Authenticator for IS

2016-05-05 Thread Rajjaz Mohammed
+1, Since we already covered most of the methods(SMS, Email, Google App) related to OTP. it will better if we include hardware token also so i think we need to get hardware. On Thu, May 5, 2016 at 8:00 PM, Malaka Silva wrote: > Hi Kanapriya, > > Can't we pretty much cover the same requirement w

Re: [Architecture] Token2 Provisioning connector and Authenticator for IS

2016-05-05 Thread Rajjaz Mohammed
ssociate Software Engineer >> Mobile : - 0774894438 >> Mail : - kanapr...@wso2.com >> >> On Fri, May 6, 2016 at 9:57 AM, Rajjaz Mohammed wrote: >> >>> +1, >>> >>> Since we already covered most of the methods(SMS, Email, Google App) >>&

[Architecture] [PET] [CEP] File Writer for CEP

2016-05-30 Thread Rajjaz Mohammed
Hi All, I have planed to develop $Subject using NIO[1] . NIO was created to allow Java programmers to implement high-speed I/O without having to write custom native code. NIO moves the most time-consuming I/O activities (namely, filling and draining buffers) back into the operating system, thus al

Re: [Architecture] [PET] [CEP] File Writer for CEP

2016-06-05 Thread Rajjaz Mohammed
rote: > > > On Tue, May 31, 2016 at 10:38 AM, Malaka Silva wrote: > >> Is the scope should only cover local file system? Then IMO this should be >> the optimum way. >> > > +1 . Yes, covering local file system should be enough here.. > > Thanks, > Moh

[Architecture] [PET] Support UniqueBatchWindow(Time, Length) for Siddhi

2016-07-21 Thread Rajjaz Mohammed
Hi All, I have planned to develop UniqueTimeBatchWindow, UniqueLengthBatchWindow Extension for Siddhi. We already have TimeWindow, TimeBatchWindow and UniqueTimeWindow. Same to length also. Currently, I'm planning to implement UniqueBatchWindow which is support for both time and length. Please a

Re: [Architecture] [PET] Support UniqueBatchWindow(Time, Length) for Siddhi

2016-07-21 Thread Rajjaz Mohammed
Hi Suho, We really don't need to have both in the same implementation. But we can > have both in common repo called UniqueBatchWindow. > > Both are not in same implementations. > > I have planned to develop UniqueTimeBatchWindow, UniqueLengthBatchWindow >> Extension for Siddhi. We already have Ti

Re: [Architecture] [PET] Support UniqueBatchWindow(Time, Length) for Siddhi

2016-08-18 Thread Rajjaz Mohammed
#diff-4b8e395809a6b3a3bea2f689cc7ea927R99 On Thu, Jul 21, 2016 at 3:22 PM, Sriskandarajah Suhothayan wrote: > Sorry, I miss read the mail. +1 > > Regards > Suho > > On Thu, Jul 21, 2016 at 3:02 PM, Rajjaz Mohammed wrote: > >> Hi Suho, >> >> We really don't need to have bot

Re: [Architecture] [PET] Support UniqueBatchWindow(Time, Length) for Siddhi

2016-08-18 Thread Rajjaz Mohammed
Adding Dilini. On Thu, Aug 18, 2016 at 1:00 PM, Rajjaz Mohammed wrote: > Hi All, > > In existing uniqueWindow allows us to specify any number of > attributes(list)[1] for the key but in my current implementation, I'm > changed to support single attribute[2] so it will be a

Re: [Architecture] [Siddhi] Discarding events within a window

2016-08-25 Thread Rajjaz Mohammed
Hi Malith, +1, Will add in the implementation. On Thu, Aug 25, 2016 at 12:31 PM, Dilini Muthumala wrote: > > On Thu, Aug 25, 2016 at 12:18 PM, Malith Jayasinghe > wrote: > >> Hi Dilini, >> >> Can we provide an option here to specify which event to be dropped (i.e. >> earlier event or the later

Re: [Architecture] [PET] Support UniqueBatchWindow(Time, Length) for Siddhi

2016-08-30 Thread Rajjaz Mohammed
first or last unique as optional parameter). [image: Inline image 2] On Thu, Aug 18, 2016 at 3:06 PM, Dilini Muthumala wrote: > On Thu, Aug 18, 2016 at 1:00 PM, Rajjaz Mohammed wrote: >> >>> Hi All, >>> >>> In existing uniqueWindow allows us to specify any numbe

Re: [Architecture] ESB connector auto generation tool

2016-09-09 Thread Rajjaz Mohammed
> Hi, > > ​We have currently 150+ connectors in store > . Using those we can easily build > integration use cases with WSO2 ESB. > > However there are some apis that resides on premises and specific to some > users. If we need to integrate such services, we either nee

Re: [Architecture] ESB connector auto generation tool

2016-10-12 Thread Rajjaz Mohammed
t;> definition. Is this a similar requirement? >> >> On Tue, Sep 20, 2016 at 10:51 AM, Ajanthan Balachandran < >> ajant...@wso2.com> wrote: >> >>> What do you mean by a tool? Is it command line tool or maven plugin or >>> eclipse plugin? >>&g

Re: [Architecture] ESB connector auto generation tool

2016-10-13 Thread Rajjaz Mohammed
e this > plug-able? > > On Wed, Oct 12, 2016 at 2:44 PM, Rajjaz Mohammed wrote: > >> Hi All, >> >> I have done some testings on this area for that I created an apex >> class[1] to create an account in salesforce and tested with simple java >> client using WSD

Re: [Architecture] ESB connector auto generation tool

2016-11-04 Thread Rajjaz Mohammed
configs may not be clear for some one to followup. Can you > document the steps how we can automate this integration? > > On Fri, Nov 4, 2016 at 6:41 PM, Rajjaz Mohammed wrote: > >> Hi All, >> >> I have done the first face of the development and test the connector wit

Re: [Architecture] ESB connector auto generation tool

2016-12-01 Thread Rajjaz Mohammed
lesforce custom integration >> with ESB. >> >> Attaching the configs may not be clear for some one to followup. Can you >> document the steps how we can automate this integration? >> >> On Fri, Nov 4, 2016 at 6:41 PM, Rajjaz Mohammed wrote: >> >>> Hi All,

Re: [Architecture] ESB connector auto generation tool

2016-12-03 Thread Rajjaz Mohammed
eration+Tool >> >> On Fri, Nov 4, 2016 at 7:22 PM, Rajjaz Mohammed wrote: >> >>> Hi Malaka, >>> >>> This is the output of the tool for check . Currently I’m working on the >>> documentation part. >>> >>> On Fri, Nov 4, 2016

[Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-07-29 Thread Rajjaz Mohammed
Hi all, I have planned to develop $subject as described below using Apache Abdera framework. *Intro* RSS/Atom Connector for creating, editing, and publishing web feeds and other web resources. *Methods* 1. Retrieving resources (GET) :retrieve feeds and inject to esb mediation logic reso

Re: [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-07-30 Thread Rajjaz Mohammed
hu, Jul 30, 2015 at 8:28 AM, Rajjaz Mohammed wrote: > >> Hi all, >> I have planned to develop $subject as described below using Apache Abdera >> framework. >> >> *Intro* >> RSS/Atom Connector for creating, editing, and publishing web feeds and >> other we

Re: [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-11 Thread Rajjaz Mohammed
Use Case Diagram https://docs.google.com/a/wso2.com/document/d/1XpqU3z7xbKUb20N5ttvje3wdIR4DuydKqz1iiwAAeEY/edit?usp=sharing On Thu, Jul 30, 2015 at 6:35 PM, Malaka Silva wrote: > Looks good > > On Thu, Jul 30, 2015 at 5:25 PM, Rajjaz Mohammed wrote: > >> Hi Malaka, &

Re: [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-13 Thread Rajjaz Mohammed
and most of the feeds are storing inside the site in XML format so can we access that files using vfs and edit that XML files and update it back to the site? is that possible? On Tue, Aug 11, 2015 at 3:35 PM, Rajjaz Mohammed wrote: > Use Case Diagram > > > https://docs.google.co

Re: [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-26 Thread Rajjaz Mohammed
Hi All, In My case Atom/RSS feed Connector mandatory parameters *Element**Description* *title*The title of the item. *link*The URL of the item. *description*The item synopsis. authorEmail address of the author of the item On Thu, Aug 13, 2015 at 12:38 PM, Rajjaz Mohammed wrote: > Hi

Re: [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-26 Thread Rajjaz Mohammed
10:36 AM, Rajjaz Mohammed wrote: > Hi All, > In My case Atom/RSS feed Connector > > mandatory parameters > > *Element**Description* > *title*The title of the item. > *link*The URL of the item. > *description*The item synopsis. > > authorEmail address of the author o

Re: [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-26 Thread Rajjaz Mohammed
*sorry to all above mails are sent because of short key press On Thu, Aug 27, 2015 at 10:37 AM, Rajjaz Mohammed wrote: > Hi All, > In My case Atom/RSS feed Connector > > mandatory parameters > > *Element**Description* > *title*The title of the item. > *link*The URL of

Re: [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-26 Thread Rajjaz Mohammed
The title of the item. descriptionThe item synopsis. optional parameters authorOwner of the feed pubDateIndicates when the item was published [1] http://www.rssboard.org/rss-specification On Thu, Aug 27, 2015 at 10:38 AM, Rajjaz Mohammed wrote: > *sorry to

Re: [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-08-27 Thread Rajjaz Mohammed
://cwiki.apache.org/confluence/display/ABDERA/ On Thu, Aug 27, 2015 at 11:12 AM, Malaka Silva wrote: > Hi Rajjaz, > > Can we do this according to the spec. > > https://validator.w3.org/feed/docs/rss2.html > > On Thu, Aug 27, 2015 at 10:43 AM, Rajjaz Mohammed wrote: > >&

Re: [Architecture] [ESB-Connector] EJB Connector

2015-09-16 Thread Rajjaz Mohammed
On Wed, Sep 16, 2015 at 2:04 PM, Rajjaz Mohammed wrote: > Hi All, > I have planned to Implement EJB Connector for WSO2 ESB. Currently, EJB > mediator supports EJB3 Stateless Session Beans and Stateful Session Beans. > Since EJB mediator have some isues EJB Connector will

[Architecture] [ESB-Connector] EJB Connector

2015-09-16 Thread Rajjaz Mohammed
Hi All, I have planned to Implement EJB Connector for WSO2 ESB. Currently, EJB mediator supports EJB3 Stateless Session Beans and Stateful Session Beans. Since EJB mediator have some isues EJB Connector will include the Functionality of EJB mediator which calls an external Enterprise JavaBean (EJB

Re: [Architecture] [ESB-Connector] EJB Connector

2015-09-16 Thread Rajjaz Mohammed
EJB mediator, please report them and >> help us to improve the existing mediator. It is not required to repeat the >> functionality of the EJB mediator in the new connector which you are going >> to develop. Could you elaborate on a use case for this EJB connector? >> >> On Wed, Sep

Re: [Architecture] [Connector] ESB File operations with NIO 2

2015-09-17 Thread Rajjaz Mohammed
adding kalyani @kalyani it will help you to develop your local file inbound+Connector On Wed, Aug 19, 2015 at 11:16 AM, Malaka Silva wrote: > We are planning to have this as a separate connector-inbound pair. > > Maybe we can name those as *Local File Connector, FTP File Connector, > etc.*. > >

Re: [Architecture] Proposing Virtual Device concept to IoT Server

2015-09-22 Thread Rajjaz Mohammed
Hi All, AFAIK you can write a sample based on Emulators like Qemu [1] for testing the samples but Qemu may not provide the physical device experience but functional wise it work like devices like raspberry pi. the key point is we can run it on Windows and Linux. [1] http://lassauge.free.fr/qemu/

Re: [Architecture] [ESB-Connector] EJB Connector

2015-09-22 Thread Rajjaz Mohammed
.0) > > In long term we can deprecate EJB mediator and write connectors for these. > WDYT? > > @Rajjaz - To start better we discuss the high level architecture of your > development. > > On Wed, Sep 16, 2015 at 11:09 PM, Rajjaz Mohammed wrote: > >> Hi Chanaka/Dushan, >

Re: [Architecture] Custom Inbound

2015-09-28 Thread Rajjaz Mohammed
Hi Kalyani, as Buddhima Suggest to implement the custom inbound[1] first start with sample [2] inbound and then try to implement basic NIO operations[3]. and refer existing file inbound[4] working flow it guide you to get better understand about Inbound. [1] http://isurur.blogspot.com/2014/12/i

Re: [Architecture] [ESB-Connector] EJB Connector

2015-10-06 Thread Rajjaz Mohammed
connector for 2.x first? can anyone have experience with client can guide me on this? what is the client requirement? On Wed, Sep 23, 2015 at 12:24 PM, Rajjaz Mohammed wrote: > Hi All, > Thank you for your Suggestions. Since EJB Mediator also have some issues > in working as Discussed in

Re: [Architecture] [ESB-Connector] EJB Connector

2015-10-06 Thread Rajjaz Mohammed
connector for EJB 3.0 since this is already > supported with ESB EJB mediator. > > +1 for the connector with EJB 2.1 support. > > On Wed, Oct 7, 2015 at 11:52 AM, Rajjaz Mohammed wrote: > >> Hi All, >> For the EJB Connector Development which EJB-Container is Recommen

Re: [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-10-15 Thread Rajjaz Mohammed
store yet? Can you please give an update? > > On Thu, Aug 27, 2015 at 12:40 PM, Rajjaz Mohammed wrote: > >> Hi Mlaka, >> Since ATOM is an IETF standard while RSS is not[1] I’m using Apache >> abdera Framework[2] because its support with Atom Feed. even when we >

Re: [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-10-19 Thread Rajjaz Mohammed
ion. Can you work with kathees > and add this to the store. > > I guess this is in production ready state now. Have we done the load and > long running tests? > > On Fri, Oct 16, 2015 at 9:10 AM, Rajjaz Mohammed wrote: > >> Hi Malaka, >> i sent the PR for both inb

Re: [Architecture] [ESB-Connector] EJB Connector

2015-10-27 Thread Rajjaz Mohammed
ttp://www.ibm.com/developerworks/downloads/ws/was/index.html > [4] http://www.jboss.org/products/eap/overview/ > [5] https://glassfish.java.net/download.html > > On Wed, Oct 7, 2015 at 12:00 PM, Rajjaz Mohammed wrote: > >> Noted Malaka, >> i need to know which EJB-Cont

Re: [Architecture] [ESB-Connector] EJB Connector

2015-10-27 Thread Rajjaz Mohammed
Wed, Oct 28, 2015 at 10:45 AM, Rasika Perera wrote: > >> Can you list down the libraries you are using? >> >> On Wed, Oct 28, 2015 at 10:42 AM, Rajjaz Mohammed >> wrote: >> >>> Hi All, >>> Since I’m adding server libraries for Connector the siz

Re: [Architecture] [ESB-Connector] EJB Connector

2015-11-15 Thread Rajjaz Mohammed
HelloBean sayHello jack1 Rajjaz123 On Wed, Oct 28, 2015 at 10:59 AM, Rajjaz Mohammed wrote: > yes malaka, > i got the point. development will be based on that. >

Re: [Architecture] [ESB-Connector] EJB Connector

2015-11-15 Thread Rajjaz Mohammed
​Don't we need to capture argument type also?​ > > > ​eg :-​ > > HelloBean > sayHello > *out* > *args* > Rajjaz123 > > > On Sun, Nov 15, 2015 at 3:21 PM, Rajjaz Mohammed wrote: &g

Re: [Architecture] [ESB-Connector] EJB Connector

2015-11-29 Thread Rajjaz Mohammed
0079/scripting-jvm-languages/invokedynamic-101.html > > On Mon, Nov 16, 2015 at 9:32 AM, Rajjaz Mohammed wrote: > >> i will change key to arg.key and other then void method output's are >> directly add to property name with response . since message contest >> contain

Re: [Architecture] Avoiding Access Token Expiration on ESB Connectors

2015-12-01 Thread Rajjaz Mohammed
Hi Nadeeshan, avoiding the access token expiration is really important feature for connector's stability. i hope it will work with all kind of connectors which are need access tokens not only with Google connectors. On Wed, Dec 2, 2015 at 9:23 AM, Malaka Silva wrote: > Yes this is a required fea

Re: [Architecture] [ESB-Connector] EJB Connector

2015-12-03 Thread Rajjaz Mohammed
().getDeclaredMethod(methodName) ; [2] http://www.javaworld.com/article/2860079/scripting-jvm-languages/invokedynamic-101.html On Sun, Nov 29, 2015 at 1:42 PM, Rajjaz Mohammed wrote: > Hi Malkaa, > i will check on that. > > On Sat, Nov 28, 2015 at 6:30 PM, Malaka Silva wrote: > >&g

Re: [Architecture] [ESB-Connector] EJB Connector

2015-12-20 Thread Rajjaz Mohammed
://docs.wso2.com/display/ESBCONNECTORS/EJB2+Connector On Fri, Dec 4, 2015 at 9:36 AM, Malaka Silva wrote: > ​Rajjaz may be it's not required for this connector. But worth checking it > to find what are the benefits over reflection?​ > > On Thu, Dec 3, 2015 at 6:04 PM, Rajja

Re: [Architecture] [Connector + Inbound] RSS/Atom feed Connector + Inbound for WSO2 ESB

2015-12-20 Thread Rajjaz Mohammed
PM, Rajjaz Mohammed wrote: > Hi , > > @ Malaka/kathees > Can you Review my PR https://github.com/wso2/esb-connectors/pull/338 > > @Nisrin > Can you Review my Documentation > https://docs.wso2.com/pages/viewpage.action?pageId=47520145 > > On Fri, Oct 16, 2015 at 9:47 A

Re: [Architecture] [ESB-Connector] EJB Connector

2015-12-20 Thread Rajjaz Mohammed
xt.setProperty(returnName, obj);} else {messageContext > .setProperty(EJBConstants.RESPONSE, EJBConstants.SUCCESS);}} > > On Sun, Dec 20, 2015 at 2:08 AM, Rajjaz Mohammed wrote: > >> Hi all, >> EJB2.0 connector published[1] in store and Documentation[2] also moved to >

[Architecture] [IS][PET] X509 certificates as IS Authenticator

2016-01-25 Thread Rajjaz Mohammed
Hi all, I have planned to Implement X509 certificate as IS authenticator. the flow of authentication will be like described in below image[1]. Flow of X509 certificate authentication [2] 1. The client opens a connection to the server and asks the server to authenticate itself. 2. The se

Re: [Architecture] [IS][PET] X509 certificates as IS Authenticator

2016-01-29 Thread Rajjaz Mohammed
/An-Introduction-to-Mutual-SSL-Authentication On Fri, Jan 29, 2016 at 9:00 AM, Dimuthu Leelarathne wrote: > Hi Rajjaz, > > Could you explain why your solution superior to 2-way SSL? > > thanks, > Dimuthu > > On Tue, Jan 26, 2016 at 12:29 PM, Rajjaz Mohammed wrote: > >>

Re: [Architecture] [IS][PET] X509 certificates as IS Authenticator

2016-01-29 Thread Rajjaz Mohammed
s app). >>> >>> Are we adding the certificate to the client via authenticator and >>> authenticate that client through IS? If we add the certificate to the >>> browser manually, why do we need IS in the middle? In my point of view, >>> authenticator should do

Re: [Architecture] [IS][PET] X509 certificates as IS Authenticator

2016-02-03 Thread Rajjaz Mohammed
> that I own the key should be enough. If I upload the key file, it wouldn't > make any sense. > > thanks, > Dimuthu > > On Sat, Jan 30, 2016 at 1:12 AM, Rajjaz Mohammed wrote: > >> Hi all, >> X 509 is only the certificate to verify client and server. >>

Re: [Architecture] [IS][PET] X509 certificates as IS Authenticator

2016-02-03 Thread Rajjaz Mohammed
Hi prabath/johan, @Dhanushka - Yes. This would make sense in a none-browser scenario. I think >> hence the sample should reflect the usage. Doing it for travelocity won't >> be logical. >> >>> please suggest me on this. -- Thank you Best Regards *Rajjaz HM* Associate Software Engineer WSO2 Inc.

[Architecture] [IS] [PET] OATH HOTP Authenticator for IS

2016-03-07 Thread Rajjaz Mohammed
Hi All, i have planed to develop $Subject, This OTP[1] relies on two basic things, a shared secret and a moving factor. As part of the algorithm an HmacSHA1 hash of the moving factor will be generated using the shared secret. Whenever a new OTP is generated, the moving factor will increase. User

Re: [Architecture] Fwd: OATH Authenticators for IS

2016-03-08 Thread Rajjaz Mohammed
> IMO can we rename TOTP authenticator to Google Authenticator. SMS OTP, > Email OTP and Google Authenticator can have the options TOTP and HOTP. > > +1 with kathees, these are the 3 ways to user to get token( can use yubikey also ). so we can create 3 authenticators and each authenticator have th

Re: [Architecture] Fwd: OATH Authenticators for IS

2016-03-15 Thread Rajjaz Mohammed
Hi All, Kind reminder on this topic. @Prabath/Johan shall we create a common module for TOTP and HOTP? Algorithm based common module will reduce the codes and we can use for multiple vendors, currently SMSOTP developed based on Nexmo API[1] but there are multiple options available for send SMS. so