I am trying to upgrade a project from JBoss 5 to 6.4. When I load the project into devstudio 8.1, the system complies fine. When I load it into 9.0, it errors.
All of my seam references to seam 2.2 produce an error about an space doesn't belong in the <xml /> tag. I realize that the issue is in my seam xmlns becuase changing it to 2.2.3 removes the error. Any clues would be appreciated.
sounds like it is not compilation that fails, just validation. So your project runs fine, right ?
Can you provide some more exact details on what fails for you ? what is the exact error ?