[JBoss JIRA] Created: (JBIDE-4023) VPE doesn't recognize resouce bundles values in seam projects
by Anton Klimkovich (JIRA)
VPE doesn't recognize resouce bundles values in seam projects
-------------------------------------------------------------
Key: JBIDE-4023
URL: https://jira.jboss.org/jira/browse/JBIDE-4023
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam, Visual Page Editor core
Affects Versions: 3.0.0.GA
Reporter: Anton Klimkovich
EXECUTE: Create Seam web project
EXECUTE: Open any xhtml page
EXECUTE: Add #{messages['javax.faces.component.UIInput.CONVERSION']}
ASSERT: VPE should recognize RB and Value should be represented.
FAILURE: VPE doesn't recognize resouce bundles values
VPE works right if add to faces-config.xml:
<resource-bundle>
<base-name>messages_en</base-name>
<var>messages</var>
</resource-bundle>
VPE doesn't work also if you add to components.xml:
<core:resource-loader name="messages_en">
<core:bundle-names>
<value>messages</value>
</core:bundle-names>
</core:resource-loader>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months
[JBoss JIRA] Created: (JBDS-647) Error in log about hyperlinking
by Max Rydahl Andersen (JIRA)
Error in log about hyperlinking
-------------------------------
Key: JBDS-647
URL: https://jira.jboss.org/jira/browse/JBDS-647
Project: Developer Studio
Issue Type: Bug
Components: Build
Affects Versions: 2.0.0.GA
Reporter: Max Rydahl Andersen
Assignee: Alexey Kazakov
Fix For: 2.0.0.GA
I get this when I start up JBDS:
Error
Tue Mar 03 20:13:32 CET 2009
The 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.JSPJavaHyperlinkDetector' extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point will be ignored because it contains invalid attributes.
I assume this is a WTP 3.0.4 issue, but worth checkingif it breaks us ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months
[JBoss JIRA] Created: (JBIDE-3499) Model for JBoss ESB configuration
by John Graham (JIRA)
Model for JBoss ESB configuration
---------------------------------
Key: JBIDE-3499
URL: https://jira.jboss.org/jira/browse/JBIDE-3499
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: esb
Affects Versions: 3.0.0.GA
Reporter: John Graham
Assignee: John Graham
Fix For: LATER
We need a domain model (perhaps EMF based) for JBoss ESB configuration files. This model should be versioned, as the JBoss ESB configuration file is likely to evolve in future releases.
This model would then be used by tools interacting with JBoss ESB configuration, including service editors, testing tools, impact analysis, and so on.
Need to consider extensibility dimensions for actions.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months