Re: [Architecture] [Appfactory] .NET AppType support

2014-08-24 Thread Kasun De Silva
Hi, I created an archetype for a basic .NET project and create apptype for .NET, And then plug the .NET apptype inside AppFactory which refers the archetype for .NET. So at this point we can create a .NET webapp inside the appfactory. But the Jenkins that AppFactory triggers to build the .NET

Re: [Architecture] [Appfactory] .NET AppType support

2014-08-24 Thread Madhawa Bandara
Hi Kasun, Did you check if the repository is created in gitblit? On Sun, Aug 24, 2014 at 3:21 PM, Kasun De Silva kas...@wso2.com wrote: Hi, I created an archetype for a basic .NET project and create apptype for .NET, And then plug the .NET apptype inside AppFactory which refers the

[Architecture] [BPS][NDATA Source][Activiti Engine] Proposed fix for NData Source causing issues on graceful shut down of Activiti engine.

2014-08-24 Thread Firzhan Naqash
Hi All, We identified the root cause for the JIRA issue [1] https://wso2.org/jira/browse/BPS-185. In datasources.properties file, Database connectivity related information are stored in org.apache.commons.dbcp.BasicDataSource class. BasciDataSource class has the following variable{ protected

Re: [Architecture] Invoke ServerStartupHandlers before start transports

2014-08-24 Thread Anjana Fernando
On Sat, Aug 23, 2014 at 6:16 AM, Afkham Azeez az...@wso2.com wrote: Some handlers would need to be called after transports are started. So, we could modify the interface to behave like the Axis2ConfigurationContextObserver, and have pre post transport initialization methods. +1, as I