[JBoss JIRA] (JBDS-2355) JEE web project example generates warnings
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2355?page=com.atlassian.jira.plugin.... ]
Nick Boldt closed JBDS-2355.
----------------------------
Resolution: Out of Date
Unchanged in 5 years: closing out of date.
> JEE web project example generates warnings
> ------------------------------------------
>
> Key: JBDS-2355
> URL: https://issues.jboss.org/browse/JBDS-2355
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 6.0.0.Alpha2
> Environment: Version: 6.0.0.Alpha2
> Build id: Alpha2-v20121004-2330-B40
> Build date: 20121004-2330
> Reporter: Len DiMaggio
> Assignee: Fred Bricon
> Labels: examplewarnings
> Fix For: 11.0.0.AM2
>
>
> The JEE web project example generates these warnings:
> The import java.util.logging.Logger is never used
> MemberController.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/controller
> line 3
> No connection specified for project. No database-specific validation will be performed.
> jboss-javaee6-webapp
> Unnecessary @SuppressWarnings("unused") Resources.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/util
> line 26
> The import javax.persistence.EntityManager is never used
> MemberController.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/controller
> line 14
> The import javax.enterprise.event.Event is never used
> MemberController.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/controller
> line 7
> The import javax.ejb.Stateful is never used
> MemberController.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/controller
> line 6
> The import org.jboss.tools.examples.controller.MemberController is never used
> MemberRegistrationTest.java
> /jboss-javaee6-webapp/src/test/java/org/jboss/tools/examples/test
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (JBDS-2356) JEE project example generates warnings
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2356?page=com.atlassian.jira.plugin.... ]
Nick Boldt closed JBDS-2356.
----------------------------
Resolution: Out of Date
Unchanged in 5 years: closing out of date.
> JEE project example generates warnings
> --------------------------------------
>
> Key: JBDS-2356
> URL: https://issues.jboss.org/browse/JBDS-2356
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 6.0.0.Alpha2
> Environment: Version: 6.0.0.Alpha2
> Build id: Alpha2-v20121004-2330-B40
> Build date: 20121004-2330
> Reporter: Len DiMaggio
> Assignee: Fred Bricon
> Labels: examplewarnings
> Fix For: 11.0.0.AM2
>
>
> The JEE project example generates these warnings:
> jboss-javaee6-multi-ejb
> No connection specified for project. No database-specific validation will be performed.
> The import javax.persistence.PersistenceContext is never used
> WebResources.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
> line 10
> The import javax.enterprise.event.Event is never used
> MemberController.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/controller
> line 6
> The import javax.persistence.EntityManager is never used
> WebResources.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
> line 9
> The import java.util.logging.Logger is never used
> MemberController.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/controller
> line 3
> The import javax.enterprise.inject.spi.InjectionPoint is never used
> WebResources.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
> line 7
> The import java.util.logging.Logger is never used
> WebResources.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
> line 3
> Unnecessary @SuppressWarnings("unused") Resources.java
> /jboss-javaee6-multi-ejb/src/main/java/org/jboss/tools/example/util
> line 24
> No connection specified for project. No database-specific validation will be performed.
> jboss-javaee6-multi-ejb
> The import javax.persistence.EntityManager is never used
> MemberController.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/controller
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (JBDS-3587) Uninstalling features from central is misleading if the feature is required in JBDS
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3587?page=com.atlassian.jira.plugin.... ]
Nick Boldt reassigned JBDS-3587:
--------------------------------
Assignee: Nick Boldt
> Uninstalling features from central is misleading if the feature is required in JBDS
> -----------------------------------------------------------------------------------
>
> Key: JBDS-3587
> URL: https://issues.jboss.org/browse/JBDS-3587
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 9.1.0.Beta2
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Priority: Minor
> Fix For: 11.0.0.GA
>
>
> Since some features are both in default JBDS installation and in central, you can try uninstalling them from central. The uninstall wizard will show a strange cryptic message saying:
> {noformat}"#the selected feature# cannot be fully uninstalled because other installed software requires it. The parts that are not required will be uninstalled".{noformat}
> That basically means nothing gets uninstalled, but it still requires a restart just for good measure.
> The question is - Can it either be more clear that you can't just uninstall those features using central, or just allow it?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (JBDS-3587) Uninstalling features from central is misleading if the feature is required in JBDS
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3587?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3587:
-----------------------------
Component/s: central-update
> Uninstalling features from central is misleading if the feature is required in JBDS
> -----------------------------------------------------------------------------------
>
> Key: JBDS-3587
> URL: https://issues.jboss.org/browse/JBDS-3587
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central, central-update
> Affects Versions: 9.1.0.Beta2
> Reporter: Jan Richter
> Assignee: Nick Boldt
> Priority: Minor
> Fix For: 11.0.0.GA
>
>
> Since some features are both in default JBDS installation and in central, you can try uninstalling them from central. The uninstall wizard will show a strange cryptic message saying:
> {noformat}"#the selected feature# cannot be fully uninstalled because other installed software requires it. The parts that are not required will be uninstalled".{noformat}
> That basically means nothing gets uninstalled, but it still requires a restart just for good measure.
> The question is - Can it either be more clear that you can't just uninstall those features using central, or just allow it?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (JBDS-3587) Uninstalling features from central is misleading if the feature is required in JBDS
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3587?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-3587:
----------------------------------
[~jrichter1] If devstudio installs something via the installer, and requires it, you can't uninstall it. If you want to cherry-pick the pieces of devstudio you want to install/uninstall, you should use JBoss Tools.
I believe the error message comes directly from p2, not from Central, so there's not likely anything we can do here to fix it short of forking p2.
Can you use Plugin Spy or attach a screenshot to show how this message appears?
> Uninstalling features from central is misleading if the feature is required in JBDS
> -----------------------------------------------------------------------------------
>
> Key: JBDS-3587
> URL: https://issues.jboss.org/browse/JBDS-3587
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 9.1.0.Beta2
> Reporter: Jan Richter
> Fix For: 11.0.0.GA
>
>
> Since some features are both in default JBDS installation and in central, you can try uninstalling them from central. The uninstall wizard will show a strange cryptic message saying:
> {noformat}"#the selected feature# cannot be fully uninstalled because other installed software requires it. The parts that are not required will be uninstalled".{noformat}
> That basically means nothing gets uninstalled, but it still requires a restart just for good measure.
> The question is - Can it either be more clear that you can't just uninstall those features using central, or just allow it?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (JBDS-3587) Uninstalling features from central is misleading if the feature is required in JBDS
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3587?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3587:
-----------------------------
Priority: Minor (was: Major)
> Uninstalling features from central is misleading if the feature is required in JBDS
> -----------------------------------------------------------------------------------
>
> Key: JBDS-3587
> URL: https://issues.jboss.org/browse/JBDS-3587
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 9.1.0.Beta2
> Reporter: Jan Richter
> Priority: Minor
> Fix For: 11.0.0.GA
>
>
> Since some features are both in default JBDS installation and in central, you can try uninstalling them from central. The uninstall wizard will show a strange cryptic message saying:
> {noformat}"#the selected feature# cannot be fully uninstalled because other installed software requires it. The parts that are not required will be uninstalled".{noformat}
> That basically means nothing gets uninstalled, but it still requires a restart just for good measure.
> The question is - Can it either be more clear that you can't just uninstall those features using central, or just allow it?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (JBDS-3587) Uninstalling features from central is misleading if the feature is required in JBDS
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3587?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3587:
-----------------------------
Fix Version/s: 11.0.0.GA
(was: 11.0.0.AM2)
> Uninstalling features from central is misleading if the feature is required in JBDS
> -----------------------------------------------------------------------------------
>
> Key: JBDS-3587
> URL: https://issues.jboss.org/browse/JBDS-3587
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 9.1.0.Beta2
> Reporter: Jan Richter
> Priority: Minor
> Fix For: 11.0.0.GA
>
>
> Since some features are both in default JBDS installation and in central, you can try uninstalling them from central. The uninstall wizard will show a strange cryptic message saying:
> {noformat}"#the selected feature# cannot be fully uninstalled because other installed software requires it. The parts that are not required will be uninstalled".{noformat}
> That basically means nothing gets uninstalled, but it still requires a restart just for good measure.
> The question is - Can it either be more clear that you can't just uninstall those features using central, or just allow it?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months