[Architecture] WSO2 Storage Server 1.5.0 Milestone-2 Released

2014-09-19 Thread Poshitha Dabare
WSO2 Storage Server version 1.5.0 MIlestone-2 has been released. It can be downloaded from this location [1]. Milestone-2 comes with the following bug fixes, improvements, features and tasks.Bug Fixes SS-399 OpenJPA prints loads of unnecessary log lines on th

[Architecture] Libraries for Unit testing

2014-09-19 Thread Chamil Jeewantha
Hi All, Unit testing is one of the most important quality aspect that we should improve through out the product stack. I have started following Test Driven Development approach for my development and it requires the following dependencies in the test scope. - a Unit Testing Library - a Moc

Re: [Architecture] ES, Need a Content Field

2014-09-19 Thread Pulasthi Supun
Hi Shiva, Recently we removed the RXT attributes being added as properties in the registry [1]. With this i believe you would not get the error that you mentioned above about the length being only 1000 characters. This fix was added to the 4.3.0 branch you can try it out and see. [1] https://wso

Re: [Architecture] Building WSO2 Products in Java 7 and Java 8

2014-09-19 Thread Sameera Jayasoma
Hi Aruna, On Fri, Sep 19, 2014 at 1:54 PM, Aruna Karunarathna wrote: > Hi all, > > In the first phase, I will focus on stabilizing the build on Java 7, then > as the phase two move into the java 8. If the build stabilizing on Java 8 > is not > possible, we will try to provide the capability of

Re: [Architecture] ES, Need a Content Field

2014-09-19 Thread Shiva Balachandran
The Assets are stored in the registry. The fields in db have limited size. the description column and text areas or any field created is mapped into the registry table. Using the text-ae in the UI will allow unlimited input but the column the data is being stored can only handle 1000 characters. Be

[Architecture] Building WSO2 Products in Java 7 and Java 8

2014-09-19 Thread Aruna Karunarathna
Hi all, In the first phase, I will focus on stabilizing the build on Java 7, then as the phase two move into the java 8. If the build stabilizing on Java 8 is not possible, we will try to provide the capability of running the products in Java 8 environments. As the first step I am trying to stabi

Re: [Architecture] ES, Need a Content Field

2014-09-19 Thread Roshan Wijesena
Hi Shiva, I'm just wondering, what prevents you from using a text-area? [1] , it can hold unlimited characters. [1] http://www.w3schools.com/tags/tag_textarea.asp On Fri, Sep 19, 2014 at 1:11 PM, Shiva Balachandran wrote: > Hi, > > Working with the ES, in order to build an extension, I came ac

Re: [Architecture] Stopping the load artifacts call from accessing the database each time

2014-09-19 Thread Pulasthi Supun
Hi All, This was added to 4.3.0 [1] [1] https://wso2.org/jira/browse/REGISTRY-2301 Regards, Pulasthi On Tue, Sep 16, 2014 at 3:13 PM, Pulasthi Supun wrote: > Hi Senka, > > Even though the RXT configuration file it self is cached in the resource > cache. everytime load artifacts is called it

[Architecture] ES, Need a Content Field

2014-09-19 Thread Shiva Balachandran
Hi, Working with the ES, in order to build an extension, I came across a requirement, a necessity, to hold data in a field which consisted more than 1000 characters. Currently the Enterprise Store only caters to Assets Attributes such as description, provider name, version and others but not for A