[Dev] Exception is caught when Exception is not thrown

2015-08-12 Thread Bimali Dayananda
dea of this? Thanks. -- Bimali Dayananda Intern-Software Engineering Mobile : +94(77) 571 6618 bim...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Exception is caught when Exception is not thrown

2015-08-13 Thread Bimali Dayananda
Hi, Problem solved. Before checking through FindBugs I didn't build the project. That was the issue. Thanks all. On Wed, Aug 12, 2015 at 3:39 PM, Nirmal Fernando wrote: > > > On Wed, Aug 12, 2015 at 3:39 PM, Nirmal Fernando wrote: > >> >> >> On Wed, Aug 12,

[Dev] org.h2.jdbc.JdbcSQLException: File corrupted while reading record

2015-09-16 Thread Bimali Dayananda
EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) What could be the cause for this? Thanks. -- Bimali Dayananda Intern-Software Engineering Mobile : +94(77) 571 6618 bim...@wso2.com ___ Dev mailing list

[Dev] h2 databses are not created while running a local setup with -Dsetup

2015-09-21 Thread Bimali Dayananda
Hi, I deleted all the h2 databases in the local setup and tried to run it with -Dsetup. But the databases in repository/database are not created. Any idea about this issue? Thanks. -- Bimali Dayananda Intern-Software Engineering Mobile : +94(77) 571 6618 bim...@wso2.com

[Dev] Attaching life cycle name to appinfo artifact when creating an application in AF(for custom life cycles)

2015-10-26 Thread Bimali Dayananda
'appinfo' artifact when creating an application and do a data migration for old tenants. Is it okay if I use the solution I suggested? Your comments are highly valued. [1] Please prefer Configurable Lifecycle Stages for AppFactory in Architecture mailing list for details. Thanks. --

[Dev] (no subject)

2015-05-13 Thread Bimali Dayananda
bim...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Create WADL for jax-rs services

2015-07-08 Thread Bimali Dayananda
Hi, I have implemented a jax-rs service interface in my project (using IntelliJ) and I want to create the WADL for services. I found some methods but all seems not working. What is the best way to do this? Thanks. -- Bimali Dayananda Intern-Software Engineering Mobile : +94(77) 571 6618 bim

[Dev] Input parameter values are not assigning in the server side (using SoapUI)

2015-07-19 Thread Bimali Dayananda
Hi, I'm testing a jax-rs web service (GET method) using SoapUI. I set parameter values in the request. But from the server side it always takes null values as parameter values. Any idea about this problem? Thanks. -- Bimali Dayananda Intern-Software Engineering Mobile : +94(77) 571 661

Re: [Dev] Input parameter values are not assigning in the server side (using SoapUI)

2015-07-20 Thread Bimali Dayananda
Hi, Problem solved. It was with the media type. Thanks all. On Mon, Jul 20, 2015 at 12:31 PM, Lakshani Gamage wrote: > Hi Bimali, > > Can you please attach the wadl file and a screen shot soapUI request? > > Thank You. > > On Mon, Jul 20, 2015 at 11:34 AM, Bimali Dayana