Re: Resource not found when using cargo and h2 database

2013-02-20 Thread ernst Developer
I created my own test connectors. I call them No-op connectors. They implement the necessary connid stuff: public class NoOpConnector implements PoolableConnector, CreateOp, UpdateOp, SearchOp, DeleteOp{} public class NoOpConfiguration extends AbstractConfiguration {} 2013/2/20 Francesco Chicc

Re: Resource not found when using cargo and h2 database

2013-02-20 Thread Francesco Chicchiriccò
On 20/02/2013 18:27, ernst Developer wrote: Hi Francesco, My cargo config is attached in cargo.xml. The 2 resources attached means: First I create 2 connectors and resources in Syncope. The resource names "Resource1" and "Resource2". Than I want to create a Role in Syncope, and this Role has a

Re: Resource not found when using cargo and h2 database

2013-02-20 Thread ernst Developer
Hi Francesco, My cargo config is attached in cargo.xml. The 2 resources attached means: First I create 2 connectors and resources in Syncope. The resource names "Resource1" and "Resource2". Than I want to create a Role in Syncope, and this Role has a set of Resources, with "Resource1" and "Resour

Re: Resource not found when using cargo and h2 database

2013-02-20 Thread Francesco Chicchiriccò
On 20/02/2013 16:36, ernst Developer wrote: Hi, I am running syncope on my localhost, using cargo. I configured the h2 database in persistence.properties. Everything is working fine. Except when I create a Role with 2 resources attached, Only the first resource is found. Both resources exist