[JBoss JIRA] Created: (JBIDE-9021) CDI builder should be declared before WST validation builder in .project.
by Alexey Kazakov (JIRA)
CDI builder should be declared before WST validation builder in .project.
-------------------------------------------------------------------------
Key: JBIDE-9021
URL: https://issues.jboss.org/browse/JBIDE-9021
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.3.0.M1, 3.2.0.Final
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Priority: Critical
Fix For: 3.3.0.M2, 3.2.x
EXECUTE: Create any CDI project (don't enable CDI support!)
EXECUTE: If there is no in .project yet then add it there:
{code}
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
{code}
EXECUTE: Enable CDI support for the project.
EXECUTE: Open .project
FAILURE:
{code}
<buildCommand>
<name>org.jboss.tools.cdi.core.cdibuilder</name>
<arguments>
</arguments>
</buildCommand>
{code} is added to the end of <buildSpec> tag.
ASSERT: org.jboss.tools.cdi.core.cdibuilder should be declared after org.eclipse.jdt.core.javabuilder but before org.eclipse.wst.validation.validationbuilder
This is very important since if we have CDI builder declared after WST validator builder then CDI validation will be invoked before CDI builder completed building CDI model. It causes incorrect work of CDI validation.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBDS-1670) Seeing "Target runtime jboss-soa-p-5.0 Runtime is not defined." error - in spite of the name of the runtime being set - with JBDS + AS + JBossESB
by Len DiMaggio (JIRA)
Seeing "Target runtime jboss-soa-p-5.0 Runtime is not defined." error - in spite of the name of the runtime being set - with JBDS + AS + JBossESB
-------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBDS-1670
URL: https://issues.jboss.org/browse/JBDS-1670
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: integration
Environment: Version: 4.0.0.GA
Build id: v20110216-1930-H239-GA
Build date: 20110216-1930
JBoss AS 5.1
JBossESB 4.9
Reporter: Len DiMaggio
Attachments: log, Screenshot-200.png, Screenshot-201.png, Screenshot-202.png, Screenshot-203.png, Screenshot-204.png
With JBDS 4 GA + AS 5.1 GA and JBossESB 4.9, I'm seeing this issue with the ESB examples
Regardless of whether the AS server runtime is named "jboss-soa-p-5.0 Runtime", this error is raised:
Target runtime jboss-soa-p-5.0 Runtime is not defined.
See attached screenshots and .log file
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBDS-1661) EWP 5.1 not supported in the installer
by Martin Malina (JIRA)
EWP 5.1 not supported in the installer
--------------------------------------
Key: JBDS-1661
URL: https://issues.jboss.org/browse/JBDS-1661
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 4.1.0.M1
Environment: jbdevstudio-product-macosx-cocoa-4.1.0.v201105091943R-H400-M1.jar
Mac OS X 10.6 Snow Leopard
Reporter: Martin Malina
On page 5 of the installer - Select Platforms and Servers. If you browse and find your installation of Enterprise Web Platform 5.1, it will recognize it and sets the version to 5.1, but says in red: Version is not valid for selected Type. It turns out only version 5.0 is available in the drop-down menu.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months