Using namespaces in components.xml is not fully backwards compatible (re. placeholders)
---------------------------------------------------------------------------------------
Key: JBSEAM-717
URL:
http://jira.jboss.com/jira/browse/JBSEAM-717
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 1.1.1.GA
Reporter: Stephan Bublava
core-1.1.xsd does not always allow placeholders, where they were valid before the
introduction of namespaces.
Example:
<component name="org.jboss.seam.core.init">
<property name="debug">@debug@</property>
<property name="jndiPattern">@jndiPattern@</property>
</component>
The equivalent
<core:init jndi-pattern="@jndiPattern@" debug="@debug@" />
is not valid, since "debug" only accepts boolean values.
I'm not sure whether this should be fixed, but at least a note in the documentation
would be helpful.
--
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