Re: [Dev] Greg5.0.0 Integration test execute with Cluster Deployment

2015-08-22 Thread Thayalan
Please find the details below. nginx/1.7.9 & Oracle/11g On Sat, Aug 22, 2015 at 12:18 AM, Deependra Ariyadewa wrote: > > > On Thu, Aug 20, 2015 at 6:50 PM, Chaminda Jayawardena > wrote: > >> Hi All, >> >> Is $Subject possible? AFAIK still this is possible only for some of wso2 >> products. Ple

[Dev] Stack Overflow Question [WSO2 EMM - Device management operation]

2015-08-22 Thread Zahra Alimadadi
Hi, Could some one help me on this: WSO2 EMM - Application blacklist not working http://stackoverflow.com/q/31853406/3933607?sem=2 Best regards, Zahra ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] [BPS] Exception throws intermitently when shutdown the server

2015-08-22 Thread Harsha Thirimanna
Hi Nandika, I have already installed bpel and human task features to IS and just built pack. Started the server and just shutdown. I got following exception. I didn't do any things with the pack. [2015-08-22 16:54:54,598] DEBUG {org.wso2.carbon.identity.core.internal.IdentityCoreServiceComponent}

[Dev] [DAS][L1] DAS interactive analytics fail to operate in nohup mode

2015-08-22 Thread Nirmal Fernando
Hi, I ran DAS server in nohup mode; wso2server.sh start and perform a SQL query in 'Interactive Analytics Console' and it failed with following; Job aborted due to stage failure: Task 0 in stage 0.0 failed 4 times, most recent failure: Lost task 0.3 in stage 0.0 (TID 3, 172.31.0.64): java.lang.Nu

Re: [Dev] [BPS] Exception throws intermitently when shutdown the server

2015-08-22 Thread Firzhan Naqash
Hi Harsha, Are you using H2 database ? We previously encountered the same issue with H2 database for activiti database. We were able to solve it by adding following parameter to the jdbc url DB_CLOSE_DELAY=-1; Can you add the same parameter to the bps-datasources.xml file ? Regards, Firzhan O

Re: [Dev] [BPS] Exception throws intermitently when shutdown the server

2015-08-22 Thread Johann Nallathamby
Hi Harsha, Hope we are not duplicating the bps-datasource.xml file right ? It's the same file coming from business-process features right ? On Sat, Aug 22, 2015 at 7:23 PM, Firzhan Naqash wrote: > Hi Harsha, > > Are you using H2 database ? We previously encountered the same issue with > H2 dat

Re: [Dev] Stack Overflow Question [WSO2 EMM - Device management operation]

2015-08-22 Thread Zahra Alimadadi
Finally I find the problem by checking differences in emm directory before and after changing it using `Araxis Merge`. The problem was in line 231 emm\modules\notification.js, which is var result = driver.query(sqlscripts.notifications.select21, ctx.deviceid, ctx.operation); as there is

Re: [Dev] Greg5.0.0 Integration test execute with Cluster Deployment

2015-08-22 Thread Deependra Ariyadewa
On Sat, Aug 22, 2015 at 1:36 PM, Thayalan wrote: > Please find the details below. > > nginx/1.7.9 & Oracle/11g > I think it is time to test on 12c. 11g is not supported any more. https://blogs.oracle.com/UPGRADE/entry/premier_support_for_oracle_11 On Sat, Aug 22, 2015 at 12:18 AM, Deependra

Re: [Dev] Greg5.0.0 Integration test execute with Cluster Deployment

2015-08-22 Thread Aparna Karunarathna
Hi Deep, We installed a Oracle12c database in QA cloud and try to start the server by pointing to Oracle 12c db, but we couldn't. Oracle 12c is architectural(Multitenant Architecture) wise totally different to Oracle 11g. We need more time to understand Oracle 12c features and configurations. :(

[Dev] WSO2 AS 5.3.0 Beta 1 Released !!

2015-08-22 Thread Kalpa Welivitigoda
Hi folks, WSO2 Application Server team is pleased to announce the first beta release of WSO2 AS 5.3.0. The AS 5.3.0 Beta distribution is available at [1]. This release introduces several major features and improvements. *New Features* - * JavaEE 6 Web Profile support via

[Dev] [ML] jQuery conflict in Wrangler Integration

2015-08-22 Thread Danula Eranjith
Hi, I am trying to integrate a data cleaning tool into ML and I have two jQuery versions as ML uses 1.11 and wrangler uses 1.4 jquery-1.4.2.min.js jquery-1.11.1.min.js I have tried using .noConflict() method but could not resolve the issue. Any suggestions on how to implement this? Regards, Dan

Re: [Dev] [ML] jQuery conflict in Wrangler Integration

2015-08-22 Thread Nirmal Fernando
@CD any thoughts? On Sun, Aug 23, 2015 at 10:34 AM, Danula Eranjith wrote: > Hi, > > I am trying to integrate a data cleaning tool into ML and I have two > jQuery versions as ML uses 1.11 and wrangler uses 1.4 > > jquery-1.4.2.min.js > jquery-1.11.1.min.js > > I have tried using .noConflict() me