Carsten Ziegeler wrote:
Leszek Gawron wrote:
Leszek Gawron wrote:
Two questions:

1. Does it mean that soon I will be able to do:
public class StartUp extends AbstractTransactionalSpringContextTests {
    public StartUp() {
        setPopulateProtectedVariables( true );
    }

    @Override
    protected String[] getConfigLocations() {
        return new String[]{
                   "META-INF/spring/applicationContext-common.xml",
            "META-INF/spring/applicationContext-services.xml",
                   "META-INF/spring/applicationContext-acegi.xml",
                   "WEB-INF/applicationContext.xml" };
    }

    public void testStart() {
        // and have cocoon up and running here in test case?
    }
}

Yes, exactly.
Casten, that is worth a hero plate:

       _____________________
      |                     |
      |  .               .  |
      | :+:   H*E*R*O   :+: |
      |  |               |  |
      |--,---------------.  |
      |  |:O: :O:|WwW WwW|  |
      |  | ' . ' |)_WwW_(|  |
      |  |  :O:  |  )_(  |  |
      :--+---'---|-------+--;
       : :WwW WwW|:O: :O:; ;
        \ \_( )_(| '   '/ /
         \ `. WwW|:O: ,' /
          `. `._(| ',' ,'
            `. `.|,' ,'
              `. | ,'
                `+'

:) !

--
Leszek Gawron, IT Manager                          MobileBox sp. z o.o.
+48 (61) 855 06 67                              http://www.mobilebox.pl
mobile: +48 (501) 720 812                       fax: +48 (61) 853 29 65

Reply via email to