[JBoss JIRA] (JBIDE-18696) Application wizard: Can not show quickstarts list
by Chunyun Chen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18696?page=com.atlassian.jira.plugi... ]
Chunyun Chen edited comment on JBIDE-18696 at 10/23/14 10:55 PM:
-----------------------------------------------------------------
[~adietish] have tried another devenvs instance, also need to restart Eclipse to show the tree of Quickstarts item, remember it did not need to do so before.
please refer the logs at Attachments:
trace_before_restart.log ## contain the logs before restarting Eclipse
trace_after_restart.log ## contain the logs after restarting Eclipse
was (Author: cathat):
[~adietish] have tried another devenvs instance, also need to restart Eclipse to show the tree of Quickstarts item, remember it did not need to do so before.
please refer the logs at Attatchments:
trace_before_restart.log ## contain the logs before restarting Eclipse
trace_after_restart.log ## contain the logs after restarting Eclipse
> Application wizard: Can not show quickstarts list
> -------------------------------------------------
>
> Key: JBIDE-18696
> URL: https://issues.jboss.org/browse/JBIDE-18696
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Final
> Environment: Windows 8 + Eclipse Luna (4.4)
> Reporter: Chunyun Chen
> Attachments: Screenshot1.png, Screenshot3.png, trace_after_restart.log, trace_before_restart.log
>
>
> The quickstarts are unable to be shown, so any quickstarts can not be chosen to create.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (JBIDE-18696) Application wizard: Can not show quickstarts list
by Chunyun Chen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18696?page=com.atlassian.jira.plugi... ]
Chunyun Chen edited comment on JBIDE-18696 at 10/23/14 10:55 PM:
-----------------------------------------------------------------
[~adietish] have tried another devenvs instance, also need to restart Eclipse to show the tree of Quickstarts item, remember it did not need to do so before.
please refer the logs at Attatchments:
trace_before_restart.log ## contain the logs before restarting Eclipse
trace_after_restart.log ## contain the logs after restarting Eclipse
was (Author: cathat):
[~adietish] have tried another devenvs instance, also need to restart Eclipse to show the tree of Quickstarts item, remember it did not need to do so before.
please refer the below logs:
trace_before_restart.log ## contain the logs before restarting Eclipse
trace_after_restart.log ## contain the logs after restarting Eclipse
> Application wizard: Can not show quickstarts list
> -------------------------------------------------
>
> Key: JBIDE-18696
> URL: https://issues.jboss.org/browse/JBIDE-18696
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Final
> Environment: Windows 8 + Eclipse Luna (4.4)
> Reporter: Chunyun Chen
> Attachments: Screenshot1.png, Screenshot3.png, trace_after_restart.log, trace_before_restart.log
>
>
> The quickstarts are unable to be shown, so any quickstarts can not be chosen to create.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (JBIDE-18696) Application wizard: Can not show quickstarts list
by Chunyun Chen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18696?page=com.atlassian.jira.plugi... ]
Chunyun Chen commented on JBIDE-18696:
--------------------------------------
[~adietish] have tried another devenvs instance, also need to restart Eclipse to show the tree of Quickstarts item, remember it did not need to do so before.
please refer the below logs:
trace_before_restart.log ## contain the logs before restarting Eclipse
trace_after_restart.log ## contain the logs after restarting Eclipse
> Application wizard: Can not show quickstarts list
> -------------------------------------------------
>
> Key: JBIDE-18696
> URL: https://issues.jboss.org/browse/JBIDE-18696
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Final
> Environment: Windows 8 + Eclipse Luna (4.4)
> Reporter: Chunyun Chen
> Attachments: Screenshot1.png, Screenshot3.png
>
>
> The quickstarts are unable to be shown, so any quickstarts can not be chosen to create.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (JBIDE-18701) CDI validation: Don't warn if CDI 1.1 project doesn't have beans.xml
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-18701:
--------------------------------------
Summary: CDI validation: Don't warn if CDI 1.1 project doesn't have beans.xml
Key: JBIDE-18701
URL: https://issues.jboss.org/browse/JBIDE-18701
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi
Affects Versions: 4.2.0.Final
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.2.1.Final, 4.3.0.Alpha1
1. Create a CDI 1.1 project (the project should have CDI 1.1 jars in its classpath, from WildFly 8.0 for example)
2. Don't create beans.xml file when using New CDI Web Project wizard or remove the file from the created project
3. See Problems view:
"Missing beans.xml file in the project cdiweb. This file is required for bean archives [JSR-299 §12.1]"
This warning message should appear only for CDI 1.0 projects.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (JBIDE-18701) CDI validation: Don't warn if CDI 1.1 project doesn't have beans.xml
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18701?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-18701:
-----------------------------------
Fix Version/s: (was: 4.3.0.Alpha1)
> CDI validation: Don't warn if CDI 1.1 project doesn't have beans.xml
> --------------------------------------------------------------------
>
> Key: JBIDE-18701
> URL: https://issues.jboss.org/browse/JBIDE-18701
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi
> Affects Versions: 4.2.0.Final
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.2.1.Final
>
>
> 1. Create a CDI 1.1 project (the project should have CDI 1.1 jars in its classpath, from WildFly 8.0 for example)
> 2. Don't create beans.xml file when using New CDI Web Project wizard or remove the file from the created project
> 3. See Problems view:
> "Missing beans.xml file in the project cdiweb. This file is required for bean archives [JSR-299 §12.1]"
> This warning message should appear only for CDI 1.0 projects.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months
[JBoss JIRA] (JBIDE-18693) CDI validation: Don't warn if CDI 1.1 project doesn't have beans.xml
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18693?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-18693:
-----------------------------------
Fix Version/s: (was: 4.2.1.Final)
> CDI validation: Don't warn if CDI 1.1 project doesn't have beans.xml
> --------------------------------------------------------------------
>
> Key: JBIDE-18693
> URL: https://issues.jboss.org/browse/JBIDE-18693
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi
> Affects Versions: 4.2.0.Final
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.3.0.Alpha1
>
>
> 1. Create a CDI 1.1 project (the project should have CDI 1.1 jars in its classpath, from WildFly 8.0 for example)
> 2. Don't create beans.xml file when using New CDI Web Project wizard or remove the file from the created project
> 3. See Problems view:
> "Missing beans.xml file in the project cdiweb. This file is required for bean archives [JSR-299 §12.1]"
> This warning message should appear only for CDI 1.0 projects.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 5 months