[JBoss JIRA] (JBDS-3361) Cannot install JBDS 8.0.2.GA in offline mode
by Tomáš Sedmík (JIRA)
Tomáš Sedmík created JBDS-3361:
----------------------------------
Summary: Cannot install JBDS 8.0.2.GA in offline mode
Key: JBDS-3361
URL: https://issues.jboss.org/browse/JBDS-3361
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: updatesite
Affects Versions: 8.0.2.GA
Reporter: Tomáš Sedmík
Priority: Critical
Cannot install JBDS 8.0.2.GA in offline mode - see the problem
{code:borderStyle=solid}
Cannot complete the install because one or more required items could not be found.
Software being installed: JBoss Developer Studio (Core Features) 8.0.2.GA-v20150114-2029-B382 (com.jboss.devstudio.core.feature.feature.group 8.0.2.GA-v20150114-2029-B382)
Missing requirement: JBoss Developer Studio (Core Features) 8.0.2.GA-v20150114-2029-B382 (com.jboss.devstudio.core.feature.feature.group 8.0.2.GA-v20150114-2029-B382) requires 'org.eclipse.core.runtime.compatibility.auth 0.0.0' but it could not be found
{code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19358) Singleton bean is discovered by cdi validator
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19358?page=com.atlassian.jira.plugi... ]
Rastislav Wagner updated JBIDE-19358:
-------------------------------------
Steps to Reproduce:
1. Create CDI 1.2 project, discovery mode annotated
2. Add Bean
{code}
import javax.inject.Singleton;
@Singleton
public class B1 {
}
{code}
3. add another bean
{code}
import javax.enterprise.context.ApplicationScoped;
import javax.inject.Inject;
@ApplicationScoped
public class B2 {
@Inject
private B1 b;
}
{code}
Injection point is satisfied, but it shouldn't be because B1 isnt annotated with bean defining annotation
was:
1. Create CDI 1.1/1.2 project, discovery mode annotated
2. Add Bean
{code}
import javax.inject.Singleton;
@Singleton
public class B1 {
}
{code}
3. add another bean
{code}
import javax.enterprise.context.ApplicationScoped;
import javax.inject.Inject;
@ApplicationScoped
public class B2 {
@Inject
private B1 b;
}
{code}
Injection point is satisfied, but it shouldn't be because B1 isnt annotated with bean defining annotation
> Singleton bean is discovered by cdi validator
> ---------------------------------------------
>
> Key: JBIDE-19358
> URL: https://issues.jboss.org/browse/JBIDE-19358
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi
> Affects Versions: 4.3.0.Alpha1
> Reporter: Rastislav Wagner
> Fix For: 4.3.0.Alpha2
>
>
> @Singleton is pseudo-scope which means its not bean defining annotation and the bean annotated with this pseudo-scope shouldn't be considered when discovery mode is set to annotated. However CDI tooling is considering it.
> Im not sure if this applies only for CDI 1.2 or also for 1.1 ?
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19358) Singleton bean is discovered by cdi validator
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19358?page=com.atlassian.jira.plugi... ]
Rastislav Wagner updated JBIDE-19358:
-------------------------------------
Description:
@Singleton is pseudo-scope which means its not bean defining annotation and the bean annotated with this pseudo-scope shouldn't be considered when discovery mode is set to annotated. However CDI tooling is considering it.
Im not sure if this applies only for CDI 1.2 or also for 1.1 ?
was:
@Singleton is pseudo-scope which means its not bean defining annotation and the bean annotated with this pseudo-scope shouldn't be considered when discovery mode is set to annotated. However CDI tooling is considering it.
> Singleton bean is discovered by cdi validator
> ---------------------------------------------
>
> Key: JBIDE-19358
> URL: https://issues.jboss.org/browse/JBIDE-19358
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi
> Affects Versions: 4.3.0.Alpha1
> Reporter: Rastislav Wagner
> Fix For: 4.3.0.Alpha2
>
>
> @Singleton is pseudo-scope which means its not bean defining annotation and the bean annotated with this pseudo-scope shouldn't be considered when discovery mode is set to annotated. However CDI tooling is considering it.
> Im not sure if this applies only for CDI 1.2 or also for 1.1 ?
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19358) Singleton bean is discovered by cdi validator
by Rastislav Wagner (JIRA)
Rastislav Wagner created JBIDE-19358:
----------------------------------------
Summary: Singleton bean is discovered by cdi validator
Key: JBIDE-19358
URL: https://issues.jboss.org/browse/JBIDE-19358
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi
Reporter: Rastislav Wagner
@Singleton is pseudo-scope which means its not bean defining annotation and the bean annotated with this pseudo-scope shouldn't be considered when discovery mode is set to annotated. However CDI tooling is considering it.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBTIS-399) Cannot install JBDS-IS earlyaccess in offline mode
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-399?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky commented on JBTIS-399:
-----------------------------------------
Moreover, we are not able to install Fuse tooling into an existing JBDS 8 in offline mode - missing org.eclipse.tm.terminal.ssh (this bundle is included in Eclipse IDE for Java EE developers)
> Cannot install JBDS-IS earlyaccess in offline mode
> --------------------------------------------------
>
> Key: JBTIS-399
> URL: https://issues.jboss.org/browse/JBTIS-399
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: distribution
> Affects Versions: 8.0.0.GA
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
> Priority: Critical
> Attachments: error.txt
>
>
> Cannot install JBDS-IS 8.0.0.GA early access in offline mode. Note that DV tolling (Teiid Designer and ModeShape) can be installed without any problem.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month