[JBoss JIRA] Created: (JBIDE-2673) Seam EL validation does not use same technique as the EL resolver
by Tim Evers (JIRA)
Seam EL validation does not use same technique as the EL resolver
-----------------------------------------------------------------
Key: JBIDE-2673
URL: https://jira.jboss.org/jira/browse/JBIDE-2673
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.0.0.alpha, 2.1.2, 2.1.1
Environment: Tried Jboss Tools 3.0.0 and 2.1.2 on eclipse 3.4 and 3.3 respectively
Reporter: Tim Evers
See the forum post for exact details.
but basic idea is:
in a Seam bean declare a variable and getter like this.
private String aRP;
private String getARP() {
return aRP;
}
Then reference it in a xhtml page like this:
"#{seamBean.ARP}"
The xhtml renders and retrieves correct value when running on web app.
However if you run seam validation over the xhtml it says that "ARP" cannot be resolved.
Thus the validation is not consistent with the actual application.
--
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
17 years, 7 months
[JBoss JIRA] Created: (JBIDE-2385) Project Archives War archive creation(zip and exploded) with same names.
by Aliaksey Nis (JIRA)
Project Archives War archive creation(zip and exploded) with same names.
------------------------------------------------------------------------
Key: JBIDE-2385
URL: http://jira.jboss.com/jira/browse/JBIDE-2385
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives
Affects Versions: 2.1.2
Environment: WindowsXP SP2
JBoss Tools 2.1.2GA
JBossTools-200806182342-nightly-ALL-win32.zip
Reporter: Aliaksey Nis
EXECUTE: Create Seam War project with name "test".
EXECUTE: Open Project archives view.
EXECUTE: Select Seam project in Package explorer.
EXECUTE: In Projects Archives view - New archive > WAR > zipped. Archive name default(test.war), destination folder - default(test).
ASSERT: Archive created successfully.
EXECUTE: In Projects Archives view - New archive > WAR > exploded. Archive name default(test.war), destination folder - select "test" in workspace. press Finish.
FAILURE: Exception appears in error log, and no sights of archive...
Error Completing Wizard
org.jboss.ide.eclipse.archives.core.model.ArchivesModelException: Unable to add child node
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveNodeImpl.addChild(ArchiveNodeImpl.java:263)
at org.jboss.ide.eclipse.archives.core.model.internal.ArchiveNodeImpl.addChild(ArchiveNodeImpl.java:245)
at org.jboss.ide.eclipse.archives.ui.wizards.AbstractArchiveWizard$1.run(AbstractArchiveWizard.java:105)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 7 months