El vie, 01-09-2006 a las 16:19 +0200, Jörn Nettingsmeier escribió: > Thorsten Scherler wrote: > > El vie, 01-09-2006 a las 11:33 +0200, Josias Thöny escribió: > > >> I could reproduce it, but the error only seemed to occur when I issued a > >> "./build.sh test" before creating/deleting the new user. > > > > That would explain why the zone shows this bug. > > > > I did a clean checkout of trunk and have not done a "./build.sh test". > > > > I now do not get the error but I noticed that the user dir in the admin > > area > > i just tried to reproduce this, but i can't build test: > > test-module-org.apache.lenya.modules.repository: > ... > Testcase: testContent took 0.03 sec > Caused an ERROR > org.apache.lenya.cms.repo.RepositoryException: > org.apache.jackrabbit.core.config.ConfigurationException: Configuration > file could not be read.: > /srv/lenya/build/lenya/webapp/lenya/modules/jackrabbit/repository/repository.xml > > (No such file or directory): > /srv/lenya/build/lenya/webapp/lenya/modules/jackrabbit/repository/repository.xml > > (No such file or directory) > > does this test require some initialization? i'm not using jcr at the moment. >
Not sure. For me everything is passing and I get build successful. After that I can see: <?xml version="1.0" encoding="UTF-8"?> <ac:policy xmlns:ac="http://apache.org/cocoon/lenya/ac/1.0" ssl="false"> <ac:user id="testuser"> <ac:role id="edit"/> </ac:user> </ac:policy> Which is causing the bug. This bug is caused by a test and I think it is the UserManagerTest.java. I am not 100% sure but I think "testuser" should actually read aliceTest. When I change it then everything is working fine again. I will commit it now. However in the ac restricted that happened prior the tests and I just fixed it as well. ...leaving us with the Shakespeare question: to merge or not to merge. salu2 -- Thorsten Scherler COO Spain Wyona Inc. - Open Source Content Management - Apache Lenya http://www.wyona.com http://lenya.apache.org [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
