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?
    }
}

2. Could we put the file into some jar (cocoon-core.jar)? If this is put into cocoon-webapp/WEB-INF/applicationContext.xml every user has to sync it once a while after creating a webapp from older version of archetype.


Shoot ... I am sorry for such stupid citing.

--
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