Hi all, Here is the latest SS pack. https://svn.wso2.org/repos/wso2/scratch/ss-dev/SS-1.1.0-QA/10/wso2ss-1.1.0.zip
Thanks, Bhathiya On Tue, Dec 3, 2013 at 5:24 PM, Bhathiya Jayasekara <[email protected]>wrote: > Hi all, > > Latest SS pack : > https://svn.wso2.org/repos/wso2/scratch/ss-dev/SS-1.1.0-QA/9/wso2ss-1.1.0.zip > > Thanks, > Bhathiya > > > On Tue, Dec 3, 2013 at 2:01 PM, Shani Ranasinghe <[email protected]> wrote: > >> Hi Thayalan, >> >> Please use this "HdfsFileUploadDownloader" for file Operations admin >> service testing. >> >> >> On Thu, Nov 28, 2013 at 7:40 PM, Bhathiya Jayasekara >> <[email protected]>wrote: >> >>> Hi all, >>> >>> Please find the latest SS pack here. >>> >>> >>> https://svn.wso2.org/repos/wso2/scratch/ss-dev/SS-1.1.0-QA/8/wso2ss-1.1.0.zip >>> >>> Thanks, >>> Bhathiya >>> >>> >>> On Thu, Nov 28, 2013 at 1:23 PM, Shani Ranasinghe <[email protected]>wrote: >>> >>>> Hi, >>>> >>>> The changes for the following, were only committed today. Hence, they >>>> are not fixed in the latest pack (the pack given yesterday). >>>> >>>> https://wso2.org/jira/browse/SS-225 >>>> https://wso2.org/jira/browse/SS-229 >>>> https://wso2.org/jira/browse/SS-201 >>>> https://wso2.org/jira/browse/SS-211 >>>> >>>> >>>> >>>> On Thu, Nov 28, 2013 at 12:24 PM, Bhathiya Jayasekara < >>>> [email protected]> wrote: >>>> >>>>> Hi all, >>>>> >>>>> After reviewing JIRA list, following set of JIRAs were marked as >>>>> resolved since they are already fixed in latest pack. >>>>> >>>>> https://wso2.org/jira/browse/SS-64 >>>>> https://wso2.org/jira/browse/SS-157 >>>>> https://wso2.org/jira/browse/SS-167 >>>>> https://wso2.org/jira/browse/SS-174 >>>>> https://wso2.org/jira/browse/SS-175 >>>>> https://wso2.org/jira/browse/SS-179 >>>>> https://wso2.org/jira/browse/SS-195 >>>>> https://wso2.org/jira/browse/SS-197 >>>>> https://wso2.org/jira/browse/SS-198 >>>>> https://wso2.org/jira/browse/SS-199 >>>>> https://wso2.org/jira/browse/SS-201 >>>>> https://wso2.org/jira/browse/SS-208 >>>>> https://wso2.org/jira/browse/SS-209 >>>>> https://wso2.org/jira/browse/SS-211 >>>>> https://wso2.org/jira/browse/SS-212 >>>>> https://wso2.org/jira/browse/SS-217 >>>>> https://wso2.org/jira/browse/SS-219 >>>>> https://wso2.org/jira/browse/SS-221 >>>>> https://wso2.org/jira/browse/SS-225 >>>>> https://wso2.org/jira/browse/SS-227 >>>>> https://wso2.org/jira/browse/SS-229 >>>>> https://wso2.org/jira/browse/SS-231 >>>>> https://wso2.org/jira/browse/SS-233 >>>>> >>>>> Thanks, >>>>> Bhathiya >>>>> >>>>> >>>>> On Thu, Nov 28, 2013 at 10:49 AM, Chamara Ariyarathne < >>>>> [email protected]> wrote: >>>>> >>>>>> Acknowledged. >>>>>> >>>>>> These will be added to our test plans. >>>>>> >>>>>> >>>>>> On Wed, Nov 27, 2013 at 5:14 PM, Bhathiya Jayasekara < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> Hi Chamara/Thayalan, >>>>>>> >>>>>>> These are the services that need to be tested. >>>>>>> >>>>>>> RSS : >>>>>>> >>>>>>> RSSAdmin >>>>>>> >>>>>>> >>>>>>> Cassandra: >>>>>>> >>>>>>> CassandraKeyspaceAdmin >>>>>>> >>>>>>> >>>>>>> HDFS: >>>>>>> >>>>>>> HDFSAdmin >>>>>>> HDFSFileOperationAdmin >>>>>>> >>>>>>> >>>>>>> Thanks, >>>>>>> Bhathiya >>>>>>> >>>>>>> >>>>>>> On Wed, Nov 27, 2013 at 11:40 AM, Bhathiya Jayasekara < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> Hi all, >>>>>>>> >>>>>>>> Please find the latest SS pack here. >>>>>>>> >>>>>>>> >>>>>>>> https://svn.wso2.org/repos/wso2/scratch/ss-dev/SS-1.1.0-QA/7/wso2ss-1.1.0.zip >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Bhathiya >>>>>>>> >>>>>>>> >>>>>>>> On Mon, Nov 25, 2013 at 3:36 PM, Bhathiya Jayasekara < >>>>>>>> [email protected]> wrote: >>>>>>>> >>>>>>>>> Hi Chamara/Thyalan, >>>>>>>>> >>>>>>>>> Use this config inside rss-config.xml >>>>>>>>> >>>>>>>>> <ManagementRepository> >>>>>>>>> <DataSourceConfiguration> >>>>>>>>> <JndiLookupDefinition> >>>>>>>>> <Name>java:/DefaultDS</Name> >>>>>>>>> </JndiLookupDefinition> >>>>>>>>> </DataSourceConfiguration> >>>>>>>>> </ManagementRepository> >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Bhathiya >>>>>>>>> >>>>>>>>> >>>>>>>>> On Fri, Nov 22, 2013 at 6:08 PM, Bhathiya Jayasekara < >>>>>>>>> [email protected]> wrote: >>>>>>>>> >>>>>>>>>> Hi all, >>>>>>>>>> >>>>>>>>>> Please find the latest pack here. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> https://svn.wso2.org/repos/wso2/scratch/ss-dev/SS-1.1.0-QA/6/wso2ss-1.1.0.zip >>>>>>>>>> >>>>>>>>>> RSS can be tested now for MySQL. >>>>>>>>>> >>>>>>>>>> @Chamara: >>>>>>>>>> >>>>>>>>>> You will have to add a datasource for master-datasource.xml with >>>>>>>>>> the JNDI name given in persistence.xml. (java:/DefaultDS) >>>>>>>>>> >>>>>>>>>> Ex. >>>>>>>>>> >>>>>>>>>> <datasource> <name>DefaultDS</name> <jndiConfig> >>>>>>>>>> <name>java:/DefaultDS</name> <!--environment> <property >>>>>>>>>> name="java.naming.factory.initial"></property> <property >>>>>>>>>> name="java.naming.provider.url"></property> </environment--> >>>>>>>>>> </jndiConfig> >>>>>>>>>> <definition type="RDBMS"> <configuration> >>>>>>>>>> <dataSourceClassName>com.mysql.jdbc.jdbc2.optional.MysqlXADataSource</dataSourceClassName> >>>>>>>>>> <dataSourceProps> <property >>>>>>>>>> name="URL">jdbc:mysql://localhost:3306/rss_rm</property> <property >>>>>>>>>> name="user">root</property> <property name="password">root</property> >>>>>>>>>> </dataSourceProps> </configuration> </definition> </datasource> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Thanks, >>>>>>>>>> Bhathiya >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Mon, Nov 18, 2013 at 12:10 PM, Bhathiya Jayasekara < >>>>>>>>>> [email protected]> wrote: >>>>>>>>>> >>>>>>>>>>> Hi all, >>>>>>>>>>> >>>>>>>>>>> Please find the latest pack here. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> https://svn.wso2.org/repos/wso2/scratch/ss-dev/SS-1.1.0-QA/4/wso2ss-1.1.0.zip >>>>>>>>>>> >>>>>>>>>>> Reported Cassandra and HDFS bugs are fixed in this pack. >>>>>>>>>>> >>>>>>>>>>> Thanks, >>>>>>>>>>> Bhathiya >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Wed, Nov 13, 2013 at 5:14 PM, Bhathiya Jayasekara < >>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>> >>>>>>>>>>>> Hi all, >>>>>>>>>>>> >>>>>>>>>>>> Please find the pack URL below. >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> https://svn.wso2.org/repos/wso2/scratch/ss-dev/SS-1.1.0-QA/2/wso2ss-1.1.0.zip >>>>>>>>>>>> >>>>>>>>>>>> Thanks, >>>>>>>>>>>> Bhathiya >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> *Bhathiya Jayasekara* >>>>>>>>>>>> *Software Engineer,* >>>>>>>>>>>> *WSO2 inc., http://wso2.com <http://wso2.com>* >>>>>>>>>>>> >>>>>>>>>>>> *Phone: +94715478185 <%2B94715478185>* >>>>>>>>>>>> *LinkedIn: http://www.linkedin.com/in/bhathiyaj >>>>>>>>>>>> <http://www.linkedin.com/in/bhathiyaj>* >>>>>>>>>>>> *Twitter: https://twitter.com/bhathiyax >>>>>>>>>>>> <https://twitter.com/bhathiyax>* >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> *Bhathiya Jayasekara* >>>>>>>>>>> *Software Engineer,* >>>>>>>>>>> *WSO2 inc., http://wso2.com <http://wso2.com>* >>>>>>>>>>> >>>>>>>>>>> *Phone: +94715478185 <%2B94715478185>* >>>>>>>>>>> *LinkedIn: http://www.linkedin.com/in/bhathiyaj >>>>>>>>>>> <http://www.linkedin.com/in/bhathiyaj>* >>>>>>>>>>> *Twitter: https://twitter.com/bhathiyax >>>>>>>>>>> <https://twitter.com/bhathiyax>* >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> *Bhathiya Jayasekara* >>>>>>>>>> *Software Engineer,* >>>>>>>>>> *WSO2 inc., http://wso2.com <http://wso2.com>* >>>>>>>>>> >>>>>>>>>> *Phone: +94715478185 <%2B94715478185>* >>>>>>>>>> *LinkedIn: http://www.linkedin.com/in/bhathiyaj >>>>>>>>>> <http://www.linkedin.com/in/bhathiyaj>* >>>>>>>>>> *Twitter: https://twitter.com/bhathiyax >>>>>>>>>> <https://twitter.com/bhathiyax>* >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> *Bhathiya Jayasekara* >>>>>>>>> *Software Engineer,* >>>>>>>>> *WSO2 inc., http://wso2.com <http://wso2.com>* >>>>>>>>> >>>>>>>>> *Phone: +94715478185 <%2B94715478185>* >>>>>>>>> *LinkedIn: http://www.linkedin.com/in/bhathiyaj >>>>>>>>> <http://www.linkedin.com/in/bhathiyaj>* >>>>>>>>> *Twitter: https://twitter.com/bhathiyax >>>>>>>>> <https://twitter.com/bhathiyax>* >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> *Bhathiya Jayasekara* >>>>>>>> *Software Engineer,* >>>>>>>> *WSO2 inc., http://wso2.com <http://wso2.com>* >>>>>>>> >>>>>>>> *Phone: +94715478185 <%2B94715478185>* >>>>>>>> *LinkedIn: http://www.linkedin.com/in/bhathiyaj >>>>>>>> <http://www.linkedin.com/in/bhathiyaj>* >>>>>>>> *Twitter: https://twitter.com/bhathiyax >>>>>>>> <https://twitter.com/bhathiyax>* >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> *Bhathiya Jayasekara* >>>>>>> *Software Engineer,* >>>>>>> *WSO2 inc., http://wso2.com <http://wso2.com>* >>>>>>> >>>>>>> *Phone: +94715478185 <%2B94715478185>* >>>>>>> *LinkedIn: http://www.linkedin.com/in/bhathiyaj >>>>>>> <http://www.linkedin.com/in/bhathiyaj>* >>>>>>> *Twitter: https://twitter.com/bhathiyax >>>>>>> <https://twitter.com/bhathiyax>* >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> *Chamara Ariyarathne* >>>>>> Senior Software Engineer - QA; >>>>>> WSO2 Inc; http://www.wso2.com/. >>>>>> Mobile; *+94772786766 <%2B94772786766>* >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> *Bhathiya Jayasekara* >>>>> *Software Engineer,* >>>>> *WSO2 inc., http://wso2.com <http://wso2.com>* >>>>> >>>>> *Phone: +94715478185 <%2B94715478185>* >>>>> *LinkedIn: http://www.linkedin.com/in/bhathiyaj >>>>> <http://www.linkedin.com/in/bhathiyaj>* >>>>> *Twitter: https://twitter.com/bhathiyax >>>>> <https://twitter.com/bhathiyax>* >>>>> >>>> >>>> >>>> >>>> -- >>>> Thanks and Regards >>>> *, Shani Ranasinghe* >>>> Software Engineer >>>> WSO2 Inc.; http://wso2.com >>>> lean.enterprise.middleware >>>> >>>> mobile: +94 77 2273555 >>>> linked in: lk.linkedin.com/pub/shani-ranasinghe/34/111/ab >>>> >>> >>> >>> >>> -- >>> *Bhathiya Jayasekara* >>> *Software Engineer,* >>> *WSO2 inc., http://wso2.com <http://wso2.com>* >>> >>> *Phone: +94715478185 <%2B94715478185>* >>> *LinkedIn: http://www.linkedin.com/in/bhathiyaj >>> <http://www.linkedin.com/in/bhathiyaj>* >>> *Twitter: https://twitter.com/bhathiyax <https://twitter.com/bhathiyax>* >>> >> >> >> >> -- >> Thanks and Regards >> *,Shani Ranasinghe* >> Software Engineer >> WSO2 Inc.; http://wso2.com >> lean.enterprise.middleware >> >> mobile: +94 77 2273555 >> linked in: lk.linkedin.com/pub/shani-ranasinghe/34/111/ab >> > > > > -- > *Bhathiya Jayasekara* > *Software Engineer,* > *WSO2 inc., http://wso2.com <http://wso2.com>* > > *Phone: +94715478185 <%2B94715478185>* > *LinkedIn: http://www.linkedin.com/in/bhathiyaj > <http://www.linkedin.com/in/bhathiyaj>* > *Twitter: https://twitter.com/bhathiyax <https://twitter.com/bhathiyax>* > -- *Bhathiya Jayasekara* *Software Engineer,* *WSO2 inc., http://wso2.com <http://wso2.com>* *Phone: +94715478185* *LinkedIn: http://www.linkedin.com/in/bhathiyaj <http://www.linkedin.com/in/bhathiyaj>* *Twitter: https://twitter.com/bhathiyax <https://twitter.com/bhathiyax>*
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
