[JBoss JIRA] (JBIDE-10969) AS 7.1.0.Final will not Stop nor Restart
by Burr Sutter (JIRA)
Burr Sutter created JBIDE-10969:
-----------------------------------
Summary: AS 7.1.0.Final will not Stop nor Restart
Key: JBIDE-10969
URL: https://issues.jboss.org/browse/JBIDE-10969
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: Mac OS X Lion
Eclipse Java EE IDE for Web Developers.
Version: Indigo Service Release 1
Build id: 20110916-0149
Java SE 6 (MacOS X Default) - I believe I am running the 32-bit JVM & Eclipse - but not sure how I double check that
Reporter: Burr Sutter
Priority: Critical
http://download.jboss.org/jbosstools/updates/nightly/trunk/
Last updated on Feb 17, unable to update today due to
Cannot complete the install because one or more required items could not be found.
Software being installed: JBoss Tools EGit Integration (Experimental) 2.3.0.v20120217-2351-H280-Beta1 (org.jboss.tools.openshift.egit.integration.feature.feature.group 2.3.0.v20120217-2351-H280-Beta1)
Missing requirement: EGit Core 2.3.0.v20120217-2351-H280-Beta1 (org.jboss.tools.openshift.egit.core 2.3.0.v20120217-2351-H280-Beta1) requires 'bundle org.eclipse.egit.core [1.2.0,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: JBoss Tools EGit Integration (Experimental) 2.3.0.v20120217-2351-H280-Beta1 (org.jboss.tools.openshift.egit.integration.feature.feature.group 2.3.0.v20120217-2351-H280-Beta1)
To: org.jboss.tools.openshift.egit.core [2.3.0.v20120217-2351-H280-Beta1]
--
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
14 years, 2 months
[JBoss JIRA] (JBIDE-10743) Knowledge Base and CDI Builder not compatible with Scala project
by Hendy Irawan (JIRA)
Hendy Irawan created JBIDE-10743:
------------------------------------
Summary: Knowledge Base and CDI Builder not compatible with Scala project
Key: JBIDE-10743
URL: https://issues.jboss.org/browse/JBIDE-10743
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI
Affects Versions: 3.3.0.M5
Reporter: Hendy Irawan
Assignee: Alexey Kazakov
Create a Scala web project using Scala IDE.
A Scala project removes the Java builder because it also compiles the Java sources. However, a project without Java builder is not supported by JBoss Tools:
{code}
./.bak_1.log:!MESSAGE Can't enable org.jboss.tools.jst.web.kb.kbbuilder support on the project satukancinta-data without Java builder.
./.bak_1.log:!MESSAGE Can't enable org.jboss.tools.cdi.core.cdibuilder support on the project satukancinta-data without Java builder.
{code}
Alternative builders should be supported by JBoss Tools, as long as it is compatible with Java builder.
Similar issue might also apply to Groovy projects.
--
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
14 years, 2 months
[JBoss JIRA] Created: (JBIDE-9801) CDI Searcher doesn't look for beans in dependent projects
by Alexey Kazakov (JIRA)
CDI Searcher doesn't look for beans in dependent projects
---------------------------------------------------------
Key: JBIDE-9801
URL: https://issues.jboss.org/browse/JBIDE-9801
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI
Affects Versions: 3.3.0.M4
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.3.0.M4
EXECUTE: Create two CDI projects: ProjectA and ProjectB. ProjectB depends on ProjectA.
EXECUTE: Create a bean in ProjectA:
{code}
@Named("cdiBean")
public class CDIBeanTest {
}
{code}
EXECUTE: Create another bean in ProjectB:
{code}
public class TestBean {
@Inject @Named("cdiBean") Object foo;
}
{code}
EXECUTE: Select CDIBeanTest class name in CDIBeanTest.java and press Ctrl+Shift+G
ASSERT: TestBean.foo should be found as an injection point which gets the wanted bean. Now it's working only if you have both beans in the same project.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months