[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: (JBIDE-4197) JBDS 2.0.0 GA will not deploy JBPM archive
by Matthew Brasier (JIRA)
JBDS 2.0.0 GA will not deploy JBPM archive
------------------------------------------
Key: JBIDE-4197
URL: https://jira.jboss.org/jira/browse/JBIDE-4197
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jbpm
Affects Versions: 2.0.0.GA
Environment: Windows
Reporter: Matthew Brasier
JBDS 2.0.0GA, when attempting to deploy a JBPM project using the 'deployment' pane for processdefinition.xml, or when attempting to create an archive with the 'Save without deploying option', if any resources are selected in 'Java Classes and Resources', a NullPointerException is thrown, and deployment/archive creation fails
This is 100% repeatable.
If no resources are selected, then creating an archive works, but it won't run as it doesnt have the custom code in it.
Matt
--
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-4135) Dynamic Web Project with Seam in Eclipse defaults to old version rather than newer version
by Jeff Wexler (JIRA)
Dynamic Web Project with Seam in Eclipse defaults to old version rather than newer version
------------------------------------------------------------------------------------------
Key: JBIDE-4135
URL: https://jira.jboss.org/jira/browse/JBIDE-4135
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.0.0.GA
Environment: eclipse-jee-ganymede-SR2-win32.zip, JBossTools-ALL-win32-3.0.0.GA-R200903141626-H5.zip, Jboss 5.0.1.GA, Seam 2.1.1.GA, Windows 2003 server, 4GB memory, PostgreSQL 8.3.7 JDBC Driver 8.3-604.jdbc4
Reporter: Jeff Wexler
Priority: Minor
Created a new project with configuration of Dynamic Web Project with Seam 2.1 (technology preview).
Then select New project again to create another seam project.
Configuration defaults to Dynamic Web Project with Seam 1.2 rather than 2.0 or 2.1.
I would assume that the default should be to either the previously selected one (2.1) or to one of the later versions (2.0 or 2.1).
--
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