[JBoss JIRA] Created: (JBIDE-9018) remove refs to teiid from jbds product (intro content, themes, wizards, etc.)
by Nick Boldt (JIRA)
remove refs to teiid from jbds product (intro content, themes, wizards, etc.)
-----------------------------------------------------------------------------
Key: JBIDE-9018
URL: https://issues.jboss.org/browse/JBIDE-9018
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: teiid
Affects Versions: 3.3.0.M2
Reporter: Nick Boldt
Assignee: Barry LaFond
In JBDS trunk [1], I've moved ESB refs in ./features/com.jboss.jbds.product.feature/feature.xml and ./site/site.xml to ./features/com.jboss.jbds.product.soa.feature/feature.xml and ./soa-site/site.xml, but other refs persist.
[1] http://svn.jboss.org/repos/devstudio/trunk/product/
---
These references should be removed and dealt with as downstream extensions, etc.
** [3] ./plugins/com.jboss.jbds.product/themes/jbds/html/internal-page.css **
496-a#hibernate_perspective:hover img { background-image : url('../graphics/icons/ctool/hibernate_perspective_hov.png'); width : 48px; height : 48px; }
497-
498:a#teiid_perspective img { background-image : url('../graphics/icons/ctool/web_link.png'); width : 48px; height : 48px; }
499:a#teiid_perspective:hover img { background-image : url('../graphics/icons/ctool/web_link_hov.png'); width : 48px; height : 48px; }
500-
501-
--
518-a#new_esb_project:hover img { background-image : url('../graphics/icons/ctool/new_generic_project_hov.png'); width : 48px; height : 48px; }
519-
520:a#new_teiid_project img { background-image : url('../graphics/icons/ctool/new_generic_project.png'); width : 48px; height : 48px; }
521:a#new_teiid_project:hover img { background-image : url('../graphics/icons/ctool/new_generic_project_hov.png'); width : 48px; height : 48px; }
** [4] ./plugins/com.jboss.jbds.product/intro4/introContent.xml **
280- <link style-id="content-link" label="$introLink5Title-perspectives$"
281- url="http://org.eclipse.ui.intro/runAction?pluginId=com.jboss.jbds.product&..."
282: id="teiid_perspective">
283- <text>$introLink5Description-perspectives$</text>
284- </link>
--
405- <group>
406- <link style-id="content-link" label="$introLink4Title-createnew$"
407: url="http://org.eclipse.ui.intro/runAction?pluginId=com.jboss.jbds.product&..."
408: id="new_teiid_project">
409- <text>$introLink4Description-createnew$</text>
410- </link>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[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
14 years, 2 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
14 years, 2 months