[
https://jira.jboss.org/browse/JBIDE-7362?page=com.atlassian.jira.plugin.s...
]
Dominik Pospisil closed JBIDE-7362.
-----------------------------------
Verified (jbdevstudio-eap-linux-gtk-4.0.0.v201011250444R-H2-Beta2.jar).
components.xml editor complains when attribute "debug"
contains "@debug@" as a value.
-------------------------------------------------------------------------------------
Key: JBIDE-7362
URL:
https://jira.jboss.org/browse/JBIDE-7362
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.0.Beta2
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.Beta2
Open following components.xml:
<?xml version="1.0" encoding="UTF-8"?>
<components
xmlns="http://jboss.com/products/seam/components"
xmlns:core="http://jboss.com/products/seam/core"
xmlns:security="http://jboss.com/products/seam/security"
xmlns:transaction="http://jboss.com/products/seam/transaction"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.com/products/seam/core
http://jboss.com/products/seam/core-2.1.xsd
http://jboss.com/products/seam/transaction
http://jboss.com/products/seam/transaction-2.1.xsd
http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.1.xsd
http://jboss.com/products/seam/components
http://jboss.com/products/seam/components-2.1.xsd">
<core:init debug="@debug@" distributable="false"
jndi-pattern="@jndiPattern@"/>
<core:manager concurrent-request-timeout="500"
conversation-id-parameter="cid" conversation-timeout="120000"/>
<transaction:ejb-transaction/>
<security:identity
authenticate-method="#{authenticator.authenticate}"/>
</components>
There is an error message on the tree tab: "Value should be one of true,
false".
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira