[jira] [Updated] (ATLAS-1154) Errors in Eclipse with web.xml

2017-01-03 Thread Madhan Neethiraj (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Madhan Neethiraj updated ATLAS-1154:

Affects Version/s: 0.7.1-incubating

Committed to 0.7-incubating branch: 
http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/120e4b97

> Errors in Eclipse with web.xml
> --
>
> Key: ATLAS-1154
> URL: https://issues.apache.org/jira/browse/ATLAS-1154
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8-incubating, 0.7.1-incubating
>Reporter: David Radley
>Assignee: David Radley
> Fix For: 0.8-incubating
>
> Attachments: atlas1154.patch
>
>
> I have set up a development environment in Eclipse. I notice that the project 
> atlas-webapp has 2 errors like this :
> The content of element type "web-app" must match 
> "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-
>  
> mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-
>  ref*,ejb-local-ref*)".
> The reason for the error is that the xml elements were filter, filter 
> mapping, filter, filter mapping. This does not match the DTD element order 
> (which Eclipse seems to be policing).  If I move the elements so all the 
> filters are next to each other - there are no errors.
> Like this : 
> {noformat}
> 
> springSecurityFilterChain
> 
> org.springframework.web.filter.DelegatingFilterProxy
> 
> 
> guiceFilter
> com.google.inject.servlet.GuiceFilter
> 
> 
> springSecurityFilterChain
> /*
> 
> 
> guiceFilter
> /*
> 
> {noformat}
>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-1154) Errors in Eclipse with web.xml

2016-09-11 Thread Shwetha G S (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shwetha G S updated ATLAS-1154:
---
Description: 
I have set up a development environment in Eclipse. I notice that the project 
atlas-webapp has 2 errors like this :
The content of element type "web-app" must match 
"(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-
 
mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-
 ref*,ejb-local-ref*)".

The reason for the error is that the xml elements were filter, filter mapping, 
filter, filter mapping. This does not match the DTD element order (which 
Eclipse seems to be policing).  If I move the elements so all the filters are 
next to each other - there are no errors.
Like this : 
{noformat}

springSecurityFilterChain

org.springframework.web.filter.DelegatingFilterProxy


guiceFilter
com.google.inject.servlet.GuiceFilter


springSecurityFilterChain
/*


guiceFilter
/*

{noformat}



   

  was:
I have set up a development environment in Eclipse. I notice that the project 
atlas-webapp has 2 errors like this :
The content of element type "web-app" must match 
"(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-
 
mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-
 ref*,ejb-local-ref*)".

The reason for the error is that the xml elements were filter, filter mapping, 
filter, filter mapping. This does not match the DTD element order (which 
Eclipse seems to be policing).  If I move the elements so all the filters are 
next to each other - there are no errors.
Like this : 

springSecurityFilterChain

org.springframework.web.filter.DelegatingFilterProxy


guiceFilter
com.google.inject.servlet.GuiceFilter


springSecurityFilterChain
/*


guiceFilter
/*




   


> Errors in Eclipse with web.xml
> --
>
> Key: ATLAS-1154
> URL: https://issues.apache.org/jira/browse/ATLAS-1154
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8-incubating
>Reporter: David Radley
>Assignee: David Radley
> Fix For: 0.8-incubating
>
> Attachments: atlas1154.patch
>
>
> I have set up a development environment in Eclipse. I notice that the project 
> atlas-webapp has 2 errors like this :
> The content of element type "web-app" must match 
> "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-
>  
> mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-
>  ref*,ejb-local-ref*)".
> The reason for the error is that the xml elements were filter, filter 
> mapping, filter, filter mapping. This does not match the DTD element order 
> (which Eclipse seems to be policing).  If I move the elements so all the 
> filters are next to each other - there are no errors.
> Like this : 
> {noformat}
> 
> springSecurityFilterChain
> 
> org.springframework.web.filter.DelegatingFilterProxy
> 
> 
> guiceFilter
> com.google.inject.servlet.GuiceFilter
> 
> 
> springSecurityFilterChain
> /*
> 
> 
> guiceFilter
> /*
> 
> {noformat}
>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-1154) Errors in Eclipse with web.xml

2016-09-11 Thread Shwetha G S (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shwetha G S updated ATLAS-1154:
---
Assignee: David Radley

> Errors in Eclipse with web.xml
> --
>
> Key: ATLAS-1154
> URL: https://issues.apache.org/jira/browse/ATLAS-1154
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8-incubating
>Reporter: David Radley
>Assignee: David Radley
> Fix For: 0.8-incubating
>
> Attachments: atlas1154.patch
>
>
> I have set up a development environment in Eclipse. I notice that the project 
> atlas-webapp has 2 errors like this :
> The content of element type "web-app" must match 
> "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-
>  
> mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-
>  ref*,ejb-local-ref*)".
> The reason for the error is that the xml elements were filter, filter 
> mapping, filter, filter mapping. This does not match the DTD element order 
> (which Eclipse seems to be policing).  If I move the elements so all the 
> filters are next to each other - there are no errors.
> Like this : 
> 
> springSecurityFilterChain
> 
> org.springframework.web.filter.DelegatingFilterProxy
> 
> 
> guiceFilter
> com.google.inject.servlet.GuiceFilter
> 
> 
> springSecurityFilterChain
> /*
> 
> 
> guiceFilter
> /*
> 
>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-1154) Errors in Eclipse with web.xml

2016-09-07 Thread David Radley (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Radley updated ATLAS-1154:

Attachment: (was: atlas.patch)

> Errors in Eclipse with web.xml
> --
>
> Key: ATLAS-1154
> URL: https://issues.apache.org/jira/browse/ATLAS-1154
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8-incubating
>Reporter: David Radley
> Fix For: 0.8-incubating
>
> Attachments: atlas1154.patch
>
>
> I have set up a development environment in Eclipse. I notice that the project 
> atlas-webapp has 2 errors like this :
> The content of element type "web-app" must match 
> "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-
>  
> mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-
>  ref*,ejb-local-ref*)".
> The reason for the error is that the xml elements were filter, filter 
> mapping, filter, filter mapping. This does not match the DTD element order 
> (which Eclipse seems to be policing).  If I move the elements so all the 
> filters are next to each other - there are no errors.
> Like this : 
> 
> springSecurityFilterChain
> 
> org.springframework.web.filter.DelegatingFilterProxy
> 
> 
> guiceFilter
> com.google.inject.servlet.GuiceFilter
> 
> 
> springSecurityFilterChain
> /*
> 
> 
> guiceFilter
> /*
> 
>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-1154) Errors in Eclipse with web.xml

2016-09-05 Thread David Radley (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Radley updated ATLAS-1154:

Attachment: atlas1154.patch

Patch created to rearrange the tag order do that they match the DTD. 

> Errors in Eclipse with web.xml
> --
>
> Key: ATLAS-1154
> URL: https://issues.apache.org/jira/browse/ATLAS-1154
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8-incubating
>Reporter: David Radley
> Fix For: 0.8-incubating
>
> Attachments: atlas.patch, atlas1154.patch
>
>
> I have set up a development environment in Eclipse. I notice that the project 
> atlas-webapp has 2 errors like this :
> The content of element type "web-app" must match 
> "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-
>  
> mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-
>  ref*,ejb-local-ref*)".
> The reason for the error is that the xml elements were filter, filter 
> mapping, filter, filter mapping. This does not match the DTD element order 
> (which Eclipse seems to be policing).  If I move the elements so all the 
> filters are next to each other - there are no errors.
> Like this : 
> 
> springSecurityFilterChain
> 
> org.springframework.web.filter.DelegatingFilterProxy
> 
> 
> guiceFilter
> com.google.inject.servlet.GuiceFilter
> 
> 
> springSecurityFilterChain
> /*
> 
> 
> guiceFilter
> /*
> 
>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-1154) Errors in Eclipse with web.xml

2016-09-01 Thread David Radley (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Radley updated ATLAS-1154:

Description: 
I have set up a development environment in Eclipse. I notice that the project 
atlas-webapp has 2 errors like this :
The content of element type "web-app" must match 
"(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-
 
mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-
 ref*,ejb-local-ref*)".

The reason for the error is that the xml elements were filter, filter mapping, 
filter, filter mapping. This does not match the DTD element order (which 
Eclipse seems to be policing).  If I move the elements so all the filters are 
next to each other - there are no errors.
Like this : 

springSecurityFilterChain

org.springframework.web.filter.DelegatingFilterProxy


guiceFilter
com.google.inject.servlet.GuiceFilter


springSecurityFilterChain
/*


guiceFilter
/*




   

  was:
I have set up a development environment in Eclipse. I notice that the project 
atlas respository has 2 errors like this :
The content of element type "web-app" must match 
"(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-
 
mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-
 ref*,ejb-local-ref*)".

The reason for the error is that the xml elements were filter, filter mapping, 
filter, filter mapping. This does not match the DTD element order (which 
Eclipse seems to be policing).  If I move the elements so all the filters are 
next to each other - there are no errors.
Like this : 

springSecurityFilterChain

org.springframework.web.filter.DelegatingFilterProxy


guiceFilter
com.google.inject.servlet.GuiceFilter


springSecurityFilterChain
/*


guiceFilter
/*




   


> Errors in Eclipse with web.xml
> --
>
> Key: ATLAS-1154
> URL: https://issues.apache.org/jira/browse/ATLAS-1154
> Project: Atlas
>  Issue Type: Bug
>Reporter: David Radley
>
> I have set up a development environment in Eclipse. I notice that the project 
> atlas-webapp has 2 errors like this :
> The content of element type "web-app" must match 
> "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-
>  
> mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-
>  ref*,ejb-local-ref*)".
> The reason for the error is that the xml elements were filter, filter 
> mapping, filter, filter mapping. This does not match the DTD element order 
> (which Eclipse seems to be policing).  If I move the elements so all the 
> filters are next to each other - there are no errors.
> Like this : 
> 
> springSecurityFilterChain
> 
> org.springframework.web.filter.DelegatingFilterProxy
> 
> 
> guiceFilter
> com.google.inject.servlet.GuiceFilter
> 
> 
> springSecurityFilterChain
> /*
> 
> 
> guiceFilter
> /*
> 
>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)