[richfaces-issues] [JBoss JIRA] Updated: (RF-10030) richfaces-showcase in appengine-web.xml Intellij Idea reports error on <system-properties>

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Dec 16 09:06:18 EST 2010


     [ https://issues.jboss.org/browse/RF-10030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-10030:
--------------------------------

             Assignee: Ilya Shaikovsky
        Fix Version/s: 4.0.0.Milestone5
    Affects Version/s: 4.0.0.Milestone5
          Component/s: examples


> richfaces-showcase in appengine-web.xml Intellij Idea reports error on <system-properties>
> ------------------------------------------------------------------------------------------
>
>                 Key: RF-10030
>                 URL: https://issues.jboss.org/browse/RF-10030
>             Project: RichFaces
>          Issue Type: Quality Risk
>      Security Level: Public(Everyone can see) 
>          Components: examples
>    Affects Versions: 4.0.0.Milestone5
>         Environment: Windows 7-64, GAE 1.4.0, local mode, Java(TM) SE Runtime Environment (build 1.6.0_22-b04), Intellij Idea 10 not free
>            Reporter: Ara Minosian
>            Assignee: Ilya Shaikovsky
>            Priority: Minor
>             Fix For: 4.0.0.Milestone5
>
>
> Original file:
> <?xml version="1.0" encoding="utf-8"?>
> <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
>     <application>richfaces-showcase</application>
>     <version>11</version>
>     <sessions-enabled>true</sessions-enabled>
>     <system-properties>
>         <property name="java.util.logging.config.file" value="WEB-INF/classes/logging.properties"/>
>     </system-properties>
> </appengine-web-app>
> ----------------------------------------------------------
> should be:
> <?xml version="1.0" encoding="utf-8"?>
> <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
>     <application>richfaces-showcase</application>
>     <version>11</version>
>     <system-properties>
>         <property name="java.util.logging.config.file" value="WEB-INF/classes/logging.properties"/>
>     </system-properties>
>     <sessions-enabled>true</sessions-enabled>
> </appengine-web-app>

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list