[JBoss JIRA] Created: (JBIDE-9733) Weird warning message in seam-config.xml
by Alexey Kazakov (JIRA)
Weird warning message in seam-config.xml
----------------------------------------
Key: JBIDE-9733
URL: https://issues.jboss.org/browse/JBIDE-9733
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI extensions
Affects Versions: 3.3.0.M3
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.M4
EXECUTE: Import Seam Rest project from http://github.com/seam/rest as an existing maven project.
EXECUTE: Build the project. Make sure CDI support is enabled.
EXECUTE: Open /seam-rest-example-tasks/src/main/resources/META-INF/seam-beans.xml
FAILURE: <s:value> (line 11) is marked as a problem: *No bean is eligible for injection to the injection point [JSR-299 §5.2.1]*
--
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-8519) ?floor, ?ceiling and ?round are not recognized by FreeMarker IDE
by Rafal Piotrowski (JIRA)
?floor, ?ceiling and ?round are not recognized by FreeMarker IDE
----------------------------------------------------------------
Key: JBIDE-8519
URL: https://issues.jboss.org/browse/JBIDE-8519
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: FreeMarker
Environment: Ubuntu Linux
Eclipse Helios Java EE (Build id: 20100917-0705)
FreeMarker IDE 1.1.0.v20110215-1224-H22-GA
Reporter: Rafal Piotrowski
Priority: Minor
Sample code:
[#ftl]
[#assign testlist=[0, 1, -1, 0.5, 1.5, -0.5, -1.5, 0.25, -0.25, 1.75, -1.75] /]
[#list testlist as result]
${result} ?floor=${result?floor}
${result} ?ceiling=${result?ceiling}
${result} ?round=${result?round}
[/#list]
is causing parse errors in eclipse, because plugin is using freemarker 2.3.8. These functions are in Freemarker from version 2.3.13 (http://freemarker.sourceforge.net/docs/ref_builtins_number.html#ref_built...).
I have tried to add new freemarker library to plugin directory and change Bundle-ClassPath in META-INF/MANIFEST.MF, but it didn't work.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months