Re: [Dev] [ESB] Why are ESB connector integration tests in separate projects ?

2014-04-07 Thread Malaka Silva
sure go ahead On Mon, Apr 7, 2014 at 12:12 PM, Rushmin Fernando wrote: > Thanks Malaka and Kasun. Shall I give a try to do this in my APNs > connector ? > > > On Mon, Apr 7, 2014 at 12:08 PM, Malaka Silva wrote: > >> Hi Kasun, >> >> It should be in one location. >> >> I will change the once co

[Dev] Identity Database Script Change

2014-04-07 Thread Prasad Tissera
In the constraint CON_APP_KEY of table IDN_OAUTH2_ACCESS_TOKEN, TOKEN_SCOPE field will be removed from the unique keys to comply with the maximum key length restrictions. (for MSSQL allowed maximum key length is 900 bytes). -- Prasad Tissera Software Engineer. Mobile : +94777223444

Re: [Dev] Identity Database Script Change

2014-04-07 Thread Johann Nallathamby
+1 On Mon, Apr 7, 2014 at 1:26 PM, Prasad Tissera wrote: > In the constraint CON_APP_KEY of > table IDN_OAUTH2_ACCESS_TOKEN, TOKEN_SCOPE field will be removed from the > unique keys to comply with the maximum key length restrictions. (for MSSQL > allowed maximum key length is 900 bytes). > > >

Re: [Dev] Identity Database Script Change

2014-04-07 Thread Johann Nallathamby
The TOKEN_STATE_ID is a random number. Therefore it should not be a problem. On Mon, Apr 7, 2014 at 1:41 PM, Johann Nallathamby wrote: > +1 > > > On Mon, Apr 7, 2014 at 1:26 PM, Prasad Tissera wrote: > >> In the constraint CON_APP_KEY of >> table IDN_OAUTH2_ACCESS_TOKEN, TOKEN_SCOPE field will

Re: [Dev] Warnings when doing deployment synchronization of Carbon 4.2 based products (ESB 4.8)

2014-04-07 Thread Kasun Gajasinghe
This OOM could occur if the svn 'working copy' at repo/dep/server is in Svn 1.7 while you have svnkit installed. This is probably because, during the very first start-up, carbon uses the command line svn to take the svn checkout if svnkit was not there. You may try to delete the .svn metadata fold

Re: [Dev] Warnings when doing deployment synchronization of Carbon 4.2 based products (ESB 4.8)

2014-04-07 Thread Sagara Gunathunga
On Mon, Apr 7, 2014 at 10:31 AM, Kasun Gajasinghe wrote: > This OOM could occur if the svn 'working copy' at repo/dep/server is in > Svn 1.7 while you have svnkit installed. This is probably because, during > the very first start-up, carbon uses the command line svn to take the svn > checkout if

Re: [Dev] Service Provider db script : column names too long

2014-04-07 Thread Prasad Tissera
Column names will be changed as follows to comply with the naming convention and the 30 character rule SP_IDP_IS_PROVISION_USER_STORE_CLAIM > SP_IDP_PROV_USER_STORE_CLAIM SP_IDP_IS_OPENID_USER_ID_IN_CLAIMS > SP_IDP_OPENID_UID_IN_CLAIMS SP_IDP_IS_SAMLSSO_USER_ID_IN_CLAIMS > SP_IDP_SAMLSSO_UID_IN_

Re: [Dev] [DEV] need RegistryKeyStore with kernel patch0004

2014-04-07 Thread Sagara Gunathunga
HI Manoj/Madhuka, Could you please point me to the documentation on entry ? Thanks ! On Wed, Jan 8, 2014 at 5:28 AM, Manoj Kumara wrote: > Hi All, > > This was due to jira issue [1]. Along with the fix we also patched the > carbon.xml file and its on the patch. Please refer the README.txt on

Re: [Dev] [DEV] need RegistryKeyStore with kernel patch0004

2014-04-07 Thread Madhuka Udantha
Hi, Sagara Here is configuration for RegistryKeyStore that to be used in carbon.xml ${carbon.home}/repository/resources/security/wso2carbon.jks JKS wso2carbon wso2carbon wso

Re: [Dev] JFace dialog does not show on top

