You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by bu...@organicelement.com on 2007/07/23 07:02:27 UTC

[BUILD] [FAILED] Build Apache Directory Server::Nightly Integration Tests #65 failed (2400 tests passed, 8 tests failed (8 new))

Build Apache Directory Server::Nightly Integration Tests #65 failed (2400 tests passed, 8 tests failed (8 new))
Agent: Default agent
Build results: http://builds.organicelement.com/viewLog.html?buildId=286&buildTypeId=bt2

Newly failed tests (8 tests, only first 3 failures shown here)
==================================================================
testCompareWithoutAuthentication =================
java.lang.ExceptionInInitializerError
	at org.apache.mina.transport.socket.nio.SocketSessionConfigImpl.initialize(SocketSessionConfigImpl.java:123)
	at org.apache.mina.transport.socket.nio.SocketSessionConfigImpl.&clinit&(SocketSessionConfigImpl.java:56)
	at org.apache.mina.transport.socket.nio.SocketAcceptorConfig.&init&(SocketAcceptorConfig.java:39)
	at org.apache.mina.transport.socket.nio.SocketAcceptor.&init&(SocketAcceptor.java:64)
	at org.apache.directory.server.jndi.ServerContextFactory.beforeStartup(ServerContextFactory.java:129)
	at org.apache.directory.server.core.DefaultDirectoryService.startup(DefaultDirectoryService.java:252)
	at org.apache.directory.server.core.jndi.AbstractContextFactory.getInitialContext(AbstractContextFactory.java:123)
	at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
	at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
	at javax.naming.InitialContext.init(InitialContext.java:223)
	at javax.naming.ldap.InitialLdapContext.&init&(InitialLdapContext.java:134)
	at org.apache.directory.server.unit.AbstractServerTest.setContexts(AbstractServerTest.java:142)
	at org.apache.directory.server.unit.AbstractServerTest.setContexts(AbstractServerTest.java:127)
	at org.apache.directory.server.unit.AbstractServerTest.setUp(AbstractServerTest.java:88)
	at org.apache.directory.server.MiscTest.setUp(MiscTest.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:125)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:163)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:84)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:244)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:814)
Caused by: java.net.SocketException: Socket Closed
	at java.net.PlainSocketImpl.getOption(PlainSocketImpl.java:268)
	at java.net.Socket.getReuseAddress(Socket.java:1302)
	at org.apache.mina.transport.socket.nio.SocketSessionConfigImpl.initialize(SocketSessionConfigImpl.java:79)
	... 35 more
	... 35 more

testDisableAnonymousBinds =================
java.lang.NoClassDefFoundError: Could not initialize class org.apache.mina.transport.socket.nio.SocketSessionConfigImpl
	at org.apache.mina.transport.socket.nio.SocketAcceptorConfig.&init&(SocketAcceptorConfig.java:39)
	at org.apache.mina.transport.socket.nio.SocketAcceptor.&init&(SocketAcceptor.java:64)
	at org.apache.directory.server.jndi.ServerContextFactory.beforeStartup(ServerContextFactory.java:129)
	at org.apache.directory.server.core.DefaultDirectoryService.startup(DefaultDirectoryService.java:252)
	at org.apache.directory.server.core.jndi.AbstractContextFactory.getInitialContext(AbstractContextFactory.java:123)
	at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
	at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
	at javax.naming.InitialContext.init(InitialContext.java:223)
	at javax.naming.ldap.InitialLdapContext.&init&(InitialLdapContext.java:134)
	at org.apache.directory.server.unit.AbstractServerTest.setContexts(AbstractServerTest.java:142)
	at org.apache.directory.server.unit.AbstractServerTest.setContexts(AbstractServerTest.java:127)
	at org.apache.directory.server.unit.AbstractServerTest.setUp(AbstractServerTest.java:88)
	at org.apache.directory.server.MiscTest.setUp(MiscTest.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:125)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:163)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:84)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:244)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:814)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:814)

