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* *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
