[JBoss JIRA] Created: (JBDS-1382) No obvious icon is present to launch JBDS after installation on Mac
by John Verhaeg (JIRA)
No obvious icon is present to launch JBDS after installation on Mac
-------------------------------------------------------------------
Key: JBDS-1382
URL: https://jira.jboss.org/browse/JBDS-1382
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: installer
Affects Versions: 4.0.0.Beta1
Environment: Mac OS X 10.6 (Snow Leopard) w/ Cocoa
Reporter: John Verhaeg
After installation, I get the jbdevstudio folder, but nothing in it but other folders and a readme that talks about "clicking on the installed icon in your program menu or desktop" that doesn't exist. Just browsing for something to launch, my first inclination was to look in the studio subfolder, and only after discovering there's nothing appropriate there, and knowing, as a developer for Teiid Designer, that dev studio is an Eclipse application, did I deduce that I must have to launch the eclipse application under the eclipse subfolder. This definitely isn't intuitive, and especially wouldn't be for those new to dev studio and/or Eclipse. I'd want to see an app icon directly in my Applications folder, not even within the jbdevstudio folder.
--
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-7721) CDI validator should be aware of custom decorators/interceptors/...
by Alexey Kazakov (JIRA)
CDI validator should be aware of custom decorators/interceptors/...
-------------------------------------------------------------------
Key: JBIDE-7721
URL: https://jira.jboss.org/browse/JBIDE-7721
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: cdi (jsr-299)
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.3.x
For example we have:
class CustomDecoratorImplementation implements Decorator<VehicleDecorator> {
...
}
and
class VehicleDecorator implements Vehicle {
@Inject @Delegate Vehicle delegate;
...
}
Then is VehicleDecorator is a decorator though it doesn't have @Decorator annotation. So CDI validator should not treat @Inject @Delegate Vehicle delegate; as a definition error.
--
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: (JBIDE-6575) CDI deployment problems validation.
by Alexey Kazakov (JIRA)
CDI deployment problems validation.
-----------------------------------
Key: JBIDE-6575
URL: https://jira.jboss.org/browse/JBIDE-6575
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: cdi (jsr-299)
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.2.x
Such as:
5.2.1. Unsatisfied and ambiguous dependencies
- If an unsatisfied or unresolvable ambiguous dependency exists, the container automatically detects the problem and
treats it as a deployment problem.
5.2.4. Primitive types and null values
- if an injection point of primitive type resolves to a bean that may have null values, such as a producer method
with a non-primitive return type or a producer field with a non-primitive type, the container automatically detects the problem
and treats it as a deployment problem.
...
--
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