2014-04-07 Thread Gayan Yalpathwala
Hi Melan, Display.getCurrent().getActiveShell() works as expected. Thanks for the suggestion. Regards, On Mon, Apr 7, 2014 at 12:09 PM, Melan Nimesh wrote: > Hi, > > > On Mon, Apr 7, 2014 at 11:33 AM, Gayan Yalpathwala wrote: > >> Hi, >> >> I have embedded a JFace dialog for some datamapper r

[Dev] Confusing behavior in ESB Sample 50

2014-04-07 Thread Samith Dassanayake
Hi All, In ESB sample 50[1], where the client is REST and back-end service is SOAP, ESB sends the response back to the client as a SOAP message! According to the documentation[2] it should be a POX message. On the other hand when I add "" before the send tag in the out sequence, ESB sends the re

[Dev] [AF] Developing multiple application versions in development

2014-04-07 Thread Dimuthu Leelarathne
Users Developers (And any user with develop permission) Description Users will have many versions in development for a single application. Each version will have it's own repository. Users will want to see their build statues and high level picture of current status of each of the version underg

[Dev] Build failure in WSO2 Carbon Remote Userstore 4.2.0

2014-04-07 Thread Sanjeewa Malalgoda
Hi Team, I'm getting following error while building missing components for chunk 08. Any idea what went wrong? [INFO] - [ERROR] COMPILATION ERROR : [INFO] - [ERROR] /home/sanjeew

Re: [Dev] Test migration - GREG status update

2014-04-07 Thread Dimuthu De Lanerolle
I have completed migrating tests-resources module. Regards On Thu, Apr 3, 2014 at 10:54 AM, Dimuthu De Lanerolle wrote: > Hi Krishantha, > > Noted. I will start with tests-resources module. > > Regards > > > On Thu, Apr 3, 2014 at 10:16 AM, Krishantha Samaraweera < > [email protected]> wrote:

Re: [Dev] Confusing behavior in ESB Sample 50

2014-04-07 Thread Chanaka Fernando
Hi Samith, Can you elaborate more on the response you are getting when you are executing the sample as it is? What is the response you are getting to the client side? Thanks, Chanaka On Mon, Apr 7, 2014 at 3:41 PM, Samith Dassanayake wrote: > Hi All, > > In ESB sample 50[1], where the client

Re: [Dev] [ESB] Getting random NullPointerException on Operation Client during Connector Integration Tests

2014-04-07 Thread Ramindu Deshapriya
Hi, I am still experiencing this problem even after increasing the listener shutdown timeout to 20s. Is there a different solution that I could apply to avoid the Axis Client from throwing a NullpointerException? Thanks. -- View this message in context: http://wso2-oxygen-tank.10903.n7.nab

[Dev] Migrate BRS tests to new integration test framework

2014-04-07 Thread Waruna Jayaweera
Hi, I have attached the patch to https://redmine.wso2.com/issues/2445. -- Regards, Waruna Lakshitha Jayaweera Software Engineer WSO2 Inc; http://wso2.com phone: +94713255198 ___ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] BAM Status update

2014-04-07 Thread Thayalan
Hi All, Please find below the test progress update as of today. *Tested at-least once* - HL7 in Message Console (Need to re-test due to databridge fixes) - Incremental Processing - External Apache Cassandra (1.2.10) - Management Console & Activity Monitoring - Hive Metastore suppo

Re: [Dev] Confusing behavior in ESB Sample 50

2014-04-07 Thread Samith Dassanayake
Hi Chanaka, I have attached the wireshark captures for both of these scenarios. First file contains the capture when the sample is executed as it is and second with the changes. According to the capture ESB sends the response back to the client as a SOAP message when it is executed as it is. On

Re: [Dev] Warnings when doing deployment synchronization of Carbon 4.2 based products (ESB 4.8)

2014-04-07 Thread Sagara Gunathunga
On Mon, Apr 7, 2014 at 10:34 AM, Sagara Gunathunga wrote: > > > > On Mon, Apr 7, 2014 at 10:31 AM, Kasun Gajasinghe wrote: > >> This OOM could occur if the svn 'working copy' at repo/dep/server is in >> Svn 1.7 while you have svnkit installed. This is probably because, during >> the very first s

[Dev] Adding Cassandra related tools to WSO2 Message Broker (WSO2 MB)

2014-04-07 Thread Deependra Ariyadewa
Hi All, I am going to add nodetool, cassandra-cli and cqlsh tools to WSO2 Message Broker. These tools help to manage and debug WSO2 MB backend Cassandra database. cassandra-cli needs jline jar and cqlsh needs some python dependencies ship with Apache Cassandra. Therefore I am going to add related