testEnableAnonymousBindsOnRootDSE =================
java.lang.NoClassDefFoundError: Could not initialize class org.apache.mina.transport.socket.nio.SocketSessionConfigImpl
	at org.apache.mina.transport.socket.nio.SocketAcceptorConfig.&init&(SocketAcceptorConfig.java:39)
	at org.apache.mina.transport.socket.nio.SocketAcceptor.&init&(SocketAcceptor.java:64)
	at org.apache.directory.server.jndi.ServerContextFactory.beforeStartup(ServerContextFactory.java:129)
	at org.apache.directory.server.core.DefaultDirectoryService.startup(DefaultDirectoryService.java:252)
	at org.apache.directory.server.core.jndi.AbstractContextFactory.getInitialContext(AbstractContextFactory.java:123)
	at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
	at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
	at javax.naming.InitialContext.init(InitialContext.java:223)
	at javax.naming.ldap.InitialLdapContext.&init&(InitialLdapContext.java:134)
	at org.apache.directory.server.unit.AbstractServerTest.setContexts(AbstractServerTest.java:142)
	at org.apache.directory.server.unit.AbstractServerTest.setContexts(AbstractServerTest.java:127)
	at org.apache.directory.server.unit.AbstractServerTest.setUp(AbstractServerTest.java:88)
	at org.apache.directory.server.MiscTest.setUp(MiscTest.java:126)
	at junit.framework.TestCase.runBare(TestCase.java:125)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:163)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:84)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:244)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:814)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:814)

see all newly failed tests: http://builds.organicelement.com/viewLog.html?buildId=286&buildTypeId=bt2
Changes included (6 changes)
====================================================
Change 558524 by akarasulu (2 files):
adding some more schema constants and using in a syntax checker

Change 558467 by akarasulu (6 files):
correcting issue where idea put my test files into the wrong directory

Change 558466 by akarasulu (2 files):
adding more syntax checkers and syntaxes to the server

Change 558465 by akarasulu (2 files):
adding some more syntax checkers and syntaxes to the apache schema producers

Change 558464 by akarasulu (19 files):
changes ...

 o added some new syntax checkers for java data types: byte, int, short, char
 o added some constants to SchemaConstants for syntaxes
 o using constants in SchemaConstants in some syntax checkers instead of SC_OID
 o changed SchemaConstants into Interface to do away with public static finals




Change 558501 by malderson (5 files):
Fix for DIRSERVER-1003 - Modifying an entry gives syntax error for 'entryDeleted' attribute.

see more information about changed files: http://builds.organicelement.com/viewLog.html?tab=buildChangesDiv&buildId=286&buildTypeId=bt2


============================================================================
Configure email notifications: http://builds.organicelement.com/profile.html?init=1#notifications

Re: [BUILD] [FAILED] Build Apache Directory Server::Nightly Integration Tests #65 failed (2400 tests passed, 8 tests failed (8 new))

Posted by Chris Custine <cc...@apache.org>.
Disregard...  build was successful on second try.

