cancel
Showing results for 
Search instead for 
Did you mean: 

Unit testing, Derby and the SDK

capnemo
Champ in-the-making
Champ in-the-making
Hello,

I have been using the SDK for a while now and I'm trying to use it as a base for a unit test testbed.
In the same time I'm trying to setup a derby connection (using Alfresco SDK 3.4) in memory to avoid touching the disk (it seems derby is gone more or less).

Now if there is a better way to test your amp projects, I would welcome any suggestions.

Thank you,

CapNemo
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
Its a long time since Alfresco supported Derby.    You need to use MySql or PostgreSQL

capnemo
Champ in-the-making
Champ in-the-making
Yes I was seeing this coming from the search I did … 😕

Too bad, it would have been the perfect combination.

I guess I have setup a db somewhere for testing, which makes everything more complex and coupled.