Re: DomainObjectContainer in Junits

2014-04-28 Thread Dan Haywood
Hi Ranganath, On 28 April 2014 18:26, wrote: > Hi , > > Is it possible in Junits to lookup the DomainObjectContainer instance to > set it in my isis service to query, persist and merge entities. > > No. If you want a "real" DomainObjectContainer, then (as Oscar suggests) write an integration

Re: DomainObjectContainer in Junits

2014-04-28 Thread GESCONSULTOR
Hi Ranganath. Seems that you need to define integration tests. You can find documentation abou Isis support on [1]. If you prefer, BDD style tests are also supported. see [2]. Also there are examples on the Isis QuickStart project [3]. [1] http://isis.apache.org/core/integtestsupport.html [2]

DomainObjectContainer in Junits

2014-04-28 Thread chittari.varma
Hi , Is it possible in Junits to lookup the DomainObjectContainer instance to set it in my isis service to query, persist and merge entities. Actually my Usecase is that I have a Isis service whose method(upload) calls a component which unmarshall input excel file and performs bulk insert and b