Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-03 Thread Rajjaz Mohammed
keytool -importcert -file -keystore /repository/resources/security/client-truststore.jks -alias "TwitterTrustCertImport" Solved the security error. insted of adding through ESB management console i added through console with wso2carbon password its eliminate the ssl exception On Fri, Jul 3, 20

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-03 Thread Rajjaz Mohammed
i added through esb dashboard already On Fri, Jul 3, 2015 at 4:15 PM, Keerthika Mahendralingam wrote: > Hi Rajjaz, > > You need to add the api certificate to ESB. You can do this by, > > >- Extract the certificate from browser by navigating to apiUrl >- Navigate to "/repository/resources

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-03 Thread Keerthika Mahendralingam
Hi Rajjaz, You need to add the api certificate to ESB. You can do this by, - Extract the certificate from browser by navigating to apiUrl - Navigate to "/repository/resources/security/" using command prompt and execute keytool -importcert -file CERT_FILE_NAME -keystore client-trustst

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-03 Thread Rajjaz Mohammed
But when i try to test manually i'm getting this error [2015-07-03 15:56:37,273] WARN - SequenceMediator onError handler : faultHandlerSeq for sequence : null cannot be found [2015-07-03 15:56:37,278] INFO - LogMediator To: /services/googlecalendar_createCalendarEntry, From: 10.100.7.64, Directi

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-02 Thread Keerthika Mahendralingam
For Twitter connector, there are no test cases available. You can check the connector manually. On Fri, Jul 3, 2015 at 12:12 PM, Rajjaz Mohammed wrote: > my Earlier repo is working fine. only i made the mistake in my pom file > as version as 1.0.0 when i build the integration base then i change

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-02 Thread Rajjaz Mohammed
my Earlier repo is working fine. only i made the mistake in my pom file as version as 1.0.0 when i build the integration base then i changed to 1.0.1 then its work fine. but is there any test cases to check? On Fri, Jul 3, 2015 at 12:04 PM, Rajjaz Mohammed wrote: > tanks keerthika, > Finally i

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-02 Thread Rajjaz Mohammed
tanks keerthika, Finally i found the error was in my integration base pom file. mistakenly version changes to 1.0.0 but Connector expecting 1.0.1. that was the reason for error. now build Success On Fri, Jul 3, 2015 at 11:42 AM, Malaka Silva wrote: > Merged > > On Fri, Jul 3, 2015 at 11:24 AM, K

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-02 Thread Keerthika Mahendralingam
Thank you Malaka. On Fri, Jul 3, 2015 at 11:42 AM, Malaka Silva wrote: > Merged > > On Fri, Jul 3, 2015 at 11:24 AM, Keerthika Mahendralingam < > keerth...@wso2.com> wrote: > >> Hi Rajjaz, >> You need to build integration base before build any other connector. You >> can find the integration bas

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-02 Thread Malaka Silva
Merged On Fri, Jul 3, 2015 at 11:24 AM, Keerthika Mahendralingam < keerth...@wso2.com> wrote: > Hi Rajjaz, > You need to build integration base before build any other connector. You > can find the integration base at [1]. > > @Malaka, > Can we merge the pull request [1]. > > [1]. https://github.c

Re: [Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-02 Thread Keerthika Mahendralingam
Hi Rajjaz, You need to build integration base before build any other connector. You can find the integration base at [1]. @Malaka, Can we merge the pull request [1]. [1]. https://github.com/wso2/esb-connectors/pull/109 Thanks, On Fri, Jul 3, 2015 at 11:17 AM, Rajjaz Mohammed wrote: > Hi All,

[Dev] [ESB][Twitter_Connector] no dependency information available Error

2015-07-02 Thread Rajjaz Mohammed
Hi All, When i try to build a Twitter Connector I’m getting the following error message with Build Failure. is there any Suggestions to Correct it? [WARNING] The POM for org.eclipse:org.sat4j.core:jar:2.1.0.v20090520 is invalid, tra