[JBoss JIRA] Created: (JBIDE-8695) Seam Solder generic bean validation.
by Alexey Kazakov (JIRA)
Seam Solder generic bean validation.
------------------------------------
Key: JBIDE-8695
URL: https://issues.jboss.org/browse/JBIDE-8695
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: cdi (jsr-299)
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.3.x
The type produced by generic configuration point must be the type declared in generic configuration annotation.
For example if we have the following generic configuration annotation:
{code:title=ACMEQueue.java|borderStyle=solid}
@Retention(RUNTIME)
@GenericType(MessageSystemConfiguration.class)
@interface ACMEQueue {
String name();
}
{code}
then the related configuration points must produce beans with the same type:
{code:title=MyMessageQueues.java|borderStyle=solid}
class MyMessageQueues {
@Produces
@ACMEQueue("defaultQueue")
MessageSystemConfiguration defaultQueue = new MessageSystemConfiguration();
...
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (JBIDE-7851) Better usability of feature 'touch web.xml'
by Libor Zoubek (JIRA)
Better usability of feature 'touch web.xml'
-------------------------------------------
Key: JBIDE-7851
URL: https://jira.jboss.org/browse/JBIDE-7851
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: infinispan
Affects Versions: 3.2.0.Beta2
Reporter: Libor Zoubek
Assignee: Max Andersen
People keep asking me, if JBDS or tools can simply touch web.xml. When they develop, they try to 'Full publish' on the deployed project, which does not actually touch web.xml (why?) They workaround it touching it by hand or simply editing and saving trivial change.
Almost nobody including me is able to use our button in main toolbar. That is probably because almost nobody uses the main toolbar and does not expect such feature there.
Can this action be added to context menu of deployed archive and possibly have some shortcut for it?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (JBDS-1787) Include EAP 6 in JBDS 5
by Nick Boldt (JIRA)
Include EAP 6 in JBDS 5
-----------------------
Key: JBDS-1787
URL: https://issues.jboss.org/browse/JBDS-1787
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 5.0.0.M3
Reporter: Nick Boldt
Assignee: Burr Sutter
Fix For: 5.0.0.Beta1
Burr would like EAP 6 Alpha bundled in JBDS 5.0.0.x.
The following pieces of information are required:
a) Version of JBDS 5 to include EAP 6 instead of EAP 5 (eg., 5.0.0.Beta1)
b) Version of EAP 6 (eg., alpha1, alpha2, beta1, cr1, er1, etc.)
c) URL from which to get EAP 6
Assigning to Burr to get this information into this JIRA.
Burr, please also record the related PRD/ERD/DRD tracking JIRA numbers in those documents and link to them from this JIRA as appropriate.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months