Using Eclipse Luna with Symfony2. Installed the PDT extensions and was able to get a symfony project up and running. However, the file appdevdebugprojectcontainer.xml shows me some errors. This has not interfered with the running of the project but I am still curious to know what this is about.
The first error is in the configurator.
cvc-complex-type.2.1: Element 'configurator' must have no character or element information item [children], because the type's content type is empty.
The other error:
<factory class="Symfony\Component\Validator\Validation" method="createValidatorBuilder"/>
Error Message
cvc-complex-type.2.4.a: Invalid content was found starting with element 'factory'. One of '{"http://symfony.com/schema/dic/services":file, "http://symfony.com/schema/dic/services":argument, "http://symfony.com/schema/dic/services":configurator, "http://symfony.com/schema/dic/services":call, "http://symfony.com/schema/dic/services":tag, "http://symfony.com/schema/dic/services":property}' is expected.
Any pointers will be greatly appreciated
This is problem from WTP XML validator. How to ignore:
I plan to auto create rules these rules in future Symfony Plugin version