[
https://issues.apache.org/jira/browse/ARIES-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877040#action_12877040
]
Bartosz Kowalewski commented on ARIES-313:
------------------------------------------
Hi again :)
Build #523 failed. It seems that it is caused by the fact that the Jpa version
of the Blog sample uses persistent Derby DB instance. It creates a directory in
Pax Runner temp directory (/tmp/paxexam_runner_hudson/blogDB) which sometimes
leads problems:(.
I think that
samples\blog\blog-datasource\src\main\resources\OSGI-INF\blueprint\dataSource.xml
should be changed and
<property name="databaseName" value="memory:blogDB"/>
should be used for both of of the datasources defined there.
Thanks,
Bartek
> The samples should all have tests!
> ----------------------------------
>
> Key: ARIES-313
> URL: https://issues.apache.org/jira/browse/ARIES-313
> Project: Aries
> Issue Type: Improvement
> Components: Samples
> Reporter: zoe slattery
> Assignee: zoe slattery
> Attachments: aries-313-with-eba.diff, aries-313.diff
>
>
> Someone on the user mailing list reported that the blog sample wasn't
> working. It wasn't because we had made changes to the bundles and because
> there are no tests for the blog sample the only way to see that it was broken
> was by checking running it. We really need tests for the 'show case' samples
> to make sure that when ever a user tries to run them they just work.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.