[JBoss JIRA] (JBIDE-18424) org.jboss.tools.cdi.core.test failures on Mac OS
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18424?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-18424:
--------------------------------------
Assignee: Jeff MAURY (was: Alexey Kazakov)
> org.jboss.tools.cdi.core.test failures on Mac OS
> ------------------------------------------------
>
> Key: JBIDE-18424
> URL: https://issues.jboss.org/browse/JBIDE-18424
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi
> Reporter: Daniel Azarov
> Assignee: Jeff MAURY
> Fix For: 4.3.x
>
> Attachments: bundles.log, bundles.txt, org.jboss.tools.cdi.core.test.CDICoreAllTests.txt
>
>
> {code}
> Tests run: 1286, Failures: 109, Errors: 12, Skipped: 0, Time elapsed: 571.541 sec <<< FAILURE!
> Results :
> Failed tests: testType1(org.jboss.tools.cdi.core.test.TypeTest): expected:<11> but was:<10>
> testType2(org.jboss.tools.cdi.core.test.TypeTest): expected:<11> but was:<10>
> testType(org.jboss.tools.cdi.core.test.TypeTest): expected:<11> but was:<10>
> testDependentProjects(org.jboss.tools.cdi.core.test.tck.validation.DependentProjectValidationTest): Marker matches the 'Injection point declares a primitive type boolean that cannot be proxied by the container resolves to a bean TestBean3.foo\(\) with a normal scope \[JSR-299 ?5.4.1\]' pattern wasn't found. Here is the list of found markers in /CDITest3/src/cdi/test3/TestBean3.java : []
> testAbstractApiType(org.jboss.tools.cdi.core.test.tck.BeanDefinitionTest): Wrong number of types. expected:<4> but was:<3>
> testPrivitiveTypes(org.jboss.tools.cdi.core.test.tck.BeanDefinitionTest): Can't find java.lang.Integer type.
> testBeanTypes(org.jboss.tools.cdi.core.test.tck.BeanDefinitionTest): Wrong number of types. expected:<6> but was:<5>
> testParameterInjectionsWithQualifierWithMemberValues(org.jboss.tools.cdi.core.test.tck.InjectionPointTest)
> testDefaultValuesInQualifierProperties(org.jboss.tools.cdi.core.test.tck.InjectionPointTest)
> testGenericBeanTypesOnManagedBean(org.jboss.tools.cdi.core.test.tck.lookup.ResolutionByTypeTest): /tck/JavaSource/org/jboss/jsr299/tck/tests/lookup/typesafe/resolution/Emu.java bean [ org.jboss.jsr299.tck.tests.lookup.typesafe.resolution.FlightlessBird;] should have java.lang.Object type.
> testBeanTypesOnProducerMethod(org.jboss.tools.cdi.core.test.tck.lookup.ResolutionByTypeTest): Wrong number of types. expected:<2> but was:<1>
> testBeanTypesOnProducerField(org.jboss.tools.cdi.core.test.tck.lookup.ResolutionByTypeTest): Wrong number of types. expected:<2> but was:<1>
> testResolveByTypeWithPrimitives(org.jboss.tools.cdi.core.test.tck.lookup.ResolutionByTypeTest): Can't find java.lang.Double type.
> testInjectionResolutionOfRestrictedProducerMethod(org.jboss.tools.cdi.core.test.tck.lookup.ResolutionByTypeTest): Wrong number of the beans expected:<1> but was:<0>
> testInjectionResolutionOfRestrictedProducerField(org.jboss.tools.cdi.core.test.tck.lookup.ResolutionByTypeTest): Wrong number of the beans expected:<1> but was:<0>
> testBeanTypesOnManagedBean(org.jboss.tools.cdi.core.test.tck.lookup.ResolutionByTypeTest): Wrong number of types. expected:<2> but was:<1>
> testGenericBeanTypesOnProducerMethod(org.jboss.tools.cdi.core.test.tck.lookup.ResolutionByTypeTest): /tck/JavaSource/org/jboss/jsr299/tck/tests/lookup/typesafe/resolution/PetShop.java bean [ org.jboss.jsr299.tck.tests.lookup.typesafe.resolution.Cat;] should have java.lang.Object type.
> testGenericBeanTypesOnProducerField(org.jboss.tools.cdi.core.test.tck.lookup.ResolutionByTypeTest): /tck/JavaSource/org/jboss/jsr299/tck/tests/lookup/typesafe/resolution/PetShop.java bean [ org.jboss.jsr299.tck.tests.lookup.typesafe.resolution.Cat;] should have java.lang.Object type.
> testBeanTypesOnSessionBean(org.jboss.tools.cdi.core.test.tck.EnterpriseResolutionByTypeTest): Wrong number of types. expected:<2> but was:<1>
> testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards2(org.jboss.tools.cdi.core.test.tck.AssignabilityOfRawAndParameterizedTypesTest): Wrong number of the beans expected:<1> but was:<0>
> testAssignabilityOfSophisticatedCases(org.jboss.tools.cdi.core.test.tck.AssignabilityOfRawAndParameterizedTypesTest): Wrong number of the beans expected:<1> but was:<0>
> testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeTypeVariable(org.jboss.tools.cdi.core.test.tck.AssignabilityOfRawAndParameterizedTypesTest): Wrong number of types. expected:<2> but was:<1>
> testAssignabilityOfRawTypeWithTypeVariablesToParameterizedType(org.jboss.tools.cdi.core.test.tck.AssignabilityOfRawAndParameterizedTypesTest): Wrong number of the beans expected:<1> but was:<0>
> testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithActualTypes(org.jboss.tools.cdi.core.test.tck.AssignabilityOfRawAndParameterizedTypesTest): Wrong number of the beans expected:<1> but was:<0>
> testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcards(org.jboss.tools.cdi.core.test.tck.AssignabilityOfRawAndParameterizedTypesTest): Wrong number of the beans expected:<1> but was:<0>
> testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards(org.jboss.tools.cdi.core.test.tck.AssignabilityOfRawAndParameterizedTypesTest): Wrong number of the beans expected:<1> but was:<0>
> testAssignabilityToRawType(org.jboss.tools.cdi.core.test.tck.AssignabilityOfRawAndParameterizedTypesTest): Wrong number of the beans expected:<4> but was:<2>
> testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithActualTypes(org.jboss.tools.cdi.core.test.tck.AssignabilityOfRawAndParameterizedTypesTest): Wrong number of the beans expected:<2> but was:<0>
> testNewHashSetParameter(org.jboss.tools.cdi.core.test.tck.InjectionPointWithNewQualifierTest): Wrong number of the beans expected:<1> but was:<0>
> testNewArrayListField(org.jboss.tools.cdi.core.test.tck.InjectionPointWithNewQualifierTest): Wrong number of the beans expected:<1> but was:<0>
> testQualifierWithArithmeticExpressionsResolved(org.jboss.tools.cdi.core.test.tck.QualifierWithMembersTest): Wrong number of the beans expected:<1> but was:<0>
> testBuiltInPrincipalBean(org.jboss.tools.cdi.core.test.tck.BuiltInBeanInjectionTest)
> testLegalTypesInTyped(org.jboss.tools.cdi.core.test.tck.validation.DefenitionErrorsValidationTest): Marker matches the 'Bean specifies a type restriction which does not correspond to a type in the unrestricted set of bean types of a bean \[JSR-299 ?2.2.2\]' pattern wasn't found. Here is the list of found markers in /tck/JavaSource/org/jboss/jsr299/tck/tests/lookup/typesafe/resolution/PetShop.java : []
> testDelegateSpecifiesDifferentTypeParameterInInterfcaeInMethod(org.jboss.tools.cdi.core.test.tck.validation.DefenitionErrorsValidationTest): Marker matches the 'The delegate type must implement or extend the decorated type IClazz\<java.lang.String\> \[JSR-299 ?8.1.3\]' pattern wasn't found. Here is the list of found markers in /tck/JavaSource/org/jboss/jsr299/tck/tests/jbt/validation/decorators/delegates/TimestampWithMethodBroken.java : [
> testInjectionPointWhichResolvesToNormalScopedFinalBean(org.jboss.tools.cdi.core.test.tck.validation.DeploymentProblemsValidationTests): Marker matches the 'Injection point whose declared type \(String is a final class\) cannot be proxied by the container resolves to a bean Opportunity.t with a normal scope \[JSR-299 ?5.4.1\]' pattern wasn't found. Here is the list of found markers in /tck/JavaSource/org/jboss/jsr299/tck/tests/lookup/clientProxy/unproxyable/finalClass/Opportunity.java : []
> testUnsatisfiedDependencyWithNamed(org.jboss.tools.cdi.core.test.tck.validation.DeploymentProblemsValidationTests): Marker matches the 'No bean is eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern wasn't found. Here is the list of found markers in /tck/JavaSource/org/jboss/jsr299/tck/tests/jbt/lookup/duplicateName/TestNamed.java : [
> testNormalScopedFinalBean(org.jboss.tools.cdi.core.test.tck.validation.DeploymentProblemsValidationTests): Marker matches the 'Type String \(final class\) is not a legal type of normal scoped bean Opportunity.t because it cannot be proxied by the container \[JSR-299 ?5.4.1\]' pattern wasn't found. Here is the list of found markers in /tck/JavaSource/org/jboss/jsr299/tck/tests/lookup/clientProxy/unproxyable/finalClass/Opportunity.java : []
> testNormalScopedBeanWithUnproxyableType(org.jboss.tools.cdi.core.test.tck.validation.DeploymentProblemsValidationTests): Marker matches the 'Primitive type int is not a legal type of normal scoped bean NumberProducer.produce\(\) because it cannot be proxied by the container \[JSR-299 ?5.4.1\]' pattern wasn't found. Here is the list of found markers in /tck/JavaSource/org/jboss/jsr299/tck/tests/jbt/validation/unproxyable/NumberProducer.java : []
> testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedBean(org.jboss.tools.cdi.core.test.tck.validation.DeploymentProblemsValidationTests): Marker matches the 'Injection point declares a primitive type int that cannot be proxied by the container resolves to a bean NumberProducer.produce\(\) with a normal scope \[JSR-299 ?5.4.1\]' pattern wasn't found. Here is the list of found markers in /tck/JavaSource/org/jboss/jsr299/tck/tests/jbt/validation/unproxyable/Number_Broken.java : []
> testAmbiguousDependencyWithNamed(org.jboss.tools.cdi.core.test.tck.validation.DeploymentProblemsValidationTests): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern wasn't found. Here is the list of found markers in /tck/JavaSource/org/jboss/jsr299/tck/tests/jbt/lookup/duplicateName/TestNamed.java : [
> testUnsatisfiedDependencyForInstance(org.jboss.tools.cdi.core.test.tck.validation.DeploymentProblemsValidationTests): Marker matches the 'No bean is eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern wasn't found. Here is the list of found markers in /tck/JavaSource/org/jboss/jsr299/tck/tests/jbt/resolution/InjectionInstance.java : []
> testAmbiguousDependencyForInstance(org.jboss.tools.cdi.core.test.tck.validation.DeploymentProblemsValidationTests): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern wasn't found. Here is the list of found markers in /tck/JavaSource/org/jboss/jsr299/tck/tests/jbt/resolution/InjectionInstance.java : []
> testPrimitiveInjectionPointResolvedToNonPrimitiveProducerMethod(org.jboss.tools.cdi.core.test.tck.validation.DeploymentProblemsValidationTests): Marker matches the 'Injection point of primitive type resolves to the bean that may have a null value \[JSR-299 ?5.2.4\]' pattern wasn't found. Here is the list of found markers in /tck/JavaSource/org/jboss/jsr299/tck/tests/jbt/validation/inject/GameBroken.java : []
> testFieldWithSuppressInParentElement(org.jboss.tools.cdi.core.test.tck.validation.SuppressWarningsTests): Marker matches the 'Multiple beans \(.*\) have the same EL name and the name is not resolvable \[JSR-299 ?5.3.1\]' pattern was found
> testMultipleSuppressFromElementAndItsParent(org.jboss.tools.cdi.core.test.tck.validation.SuppressWarningsTests): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern was found
> testMultipleSuppress(org.jboss.tools.cdi.core.test.tck.validation.SuppressWarningsTests): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern was found
> testClass(org.jboss.tools.cdi.core.test.tck.validation.SuppressWarningsTests): Marker matches the 'Multiple beans \(.*\) have the same EL name and the name is not resolvable \[JSR-299 ?5.3.1\]' pattern was found
> testField(org.jboss.tools.cdi.core.test.tck.validation.SuppressWarningsTests): Marker matches the 'Producer method or field cannot be annotated @Inject \[JSR-299 ?3.3.2, ?3.4.2\]' pattern was found
> testParam(org.jboss.tools.cdi.core.test.tck.validation.SuppressWarningsTests): Wrong number of found marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern. Expected the pattern at the following lines <31> but was at <27, 31, 45, 35, 49>. expected:<1> but was:<5>
> testWOSuppress(org.jboss.tools.cdi.core.test.tck.validation.SuppressWarningsTests): Wrong number of found marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern. Expected the pattern at the following lines <20, 24, 28, 31, 39, 42, 45> but was at <31, 42, 20, 24, 28, 39>. expected:<7> but was:<6>
> testEL(org.jboss.tools.cdi.core.test.tck.validation.SuppressWarningsTests): Marker matches the '"abc" cannot be resolved' pattern was found
> testGroupName(org.jboss.tools.cdi.core.test.tck.validation.SuppressWarningsTests): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern was found
> testErrorSuppress(org.jboss.tools.cdi.core.test.tck.validation.SuppressWarningsTests): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern was found
> testWarningsOnClassNameRegion(org.jboss.tools.cdi.core.test.tck.validation.SuppressWarningsTests): Marker matches the 'Managed bean Rabbit which declares a passivating scope SessionScoped must be passivation capable \[JSR-299 ?6.6.4\]' pattern was found
> testWarningsOnTyped(org.jboss.tools.cdi.core.test.tck.validation.SuppressWarningsTests): Marker matches the 'Bean specifies a type restriction which does not correspond to a type in the unrestricted set of bean types of a bean \[JSR-299 ?2.2.2\]' pattern wasn't found. Here is the list of found markers in /tck/JavaSource/org/jboss/jsr299/tck/tests/jbt/validation/suppresswarnings/AnotherRabbit.java : [
> testNameAll(org.jboss.tools.cdi.core.test.tck.validation.SuppressWarningsTests): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern was found
> testAmbiguousDependencyWithNamed(org.jboss.tools.cdi.core.test.tck.validation.AYTDeploymentProblemsValidationTests): expected:<3> but was:<0>
> testAbstractApiType(org.jboss.tools.cdi.core.test.tck11.BeanDefinitionCDI11Test): Wrong number of types. expected:<4> but was:<3>
> testPrivitiveTypes(org.jboss.tools.cdi.core.test.tck11.BeanDefinitionCDI11Test): Can't find java.lang.Integer type.
> testBeanTypes(org.jboss.tools.cdi.core.test.tck11.BeanDefinitionCDI11Test): Wrong number of types. expected:<6> but was:<5>
> testParameterInjectionsWithQualifierWithMemberValues(org.jboss.tools.cdi.core.test.tck11.InjectionPointCDI11Test)
> testDefaultValuesInQualifierProperties(org.jboss.tools.cdi.core.test.tck11.InjectionPointCDI11Test)
> testGenericBeanTypesOnManagedBean(org.jboss.tools.cdi.core.test.tck11.lookup.ResolutionByTypeCDI11Test): /tck1.1/JavaSource/org/jboss/jsr299/tck/tests/lookup/typesafe/resolution/Emu.java bean [ org.jboss.jsr299.tck.tests.lookup.typesafe.resolution.FlightlessBird;] should have java.lang.Object type.
> testBeanTypesOnProducerMethod(org.jboss.tools.cdi.core.test.tck11.lookup.ResolutionByTypeCDI11Test): Wrong number of types. expected:<2> but was:<1>
> testBeanTypesOnProducerField(org.jboss.tools.cdi.core.test.tck11.lookup.ResolutionByTypeCDI11Test): Wrong number of types. expected:<2> but was:<1>
> testResolveByTypeWithPrimitives(org.jboss.tools.cdi.core.test.tck11.lookup.ResolutionByTypeCDI11Test): Can't find java.lang.Double type.
> testInjectionResolutionOfRestrictedProducerMethod(org.jboss.tools.cdi.core.test.tck11.lookup.ResolutionByTypeCDI11Test): Wrong number of the beans expected:<1> but was:<0>
> testInjectionResolutionOfRestrictedProducerField(org.jboss.tools.cdi.core.test.tck11.lookup.ResolutionByTypeCDI11Test): Wrong number of the beans expected:<1> but was:<0>
> testBeanTypesOnManagedBean(org.jboss.tools.cdi.core.test.tck11.lookup.ResolutionByTypeCDI11Test): Wrong number of types. expected:<2> but was:<1>
> testGenericBeanTypesOnProducerMethod(org.jboss.tools.cdi.core.test.tck11.lookup.ResolutionByTypeCDI11Test): /tck1.1/JavaSource/org/jboss/jsr299/tck/tests/lookup/typesafe/resolution/PetShop.java bean [ org.jboss.jsr299.tck.tests.lookup.typesafe.resolution.Cat;] should have java.lang.Object type.
> testGenericBeanTypesOnProducerField(org.jboss.tools.cdi.core.test.tck11.lookup.ResolutionByTypeCDI11Test): /tck1.1/JavaSource/org/jboss/jsr299/tck/tests/lookup/typesafe/resolution/PetShop.java bean [ org.jboss.jsr299.tck.tests.lookup.typesafe.resolution.Cat;] should have java.lang.Object type.
> testBeanTypesOnSessionBean(org.jboss.tools.cdi.core.test.tck11.EnterpriseResolutionByTypeCDI11Test): Wrong number of types. expected:<2> but was:<1>
> testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards2(org.jboss.tools.cdi.core.test.tck11.AssignabilityOfRawAndParameterizedTypesCDI11Test): Wrong number of the beans expected:<1> but was:<0>
> testAssignabilityOfSophisticatedCases(org.jboss.tools.cdi.core.test.tck11.AssignabilityOfRawAndParameterizedTypesCDI11Test): Wrong number of the beans expected:<1> but was:<0>
> testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeTypeVariable(org.jboss.tools.cdi.core.test.tck11.AssignabilityOfRawAndParameterizedTypesCDI11Test): Wrong number of types. expected:<2> but was:<1>
> testAssignabilityOfRawTypeWithTypeVariablesToParameterizedType(org.jboss.tools.cdi.core.test.tck11.AssignabilityOfRawAndParameterizedTypesCDI11Test): Wrong number of the beans expected:<1> but was:<0>
> testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithActualTypes(org.jboss.tools.cdi.core.test.tck11.AssignabilityOfRawAndParameterizedTypesCDI11Test): Wrong number of the beans expected:<1> but was:<0>
> testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithWildcards(org.jboss.tools.cdi.core.test.tck11.AssignabilityOfRawAndParameterizedTypesCDI11Test): Wrong number of the beans expected:<1> but was:<0>
> testAssignabilityOfParameterizedTypeWithTypeVariablesToParameterizedTypeWithWildcards(org.jboss.tools.cdi.core.test.tck11.AssignabilityOfRawAndParameterizedTypesCDI11Test): Wrong number of the beans expected:<1> but was:<0>
> testAssignabilityToRawType(org.jboss.tools.cdi.core.test.tck11.AssignabilityOfRawAndParameterizedTypesCDI11Test): Wrong number of the beans expected:<4> but was:<2>
> testAssignabilityOfParameterizedTypeWithActualTypesToParameterizedTypeWithActualTypes(org.jboss.tools.cdi.core.test.tck11.AssignabilityOfRawAndParameterizedTypesCDI11Test): Wrong number of the beans expected:<2> but was:<0>
> testNewHashSetParameter(org.jboss.tools.cdi.core.test.tck11.InjectionPointWithNewQualifierCDI11Test): Wrong number of the beans expected:<1> but was:<0>
> testNewArrayListField(org.jboss.tools.cdi.core.test.tck11.InjectionPointWithNewQualifierCDI11Test): Wrong number of the beans expected:<1> but was:<0>
> testQualifierWithArithmeticExpressionsResolved(org.jboss.tools.cdi.core.test.tck11.QualifierWithMembersCDI11Test): Wrong number of the beans expected:<1> but was:<0>
> testBuiltInPrincipalBean(org.jboss.tools.cdi.core.test.tck11.BuiltInBeanInjectionCDI11Test)
> testLegalTypesInTyped(org.jboss.tools.cdi.core.test.tck11.validation.DefenitionErrorsValidationCDI11Test): Marker matches the 'Bean specifies a type restriction which does not correspond to a type in the unrestricted set of bean types of a bean \[JSR-299 ?2.2.2\]' pattern wasn't found. Here is the list of found markers in /tck1.1/JavaSource/org/jboss/jsr299/tck/tests/lookup/typesafe/resolution/PetShop.java : []
> testDelegateSpecifiesDifferentTypeParameterInInterfcaeInMethod(org.jboss.tools.cdi.core.test.tck11.validation.DefenitionErrorsValidationCDI11Test): Marker matches the 'The delegate type must implement or extend the decorated type IClazz\<java.lang.String\> \[JSR-299 ?8.1.3\]' pattern wasn't found. Here is the list of found markers in /tck1.1/JavaSource/org/jboss/jsr299/tck/tests/jbt/validation/decorators/delegates/TimestampWithMethodBroken.java : [
> testInjectionPointWhichResolvesToNormalScopedFinalBean(org.jboss.tools.cdi.core.test.tck11.validation.DeploymentProblemsValidationCDI11Tests): Marker matches the 'Injection point whose declared type \(String is a final class\) cannot be proxied by the container resolves to a bean Opportunity.t with a normal scope \[JSR-299 ?5.4.1\]' pattern wasn't found. Here is the list of found markers in /tck1.1/JavaSource/org/jboss/jsr299/tck/tests/lookup/clientProxy/unproxyable/finalClass/Opportunity.java : []
> testUnsatisfiedDependencyWithNamed(org.jboss.tools.cdi.core.test.tck11.validation.DeploymentProblemsValidationCDI11Tests): Marker matches the 'No bean is eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern wasn't found. Here is the list of found markers in /tck1.1/JavaSource/org/jboss/jsr299/tck/tests/jbt/lookup/duplicateName/TestNamed.java : [
> testNormalScopedFinalBean(org.jboss.tools.cdi.core.test.tck11.validation.DeploymentProblemsValidationCDI11Tests): Marker matches the 'Type String \(final class\) is not a legal type of normal scoped bean Opportunity.t because it cannot be proxied by the container \[JSR-299 ?5.4.1\]' pattern wasn't found. Here is the list of found markers in /tck1.1/JavaSource/org/jboss/jsr299/tck/tests/lookup/clientProxy/unproxyable/finalClass/Opportunity.java : []
> testNormalScopedBeanWithUnproxyableType(org.jboss.tools.cdi.core.test.tck11.validation.DeploymentProblemsValidationCDI11Tests): Marker matches the 'Primitive type int is not a legal type of normal scoped bean NumberProducer.produce\(\) because it cannot be proxied by the container \[JSR-299 ?5.4.1\]' pattern wasn't found. Here is the list of found markers in /tck1.1/JavaSource/org/jboss/jsr299/tck/tests/jbt/validation/unproxyable/NumberProducer.java : []
> testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedBean(org.jboss.tools.cdi.core.test.tck11.validation.DeploymentProblemsValidationCDI11Tests): Marker matches the 'Injection point declares a primitive type int that cannot be proxied by the container resolves to a bean NumberProducer.produce\(\) with a normal scope \[JSR-299 ?5.4.1\]' pattern wasn't found. Here is the list of found markers in /tck1.1/JavaSource/org/jboss/jsr299/tck/tests/jbt/validation/unproxyable/Number_Broken.java : []
> testAmbiguousDependencyWithNamed(org.jboss.tools.cdi.core.test.tck11.validation.DeploymentProblemsValidationCDI11Tests): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern wasn't found. Here is the list of found markers in /tck1.1/JavaSource/org/jboss/jsr299/tck/tests/jbt/lookup/duplicateName/TestNamed.java : [
> testUnsatisfiedDependencyForInstance(org.jboss.tools.cdi.core.test.tck11.validation.DeploymentProblemsValidationCDI11Tests): Marker matches the 'No bean is eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern wasn't found. Here is the list of found markers in /tck1.1/JavaSource/org/jboss/jsr299/tck/tests/jbt/resolution/InjectionInstance.java : []
> testAmbiguousDependencyForInstance(org.jboss.tools.cdi.core.test.tck11.validation.DeploymentProblemsValidationCDI11Tests): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern wasn't found. Here is the list of found markers in /tck1.1/JavaSource/org/jboss/jsr299/tck/tests/jbt/resolution/InjectionInstance.java : []
> testFieldWithSuppressInParentElement(org.jboss.tools.cdi.core.test.tck11.validation.SuppressWarningsCDI11Tests): Marker matches the 'Multiple beans \(.*\) have the same EL name and the name is not resolvable \[JSR-299 ?5.3.1\]' pattern was found
> testMultipleSuppressFromElementAndItsParent(org.jboss.tools.cdi.core.test.tck11.validation.SuppressWarningsCDI11Tests): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern was found
> testMultipleSuppress(org.jboss.tools.cdi.core.test.tck11.validation.SuppressWarningsCDI11Tests): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern was found
> testClass(org.jboss.tools.cdi.core.test.tck11.validation.SuppressWarningsCDI11Tests): Marker matches the 'Multiple beans \(.*\) have the same EL name and the name is not resolvable \[JSR-299 ?5.3.1\]' pattern was found
> testField(org.jboss.tools.cdi.core.test.tck11.validation.SuppressWarningsCDI11Tests): Marker matches the 'Producer method or field cannot be annotated @Inject \[JSR-299 ?3.3.2, ?3.4.2\]' pattern was found
> testParam(org.jboss.tools.cdi.core.test.tck11.validation.SuppressWarningsCDI11Tests): Wrong number of found marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern. Expected the pattern at the following lines <31> but was at <49, 27, 31, 45, 35>. expected:<1> but was:<5>
> testWOSuppress(org.jboss.tools.cdi.core.test.tck11.validation.SuppressWarningsCDI11Tests): Wrong number of found marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern. Expected the pattern at the following lines <20, 24, 28, 31, 39, 42, 45> but was at <31, 42, 20, 24, 28, 39>. expected:<7> but was:<6>
> testEL(org.jboss.tools.cdi.core.test.tck11.validation.SuppressWarningsCDI11Tests): Marker matches the '"abc" cannot be resolved' pattern was found
> testGroupName(org.jboss.tools.cdi.core.test.tck11.validation.SuppressWarningsCDI11Tests): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern was found
> testErrorSuppress(org.jboss.tools.cdi.core.test.tck11.validation.SuppressWarningsCDI11Tests): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern was found
> testWarningsOnClassNameRegion(org.jboss.tools.cdi.core.test.tck11.validation.SuppressWarningsCDI11Tests): Marker matches the 'Managed bean Rabbit which declares a passivating scope SessionScoped must be passivation capable \[JSR-299 ?6.6.4\]' pattern was found
> testWarningsOnTyped(org.jboss.tools.cdi.core.test.tck11.validation.SuppressWarningsCDI11Tests): Marker matches the 'Bean specifies a type restriction which does not correspond to a type in the unrestricted set of bean types of a bean \[JSR-299 ?2.2.2\]' pattern wasn't found. Here is the list of found markers in /tck1.1/JavaSource/org/jboss/jsr299/tck/tests/jbt/validation/suppresswarnings/AnotherRabbit.java : [
> testNameAll(org.jboss.tools.cdi.core.test.tck11.validation.SuppressWarningsCDI11Tests): Marker matches the 'Multiple beans are eligible for injection to the injection point \[JSR-299 ?5.2.1\]' pattern was found
> testAmbiguousDependencyWithNamed(org.jboss.tools.cdi.core.test.tck11.validation.AYTDeploymentProblemsValidationCDI11Tests): expected:<3> but was:<0>
> Tests in error:
> testObserverMethodResolution(org.jboss.tools.cdi.core.test.tck.ObserverMethodResolutionTest)
> testObserverMethodResolution0(org.jboss.tools.cdi.core.test.tck.ObserverMethodResolutionTest)
> testObserverMethodResolution2(org.jboss.tools.cdi.core.test.tck.ObserverMethodResolutionTest)
> testObserverMethodResolution3(org.jboss.tools.cdi.core.test.tck.ObserverMethodResolutionTest)
> testBeansXMLInBin(org.jboss.tools.cdi.core.test.tck.validation.BeansXmlValidationTest): Resource '/tck/WebContent/WEB-INF/classes/META-INF/beans.xml' does not exist.
> testBeansXMLInBin(org.jboss.tools.cdi.core.test.tck.validation.AYTBeansXmlValidationTest): Resource '/tck/WebContent/WEB-INF/classes/META-INF/beans.xml' does not exist.
> testObserverMethodResolution(org.jboss.tools.cdi.core.test.tck11.ObserverMethodResolutionCDI11Test)
> testObserverMethodResolution0(org.jboss.tools.cdi.core.test.tck11.ObserverMethodResolutionCDI11Test)
> testObserverMethodResolution2(org.jboss.tools.cdi.core.test.tck11.ObserverMethodResolutionCDI11Test)
> testObserverMethodResolution3(org.jboss.tools.cdi.core.test.tck11.ObserverMethodResolutionCDI11Test)
> testBeansXMLInBin(org.jboss.tools.cdi.core.test.tck11.validation.BeansXmlValidationCDI11Test): Resource '/tck1.1/WebContent/WEB-INF/classes/META-INF/beans.xml' does not exist.
> testBeansXMLInBin(org.jboss.tools.cdi.core.test.tck11.validation.AYTBeansXmlValidationCDI11Test): Resource '/tck1.1/WebContent/WEB-INF/classes/META-INF/beans.xml' does not exist.
> Tests run: 1286, Failures: 109, Errors: 12, Skipped: 0
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBIDE-16933) Externalize selected toolitem is not properly disabled
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16933?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-16933:
--------------------------------------
Assignee: Jeff MAURY (was: Alexey Kazakov)
> Externalize selected toolitem is not properly disabled
> ------------------------------------------------------
>
> Key: JBIDE-16933
> URL: https://issues.jboss.org/browse/JBIDE-16933
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html-source-editing
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78 Linux
> Reporter: Vlado Pakan
> Assignee: Jeff MAURY
> Priority: Optional
> Fix For: LATER
>
>
> 1. Create JSF2 project
> 2. Open inputname.xhtml page
> 3. Click somewhere within text "Input User Name"
> ASSERT: Externalize toolitem is enabled
> 4. Click somewhere within text <ui:define
> ERROR: Externalize toolitem is enabled
> 5. Double click on "<ui:define
> ASSERT: Externalize toolitem is disabled
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBIDE-22417) Eclipse will not run with java9 - NoClassDefFoundError
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22417?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-22417:
--------------------------------------
Assignee: Jeff MAURY (was: Alexey Kazakov)
> Eclipse will not run with java9 - NoClassDefFoundError
> ------------------------------------------------------
>
> Key: JBIDE-22417
> URL: https://issues.jboss.org/browse/JBIDE-22417
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.4.0.Alpha2
> Reporter: Martin Malina
> Assignee: Jeff MAURY
> Priority: Critical
> Labels: java9
> Fix For: 4.4.x
>
> Attachments: e, eclipse.log.20161021-1321.txt
>
>
> As of the latest build of Oracle JDK 9, Eclipse Neon M7 will not start.
> Java version:
> {code}
> $ java -version
> java version "9-ea"
> Java(TM) SE Runtime Environment (build 9-ea+118)
> Java HotSpot(TM) 64-Bit Server VM (build 9-ea+118, mixed mode)
> {code}
> Error log:
> {code}
> !ENTRY org.eclipse.osgi 4 0 2016-05-19 11:14:42.241
> !MESSAGE Application error
> !STACK 1
> org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
> at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:386)
> at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:294)
> at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)
> at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultHeadlessContext(E4Application.java:490)
> at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultContext(E4Application.java:504)
> at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:203)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:626)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
> at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
> Caused by: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
> at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:151)
> at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:375)
> ... 22 more
> Caused by: java.lang.ClassNotFoundException: javax.annotation.PostConstruct cannot be found by org.eclipse.e4.core.di_1.6.0.v20160319-0612
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:394)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:357)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:349)
> at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:161)
> at java.lang.ClassLoader.loadClass(java.base@9-ea/ClassLoader.java:419)
> ... 24 more
> !ENTRY org.eclipse.e4.ui.workbench 4 0 2016-05-19 11:14:42.248
> !MESSAGE FrameworkEvent ERROR
> !STACK 0
> java.lang.NoClassDefFoundError: javax/annotation/PreDestroy
> at org.eclipse.e4.core.internal.di.InjectorImpl.disposed(InjectorImpl.java:426)
> at org.eclipse.e4.core.internal.di.Requestor.disposed(Requestor.java:154)
> at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjectionListener.update(ContextObjectSupplier.java:78)
> at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:111)
> at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.handleInvalid(TrackableComputationExt.java:74)
> at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:175)
> at org.eclipse.e4.core.internal.contexts.osgi.EclipseContextOSGi.dispose(EclipseContextOSGi.java:106)
> at org.eclipse.e4.core.internal.contexts.osgi.EclipseContextOSGi.bundleChanged(EclipseContextOSGi.java:139)
> at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:903)
> at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
> at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
> at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEventPrivileged(EquinoxEventPublisher.java:213)
> at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:120)
> at org.eclipse.osgi.internal.framework.EquinoxEventPublisher.publishBundleEvent(EquinoxEventPublisher.java:112)
> at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor.publishModuleEvent(EquinoxContainerAdaptor.java:156)
> at org.eclipse.osgi.container.Module.publishEvent(Module.java:476)
> at org.eclipse.osgi.container.Module.doStop(Module.java:634)
> at org.eclipse.osgi.container.Module.stop(Module.java:498)
> at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:191)
> at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:165)
> at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
> Caused by: java.lang.ClassNotFoundException: javax.annotation.PreDestroy cannot be found by org.eclipse.e4.core.di_1.6.0.v20160319-0612
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:394)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:357)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:349)
> at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:161)
> at java.lang.ClassLoader.loadClass(java.base@9-ea/ClassLoader.java:419)
> ... 21 more
> {code}
> Upstream issue - targeted for Neon.1:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=493761
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months