[
https://issues.jboss.org/browse/JBSEAM-4957?page=com.atlassian.jira.plugi...
]
Marek Novotny commented on JBSEAM-4957:
---------------------------------------
We have right now these occurrences to tbe replaced:
<core:init debug="true" jndi-pattern="@jndiPattern@" />
./rss/rss-web/src/main/webapp/WEB-INF/components.xml
<core:init jndi-pattern="@jndiPattern@" debug="true"/>
./icefaces/icefaces-web/src/main/webapp/WEB-INF/components.xml
<property name="jndiPattern">@jndiPattern@</property>
./remoting/progressbar/progressbar-web/src/main/webapp/WEB-INF/components.xml
<property name="jndiPattern">@jndiPattern@</property>
./remoting/progressbar/progressbar-web/target/m2e-wtp/web-resources/WEB-INF/components.xml
<core:init jndi-pattern="@jndiPattern@" debug="true"
distributable="@distributable@"/>
./metawidget/booking/booking-web/src/main/webapp/WEB-INF/components.xml
<core:init debug="true" jndi-pattern="@jndiPattern@"/>
./metawidget/groovybooking/groovybooking-web/src/main/webapp/WEB-INF/components.xml
<core:init debug="true" jndi-pattern="@jndiPattern@"/>
./dvdstore/dvdstore-web/src/main/webapp/WEB-INF/components.xml
<core:init jndi-pattern="@jndiPattern@" debug="true"/>
./wicket/wicket-web/src/main/webapp/WEB-INF/components.xml
<core:init jndi-pattern="@jndiPattern@" debug="true"
distributable="@distributable@"/>
./metawidget/booking/booking-web/src/main/webapp/WEB-INF/components.xml
JBoss Tools and M2e-WTP doesn't filter properly properties in
files
-------------------------------------------------------------------
Key: JBSEAM-4957
URL:
https://issues.jboss.org/browse/JBSEAM-4957
Project: Seam 2
Issue Type: Task
Components: Tools
Affects Versions: 2.3.0.BETA1, 2.3.0.BETA2
Environment: JBoss Tools nightly build from 21st May
Reporter: Marek Novotny
Fix For: 2.3.0.CR1
Imported examples from SVN into JBoss Tools are not correctly build. There is blocked
filtering of @@ tokens and that causes errors in deployment phase for instance
@jndiPattern@ are not evaluated correctly.
{noformat}
Caused by: java.lang.IllegalArgumentException: Exception setting property
org.jboss.seam.core.init.jndiPattern on component org.jboss.seam.core.init. Expression
@jndiPattern@ evaluated to null.
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira