[JBoss JIRA] Created: (JBDS-1532) Users should be warned when installing 32 bit JBDS on Leopard
by Martin Malina (JIRA)
Users should be warned when installing 32 bit JBDS on Leopard
-------------------------------------------------------------
Key: JBDS-1532
URL: https://issues.jboss.org/browse/JBDS-1532
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Affects Versions: 4.0.0.CR1
Environment: Mac OS X 10.5 Leopard
jbdevstudio-product-macosx-cocoa-4.0.0.v201101230948R-H100-CR1.jar
Reporter: Martin Malina
I stumbled upon this when testing JBDS on Leopard:
When you install the Cocoa (32bit) version of JBDS on Leopard, it lets you install it with no problem even though it's not supported because then it's bound to run with Java 1.5 (Java 1.6 is 64bit-only on Leopard).
When you start JBDS after the installation at first everything seems ok - the welcome screen, the menu... But for example the installed EAP runtime is missing and soon you realize that other plugins are missing too - this is the result of running JBDS running with Java 1.5 in this case.
If a user installs 32bit version of JBDS on Leopard, it is his fault. But it would be nice to have some kind of warning - either during the installation. Or when JBDS is started with Java 1.5.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (JBIDE-9833) Quick fixes for problem markers in beans.xml
by Daniel Azarov (Created) (JIRA)
Quick fixes for problem markers in beans.xml
--------------------------------------------
Key: JBIDE-9833
URL: https://issues.jboss.org/browse/JBIDE-9833
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: CDI
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Fix For: 3.3.0.M4
1. Quick fix for "There is no class with the specified name [JSR-299 §5.1.1]" problem marker
In case when Bean class or Stereotype does not exists there should be a quick fix:
"Create Bean Class/Stereotype". This quick fix should run Creation wizard for Bean Class or Stereotype with selected "Add @Alternative" option
2. Quick fix for "<class> element must specify the name of an alternative bean class [JSR-299 §5.1.1]" and "<stereotype> element must specify the name of an @Alternative stereotype annotation [JSR-299 §5.1.1]" problem markers
In case of existing of Bean Class or Stereotype and when Bean Class or Stereotype has no @Alternative annotation there should be a quick fix:
"Add @Alternative annotation to Bean Class/Stereotype"
3. Quick fix for "There is no class with the specified name [JSR-299 §9.4]/[JSR-299 §8.2]" problem markers
In case when Decorator or Interceptor does not exists there should be a quick fix:
"Create Interceptor/Decorator". This quick fix should run Creation wizard for Interceptor or Decorator
--
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
12 years, 4 months