Re: [Dev] Adding Cassandra related tools to WSO2 Message Broker (WSO2 MB)

2014-04-07 Thread Supun Malinga
Hi Deep, Is there a Cassandra db explorer ui we can add?. That would be very useful.. thanks, On Mon, Apr 7, 2014 at 7:54 PM, Deependra Ariyadewa wrote: > Hi All, > > I am going to add nodetool, cassandra-cli and cqlsh tools to WSO2 Message > Broker. These tools help to manage and debug WSO2

Re: [Dev] Build failure in WSO2 Carbon Remote Userstore 4.2.0

2014-04-07 Thread Prabath Siriwardena
Hi Sanjeewa, This is fixed now.. Thanks & regards, -Prabath On Mon, Apr 7, 2014 at 4:47 PM, Sanjeewa Malalgoda wrote: > Hi Team, > I'm getting following error while building missing components for chunk > 08. Any idea what went wrong? > > [INFO]

Re: [Dev] Migrate BRS tests to new integration test framework

2014-04-07 Thread Thilini Ishaka
Thanks Waruna for the patch. Committed with 199760 revision. Regards, Thilini On Mon, Apr 7, 2014 at 7:04 PM, Waruna Jayaweera wrote: > Hi, > I have attached the patch to https://redmine.wso2.com/issues/2445. > > -- > Regards, > > Waruna Lakshitha Jayaweera > Software Engineer > WSO2 Inc; http

Re: [Dev] Throws errors when creating spml2cleint object

2014-04-07 Thread Darshana Gunawardana
This exception throws from ui bundle and it does not have much details to find the cause. So this exception is thrown when you try to create new user from the UI. I guess you implements a lister (possibly AbstractUserOperationEventListener) and original exception might throws there.. If that so can

[Dev] Removing the temp configs from EMM

2014-04-07 Thread Chan
Hi folks, We have used temp config files in the jaggery apps because of the version control Problem. We need to version control configuration files but not exactly the configurations we have. Git has a method to do this [1]. We have to run git update-index --assume-unchanged path/to/file.txt on the

Re: [Dev] [AF] Developing multiple application versions in development

2014-04-07 Thread Dmitry Sotnikov
Dimuthu, This is great! Do you think you, or someone else, could put these actions into some sort of scenarios (like the ones that we did for sign-up/log-in here [1] )? For exa

Re: [Dev] Build failure in WSO2 Carbon Remote Userstore 4.2.0

2014-04-07 Thread Sanjeewa Malalgoda
Thanks Prabath. Thanks, sanjeewa. On Mon, Apr 7, 2014 at 3:38 PM, Prabath Siriwardena wrote: > Hi Sanjeewa, > > This is fixed now.. > > Thanks & regards, > -Prabath > > > On Mon, Apr 7, 2014 at 4:47 PM, Sanjeewa Malalgoda wrote: > >> Hi Team, >> I'm getting following error while building missin

[Dev] [ESB] Error occurred when running ciphertool outside of the bin folder

2014-04-07 Thread Udara Liyanage
Hi, When I try to run ciphertool.sh from outside the bin folder I get the following error. When I run the script within bin folder it works. Is n't is a limitation ? or is the expected way to run? [udara@puppet:~/software/wso2/wso2esb-4.8.0 $* sh bin/ciphertool.sh -Dconfigure* Exception in thread

Re: [Dev] [ESB] Error occurred when running ciphertool outside of the bin folder

2014-04-07 Thread Chanaka Fernando
Hi Udara, This is nothing to do with ESB. This is a limitation in the CipherTool implementation. Currently it is running only inside the bin directory. Same behavior can be observed in all the products which ships the ciphertool.sh. You are welcome to fix this issue since this is a platform wide

Re: [Dev] [ESB] Error occurred when running ciphertool outside of the bin folder

2014-04-07 Thread Udara Liyanage
Hi Chanaka, Thanks for the information. On Tue, Apr 8, 2014 at 4:52 AM, Chanaka Fernando wrote: > Hi Udara, > > This is nothing to do with ESB. This is a limitation in the CipherTool > implementation. Currently it is running only inside the bin directory. Same > behavior can be observed in all

Re: [Dev] Throws errors when creating spml2cleint object

