[JBoss JIRA] (JBIDE-18424) org.jboss.tools.cdi.core.test failures on Mac OS
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18424?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-18424:
----------------------------------
Attachment: (was: bundles.log)
> 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: Daniel Azarov
> Fix For: 4.2.1.Final, 4.3.0.Alpha1
>
> Attachments: 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
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBTIS-334) JBTIS Target Platform modification - 8.0.0.Beta1a
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-334?page=com.atlassian.jira.plugin.... ]
Paul Leacu resolved JBTIS-334.
------------------------------
Resolution: Done
https://github.com/jbosstools/jbosstools-integration-stack/commit/67d309c...
> JBTIS Target Platform modification - 8.0.0.Beta1a
> -------------------------------------------------
>
> Key: JBTIS-334
> URL: https://issues.jboss.org/browse/JBTIS-334
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: target-platform
> Affects Versions: 8.0.0.Beta1, 4.2.0.Beta1
> Reporter: Paul Leacu
> Assignee: Paul Leacu
> Fix For: 4.2.0.Beta1a-TP
>
>
> *Reason:* Trim the org.eclipse.birt dependency from the feature granularity to the required plugins
> Update BPMN2 modeler to version 1.1.1.
> ref: https://issues.jboss.org/browse/JBTIS-322
> https://issues.jboss.org/browse/JBTIS-333
> *Project page/sources:* https://github.com/jbosstools/jbosstools-integration-stack/tree/master/ta...
> *Version:* 4.2.0.Beta1a
> *License and owner:* EPL
> *Original p2 repo:* http://download.jboss.org/jbosstools/targetplatforms/jbtistarget/4.2.0.Be...
> *JBoss mirror:* N/A
> *Include Sources:* No
> *Affected projects:* Integration Stack component projects, JBTIS
> *Include in JBDS:* No - JBDSIS
> *Type of dependency:* distribution
> *List of bundles added/removed:* - p2diff:
> < org.eclipse.birt.report.item.crosstab.core [4.4.1.v201408290142]
> < org.eclipse.birt.data.aggregation [4.4.1.v201409160530]
> < org.eclipse.birt.report.designer.ui [4.4.1.v201408290142]
> < org.eclipse.bpmn2.modeler.runtime.jboss.feature.group [1.1.0.201408072130]
> < org.eclipse.birt.chart.ui.extension [4.4.1.v201408290142]
> < org.eclipse.birt.axis.overlay [4.4.1.v201408290142]
> < org.apache.derby.core [10.5.1.1_v201405191524]
> < org.mozilla.javascript [1.7.2.v201005080400]
> < org.eclipse.birt.report.item.crosstab.ui [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.emitter.config.ppt [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.emitter.odp [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.script.javascript [4.4.1.v201408290142]
> < org.apache.commons.discovery [0.2.0.v201004190315]
> < javax.xml.soap [1.2.0.v201005080501]
> < org.eclipse.bpmn2.modeler.runtime.jboss.feature.jar [1.1.0.201408072130]
> < org.eclipse.birt.report.data.oda.xml.ui [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine [4.4.1.v201409160530]
> < org.eclipse.birt.chart.device.extension [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.dataextraction.csv [4.4.1.v201408290142]
> < org.eclipse.birt.chart.engine.extension [4.4.1.v201408290142]
> < org.eclipse.birt.chart.ui [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.ooxml [4.4.1.v201409051448]
> < org.eclipse.birt.report.designer.ui.lib [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.emitter.pptx [4.4.1.v201408290142]
> < org.eclipse.birt.data.oda.pojo.ui [4.4.1.v201408290142]
> < uk.co.spudsoft.birt.emitters.excel [4.4.1.v201408290142]
> < org.eclipse.birt.report.viewer [4.4.1.v201409151154]
> < org.eclipse.birt.core.script.function [4.4.1.v201408290142]
> < org.eclipse.birt.chart.device.swt [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.emitter.config [4.4.1.v201408290142]
> < org.eclipse.birt.report.designer.ui.data [4.4.1.v201408290142]
> < org.eclipse.birt.report.data.adapter [4.4.1.v201408290142]
> < org.apache.batik.pdf [1.6.0.v201105071520]
> < org.eclipse.birt.report.designer.ui.editor.script [4.4.1.v201408290142]
> < org.apache.batik.css [1.7.0.v201011041433]
> < org.w3c.sac [1.3.0.v201405191524]
> < org.eclipse.birt.report.engine.emitter.config.wpml [4.4.1.v201408290142]
> < org.eclipse.birt.report.designer.editor.xml.wtp.feature.jar [4.4.1.v201408290142-8F9F7OFT0z0-TPBcM0KrLA]
> < org.eclipse.birt.report.engine.dataextraction [4.4.1.v201408290142]
> < org.eclipse.birt.chart.device.svg [4.4.1.v201408290142]
> < org.eclipse.birt.report.designer.ui.preview.web [4.4.1.v201409021541]
> < org.apache.batik.util [1.7.0.v201011041433]
> < org.eclipse.birt.report.designer.ui.editors [4.4.1.v201409081527]
> < org.eclipse.bpmn2.modeler.feature.jar [1.1.0.201408072130]
> < javax.wsdl [1.5.1.v201012040544]
> < org.apache.axis [1.4.0.v201005080400]
> < javax.xml.rpc [1.1.0.v201209140446]
> < org.eclipse.birt.report.data.oda.excel [4.4.1.v201408290142]
> < org.eclipse.birt.report.designer.ui.ide [4.4.1.v201409081527]
> < org.eclipse.birt.data [4.4.1.v201409160530]
> < org.eclipse.bpmn2.modeler.feature.group [1.1.0.201408072130]
> < org.eclipse.birt.chart.reportitem.ui [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.fonts [4.4.1.v201409031434]
> < com.lowagie.text [2.1.7.v201004222200]
> < org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui [4.4.1.v201408290142]
> < org.eclipse.birt.report.model.adapter.oda [4.4.1.v201408290142]
> < org.eclipse.birt.chart.engine [4.4.1.v201409160530]
> < org.apache.batik.dom.svg [1.6.0.v201011041432]
> < org.eclipse.birt.chart.reportitem [4.4.1.v201408290142]
> < org.eclipse.bpmn2.modeler.ui [1.1.0.201408072130]
> < org.eclipse.birt.report.engine.emitter.config.odp [4.4.1.v201408290142]
> < org.eclipse.birt.report.debug.core [4.4.1.v201408290142]
> < org.eclipse.bpmn2.modeler.help [1.1.0.201408072130]
> < org.eclipse.birt.report.engine.emitter.config.postscript [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.emitter.postscript [4.4.1.v201408290142]
> < org.eclipse.birt.data.oda.pojo [4.4.1.v201408290142]
> < org.eclipse.birt.report.designer.ui.views [4.4.1.v201409081527]
> < org.eclipse.birt.report.model [4.4.1.v201409160530]
> < org.eclipse.birt.report.designer.core [4.4.1.v201408290142]
> < org.eclipse.birt.report.designer.ui.editor.xml.wtp [4.4.1.v201409051615]
> < org.eclipse.birt.report.data.oda.sampledb.ui [4.4.1.v201408290142]
> < org.eclipse.birt.report.data.oda.sampledb [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.emitter.config.pptx [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.emitter.config.html [4.4.1.v201408290142]
> < org.eclipse.birt.report.designer.editor.xml.wtp.feature.group [4.4.1.v201408290142-8F9F7OFT0z0-TPBcM0KrLA]
> < org.eclipse.birt.report.engine.emitter.prototype.excel [4.4.1.v201408290142]
> < org.eclipse.birt.report.debug.ui [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.emitter.pdf [4.4.1.v201408290142]
> < org.apache.batik.bridge [1.6.0.v201011041432]
> < org.eclipse.birt.me.prettyprint.hector [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.emitter.ppt [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.emitter.docx [4.4.1.v201409041008]
> < org.eclipse.birt.report.engine.emitter.config.ods [4.4.1.v201408290142]
> < org.apache.batik.parser [1.6.0.v201011041432]
> < org.apache.batik.transcoder [1.6.0.v201011041432]
> < org.eclipse.birt.report.engine.emitter.wpml [4.4.1.v201408290142]
> < org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb [4.4.1.v201408290142]
> < org.eclipse.birt.report.designer.ui.cubebuilder [4.4.1.v201408290142]
> < javax.xml.stream [1.0.1.v201004272200]
> < org.eclipse.birt.report.engine.emitter.config.odt [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.emitter.config.excel [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.emitter.config.docx [4.4.1.v201408290142]
> < org.eclipse.birt.chart.device.pdf [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.emitter.html [4.4.1.v201409160530]
> < org.eclipse.birt.report.engine.emitter.ods [4.4.1.v201408290142]
> < org.eclipse.bpmn2.modeler.core [1.1.0.201408072130]
> < org.eclipse.birt.feature.jar [4.4.1.v201408290142-DPEq8eGixAot6Wst_F1wRaIdN1Ls]
> < org.eclipse.birt.feature.group [4.4.1.v201408290142-DPEq8eGixAot6Wst_F1wRaIdN1Ls]
> < org.eclipse.birt.report.data.oda.excel.ui [4.4.1.v201408290142]
> < org.eclipse.birt [4.4.1.v201409081055]
> < org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui [4.4.1.v201408290142]
> < org.apache.batik.util.gui [1.7.0.v200903091627]
> < org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5 [1.1.0.201408072130]
> < org.eclipse.birt.report.engine.emitter.odt [4.4.1.v201408290142]
> < org.eclipse.birt.report.designer.ui.editors.schematic [4.4.1.v201408290142]
> < org.eclipse.birt.report.designer.ui.lib.explorer [4.4.1.v201409031625]
> < org.eclipse.birt.core.ui [4.4.1.v201408290142]
> < org.eclipse.birt.report.engine.odf [4.4.1.v201409051448]
> < org.eclipse.birt.report.engine.emitter.config.pdf [4.4.1.v201408290142]
> < org.eclipse.birt.chart.examples.core [4.4.1.v201408290142]
> < org.eclipse.birt.report.data.oda.jdbc.dbprofile [4.4.1.v201408290142]
> < org.eclipse.birt.resources [4.4.1.v201408290142]
> < org.eclipse.birt.report.data.oda.xml [4.4.1.v201408290142]
> > org.eclipse.bpmn2.modeler.core [1.1.1.201409261846]
> > org.eclipse.bpmn2.modeler.feature.group [1.1.1.201409261846]
> > org.eclipse.bpmn2.modeler.feature.jar [1.1.1.201409261846]
> > org.eclipse.bpmn2.modeler.help [1.1.1.201409261846]
> > org.eclipse.bpmn2.modeler.ui [1.1.1.201409261846]
> > org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5 [1.1.1.201409261846]
> > org.eclipse.bpmn2.modeler.runtime.jboss.feature.group [1.1.1.201409261846]
> > org.eclipse.bpmn2.modeler.runtime.jboss.feature.jar [1.1.1.201409261846]
> === Summary ===
> file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform.target.repo contains 113 unique IUs
> file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform.target.repo contains 8 unique IUs
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18628) NPE when creating Connection Profile using forge wizard
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18628?page=com.atlassian.jira.plugi... ]
Denis Golovin commented on JBIDE-18628:
---------------------------------------
https://github.com/jbosstools/jbosstools-forge/blob/master/plugins/org.jb...
has
{code}Properties props = currentProfile.getBaseProperties();{code}
shouldn't it be something like
{code}Properties props = currentProfile.getProperties(currentProfile.getProviderId());{code}
instead
> NPE when creating Connection Profile using forge wizard
> -------------------------------------------------------
>
> Key: JBIDE-18628
> URL: https://issues.jboss.org/browse/JBIDE-18628
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.2.0.CR2
> Reporter: Pavol Srna
> Priority: Blocker
> Labels: regression
> Fix For: 4.2.0.CR2
>
>
> {code}
> java.lang.NullPointerException
> at java.util.Hashtable.put(Hashtable.java:459)
> at java.util.Properties.setProperty(Properties.java:166)
> at org.jboss.tools.forge.ui.internal.ext.database.ConnectionProfileManagerImpl.createProperties(ConnectionProfileManagerImpl.java:172)
> at org.jboss.tools.forge.ui.internal.ext.database.ConnectionProfileManagerImpl.saveExistingProfile(ConnectionProfileManagerImpl.java:82)
> at org.jboss.tools.forge.ui.internal.ext.database.ConnectionProfileManagerImpl.saveConnectionProfile(ConnectionProfileManagerImpl.java:73)
> at org.jboss.tools.forge.ui.internal.ext.database.ConnectionProfileManagerImpl.saveConnectionProfiles(ConnectionProfileManagerImpl.java:142)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:123)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:96)
> at org.jboss.forge.addon.database.tools.connections.ConnectionProfileManager_$$_javassist_38d8b832-4a59-46f2-bc9d-eb9ff785daba.saveConnectionProfiles(ConnectionProfileManager_$$_javassist_38d8b832-4a59-46f2-bc9d-eb9ff785daba.java)
> at org.jboss.forge.addon.database.tools.connections.ui.CreateConnectionProfileCommandImpl.execute(CreateConnectionProfileCommandImpl.java:62)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103)
> at org.jboss.forge.addon.database.tools.connections.ui.CreateConnectionProfileCommandImpl_$$_javassist_e7993baf-c96e-4b2e-9196-875229a146df.execute(CreateConnectionProfileCommandImpl_$$_javassist_e7993baf-c96e-4b2e-9196-875229a146df.java)
> at org.jboss.forge.addon.ui.impl.controller.SingleCommandControllerImpl.execute(SingleCommandControllerImpl.java:90)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:123)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:96)
> at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_7a19049c-bb8a-4bcc-9fab-671730e3e0e2.execute(CommandController_$$_javassist_7a19049c-bb8a-4bcc-9fab-671730e3e0e2.java)
> at org.jboss.tools.forge.ui.internal.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:113)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBDS-3186) JBDS crashes when editor is opened on RHEL 6
by Mustafa Musaji (JIRA)
[ https://issues.jboss.org/browse/JBDS-3186?page=com.atlassian.jira.plugin.... ]
Mustafa Musaji updated JBDS-3186:
---------------------------------
> JBDS crashes when editor is opened on RHEL 6
> --------------------------------------------
>
> Key: JBDS-3186
> URL: https://issues.jboss.org/browse/JBDS-3186
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: target-platform, upstream
> Environment: RHEL 6.6 Beta
> JBDS 8.0.0.Beta3 (also happening for JBDS 7 and 6)
> Reporter: Rastislav Wagner
> Assignee: Rastislav Wagner
> Priority: Blocker
> Fix For: 7.1.x
>
>
> JBDS is crashing when I try to open any file in editor or start EAP server (when console is trying to show output).
> The only thing I can see is in terminal
> {code}
> java: cairo-misc.c:380: _cairo_operator_bounded_by_source: Assertion 'NOT_REACHED' failed.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months