[JBoss JIRA] (JBIDE-11624) Errors in error log when creating Java EE Project e
by Jaroslav Jankovič (JIRA)
Jaroslav Jankovič created JBIDE-11624:
-----------------------------------------
Summary: Errors in error log when creating Java EE Project e
Key: JBIDE-11624
URL: https://issues.jboss.org/browse/JBIDE-11624
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI, central, maven
Affects Versions: 3.3.0.Beta3
Reporter: Jaroslav Jankovič
Assignee: Alexey Kazakov
Fix For: 3.3.0.Beta3
When I am creating Java EE Project through JBT wizard (New -> Other -> JBoss Central -> Java EE Project), 2 errors in error log are thrown. It says: 'The variable jpaPlatform is not defined'. I understand that I have not set any database connection, but I would expect only warning messages in Markers view.
The stacktrace of error:
{code:borderStyle=solid}
org.eclipse.core.runtime.CoreException: The variable jpaPlatform is not defined
at org.eclipse.core.internal.expressions.WithExpression.evaluate(WithExpression.java:65)
at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
at org.eclipse.core.internal.expressions.AndExpression.evaluate(AndExpression.java:29)
at org.eclipse.core.internal.expressions.CompositeExpression.evaluateAnd(CompositeExpression.java:53)
at org.eclipse.core.internal.expressions.EnablementExpression.evaluate(EnablementExpression.java:53)
at org.eclipse.jst.common.project.facet.core.libprov.internal.LibraryProvider.isEnabledFor(LibraryProvider.java:287)
at org.eclipse.jst.common.project.facet.core.libprov.LibraryInstallDelegate.refresh(LibraryInstallDelegate.java:364)
at org.eclipse.jst.common.project.facet.core.libprov.LibraryInstallDelegate$2.handleEvent(LibraryInstallDelegate.java:132)
at org.eclipse.wst.common.project.facet.core.events.internal.ProjectListenerRegistry.notifyListeners(ProjectListenerRegistry.java:76)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.notifyListeners(FacetedProject.java:1326)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modify(FacetedProject.java:343)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.installProjectFacet(FacetedProject.java:255)
at org.jboss.tools.maven.cdi.configurators.CDIProjectConfigurator.installM2Facet(CDIProjectConfigurator.java:127)
at org.jboss.tools.maven.cdi.configurators.CDIProjectConfigurator.installDefaultFacets(CDIProjectConfigurator.java:141)
at org.jboss.tools.maven.cdi.configurators.CDIProjectConfigurator.configureInternal(CDIProjectConfigurator.java:98)
at org.jboss.tools.maven.cdi.configurators.CDIProjectConfigurator.mavenProjectChanged(CDIProjectConfigurator.java:113)
at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.mavenProjectChanged(ProjectConfigurationManager.java:752)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.notifyProjectChangeListeners(ProjectRegistryManager.java:724)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.applyMutableProjectRegistry(ProjectRegistryManager.java:847)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.refresh(ProjectRegistryManager.java:280)
at org.eclipse.m2e.core.internal.project.registry.MavenProjectManager.refresh(MavenProjectManager.java:58)
at org.eclipse.m2e.core.internal.builder.MavenBuilder.build(MavenBuilder.java:120)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:728)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:143)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{code}
--
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, 10 months
[JBoss JIRA] (JBIDE-11893) Show readme shouldn't be checked when creating Java EE Project from Central
by Radim Hopp (JIRA)
Radim Hopp created JBIDE-11893:
----------------------------------
Summary: Show readme shouldn't be checked when creating Java EE Project from Central
Key: JBIDE-11893
URL: https://issues.jboss.org/browse/JBIDE-11893
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central, project-examples
Affects Versions: 3.3.0.Beta3
Environment: JBT 3.3.0.Beta3b
Reporter: Radim Hopp
Assignee: Snjezana Peco
Priority: Minor
Fix For: 3.3.0.CR1
Attachments: CreatingEEWebProject.png
If I remember correctly, Java EE Web Project (from Create Projects sectionof Central) had some Readme file (correct me if I'm wrong).
Now, no readme is shown after creation of Java EE Web Project, even though "Show readme file for further instructions" checkbox is checked (and the checkbox is greyed, which is another weird thing here).
Again... I'm not sure whether some readme shoud be opened or not, but this checked and greyed checkbox is weird.
--
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, 10 months
[JBoss JIRA] (JBIDE-11721) Project location input is not validated in New Project Example wizard
by Viacheslav Kabanovich (JIRA)
Viacheslav Kabanovich created JBIDE-11721:
---------------------------------------------
Summary: Project location input is not validated in New Project Example wizard
Key: JBIDE-11721
URL: https://issues.jboss.org/browse/JBIDE-11721
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 3.3.0.Beta2
Reporter: Viacheslav Kabanovich
Assignee: Snjezana Peco
EXECUTE: Open JBoss Central and click link 'HTML5 Project'.
EXECUTE: On wizard's second page, remove check at 'Use default Workspace location'
EXECUTE: Make input field 'Location' empty manually, if it does not become empty automatically.
ASSERT: Finish is disabled and wizard displays an error message.
FAILURE: Finish is enabled, no error message.
EXECUTE: Run finish with empty 'Location'. (That may not be possible when the validation is fixed.)
FAILURE: Wizard completes with many exceptions and displays window "'HTML5 Project' Project is now ready", "Show '/poh5/README.md' for further instructions", which results in more exceptions.
(Linux)
Repeat the first two steps, then
EXECUTE: Fill input field 'Location' with non-existing path "abc".
ASSERT: Finish is disabled and wizard displays an error message. (Compare with New Java project, or another standard project)
FAILURE: Finish is enabled, no error message.
EXECUTE: Run finish. (That may not be possible when the validation is fixed.)
NON-STANDARD: Wizard completes successfully, project is created in Eclipse installation folder.
--
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, 10 months
[JBoss JIRA] (JBIDE-11295) Creating/Editing domain in OpenShift Console view when user not connected
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBIDE-11295:
---------------------------------------
Summary: Creating/Editing domain in OpenShift Console view when user not connected
Key: JBIDE-11295
URL: https://issues.jboss.org/browse/JBIDE-11295
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.Beta1
Reporter: Lucia Jelinkova
Assignee: Xavier Coulon
Priority: Minor
Fix For: 3.3.0.CR1
When I click Create / Edit domain in OpenShift Console view while not connected to the OpenShift account and cancel credentials prompt dialog, the dialog for creating the domain appears. I am then asked for credentials and if I fill them an error message saying that the user already has domain appears.
In case the user is not logged in and cancels the credentials prompt dialog please do not show the Create domain dialog at all.
--
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, 10 months