2014-04-07 Thread Isura Karunaratne
Thanks for quick reply, Package was not correctly exported. On Mon, Apr 7, 2014 at 8:35 PM, Darshana Gunawardana wrote: > This exception throws from ui bundle and it does not have much details to > find the cause. So this exception is thrown when you try to create new user > from the UI. I guess

[Dev] CEP Server can not start with IBM JDK 1.6

2014-04-07 Thread Shashika Ubhayaratne
Hi, I tried to start CEP 310 alpha pack with IBM JDK 1.6 downloaded from [1] and observed startup errors. Jira has reported on [2]. Even the server started with errors, management console can be accessible yet tenant creation failed with a system error. Refer [3] for more details: [1]: http://atu

[Dev] MB Cassandra profile memory allocation

2014-04-07 Thread Nuwan Silva
Hi All, With WSO2 MB 2.2.0 we have introduced profiles to start an internal Apache Cassandra and Zookeeper. While starting with Cassandra profile this starts a carbon server with Cassandra. According to the MB Tuning guide [1] we can set the MAX_HEAP_SIZE for Apache Cassandra in cassandra-env.sh.

[Dev] [UES] Deploy UES dashboard in AS

2014-04-07 Thread Rajith Vitharana
Hi all, I have created a dashboard using UES. and since it is also a jaggery app i tried to deploy it in application server. but it throws errors. Is there any standard procedure to do this? Thanks, -- Rajith Vitharana Software Engineer, WSO2 Inc. : wso2.com Mobile : +94715883223 Blog : http:/

Re: [Dev] MB Cassandra profile memory allocation

2014-04-07 Thread Shammi Jayasinghe
Hi , I think we should not ask the user to change the .sh file or .bat file when starting with the cassandra profile. What we can do is, as default cassandra server does, we need to fix MB in a way that , when we start the MB with Cassandra profile, it automatically allocates 1/3 of the total memo

Re: [Dev] CEP Server can not start with IBM JDK 1.6

2014-04-07 Thread Pandula Kariyawasam
Hi All, We also tried out BAM 241 with IBM JDK 1.6, and server won't start with having following error [1] on stack trace. Reported this on JIRA under BAM [2]. [2] https://wso2.org/jira/browse/BAM-1540 [1] Unhandled exception Type=Segmentation error vmState=0x J9Generic_Signal_Number=0

Re: [Dev] MB Cassandra profile memory allocation

2014-04-07 Thread Deependra Ariyadewa
On Tue, Apr 8, 2014 at 11:32 AM, Shammi Jayasinghe wrote: > Hi , > > I think we should not ask the user to change the .sh file or .bat file > when starting with the cassandra profile. What we can do is, as default > cassandra server does, we need to fix MB in a way that , when we start the > MB w

[Dev] Carbon Identity component are missing in nexus

2014-04-07 Thread Vanjikumaran Sivajothy
Hi all, Carbon identity components are missing in the nexus, Since the carbon-identity is building with out error end to end, Please add it to the jenkin build and nexus. Thanks, BR -- Sivajothy Vanjikumaran *Senior Software Engineer* *Integration Technologies Team* *WSO2 Inc. http://wso2.com <

[Dev] Premature end of file error message for ESB sample 53 : Using Fail-Over Endpoints to Handle Peak Loads

2014-04-07 Thread Chamila Adhikarinayake
Hi, This is regarding the sample 53 for the esb 4.8.1. I set up 3 servers and ran the sample and randomly closed and restarted the three servers. Most of the time the esb sends the message to the correct server according to the order. But sometimes I get the following message from the client appli

Re: [Dev] Carbon Identity component are missing in nexus

2014-04-07 Thread Ajith Vitharana
On Tue, Apr 8, 2014 at 11:57 AM, Vanjikumaran Sivajothy wrote: > Hi all, > > Carbon identity components are missing in the nexus, Since the > carbon-identity is building with out error end to end, Please add it to the > jenkin build and nexus. > I fixed the carbon-identity build issues with the s

Re: [Dev] MB Cassandra profile memory allocation

2014-04-07 Thread Shammi Jayasinghe
On Tue, Apr 8, 2014 at 11:55 AM, Deependra Ariyadewa wrote: > > > > On Tue, Apr 8, 2014 at 11:32 AM, Shammi Jayasinghe wrote: > >> Hi , >> >> I think we should not ask the user to change the .sh file or .bat file >> when starting with the cassandra profile. What we can do is, as default >> cassan