[JBoss JIRA] Commented: (JBIDE-7950) Abstract classes is being considered injectable
by Max Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-7950?page=com.atlassian.jira.plugin... ]
Max Andersen commented on JBIDE-7950:
-------------------------------------
marked as critical that this seems to be a very common pattern.
> Abstract classes is being considered injectable
> -----------------------------------------------
>
> Key: JBIDE-7950
> URL: https://issues.jboss.org/browse/JBIDE-7950
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi (jsr-299)
> Affects Versions: 3.2.0.Beta2
> Reporter: Max Andersen
> Assignee: Alexey Kazakov
> Priority: Critical
> Fix For: 3.2.0.CR1
>
>
> public interface Project {
> }
> public abstract class AbstractProject implements Project {
> }
> public class ProjectImpl extends AbstractProject {
> }
> @Singleton
> public class CurrentProject {
> @Produces
> @Default
> @Dependent
> public Project getCurrent()
> }
> and then:
> @Inject Project project;
> And I get "Multiple beans are eligible for injection to the injection point"
> Open All elgible beans seem to consider getCurrent() *and* the abstract class - but for some reason not ProjectImpl as elgible.
> Should it not just be getCurrent() ?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBDS-1351) Create JBDS Distribution using productBuild.xml from PDE, P2 director or tycho eclipse-application packaging
by Denis Golovin (JIRA)
Create JBDS Distribution using productBuild.xml from PDE, P2 director or tycho eclipse-application packaging
------------------------------------------------------------------------------------------------------------
Key: JBDS-1351
URL: https://jira.jboss.org/browse/JBDS-1351
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Task
Affects Versions: 4.0.0.Beta2
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 4.0.0.Beta2
That might be implemented using tycho application packaging or PDE build features.
It would let us:
- have any number of JBDS distribution we want (for WEB, SOA and etc development);
- simplified installer build, because build script would just create installer from JBDS distribution and EAP;
- no meta info generation during installation required;
- have only one way to launch JBDS using jbds.exe/jbds/jbds.app platform dependent launcher.
- change root feature from Eclipse Platform to JBDS and make JBDS real eclipse based product;
- trigger update for jbds by updating JBDS feature version;
- control list of available update sites in preferences.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBIDE-6582) org.jboss.tools.drools.ui.bot.test takes more than 15 mins - split into smaller pieces?
by Nick Boldt (JIRA)
org.jboss.tools.drools.ui.bot.test takes more than 15 mins - split into smaller pieces?
---------------------------------------------------------------------------------------
Key: JBIDE-6582
URL: https://jira.jboss.org/browse/JBIDE-6582
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Reporter: Nick Boldt
Assignee: Kris Verlaenen
Fix For: 3.2.0.M1
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-test-plugin:0.9.0:test (default-test) on project org.jboss.tools.drools.ui.bot.test: Error while executing platform: Error while executing external command, process killed. Process timeout out after 900 seconds -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonatype.tycho:maven-osgi-test-plugin:0.9.0:test (default-test) on project org.jboss.tools.drools.ui.bot.test: Error while executing platform
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:141)
Does this test need more time? Can it be split into smaller pieces?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Updated: (JBDS-1465) Internal error during "Loading Core Provider"
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBDS-1465?page=com.atlassian.jira.plugin.... ]
Pavol Srna updated JBDS-1465:
-----------------------------
Attachment: Screenshot.png
> Internal error during "Loading Core Provider"
> ----------------------------------------------
>
> Key: JBDS-1465
> URL: https://issues.jboss.org/browse/JBDS-1465
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: Modeshape
> Affects Versions: 4.0.0.Beta2
> Environment: JBDS 4.0.0.Beta2, SOA-5.1.ER5 + eds, linux 32bit
> Reporter: Pavol Srna
> Attachments: Screenshot.png
>
>
> Message:
> An internal error occurred during: "Loading Core provider".
> Exception Stack Trace:
> java.lang.NullPointerException
> at org.eclipse.datatools.connectivity.sqm.internal.core.definition.DatabaseDefinitionImpl.isAuthorizationIdentifierSupported(DatabaseDefinitionImpl.java:2014)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.vnode.ServerExplorerVNodeContentProviderNav.displayDatabaseChildren(ServerExplorerVNodeContentProviderNav.java:391)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.AbstractOnDemandContentProviderNav.getChildren(AbstractOnDemandContentProviderNav.java:116)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.AbstractOnDemandContentProviderNav.getChildren(AbstractOnDemandContentProviderNav.java:239)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.layout.AbstractLayoutProviderNav.getChildren(AbstractLayoutProviderNav.java:85)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers.content.impl.ServerExplorerContentProviderNav.load(ServerExplorerContentProviderNav.java:153)
> at org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.loading.LoadingJob.run(LoadingJob.java:43)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months