[ 
https://issues.apache.org/jira/browse/SHINDIG-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665362#action_12665362
 ] 

Chico Charlesworth commented on SHINDIG-874:
--------------------------------------------


Feel free to use Derby instead, Ian. I updated the following properties in 
persistence.xml for the 'hibernate_spi_testing' persistence unit, and the tests 
passes no probs:
        <property name="hibernate.connection.driver_class" 
value="org.apache.derby.jdbc.EmbeddedDriver"/>
        <property name="hibernate.connection.url" 
value="jdbc:derby:testdb;create=true"/>
        <property name="hibernate.dialect" 
value="org.hibernate.dialect.DerbyDialect"/>

Let me know if you want a separate patch, otherwise I'll leave it to your 
capable hands :)

> Restful integration tests for samples implementation of PersonService, 
> ActivityService and AppDataService
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-874
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-874
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Sample container & Examples
>            Reporter: Chico Charlesworth
>         Attachments: fix-874-735677-improvement.patch
>
>
> Integration tests similar to those in the social-api module (i.e. 
> org.apache.shindig.social.dataservice.integration unit tests) are needed 
> whereby the samples implementation of PersonService, ActivityService and 
> AppDataService are used instead.
> The integration tests should extend those in the social-api module so as to 
> minimise code duplication.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to