[JBoss JIRA] (JBIDE-12587) JBTValidationException while removing CDI support
by Daniel Azarov (JIRA)
Daniel Azarov created JBIDE-12587:
-------------------------------------
Summary: JBTValidationException while removing CDI support
Key: JBIDE-12587
URL: https://issues.jboss.org/browse/JBIDE-12587
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI
Affects Versions: 4.0.0.Alpha1
Reporter: Daniel Azarov
Assignee: Alexey Kazakov
EXECUTE:
1. Create CDI Project
2. Create Bean:
{code}
package com.test;
import javax.enterprise.inject.Produces;
import javax.inject.Inject;
public class Test {
@Inject String injectionPoint;
@Produces
public String value1() {
return null;
}
@Produces
public String value2() {
return null;
}
}
{code}
3. Open Test bean in Java Editor
4. Remove CDI support
FAIL:
{code}
org.jboss.tools.common.validation.JBTValidationException
at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:179)
at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:198)
at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:191)
at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:232)
at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.validate(ReconcileStepForValidator.java:381)
at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.reconcileModel(ReconcileStepForValidator.java:259)
at org.eclipse.jface.text.reconciler.AbstractReconcileStep.reconcile(AbstractReconcileStep.java:95)
at org.eclipse.wst.sse.ui.internal.reconcile.validator.ValidatorStrategy.reconcile(ValidatorStrategy.java:269)
at org.eclipse.wst.sse.ui.internal.reconcile.DocumentRegionProcessor.process(DocumentRegionProcessor.java:321)
at org.eclipse.wst.sse.ui.internal.reconcile.StructuredRegionProcessor.process(StructuredRegionProcessor.java:258)
at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor$BackgroundThread.run(DirtyRegionProcessor.java:697)
Caused by: java.lang.NullPointerException
at org.jboss.tools.cdi.internal.core.impl.CDIProjectAsYouType.<init>(CDIProjectAsYouType.java:86)
at org.jboss.tools.cdi.internal.core.validation.CDICoreValidator.validate(CDICoreValidator.java:507)
at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:174)
... 10 more
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12750) Problem in setup plugins when importing maven projects
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12750?page=com.atlassian.jira.plugi... ]
Rastislav Wagner closed JBIDE-12750.
------------------------------------
JBIDE-12712 is verified. Closing.
> Problem in setup plugins when importing maven projects
> ------------------------------------------------------
>
> Key: JBIDE-12750
> URL: https://issues.jboss.org/browse/JBIDE-12750
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.0.0.Alpha2
> Environment: JBDS 6.0.0.Alpha2a
> Reporter: Tomas Remes
> Assignee: Fred Bricon
> Fix For: 4.0.0.Beta1
>
>
> There is some problem in wizard for installing additional plugins when importing existing Maven projects.
> For example I want to import project using tycho-packaging-plugin, tycho-compiler-plugin and when "Install" dialog (for tycho project configurators in this case) appears, buttons "Next" and "Final" are enabled, but don't work. In other words nothing happens when clicking on them.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12408) Trying to deploy a developed maven app to OpenShift doesn't work
by Isaac Rooskov (JIRA)
Isaac Rooskov created JBIDE-12408:
-------------------------------------
Summary: Trying to deploy a developed maven app to OpenShift doesn't work
Key: JBIDE-12408
URL: https://issues.jboss.org/browse/JBIDE-12408
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.Final
Reporter: Joel Tosi
Assignee: Andre Dietisheim
Priority: Critical
*From Bugzilla*
Description of problem:
We were running an open source development day in Cincinnati. As part of it, the attendees were given a maven project to import into JBDS and then deploy to OpenShift.
When a user tried to deploy to OpenShift, they kept getting validation errors in JBDS. Creating a new OpenShift application in JBDS and then importing the project worked fine
Version-Release number of selected component (if applicable):
JBDS 5 Beta 3 (universal installer)
How reproducible:
Import a maven project
Add OpenShift Server
Try to deploy to OpenShift
Steps to Reproduce:
1. Import a maven project
2. Add OpenShift Server to servers
3. Try to deploy maven project to OpenShift
Actual results:
Validation errors
Expected results:
Application deploys
Isaac's note: Joel Tosi was the reporter in bugzilla so setting him as the reporter here
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12541) Add requirement for m2e-wtp for examples
by Rastislav Wagner (JIRA)
Rastislav Wagner created JBIDE-12541:
----------------------------------------
Summary: Add requirement for m2e-wtp for examples
Key: JBIDE-12541
URL: https://issues.jboss.org/browse/JBIDE-12541
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: project-examples
Affects Versions: 4.0.0.Alpha1
Reporter: Rastislav Wagner
Assignee: Snjezana Peco
Fix For: 4.0.0.Alpha2
Examples now have requirement for m2eclipse-wtp, we should change this condition to require m2eclipse-wtp or m2e-wtp.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months