ch.elca.el4j.tests.remoting.jaxws
Class LazyInitializationTest

java.lang.Object
  extended by ch.elca.el4j.tests.core.AbstractTest
      extended by ch.elca.el4j.tests.remoting.jaxws.AbstractJaxwsTest
          extended by ch.elca.el4j.tests.remoting.jaxws.LazyInitializationTest

public class LazyInitializationTest
extends AbstractJaxwsTest

This class is a test for marshaling uninitialized entities using JAXB using the HibernateJAXBAccessor to avoid LazyInitializationExceptions.

Author:
Stefan Wismer (SWI)
File-location:
LazyInitializationTest
Last check-in date:
2010-10-28 09:12:24 +0200 (Do, 28. Okt 2010) by sstelca for revision 4181

Constructor Summary
LazyInitializationTest()
           
 
Method Summary
protected  String[] getIncludeConfigLocations()
           
 LazyPerson getLazyPerson()
          Get the LazyPerson to use.
 void testLazyPersonService()
          Perform the test.
 
Methods inherited from class ch.elca.el4j.tests.remoting.jaxws.AbstractJaxwsTest
getExcludeConfigLocations
 
Methods inherited from class ch.elca.el4j.tests.core.AbstractTest
closeAllApplicationContexts, getApplicationContext, isBeanOverridingAllowed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyInitializationTest

public LazyInitializationTest()
Method Detail

getIncludeConfigLocations

protected String[] getIncludeConfigLocations()
Specified by:
getIncludeConfigLocations in class AbstractTest
Returns:
Returns the string array with include locations.

testLazyPersonService

public void testLazyPersonService()
Perform the test.


getLazyPerson

public LazyPerson getLazyPerson()
Get the LazyPerson to use.

Returns:
LazyPerson to use


Copyright © 2005-2011 ELCA. All Rights Reserved.