I'm beginner with development of batch and I want to create my first batch
so I create a maven project on intellij my problem with the xml file
is the tag not recognized by intellij and say 'element job must be declared'
I think the problem is xmlns="http://xmlns.jcp.org/xml/ns/javaee" point to C:\Program Files\JetBrains\IntelliJ IDEA 2017.2.6\plugins\JSF\lib as you can see in the screenshot and not to
C:\Program Files\JetBrains\IntelliJ IDEA 2017.2.6\plugins\BatchApplications\lib
Thanks
Asked
Active
Viewed 100 times
1

Hicham Cheikhaoui
- 45
- 6
-
Did you try with IntelliJ IDEA 2020.1 release: http://www.jetbrains.com/idea/download/index.html? – CrazyCoder Jun 04 '20 at 17:12
1 Answers
0
IntelliJ IDEA 2020.1 includes the updated resources that should fix this issue.

CrazyCoder
- 389,263
- 172
- 990
- 904