On 7/22/07, builds@organicelement.com <bu...@organicelement.com> wrote:
>
> Build Apache Directory Server::Nightly Integration Tests #65 failed (2400
> tests passed, 8 tests failed (8 new))
> Agent: Default agent
> Build results:
> http://builds.organicelement.com/viewLog.html?buildId=286&buildTypeId=bt2
>
> Newly failed tests (8 tests, only first 3 failures shown here)
> ==================================================================
> testCompareWithoutAuthentication =================
> java.lang.ExceptionInInitializerError
>         at
> org.apache.mina.transport.socket.nio.SocketSessionConfigImpl.initialize(
> SocketSessionConfigImpl.java:123)
>         at
> org.apache.mina.transport.socket.nio.SocketSessionConfigImpl.&clinit&(
> SocketSessionConfigImpl.java:56)
>         at
> org.apache.mina.transport.socket.nio.SocketAcceptorConfig.&init&(
> SocketAcceptorConfig.java:39)
>         at org.apache.mina.transport.socket.nio.SocketAcceptor.&init&(
> SocketAcceptor.java:64)
>         at
> org.apache.directory.server.jndi.ServerContextFactory.beforeStartup(
> ServerContextFactory.java:129)
>         at
> org.apache.directory.server.core.DefaultDirectoryService.startup(
> DefaultDirectoryService.java:252)
>         at
> org.apache.directory.server.core.jndi.AbstractContextFactory.getInitialContext
> (AbstractContextFactory.java:123)
>         at javax.naming.spi.NamingManager.getInitialContext(
> NamingManager.java:667)
>         at javax.naming.InitialContext.getDefaultInitCtx(
> InitialContext.java:288)
>         at javax.naming.InitialContext.init(InitialContext.java:223)
>         at javax.naming.ldap.InitialLdapContext.&init&(
> InitialLdapContext.java:134)
>         at org.apache.directory.server.unit.AbstractServerTest.setContexts
> (AbstractServerTest.java:142)
>         at org.apache.directory.server.unit.AbstractServerTest.setContexts
> (AbstractServerTest.java:127)
>         at org.apache.directory.server.unit.AbstractServerTest.setUp(
> AbstractServerTest.java:88)
>         at org.apache.directory.server.MiscTest.setUp(MiscTest.java:126)
>         at junit.framework.TestCase.runBare(TestCase.java:125)
>         at junit.framework.TestResult$1.protect(TestResult.java:106)
>         at junit.framework.TestResult.runProtected(TestResult.java:124)
>         at junit.framework.TestResult.run(TestResult.java:109)
>         at junit.framework.TestCase.run(TestCase.java:118)
>         at junit.framework.TestSuite.runTest(TestSuite.java:208)
>         at junit.framework.TestSuite.run(TestSuite.java:203)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at org.apache.maven.surefire.junit.JUnitTestSet.execute(
> JUnitTestSet.java:213)
>         at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
> AbstractDirectoryTestSuite.java:138)
>         at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
> AbstractDirectoryTestSuite.java:163)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:84)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:244)
>         at org.apache.maven.surefire.booter.SurefireBooter.main(
> SurefireBooter.java:814)
> Caused by: java.net.SocketException: Socket Closed
>         at java.net.PlainSocketImpl.getOption(PlainSocketImpl.java:268)
>         at java.net.Socket.getReuseAddress(Socket.java:1302)
>         at
> org.apache.mina.transport.socket.nio.SocketSessionConfigImpl.initialize(
> SocketSessionConfigImpl.java:79)
>         ... 35 more
>         ... 35 more
>
> testDisableAnonymousBinds =================
> java.lang.NoClassDefFoundError: Could not initialize class
> org.apache.mina.transport.socket.nio.SocketSessionConfigImpl
>         at
> org.apache.mina.transport.socket.nio.SocketAcceptorConfig.&init&(
> SocketAcceptorConfig.java:39)
>         at org.apache.mina.transport.socket.nio.SocketAcceptor.&init&(
> SocketAcceptor.java:64)
>         at
> org.apache.directory.server.jndi.ServerContextFactory.beforeStartup(
> ServerContextFactory.java:129)
>         at
> org.apache.directory.server.core.DefaultDirectoryService.startup(
> DefaultDirectoryService.java:252)
>         at
> org.apache.directory.server.core.jndi.AbstractContextFactory.getInitialContext
> (AbstractContextFactory.java:123)
>         at javax.naming.spi.NamingManager.getInitialContext(
> NamingManager.java:667)
>         at javax.naming.InitialContext.getDefaultInitCtx(
> InitialContext.java:288)
>         at javax.naming.InitialContext.init(InitialContext.java:223)
>         at javax.naming.ldap.InitialLdapContext.&init&(
> InitialLdapContext.java:134)
>         at org.apache.directory.server.unit.AbstractServerTest.setContexts
> (AbstractServerTest.java:142)
>         at org.apache.directory.server.unit.AbstractServerTest.setContexts
> (AbstractServerTest.java:127)
>         at org.apache.directory.server.unit.AbstractServerTest.setUp(
> AbstractServerTest.java:88)
>         at org.apache.directory.server.MiscTest.setUp(MiscTest.java:126)
>         at junit.framework.TestCase.runBare(TestCase.java:125)
>         at junit.framework.TestResult$1.protect(TestResult.java:106)
>         at junit.framework.TestResult.runProtected(TestResult.java:124)
>         at junit.framework.TestResult.run(TestResult.java:109)
>         at junit.framework.TestCase.run(TestCase.java:118)
>         at junit.framework.TestSuite.runTest(TestSuite.java:208)
>         at junit.framework.TestSuite.run(TestSuite.java:203)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at org.apache.maven.surefire.junit.JUnitTestSet.execute(
> JUnitTestSet.java:213)
>         at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
> AbstractDirectoryTestSuite.java:138)
>         at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
> AbstractDirectoryTestSuite.java:163)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:84)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:244)
>         at org.apache.maven.surefire.booter.SurefireBooter.main(
> SurefireBooter.java:814)
>         at org.apache.maven.surefire.booter.SurefireBooter.main(
> SurefireBooter.java:814)
>
> testEnableAnonymousBindsOnRootDSE =================
> java.lang.NoClassDefFoundError: Could not initialize class
> org.apache.mina.transport.socket.nio.SocketSessionConfigImpl
>         at
> org.apache.mina.transport.socket.nio.SocketAcceptorConfig.&init&(
> SocketAcceptorConfig.java:39)
>         at org.apache.mina.transport.socket.nio.SocketAcceptor.&init&(
> SocketAcceptor.java:64)
>         at
> org.apache.directory.server.jndi.ServerContextFactory.beforeStartup(
> ServerContextFactory.java:129)
>         at
> org.apache.directory.server.core.DefaultDirectoryService.startup(
> DefaultDirectoryService.java:252)
>         at
> org.apache.directory.server.core.jndi.AbstractContextFactory.getInitialContext
> (AbstractContextFactory.java:123)
>         at javax.naming.spi.NamingManager.getInitialContext(
> NamingManager.java:667)
>         at javax.naming.InitialContext.getDefaultInitCtx(
> InitialContext.java:288)
>         at javax.naming.InitialContext.init(InitialContext.java:223)
>         at javax.naming.ldap.InitialLdapContext.&init&(
> InitialLdapContext.java:134)
>         at org.apache.directory.server.unit.AbstractServerTest.setContexts
> (AbstractServerTest.java:142)
>         at org.apache.directory.server.unit.AbstractServerTest.setContexts
> (AbstractServerTest.java:127)
>         at org.apache.directory.server.unit.AbstractServerTest.setUp(
> AbstractServerTest.java:88)
>         at org.apache.directory.server.MiscTest.setUp(MiscTest.java:126)
>         at junit.framework.TestCase.runBare(TestCase.java:125)
>         at junit.framework.TestResult$1.protect(TestResult.java:106)
>         at junit.framework.TestResult.runProtected(TestResult.java:124)
>         at junit.framework.TestResult.run(TestResult.java:109)
>         at junit.framework.TestCase.run(TestCase.java:118)
>         at junit.framework.TestSuite.runTest(TestSuite.java:208)
>         at junit.framework.TestSuite.run(TestSuite.java:203)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at org.apache.maven.surefire.junit.JUnitTestSet.execute(
> JUnitTestSet.java:213)
>         at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
> AbstractDirectoryTestSuite.java:138)
>         at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
> AbstractDirectoryTestSuite.java:163)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:84)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:244)
>         at org.apache.maven.surefire.booter.SurefireBooter.main(
> SurefireBooter.java:814)
>         at org.apache.maven.surefire.booter.SurefireBooter.main(
> SurefireBooter.java:814)
>
> see all newly failed tests:
> http://builds.organicelement.com/viewLog.html?buildId=286&buildTypeId=bt2
> Changes included (6 changes)
> ====================================================
> Change 558524 by akarasulu (2 files):
> adding some more schema constants and using in a syntax checker
>
> Change 558467 by akarasulu (6 files):
> correcting issue where idea put my test files into the wrong directory
>
> Change 558466 by akarasulu (2 files):
> adding more syntax checkers and syntaxes to the server
>
> Change 558465 by akarasulu (2 files):
> adding some more syntax checkers and syntaxes to the apache schema
> producers
>
> Change 558464 by akarasulu (19 files):
> changes ...
>
> o added some new syntax checkers for java data types: byte, int, short,
> char
> o added some constants to SchemaConstants for syntaxes
> o using constants in SchemaConstants in some syntax checkers instead of
> SC_OID
> o changed SchemaConstants into Interface to do away with public static
> finals
>
>
>
>
> Change 558501 by malderson (5 files):
> Fix for DIRSERVER-1003 - Modifying an entry gives syntax error for
> 'entryDeleted' attribute.
>
> see more information about changed files:
> http://builds.organicelement.com/viewLog.html?tab=buildChangesDiv&buildId=286&buildTypeId=bt2
>
>
>
> ============================================================================
> Configure email notifications:
> http://builds.organicelement.com/profile.html?init=1#notifications
>