Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] failing tests


I'll venture in here with little to no information, but will say that 2.1 (to be released in December) will _have_ to be compiled and run against WTP 3.0.2 (or, 3.0.3 by then) since you can't have a release that depends on non-released code.

Off hand, my guess is we need a new Dali build/test so that both Dali 2.0.x and Dali 2.1 compile and are tested against WTP 3.0.x.

There should be no Dali dependencies on WTP 3.1, right? Well, at least not until Dali 2.2.

See bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=247565




From: Karen Moore <karen.moore@xxxxxxxxxx>
To: "General Dali EJB ORM developer discussion." <dali-dev@xxxxxxxxxxx>
Date: 09/24/2008 08:30 AM
Subject: [dali-dev] failing tests





Our tests are failing in the latest 3.1 build with Paul's ModelProvider
changes released.  It looks to me like we are either building or running
against the wrong version of WTP.  Paul has WTP ported the bug you
patched for them HEAD? Below is the stack trace found in the test logs
many times.  This is not the same error message as found in the 3.0.2
code base. I'm thinking we are running tests against the 3.1 code base
and compiling against 3.0.2 since we compile without errors.  Is this
the intended build behavior for our 2.1 release?

org.eclipse.core.runtime.CoreException: The shortSegment attribute of resourceFactory must specify a valid, non-null, non-empty value in org.eclipse.jpt.core
                at org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry$ConfigurationResourceFactoryDescriptor.init(WTPResourceFactoryRegistry.java:140)
                at org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry$ConfigurationResourceFactoryDescriptor.<init>(WTPResourceFactoryRegistry.java:134)
                at org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry$ResourceFactoryRegistryReader$1.run(WTPResourceFactoryRegistry.java:226)
                at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
                at org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry$ResourceFactoryRegistryReader.readElement(WTPResourceFactoryRegistry.java:223)
                at org.eclipse.jem.util.RegistryReader.internalReadElement(RegistryReader.java:84)
                at org.eclipse.jem.util.RegistryReader.readRegistry(RegistryReader.java:125)
                at org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry.<init>(WTPResourceFactoryRegistry.java:57)
                at org.eclipse.wst.common.componentcore.internal.impl.WTPResourceFactoryRegistry.<clinit>(WTPResourceFactoryRegistry.java:51)
                at java.lang.J9VMInternals.initializeImpl(Native Method)
                at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)




_______________________________________________
dali-dev mailing list
dali-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dali-dev



Back to the top