<?xml version="1.0" encoding="utf-8"?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
  <parameters>
    <parameter key="kernel.root_dir">/var/www/html/app</parameter>
    <parameter key="kernel.environment">dev</parameter>
    <parameter key="kernel.debug">true</parameter>
    <parameter key="kernel.name">app</parameter>
    <parameter key="kernel.cache_dir">/var/www/html/app/cache/dev</parameter>
    <parameter key="kernel.logs_dir">/var/www/html/app/logs</parameter>
    <parameter key="kernel.bundles" type="collection">
      <parameter key="FrameworkBundle">Symfony\Bundle\FrameworkBundle\FrameworkBundle</parameter>
      <parameter key="SecurityBundle">Symfony\Bundle\SecurityBundle\SecurityBundle</parameter>
      <parameter key="TwigBundle">Symfony\Bundle\TwigBundle\TwigBundle</parameter>
      <parameter key="MonologBundle">Symfony\Bundle\MonologBundle\MonologBundle</parameter>
      <parameter key="SwiftmailerBundle">Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle</parameter>
      <parameter key="DoctrineBundle">Symfony\Bundle\DoctrineBundle\DoctrineBundle</parameter>
      <parameter key="AsseticBundle">Symfony\Bundle\AsseticBundle\AsseticBundle</parameter>
      <parameter key="SensioFrameworkExtraBundle">Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle</parameter>
      <parameter key="JMSSecurityExtraBundle">JMS\SecurityExtraBundle\JMSSecurityExtraBundle</parameter>
      <parameter key="propesqBundle">geosapiens\propesqBundle\propesqBundle</parameter>
      <parameter key="WrepTCPDFBundle">geosapiens\TCPDFBundle\WrepTCPDFBundle</parameter>
      <parameter key="FOSRestBundle">FOS\RestBundle\FOSRestBundle</parameter>
      <parameter key="JMSSerializerBundle">JMS\SerializerBundle\JMSSerializerBundle</parameter>
      <parameter key="NelmioCorsBundle">Nelmio\CorsBundle\NelmioCorsBundle</parameter>
      <parameter key="WebProfilerBundle">Symfony\Bundle\WebProfilerBundle\WebProfilerBundle</parameter>
      <parameter key="SensioDistributionBundle">Sensio\Bundle\DistributionBundle\SensioDistributionBundle</parameter>
      <parameter key="SensioGeneratorBundle">Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle</parameter>
    </parameter>
    <parameter key="kernel.charset">UTF-8</parameter>
    <parameter key="kernel.container_class">appDevDebugProjectContainer</parameter>
    <parameter key="database_driver">pdo_pgsql</parameter>
    <parameter key="database_host">database_pg</parameter>
    <parameter key="database_port">5432</parameter>
    <parameter key="database_name">propesqweb</parameter>
    <parameter key="database_user">root</parameter>
    <parameter key="database_password">psql@2025@321pstgPMDP</parameter>
    <parameter key="mailer_transport">smtp</parameter>
    <parameter key="mailer_host">localhost</parameter>
    <parameter key="mailer_user"></parameter>
    <parameter key="mailer_password"></parameter>
    <parameter key="mailer_port"></parameter>
    <parameter key="locale">pt</parameter>
    <parameter key="secret">329dd262ae72ece5c05ab13261b0497e815bfc59</parameter>
    <parameter key="sispcspa_host"></parameter>
    <parameter key="sispcspa_port">80</parameter>
    <parameter key="environment">development</parameter>
    <parameter key="sentry_js_config"></parameter>
    <parameter key="sentry_php_config"></parameter>
    <parameter key="key_gmaps"></parameter>
    <parameter key="gerador_url">http://localhost:82</parameter>
    <parameter key="api_gerador_url">http://localhost/api/</parameter>
    <parameter key="exportacao_shapefile_dir_files">/data/zip/</parameter>
    <parameter key="geo_server_url">http://62.171.133.248:8080/geoserver/</parameter>
    <parameter key="router_listener.class">Symfony\Bundle\FrameworkBundle\EventListener\RouterListener</parameter>
    <parameter key="controller_resolver.class">Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver</parameter>
    <parameter key="controller_name_converter.class">Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser</parameter>
    <parameter key="response_listener.class">Symfony\Component\HttpKernel\EventListener\ResponseListener</parameter>
    <parameter key="event_dispatcher.class">Symfony\Bundle\FrameworkBundle\ContainerAwareEventDispatcher</parameter>
    <parameter key="http_kernel.class">Symfony\Bundle\FrameworkBundle\HttpKernel</parameter>
    <parameter key="filesystem.class">Symfony\Component\Filesystem\Filesystem</parameter>
    <parameter key="cache_warmer.class">Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate</parameter>
    <parameter key="file_locator.class">Symfony\Component\HttpKernel\Config\FileLocator</parameter>
    <parameter key="translator.class">Symfony\Bundle\FrameworkBundle\Translation\Translator</parameter>
    <parameter key="translator.identity.class">Symfony\Component\Translation\IdentityTranslator</parameter>
    <parameter key="translator.selector.class">Symfony\Component\Translation\MessageSelector</parameter>
    <parameter key="translation.loader.php.class">Symfony\Component\Translation\Loader\PhpFileLoader</parameter>
    <parameter key="translation.loader.yml.class">Symfony\Component\Translation\Loader\YamlFileLoader</parameter>
    <parameter key="translation.loader.xliff.class">Symfony\Component\Translation\Loader\XliffFileLoader</parameter>
    <parameter key="debug.event_dispatcher.class">Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher</parameter>
    <parameter key="debug.container.dump">/var/www/html/app/cache/dev/appDevDebugProjectContainer.xml</parameter>
    <parameter key="kernel.secret">329dd262ae72ece5c05ab13261b0497e815bfc59</parameter>
    <parameter key="kernel.trust_proxy_headers">false</parameter>
    <parameter key="session.class">Symfony\Component\HttpFoundation\Session</parameter>
    <parameter key="session.storage.native.class">Symfony\Component\HttpFoundation\SessionStorage\NativeSessionStorage</parameter>
    <parameter key="session.storage.filesystem.class">Symfony\Component\HttpFoundation\SessionStorage\FilesystemSessionStorage</parameter>
    <parameter key="session_listener.class">Symfony\Bundle\FrameworkBundle\EventListener\SessionListener</parameter>
    <parameter key="session.default_locale">pt</parameter>
    <parameter key="session.storage.options" type="collection"/>
    <parameter key="form.extension.class">Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension</parameter>
    <parameter key="form.factory.class">Symfony\Component\Form\FormFactory</parameter>
    <parameter key="form.type_guesser.validator.class">Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser</parameter>
    <parameter key="form.csrf_provider.class">Symfony\Component\Form\Extension\Csrf\CsrfProvider\SessionCsrfProvider</parameter>
    <parameter key="form.type_extension.csrf.enabled">true</parameter>
    <parameter key="form.type_extension.csrf.field_name">_token</parameter>
    <parameter key="validator.class">Symfony\Component\Validator\Validator</parameter>
    <parameter key="validator.mapping.class_metadata_factory.class">Symfony\Component\Validator\Mapping\ClassMetadataFactory</parameter>
    <parameter key="validator.mapping.cache.apc.class">Symfony\Component\Validator\Mapping\Cache\ApcCache</parameter>
    <parameter key="validator.mapping.cache.prefix"></parameter>
    <parameter key="validator.mapping.loader.loader_chain.class">Symfony\Component\Validator\Mapping\Loader\LoaderChain</parameter>
    <parameter key="validator.mapping.loader.static_method_loader.class">Symfony\Component\Validator\Mapping\Loader\StaticMethodLoader</parameter>
    <parameter key="validator.mapping.loader.annotation_loader.class">Symfony\Component\Validator\Mapping\Loader\AnnotationLoader</parameter>
    <parameter key="validator.mapping.loader.xml_files_loader.class">Symfony\Component\Validator\Mapping\Loader\XmlFilesLoader</parameter>
    <parameter key="validator.mapping.loader.yaml_files_loader.class">Symfony\Component\Validator\Mapping\Loader\YamlFilesLoader</parameter>
    <parameter key="validator.validator_factory.class">Symfony\Bundle\FrameworkBundle\Validator\ConstraintValidatorFactory</parameter>
    <parameter key="validator.mapping.loader.xml_files_loader.mapping_files" type="collection">
      <parameter>/var/www/html/vendor/symfony/src/Symfony/Component/Form/Resources/config/validation.xml</parameter>
    </parameter>
    <parameter key="validator.mapping.loader.yaml_files_loader.mapping_files" type="collection"/>
    <parameter key="profiler.class">Symfony\Component\HttpKernel\Profiler\Profiler</parameter>
    <parameter key="profiler_listener.class">Symfony\Component\HttpKernel\EventListener\ProfilerListener</parameter>
    <parameter key="data_collector.config.class">Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector</parameter>
    <parameter key="data_collector.request.class">Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector</parameter>
    <parameter key="data_collector.exception.class">Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector</parameter>
    <parameter key="data_collector.events.class">Symfony\Component\HttpKernel\DataCollector\EventDataCollector</parameter>
    <parameter key="data_collector.logger.class">Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector</parameter>
    <parameter key="data_collector.timer.class">Symfony\Bundle\FrameworkBundle\DataCollector\TimerDataCollector</parameter>
    <parameter key="data_collector.memory.class">Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector</parameter>
    <parameter key="profiler_listener.only_exceptions">false</parameter>
    <parameter key="profiler_listener.only_master_requests">false</parameter>
    <parameter key="profiler.storage.dsn">sqlite:/var/www/html/app/cache/dev/profiler.db</parameter>
    <parameter key="profiler.storage.username"></parameter>
    <parameter key="profiler.storage.password"></parameter>
    <parameter key="profiler.storage.lifetime">86400</parameter>
    <parameter key="router.class">Symfony\Bundle\FrameworkBundle\Routing\Router</parameter>
    <parameter key="routing.loader.class">Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader</parameter>
    <parameter key="routing.resolver.class">Symfony\Component\Config\Loader\LoaderResolver</parameter>
    <parameter key="routing.loader.xml.class">Symfony\Component\Routing\Loader\XmlFileLoader</parameter>
    <parameter key="routing.loader.yml.class">Symfony\Component\Routing\Loader\YamlFileLoader</parameter>
    <parameter key="routing.loader.php.class">Symfony\Component\Routing\Loader\PhpFileLoader</parameter>
    <parameter key="router.options.generator_class">Symfony\Component\Routing\Generator\UrlGenerator</parameter>
    <parameter key="router.options.generator_base_class">Symfony\Component\Routing\Generator\UrlGenerator</parameter>
    <parameter key="router.options.generator_dumper_class">Symfony\Component\Routing\Generator\Dumper\PhpGeneratorDumper</parameter>
    <parameter key="router.options.matcher_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher</parameter>
    <parameter key="router.options.matcher_base_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher</parameter>
    <parameter key="router.options.matcher_dumper_class">Symfony\Component\Routing\Matcher\Dumper\PhpMatcherDumper</parameter>
    <parameter key="router.cache_warmer.class">Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer</parameter>
    <parameter key="router.options.matcher.cache_class">appdevUrlMatcher</parameter>
    <parameter key="router.options.generator.cache_class">appdevUrlGenerator</parameter>
    <parameter key="router.resource">/var/www/html/app/config/routing_dev.yml</parameter>
    <parameter key="request_listener.http_port">80</parameter>
    <parameter key="request_listener.https_port">443</parameter>
    <parameter key="templating.engine.delegating.class">Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine</parameter>
    <parameter key="templating.name_parser.class">Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser</parameter>
    <parameter key="templating.cache_warmer.template_paths.class">Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer</parameter>
    <parameter key="templating.locator.class">Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator</parameter>
    <parameter key="templating.loader.filesystem.class">Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader</parameter>
    <parameter key="templating.loader.cache.class">Symfony\Component\Templating\Loader\CacheLoader</parameter>
    <parameter key="templating.loader.chain.class">Symfony\Component\Templating\Loader\ChainLoader</parameter>
    <parameter key="templating.finder.class">Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder</parameter>
    <parameter key="templating.engine.php.class">Symfony\Bundle\FrameworkBundle\Templating\PhpEngine</parameter>
    <parameter key="templating.helper.slots.class">Symfony\Component\Templating\Helper\SlotsHelper</parameter>
    <parameter key="templating.helper.assets.class">Symfony\Component\Templating\Helper\CoreAssetsHelper</parameter>
    <parameter key="templating.helper.actions.class">Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper</parameter>
    <parameter key="templating.helper.router.class">Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper</parameter>
    <parameter key="templating.helper.request.class">Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper</parameter>
    <parameter key="templating.helper.session.class">Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper</parameter>
    <parameter key="templating.helper.code.class">Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper</parameter>
    <parameter key="templating.helper.translator.class">Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper</parameter>
    <parameter key="templating.helper.form.class">Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper</parameter>
    <parameter key="templating.globals.class">Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables</parameter>
    <parameter key="templating.asset.path_package.class">Symfony\Bundle\FrameworkBundle\Templating\Asset\PathPackage</parameter>
    <parameter key="templating.asset.url_package.class">Symfony\Component\Templating\Asset\UrlPackage</parameter>
    <parameter key="templating.asset.package_factory.class">Symfony\Bundle\FrameworkBundle\Templating\Asset\PackageFactory</parameter>
    <parameter key="templating.helper.code.file_link_format">null</parameter>
    <parameter key="templating.helper.form.resources" type="collection">
      <parameter>FrameworkBundle:Form</parameter>
    </parameter>
    <parameter key="templating.debugger.class">Symfony\Bundle\FrameworkBundle\Templating\Debugger</parameter>
    <parameter key="templating.loader.cache.path">null</parameter>
    <parameter key="templating.engines" type="collection">
      <parameter>twig</parameter>
    </parameter>
    <parameter key="annotations.reader.class">Doctrine\Common\Annotations\AnnotationReader</parameter>
    <parameter key="annotations.cached_reader.class">Doctrine\Common\Annotations\CachedReader</parameter>
    <parameter key="annotations.file_cache_reader.class">Doctrine\Common\Annotations\FileCacheReader</parameter>
    <parameter key="security.context.class">Symfony\Component\Security\Core\SecurityContext</parameter>
    <parameter key="security.user_checker.class">Symfony\Component\Security\Core\User\UserChecker</parameter>
    <parameter key="security.encoder_factory.generic.class">Symfony\Component\Security\Core\Encoder\EncoderFactory</parameter>
    <parameter key="security.encoder.digest.class">Symfony\Component\Security\Core\Encoder\MessageDigestPasswordEncoder</parameter>
    <parameter key="security.encoder.plain.class">Symfony\Component\Security\Core\Encoder\PlaintextPasswordEncoder</parameter>
    <parameter key="security.user.provider.entity.class">Symfony\Bridge\Doctrine\Security\User\EntityUserProvider</parameter>
    <parameter key="security.user.provider.in_memory.class">Symfony\Component\Security\Core\User\InMemoryUserProvider</parameter>
    <parameter key="security.user.provider.in_memory.user.class">Symfony\Component\Security\Core\User\User</parameter>
    <parameter key="security.user.provider.chain.class">Symfony\Component\Security\Core\User\ChainUserProvider</parameter>
    <parameter key="security.authentication.trust_resolver.class">Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver</parameter>
    <parameter key="security.authentication.trust_resolver.anonymous_class">Symfony\Component\Security\Core\Authentication\Token\AnonymousToken</parameter>
    <parameter key="security.authentication.trust_resolver.rememberme_class">Symfony\Component\Security\Core\Authentication\Token\RememberMeToken</parameter>
    <parameter key="security.authentication.manager.class">Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager</parameter>
    <parameter key="security.authentication.session_strategy.class">Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy</parameter>
    <parameter key="security.access.decision_manager.class">Symfony\Component\Security\Core\Authorization\AccessDecisionManager</parameter>
    <parameter key="security.access.simple_role_voter.class">Symfony\Component\Security\Core\Authorization\Voter\RoleVoter</parameter>
    <parameter key="security.access.authenticated_voter.class">Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter</parameter>
    <parameter key="security.access.role_hierarchy_voter.class">Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter</parameter>
    <parameter key="security.firewall.class">Symfony\Component\Security\Http\Firewall</parameter>
    <parameter key="security.firewall.map.class">Symfony\Bundle\SecurityBundle\Security\FirewallMap</parameter>
    <parameter key="security.firewall.context.class">Symfony\Bundle\SecurityBundle\Security\FirewallContext</parameter>
    <parameter key="security.matcher.class">Symfony\Component\HttpFoundation\RequestMatcher</parameter>
    <parameter key="security.role_hierarchy.class">Symfony\Component\Security\Core\Role\RoleHierarchy</parameter>
    <parameter key="security.http_utils.class">Symfony\Component\Security\Http\HttpUtils</parameter>
    <parameter key="security.authentication.retry_entry_point.class">Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint</parameter>
    <parameter key="security.channel_listener.class">Symfony\Component\Security\Http\Firewall\ChannelListener</parameter>
    <parameter key="security.authentication.form_entry_point.class">Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint</parameter>
    <parameter key="security.authentication.listener.form.class">Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener</parameter>
    <parameter key="security.authentication.listener.basic.class">Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener</parameter>
    <parameter key="security.authentication.basic_entry_point.class">Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint</parameter>
    <parameter key="security.authentication.listener.digest.class">Symfony\Component\Security\Http\Firewall\DigestAuthenticationListener</parameter>
    <parameter key="security.authentication.digest_entry_point.class">Symfony\Component\Security\Http\EntryPoint\DigestAuthenticationEntryPoint</parameter>
    <parameter key="security.authentication.listener.x509.class">Symfony\Component\Security\Http\Firewall\X509AuthenticationListener</parameter>
    <parameter key="security.authentication.listener.anonymous.class">Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener</parameter>
    <parameter key="security.authentication.switchuser_listener.class">Symfony\Component\Security\Http\Firewall\SwitchUserListener</parameter>
    <parameter key="security.logout_listener.class">Symfony\Component\Security\Http\Firewall\LogoutListener</parameter>
    <parameter key="security.logout.handler.session.class">Symfony\Component\Security\Http\Logout\SessionLogoutHandler</parameter>
    <parameter key="security.logout.handler.cookie_clearing.class">Symfony\Component\Security\Http\Logout\CookieClearingLogoutHandler</parameter>
    <parameter key="security.access_listener.class">Symfony\Component\Security\Http\Firewall\AccessListener</parameter>
    <parameter key="security.access_map.class">Symfony\Component\Security\Http\AccessMap</parameter>
    <parameter key="security.exception_listener.class">Symfony\Component\Security\Http\Firewall\ExceptionListener</parameter>
    <parameter key="security.context_listener.class">Symfony\Component\Security\Http\Firewall\ContextListener</parameter>
    <parameter key="security.authentication.provider.dao.class">Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider</parameter>
    <parameter key="security.authentication.provider.pre_authenticated.class">Symfony\Component\Security\Core\Authentication\Provider\PreAuthenticatedAuthenticationProvider</parameter>
    <parameter key="security.authentication.provider.anonymous.class">Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider</parameter>
    <parameter key="security.authentication.provider.rememberme.class">Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider</parameter>
    <parameter key="security.authentication.listener.rememberme.class">Symfony\Component\Security\Http\Firewall\RememberMeListener</parameter>
    <parameter key="security.rememberme.token.provider.in_memory.class">Symfony\Component\Security\Core\Authentication\RememberMe\InMemoryTokenProvider</parameter>
    <parameter key="security.authentication.rememberme.services.persistent.class">Symfony\Component\Security\Http\RememberMe\PersistentTokenBasedRememberMeServices</parameter>
    <parameter key="security.authentication.rememberme.services.simplehash.class">Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices</parameter>
    <parameter key="security.rememberme.response_listener.class">Symfony\Bundle\SecurityBundle\EventListener\ResponseListener</parameter>
    <parameter key="templating.helper.security.class">Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper</parameter>
    <parameter key="data_collector.security.class">Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector</parameter>
    <parameter key="security.access.denied_url">null</parameter>
    <parameter key="security.authentication.session_strategy.strategy">migrate</parameter>
    <parameter key="security.access.always_authenticate_before_granting">false</parameter>
    <parameter key="security.authentication.hide_user_not_found">true</parameter>
    <parameter key="security.role_hierarchy.roles" type="collection"/>
    <parameter key="twig.class">Twig_Environment</parameter>
    <parameter key="twig.loader.class">Symfony\Bundle\TwigBundle\Loader\FilesystemLoader</parameter>
    <parameter key="templating.engine.twig.class">Symfony\Bundle\TwigBundle\TwigEngine</parameter>
    <parameter key="twig.cache_warmer.class">Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer</parameter>
    <parameter key="twig.extension.trans.class">Symfony\Bridge\Twig\Extension\TranslationExtension</parameter>
    <parameter key="twig.extension.assets.class">Symfony\Bundle\TwigBundle\Extension\AssetsExtension</parameter>
    <parameter key="twig.extension.actions.class">Symfony\Bundle\TwigBundle\Extension\ActionsExtension</parameter>
    <parameter key="twig.extension.code.class">Symfony\Bundle\TwigBundle\Extension\CodeExtension</parameter>
    <parameter key="twig.extension.routing.class">Symfony\Bridge\Twig\Extension\RoutingExtension</parameter>
    <parameter key="twig.extension.yaml.class">Symfony\Bridge\Twig\Extension\YamlExtension</parameter>
    <parameter key="twig.extension.form.class">Symfony\Bridge\Twig\Extension\FormExtension</parameter>
    <parameter key="twig.exception_listener.class">Symfony\Component\HttpKernel\EventListener\ExceptionListener</parameter>
    <parameter key="twig.exception_listener.controller">geosapiens\propesqBundle\Controller\ExceptionController::showAction</parameter>
    <parameter key="twig.form.resources" type="collection">
      <parameter>form_div_layout.html.twig</parameter>
      <parameter>propesqBundle:Form:fields.html.twig</parameter>
    </parameter>
    <parameter key="twig.options" type="collection">
      <parameter key="exception_controller">geosapiens\propesqBundle\Controller\ExceptionController::showAction</parameter>
      <parameter key="debug">true</parameter>
      <parameter key="strict_variables">false</parameter>
      <parameter key="cache">/var/www/html/app/cache/dev/twig</parameter>
      <parameter key="charset">UTF-8</parameter>
    </parameter>
    <parameter key="monolog.logger.class">Symfony\Bridge\Monolog\Logger</parameter>
    <parameter key="monolog.handler.stream.class">Monolog\Handler\StreamHandler</parameter>
    <parameter key="monolog.handler.fingers_crossed.class">Monolog\Handler\FingersCrossedHandler</parameter>
    <parameter key="monolog.handler.group.class">Monolog\Handler\GroupHandler</parameter>
    <parameter key="monolog.handler.buffer.class">Monolog\Handler\BufferHandler</parameter>
    <parameter key="monolog.handler.rotating_file.class">Monolog\Handler\RotatingFileHandler</parameter>
    <parameter key="monolog.handler.syslog.class">Monolog\Handler\SyslogHandler</parameter>
    <parameter key="monolog.handler.null.class">Monolog\Handler\NullHandler</parameter>
    <parameter key="monolog.handler.test.class">Monolog\Handler\TestHandler</parameter>
    <parameter key="monolog.handler.firephp.class">Symfony\Bridge\Monolog\Handler\FirePHPHandler</parameter>
    <parameter key="monolog.handler.debug.class">Symfony\Bridge\Monolog\Handler\DebugHandler</parameter>
    <parameter key="monolog.handler.swift_mailer.class">Monolog\Handler\SwiftMailerHandler</parameter>
    <parameter key="monolog.handler.native_mailer.class">Monolog\Handler\NativeMailerHandler</parameter>
    <parameter key="swiftmailer.class">Swift_Mailer</parameter>
    <parameter key="swiftmailer.transport.sendmail.class">Swift_Transport_SendmailTransport</parameter>
    <parameter key="swiftmailer.transport.mail.class">Swift_Transport_MailTransport</parameter>
    <parameter key="swiftmailer.transport.failover.class">Swift_Transport_FailoverTransport</parameter>
    <parameter key="swiftmailer.plugin.redirecting.class">Swift_Plugins_RedirectingPlugin</parameter>
    <parameter key="swiftmailer.plugin.impersonate.class">Swift_Plugins_ImpersonatePlugin</parameter>
    <parameter key="swiftmailer.plugin.messagelogger.class">Symfony\Bundle\SwiftmailerBundle\Logger\MessageLogger</parameter>
    <parameter key="swiftmailer.plugin.antiflood.class">Swift_Plugins_AntiFloodPlugin</parameter>
    <parameter key="swiftmailer.plugin.antiflood.threshold">99</parameter>
    <parameter key="swiftmailer.plugin.antiflood.sleep">0</parameter>
    <parameter key="swiftmailer.data_collector.class">Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector</parameter>
    <parameter key="swiftmailer.transport.smtp.class">Swift_Transport_EsmtpTransport</parameter>
    <parameter key="swiftmailer.transport.smtp.encryption">null</parameter>
    <parameter key="swiftmailer.transport.smtp.port"></parameter>
    <parameter key="swiftmailer.transport.smtp.host">localhost</parameter>
    <parameter key="swiftmailer.transport.smtp.username"></parameter>
    <parameter key="swiftmailer.transport.smtp.password"></parameter>
    <parameter key="swiftmailer.transport.smtp.auth_mode">null</parameter>
    <parameter key="swiftmailer.spool.enabled">false</parameter>
    <parameter key="swiftmailer.sender_address">null</parameter>
    <parameter key="swiftmailer.single_address">null</parameter>
    <parameter key="doctrine.dbal.logger.debug.class">Doctrine\DBAL\Logging\DebugStack</parameter>
    <parameter key="doctrine.dbal.logger.class">Symfony\Bridge\Doctrine\Logger\DbalLogger</parameter>
    <parameter key="doctrine.dbal.configuration.class">Doctrine\DBAL\Configuration</parameter>
    <parameter key="doctrine.data_collector.class">Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector</parameter>
    <parameter key="doctrine.dbal.connection.event_manager.class">Doctrine\Common\EventManager</parameter>
    <parameter key="doctrine.dbal.connection_factory.class">Symfony\Bundle\DoctrineBundle\ConnectionFactory</parameter>
    <parameter key="doctrine.dbal.events.mysql_session_init.class">Doctrine\DBAL\Event\Listeners\MysqlSessionInit</parameter>
    <parameter key="doctrine.dbal.events.oracle_session_init.class">Doctrine\DBAL\Event\Listeners\OracleSessionInit</parameter>
    <parameter key="doctrine.class">Symfony\Bundle\DoctrineBundle\Registry</parameter>
    <parameter key="doctrine.entity_managers" type="collection">
      <parameter key="default">doctrine.orm.default_entity_manager</parameter>
    </parameter>
    <parameter key="doctrine.default_entity_manager">default</parameter>
    <parameter key="doctrine.dbal.connection_factory.types" type="collection">
      <parameter key="geometry">geosapiens\propesqBundle\Lib\Type\GeometryType</parameter>
      <parameter key="intArray">geosapiens\propesqBundle\Lib\Type\IntArrayType</parameter>
      <parameter key="stringArray">geosapiens\propesqBundle\Lib\Type\StringArrayType</parameter>
    </parameter>
    <parameter key="doctrine.connections" type="collection">
      <parameter key="default">doctrine.dbal.default_connection</parameter>
    </parameter>
    <parameter key="doctrine.default_connection">default</parameter>
    <parameter key="doctrine.orm.configuration.class">Doctrine\ORM\Configuration</parameter>
    <parameter key="doctrine.orm.entity_manager.class">Doctrine\ORM\EntityManager</parameter>
    <parameter key="doctrine.orm.cache.array.class">Doctrine\Common\Cache\ArrayCache</parameter>
    <parameter key="doctrine.orm.cache.apc.class">Doctrine\Common\Cache\ApcCache</parameter>
    <parameter key="doctrine.orm.cache.memcache.class">Doctrine\Common\Cache\MemcacheCache</parameter>
    <parameter key="doctrine.orm.cache.memcache_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.memcache_port">11211</parameter>
    <parameter key="doctrine.orm.cache.memcache_instance.class">Memcache</parameter>
    <parameter key="doctrine.orm.cache.xcache.class">Doctrine\Common\Cache\XcacheCache</parameter>
    <parameter key="doctrine.orm.metadata.driver_chain.class">Doctrine\ORM\Mapping\Driver\DriverChain</parameter>
    <parameter key="doctrine.orm.metadata.annotation.class">Doctrine\ORM\Mapping\Driver\AnnotationDriver</parameter>
    <parameter key="doctrine.orm.metadata.annotation_reader.class">Symfony\Bridge\Doctrine\Annotations\IndexedReader</parameter>
    <parameter key="doctrine.orm.metadata.xml.class">Symfony\Bridge\Doctrine\Mapping\Driver\XmlDriver</parameter>
    <parameter key="doctrine.orm.metadata.yml.class">Symfony\Bridge\Doctrine\Mapping\Driver\YamlDriver</parameter>
    <parameter key="doctrine.orm.metadata.php.class">Doctrine\ORM\Mapping\Driver\PHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.staticphp.class">Doctrine\ORM\Mapping\Driver\StaticPHPDriver</parameter>
    <parameter key="doctrine.orm.proxy_cache_warmer.class">Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer</parameter>
    <parameter key="form.type_guesser.doctrine.class">Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser</parameter>
    <parameter key="doctrine.orm.validator.unique.class">Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator</parameter>
    <parameter key="doctrine.orm.validator_initializer.class">Symfony\Bridge\Doctrine\Validator\EntityInitializer</parameter>
    <parameter key="doctrine.orm.auto_generate_proxy_classes">true</parameter>
    <parameter key="doctrine.orm.proxy_dir">/var/www/html/app/cache/dev/doctrine/orm/Proxies</parameter>
    <parameter key="doctrine.orm.proxy_namespace">Proxies</parameter>
    <parameter key="assetic.asset_factory.class">Symfony\Bundle\AsseticBundle\Factory\AssetFactory</parameter>
    <parameter key="assetic.asset_manager.class">Assetic\Factory\LazyAssetManager</parameter>
    <parameter key="assetic.asset_manager_cache_warmer.class">Symfony\Bundle\AsseticBundle\CacheWarmer\AssetManagerCacheWarmer</parameter>
    <parameter key="assetic.cached_formula_loader.class">Assetic\Factory\Loader\CachedFormulaLoader</parameter>
    <parameter key="assetic.config_cache.class">Assetic\Cache\ConfigCache</parameter>
    <parameter key="assetic.config_loader.class">Symfony\Bundle\AsseticBundle\Factory\Loader\ConfigurationLoader</parameter>
    <parameter key="assetic.config_resource.class">Symfony\Bundle\AsseticBundle\Factory\Resource\ConfigurationResource</parameter>
    <parameter key="assetic.coalescing_directory_resource.class">Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource</parameter>
    <parameter key="assetic.directory_resource.class">Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource</parameter>
    <parameter key="assetic.filter_manager.class">Symfony\Bundle\AsseticBundle\FilterManager</parameter>
    <parameter key="assetic.worker.ensure_filter.class">Assetic\Factory\Worker\EnsureFilterWorker</parameter>
    <parameter key="assetic.node.paths" type="collection"/>
    <parameter key="assetic.cache_dir">/var/www/html/app/cache/dev/assetic</parameter>
    <parameter key="assetic.twig_extension.class">Symfony\Bundle\AsseticBundle\Twig\AsseticExtension</parameter>
    <parameter key="assetic.twig_formula_loader.class">Assetic\Extension\Twig\TwigFormulaLoader</parameter>
    <parameter key="assetic.helper.dynamic.class">Symfony\Bundle\AsseticBundle\Templating\DynamicAsseticHelper</parameter>
    <parameter key="assetic.helper.static.class">Symfony\Bundle\AsseticBundle\Templating\StaticAsseticHelper</parameter>
    <parameter key="assetic.php_formula_loader.class">Symfony\Bundle\AsseticBundle\Factory\Loader\AsseticHelperFormulaLoader</parameter>
    <parameter key="assetic.debug">true</parameter>
    <parameter key="assetic.use_controller">true</parameter>
    <parameter key="assetic.enable_profiler">false</parameter>
    <parameter key="assetic.read_from">/var/www/html/app/../web</parameter>
    <parameter key="assetic.write_to">/var/www/html/app/../web</parameter>
    <parameter key="assetic.java.bin">/usr/bin/java</parameter>
    <parameter key="assetic.node.bin">/usr/bin/node</parameter>
    <parameter key="assetic.sass.bin">/usr/bin/sass</parameter>
    <parameter key="assetic.filter.cssrewrite.class">Assetic\Filter\CssRewriteFilter</parameter>
    <parameter key="assetic.twig_extension.functions" type="collection"/>
    <parameter key="assetic.controller.class">Symfony\Bundle\AsseticBundle\Controller\AsseticController</parameter>
    <parameter key="assetic.routing_loader.class">Symfony\Bundle\AsseticBundle\Routing\AsseticLoader</parameter>
    <parameter key="assetic.cache.class">Assetic\Cache\FilesystemCache</parameter>
    <parameter key="assetic.use_controller_worker.class">Symfony\Bundle\AsseticBundle\Factory\Worker\UseControllerWorker</parameter>
    <parameter key="assetic.request_listener.class">Symfony\Bundle\AsseticBundle\EventListener\RequestListener</parameter>
    <parameter key="sensio_framework_extra.controller.listener.class">Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener</parameter>
    <parameter key="sensio_framework_extra.routing.loader.annot_dir.class">Symfony\Component\Routing\Loader\AnnotationDirectoryLoader</parameter>
    <parameter key="sensio_framework_extra.routing.loader.annot_file.class">Symfony\Component\Routing\Loader\AnnotationFileLoader</parameter>
    <parameter key="sensio_framework_extra.routing.loader.annot_class.class">Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader</parameter>
    <parameter key="sensio_framework_extra.converter.listener.class">Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener</parameter>
    <parameter key="sensio_framework_extra.converter.manager.class">Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager</parameter>
    <parameter key="sensio_framework_extra.converter.doctrine.class">Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter</parameter>
    <parameter key="security.secured_services" type="collection"/>
    <parameter key="security.access.method_interceptor.class">JMS\SecurityExtraBundle\Security\Authorization\Interception\MethodSecurityInterceptor</parameter>
    <parameter key="security.access.run_as_manager.class">JMS\SecurityExtraBundle\Security\Authorization\RunAsManager</parameter>
    <parameter key="security.authentication.provider.run_as.class">JMS\SecurityExtraBundle\Security\Authentication\Provider\RunAsAuthenticationProvider</parameter>
    <parameter key="security.run_as.key">RunAsToken</parameter>
    <parameter key="security.run_as.role_prefix">ROLE_</parameter>
    <parameter key="security.access.after_invocation_manager.class">JMS\SecurityExtraBundle\Security\Authorization\AfterInvocation\AfterInvocationManager</parameter>
    <parameter key="security.access.after_invocation.acl_provider.class">JMS\SecurityExtraBundle\Security\Authorization\AfterInvocation\AclAfterInvocationProvider</parameter>
    <parameter key="security.extra.controller_listener.class">JMS\SecurityExtraBundle\Controller\ControllerListener</parameter>
    <parameter key="security.access.iddqd_voter.class">JMS\SecurityExtraBundle\Security\Authorization\Voter\IddqdVoter</parameter>
    <parameter key="security.extra.secure_all_services">false</parameter>
    <parameter key="temporario_dir">/tmp/</parameter>
    <parameter key="image_dir">/var/www/html/web/arquivos/imagens_especie</parameter>
    <parameter key="image_dir_files">/arquivos/imagens_especie/</parameter>
    <parameter key="richtext_image_dir">/var/www/html/web/arquivos/interface_publica</parameter>
    <parameter key="richtext_image_upload">/arquivos/interface_publica/</parameter>
    <parameter key="cache_malha_dir">/var/www/html/src/geosapiens/propesqBundle/Cache</parameter>
    <parameter key="log_ajax_error">/var/www/html/app/logs/ajax_error.log</parameter>
    <parameter key="consolidacao_dir">/var/www/html/web/arquivos/consolidacao/</parameter>
    <parameter key="solicitacao_dir">/var/www/html/web/arquivos/solicitacoes/</parameter>
    <parameter key="instrumento_juridico_dir">/var/www/html/web/arquivos/instrumento_juridico/</parameter>
    <parameter key="pagina_dir">/var/www/html/web/arquivos/pagina/</parameter>
    <parameter key="pagina_dir_files">/arquivos/pagina/</parameter>
    <parameter key="pagina_artigo_dir">/var/www/html/web/arquivos/pagina/artigo</parameter>
    <parameter key="pagina_artigo_dir_files">/arquivos/pagina/artigo/</parameter>
    <parameter key="relatorio_dir">/var/www/html/web/arquivos/relatorio/</parameter>
    <parameter key="tabelas_expansao_dir">/var/www/html/web/arquivos/tabelas_expansao/</parameter>
    <parameter key="image_dir_temporario">/var/www/html/web/arquivos/imagens_temporario</parameter>
    <parameter key="image_dir_tipologia">/var/www/html/web/arquivos/imagens_tipologia/</parameter>
    <parameter key="image_dir_files_tipologia">/arquivos/pagina/</parameter>
    <parameter key="image_dir_unidade_produtiva">/var/www/html/web/arquivos/imagens_unidade_produtiva</parameter>
    <parameter key="image_dir_files_unidade_produtiva">/arquivos/imagens_unidade_produtiva/</parameter>
    <parameter key="image_dir_especie">/var/www/html/web/arquivos/imagens_especie</parameter>
    <parameter key="image_dir_files_especie">/arquivos/imagens_especie/</parameter>
    <parameter key="malhas_validadas_dir">/var/www/html/web/arquivos/malhas/</parameter>
    <parameter key="importacao_gpx_dir_files">/var/www/storage/importacao_gpx/</parameter>
    <parameter key="importacao_dir_files">/var/www/storage/importacao</parameter>
    <parameter key="wrep_tcpdf.file">/var/www/html/app/../vendor/tcpdf/tcpdf/tcpdf.php</parameter>
    <parameter key="wrep_tcpdf.class">geosapiens\TCPDFBundle\Custom\TCPDFCustom</parameter>
    <parameter key="wrep_tcpdf.tcpdf" type="collection">
      <parameter key="k_path_url">/var/www/html/app/../vendor/tcpdf/tcpdf</parameter>
      <parameter key="k_path_main">/var/www/html/app/../vendor/tcpdf/tcpdf/</parameter>
      <parameter key="k_path_fonts">/var/www/html/app/../vendor/tcpdf/tcpdf/fonts/</parameter>
      <parameter key="k_path_cache">/var/www/html/app/cache/dev/tcpdf/tcpdf</parameter>
      <parameter key="k_path_url_cache">/var/www/html/app/cache/dev/tcpdf/tcpdf</parameter>
      <parameter key="k_path_images">/var/www/html/app/../vendor/tcpdf/tcpdf/images/</parameter>
      <parameter key="k_blank_image">/var/www/html/app/../vendor/tcpdf/tcpdf/images/_blank.png</parameter>
      <parameter key="k_cell_height_ratio">1.25</parameter>
      <parameter key="k_title_magnification">1.3</parameter>
      <parameter key="k_small_ratio">0.66666666666667</parameter>
      <parameter key="k_thai_topchars">true</parameter>
      <parameter key="k_tcpdf_calls_in_html">false</parameter>
      <parameter key="k_tcpdf_external_config">true</parameter>
      <parameter key="head_magnification">1.1</parameter>
      <parameter key="pdf_page_format">A4</parameter>
      <parameter key="pdf_page_orientation">P</parameter>
      <parameter key="pdf_creator">TCPDF</parameter>
      <parameter key="pdf_author">TCPDF</parameter>
      <parameter key="pdf_header_title"></parameter>
      <parameter key="pdf_header_string"></parameter>
      <parameter key="pdf_header_logo"></parameter>
      <parameter key="pdf_header_logo_width"></parameter>
      <parameter key="pdf_unit">mm</parameter>
      <parameter key="pdf_margin_header">5</parameter>
      <parameter key="pdf_margin_footer">10</parameter>
      <parameter key="pdf_margin_top">27</parameter>
      <parameter key="pdf_margin_bottom">25</parameter>
      <parameter key="pdf_margin_left">15</parameter>
      <parameter key="pdf_margin_right">15</parameter>
      <parameter key="pdf_font_name_main">helvetica</parameter>
      <parameter key="pdf_font_size_main">10</parameter>
      <parameter key="pdf_font_name_data">helvetica</parameter>
      <parameter key="pdf_font_size_data">8</parameter>
      <parameter key="pdf_font_monospaced">courier</parameter>
      <parameter key="pdf_image_scale_ratio">1.25</parameter>
    </parameter>
    <parameter key="wrep_tcpdf.cache_dir">/var/www/html/app/cache/dev/tcpdf</parameter>
    <parameter key="fos_rest.serializer.exclusion_strategy.type"></parameter>
    <parameter key="fos_rest.serializer.exclusion_strategy.value"></parameter>
    <parameter key="fos_rest.routing.loader.controller.class">FOS\RestBundle\Routing\Loader\RestRouteLoader</parameter>
    <parameter key="fos_rest.routing.loader.yaml_collection.class">FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader</parameter>
    <parameter key="fos_rest.routing.loader.xml_collection.class">FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader</parameter>
    <parameter key="fos_rest.routing.loader.processor.class">FOS\RestBundle\Routing\Loader\RestRouteProcessor</parameter>
    <parameter key="fos_rest.routing.loader.reader.controller.class">FOS\RestBundle\Routing\Loader\Reader\RestControllerReader</parameter>
    <parameter key="fos_rest.routing.loader.reader.action.class">FOS\RestBundle\Routing\Loader\Reader\RestActionReader</parameter>
    <parameter key="fos_rest.format_negotiator.class">FOS\Rest\Util\FormatNegotiator</parameter>
    <parameter key="fos_rest.request.param_fetcher.class">FOS\RestBundle\Request\ParamFetcher</parameter>
    <parameter key="fos_rest.request.param_fetcher.reader.class">FOS\RestBundle\Request\ParamReader</parameter>
    <parameter key="fos_rest.cache_dir">/var/www/html/app/cache/dev/fos_rest</parameter>
    <parameter key="fos_rest.formats" type="collection">
      <parameter key="json">false</parameter>
      <parameter key="xml">false</parameter>
      <parameter key="html">true</parameter>
    </parameter>
    <parameter key="fos_rest.default_engine">twig</parameter>
    <parameter key="fos_rest.force_redirects" type="collection">
      <parameter key="html">302</parameter>
    </parameter>
    <parameter key="fos_rest.failed_validation">400</parameter>
    <parameter key="fos_rest.view_response_listener.force_view">false</parameter>
    <parameter key="fos_rest.routing.loader.default_format">json</parameter>
    <parameter key="fos_rest.exception.codes" type="collection">
      <parameter key="Symfony\Component\Routing\Exception\ResourceNotFoundException">404</parameter>
      <parameter key="Doctrine\ORM\OptimisticLockException">409</parameter>
    </parameter>
    <parameter key="fos_rest.exception.messages" type="collection">
      <parameter key="Symfony\Component\Routing\Exception\ResourceNotFoundException">true</parameter>
    </parameter>
    <parameter key="fos_rest.decoders" type="collection">
      <parameter key="json">fos_rest.decoder.json</parameter>
      <parameter key="xml">fos_rest.decoder.xml</parameter>
    </parameter>
    <parameter key="fos_rest.default_priorities" type="collection">
      <parameter>html</parameter>
      <parameter>*/*</parameter>
    </parameter>
    <parameter key="fos_rest.prefer_extension">true</parameter>
    <parameter key="fos_rest.fallback_format">html</parameter>
    <parameter key="fos_rest.mime_types" type="collection"/>
    <parameter key="fos_rest.param_fetcher_listener.class">FOS\RestBundle\EventListener\ParamFetcherListener</parameter>
    <parameter key="fos_rest.param_fetcher_listener.set_params_as_attributes">false</parameter>
    <parameter key="jms_serializer.metadata.file_locator.class">Metadata\Driver\FileLocator</parameter>
    <parameter key="jms_serializer.metadata.annotation_driver.class">JMS\SerializerBundle\Metadata\Driver\AnnotationDriver</parameter>
    <parameter key="jms_serializer.metadata.chain_driver.class">Metadata\Driver\DriverChain</parameter>
    <parameter key="jms_serializer.metadata.yaml_driver.class">JMS\SerializerBundle\Metadata\Driver\YamlDriver</parameter>
    <parameter key="jms_serializer.metadata.xml_driver.class">JMS\SerializerBundle\Metadata\Driver\XmlDriver</parameter>
    <parameter key="jms_serializer.metadata.php_driver.class">JMS\SerializerBundle\Metadata\Driver\PhpDriver</parameter>
    <parameter key="jms_serializer.metadata.lazy_loading_driver.class">Metadata\Driver\LazyLoadingDriver</parameter>
    <parameter key="jms_serializer.metadata.metadata_factory.class">Metadata\MetadataFactory</parameter>
    <parameter key="jms_serializer.metadata.cache.file_cache.class">Metadata\Cache\FileCache</parameter>
    <parameter key="jms_serializer.camel_case_naming_strategy.class">JMS\SerializerBundle\Serializer\Naming\CamelCaseNamingStrategy</parameter>
    <parameter key="jms_serializer.serialized_name_annotation_strategy.class">JMS\SerializerBundle\Serializer\Naming\SerializedNameAnnotationStrategy</parameter>
    <parameter key="jms_serializer.cache_naming_strategy.class">JMS\SerializerBundle\Serializer\Naming\CacheNamingStrategy</parameter>
    <parameter key="jms_serializer.unserialize_object_constructor.class">JMS\SerializerBundle\Serializer\Construction\UnserializeObjectConstructor</parameter>
    <parameter key="jms_serializer.version_exclusion_strategy.class">JMS\SerializerBundle\Serializer\Exclusion\VersionExclusionStrategy</parameter>
    <parameter key="jms_serializer.serializer.class">JMS\SerializerBundle\Serializer\LazyLoadingSerializer</parameter>
    <parameter key="jms_serializer.twig_extension.class">JMS\SerializerBundle\Twig\SerializerExtension</parameter>
    <parameter key="jms_serializer.json_serialization_visitor.class">JMS\SerializerBundle\Serializer\JsonSerializationVisitor</parameter>
    <parameter key="jms_serializer.json_serialization_visitor.options">0</parameter>
    <parameter key="jms_serializer.json_deserialization_visitor.class">JMS\SerializerBundle\Serializer\JsonDeserializationVisitor</parameter>
    <parameter key="jms_serializer.xml_serialization_visitor.class">JMS\SerializerBundle\Serializer\XmlSerializationVisitor</parameter>
    <parameter key="jms_serializer.xml_deserialization_visitor.class">JMS\SerializerBundle\Serializer\XmlDeserializationVisitor</parameter>
    <parameter key="jms_serializer.yaml_serialization_visitor.class">JMS\SerializerBundle\Serializer\YamlSerializationVisitor</parameter>
    <parameter key="jms_serializer.object_based_custom_handler.class">JMS\SerializerBundle\Serializer\Handler\ObjectBasedCustomHandler</parameter>
    <parameter key="jms_serializer.datetime_handler.class">JMS\SerializerBundle\Serializer\Handler\DateTimeHandler</parameter>
    <parameter key="jms_serializer.array_collection_handler.class">JMS\SerializerBundle\Serializer\Handler\ArrayCollectionHandler</parameter>
    <parameter key="jms_serializer.form_error_handler.class">JMS\SerializerBundle\Serializer\Handler\FormErrorHandler</parameter>
    <parameter key="jms_serializer.constraint_violation_handler.class">JMS\SerializerBundle\Serializer\Handler\ConstraintViolationHandler</parameter>
    <parameter key="jms_serializer.doctrine_handler.class">JMS\SerializerBundle\Serializer\Handler\DoctrineProxyHandler</parameter>
    <parameter key="nelmio_cors.defaults" type="collection">
      <parameter key="allow_origin">true</parameter>
      <parameter key="allow_credentials">true</parameter>
      <parameter key="allow_headers" type="collection">
        <parameter>content-type</parameter>
        <parameter>x-auth-token</parameter>
        <parameter>x-auth-versioncode</parameter>
      </parameter>
      <parameter key="expose_headers" type="collection">
        <parameter>*</parameter>
      </parameter>
      <parameter key="allow_methods" type="collection">
        <parameter>POST</parameter>
        <parameter>GET</parameter>
      </parameter>
      <parameter key="max_age">3600</parameter>
    </parameter>
    <parameter key="nelmio_cors.map" type="collection">
      <parameter key="^/api" type="collection">
        <parameter key="allow_origin">true</parameter>
        <parameter key="allow_headers" type="collection">
          <parameter>content-type</parameter>
          <parameter>x-auth-token</parameter>
          <parameter>x-auth-versioncode</parameter>
        </parameter>
        <parameter key="allow_methods" type="collection">
          <parameter>POST</parameter>
          <parameter>PUT</parameter>
          <parameter>GET</parameter>
          <parameter>DELETE</parameter>
          <parameter>OPTIONS</parameter>
        </parameter>
        <parameter key="max_age">3600</parameter>
      </parameter>
    </parameter>
    <parameter key="nelmio_cors.cors_listener.class">Nelmio\CorsBundle\EventListener\CorsListener</parameter>
    <parameter key="web_profiler.debug_toolbar.class">Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener</parameter>
    <parameter key="web_profiler.debug_toolbar.intercept_redirects">false</parameter>
    <parameter key="web_profiler.debug_toolbar.mode">2</parameter>
    <parameter key="sensio.distribution.webconfigurator.class">Sensio\Bundle\DistributionBundle\Configurator\Configurator</parameter>
    <parameter key="data_collector.templates" type="collection">
      <parameter key="data_collector.config" type="collection">
        <parameter>config</parameter>
        <parameter>WebProfilerBundle:Collector:config</parameter>
      </parameter>
      <parameter key="data_collector.request" type="collection">
        <parameter>request</parameter>
        <parameter>WebProfilerBundle:Collector:request</parameter>
      </parameter>
      <parameter key="data_collector.exception" type="collection">
        <parameter>exception</parameter>
        <parameter>WebProfilerBundle:Collector:exception</parameter>
      </parameter>
      <parameter key="data_collector.events" type="collection">
        <parameter>events</parameter>
        <parameter>WebProfilerBundle:Collector:events</parameter>
      </parameter>
      <parameter key="data_collector.logger" type="collection">
        <parameter>logger</parameter>
        <parameter>WebProfilerBundle:Collector:logger</parameter>
      </parameter>
      <parameter key="data_collector.timer" type="collection">
        <parameter>timer</parameter>
        <parameter>WebProfilerBundle:Collector:timer</parameter>
      </parameter>
      <parameter key="data_collector.memory" type="collection">
        <parameter>memory</parameter>
        <parameter>WebProfilerBundle:Collector:memory</parameter>
      </parameter>
      <parameter key="data_collector.security" type="collection">
        <parameter>security</parameter>
        <parameter>SecurityBundle:Collector:security</parameter>
      </parameter>
      <parameter key="swiftmailer.data_collector" type="collection">
        <parameter>swiftmailer</parameter>
        <parameter>SwiftmailerBundle:Collector:swiftmailer</parameter>
      </parameter>
      <parameter key="data_collector.doctrine" type="collection">
        <parameter>db</parameter>
        <parameter>DoctrineBundle:Collector:db</parameter>
      </parameter>
      <parameter key="data_collector.datacollector_git" type="collection">
        <parameter>datacollector_git</parameter>
        <parameter>propesqBundle:Collector:git</parameter>
      </parameter>
    </parameter>
  </parameters>
  <services>
    <service id="controller_name_converter" class="Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser" public="false">
      <tag name="monolog.logger" channel="request"/>
      <argument type="service" id="kernel"/>
    </service>
    <service id="router_listener" class="Symfony\Bundle\FrameworkBundle\EventListener\RouterListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onEarlyKernelRequest" priority="255"/>
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest"/>
      <tag name="monolog.logger" channel="request"/>
      <argument type="service" id="router"/>
      <argument>80</argument>
      <argument>443</argument>
      <argument type="service" id="monolog.logger.request"/>
    </service>
    <service id="response_listener" class="Symfony\Component\HttpKernel\EventListener\ResponseListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse"/>
      <argument>UTF-8</argument>
    </service>
    <service id="event_dispatcher" class="Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher">
      <tag name="monolog.logger" channel="event"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="monolog.logger.event"/>
      <call method="addListenerService">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument>router_listener</argument>
          <argument>onEarlyKernelRequest</argument>
        </argument>
        <argument>255</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument>router_listener</argument>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument>response_listener</argument>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument>session_listener</argument>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>128</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument>profiler_listener</argument>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-100</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument>profiler_listener</argument>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument>profiler_listener</argument>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument>data_collector.request</argument>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument>security.firewall</argument>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>64</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument>security.rememberme.response_listener</argument>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument>twig.exception_listener</argument>
          <argument>onKernelException</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument>monolog.handler.firephp</argument>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument>assetic.request_listener</argument>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument>sensio_framework_extra.controller.listener</argument>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument>sensio_framework_extra.converter.listener</argument>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument>sensio_framework_extra.cache.listener</argument>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument>security.extra.controller_listener</argument>
          <argument>onCoreController</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument>kernel.listener.globalparam</argument>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument>kernel.listener.controller</argument>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument>kernel.exception_listener</argument>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument>kernel.exception_listener</argument>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>console.exception</argument>
        <argument type="collection">
          <argument>kernel.exception_listener</argument>
          <argument>onConsoleException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument>kernel.version_listener</argument>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>security.interactive_login</argument>
        <argument type="collection">
          <argument>login.listener</argument>
          <argument>onLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument>fos_rest.view_response_listener</argument>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument>fos_rest.view_response_listener</argument>
          <argument>onKernelView</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument>fos_rest.body_listener</argument>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument>fos_rest.format_listener</argument>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument>fos_rest.param_fetcher_listener</argument>
          <argument>onKernelController</argument>
        </argument>
        <argument>5</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument>nelmio_cors.cors_listener</argument>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>10000</argument>
      </call>
      <call method="addListenerService">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument>web_profiler.debug_toolbar</argument>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-128</argument>
      </call>
    </service>
    <service id="http_kernel" class="Symfony\Bundle\FrameworkBundle\HttpKernel">
      <argument type="service" id="event_dispatcher"/>
      <argument type="service" id="service_container"/>
      <argument type="service">
        <service class="Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver" public="false">
          <tag name="monolog.logger" channel="request"/>
          <argument type="service" id="service_container"/>
          <argument type="service" id="controller_name_converter"/>
          <argument type="service" id="monolog.logger.request"/>
        </service>
      </argument>
    </service>
    <service id="cache_warmer" class="Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate">
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer" public="false">
            <tag name="kernel.cache_warmer" priority="20"/>
            <argument type="service">
              <service class="Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder" public="false">
                <argument type="service" id="kernel"/>
                <argument type="service" id="templating.name_parser"/>
                <argument>/var/www/html/app/Resources</argument>
              </service>
            </argument>
            <argument type="service" id="templating.locator"/>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\CacheWarmer\AssetManagerCacheWarmer" public="false">
            <tag name="kernel.cache_warmer" priority="10"/>
            <argument type="service" id="service_container"/>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer" public="false">
            <tag name="kernel.cache_warmer"/>
            <argument type="service" id="router"/>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer" public="false">
            <tag name="kernel.cache_warmer"/>
            <argument type="service" id="service_container"/>
            <argument type="service">
              <service class="Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder" public="false">
                <argument type="service" id="kernel"/>
                <argument type="service" id="templating.name_parser"/>
                <argument>/var/www/html/app/Resources</argument>
              </service>
            </argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer" public="false">
            <tag name="kernel.cache_warmer"/>
            <argument type="service" id="doctrine"/>
          </service>
        </argument>
        <argument type="service">
          <service class="geosapiens\TCPDFBundle\CacheWarmer\TCPDFCacheWarmer" public="false">
            <tag name="kernel.cache_warmer"/>
            <argument type="service" id="service_container"/>
          </service>
        </argument>
      </argument>
    </service>
    <service id="request" scope="request"/>
    <service id="service_container"/>
    <service id="kernel"/>
    <service id="filesystem" class="Symfony\Component\Filesystem\Filesystem"/>
    <service id="file_locator" class="Symfony\Component\HttpKernel\Config\FileLocator">
      <argument type="service" id="kernel"/>
      <argument>/var/www/html/app/Resources</argument>
    </service>
    <service id="translator.default" class="Symfony\Bundle\FrameworkBundle\Translation\Translator">
      <argument type="service" id="service_container"/>
      <argument type="service">
        <service class="Symfony\Component\Translation\MessageSelector" public="false"/>
      </argument>
      <argument type="collection">
        <argument key="translation.loader.php">php</argument>
        <argument key="translation.loader.yml">yml</argument>
        <argument key="translation.loader.xliff">xliff</argument>
      </argument>
      <argument type="collection">
        <argument key="cache_dir">/var/www/html/app/cache/dev/translations</argument>
        <argument key="debug">true</argument>
      </argument>
      <argument type="service" id="session"/>
      <call method="setFallbackLocale">
        <argument>pt</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.nl.xliff</argument>
        <argument>nl</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ca.xliff</argument>
        <argument>ca</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.eu.xliff</argument>
        <argument>eu</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hu.xliff</argument>
        <argument>hu</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fa.xliff</argument>
        <argument>fa</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sl.xliff</argument>
        <argument>sl</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hr.xliff</argument>
        <argument>hr</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ua.xliff</argument>
        <argument>ua</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.et.xliff</argument>
        <argument>et</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ja.xliff</argument>
        <argument>ja</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.zh_CN.xliff</argument>
        <argument>zh_CN</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fr.xliff</argument>
        <argument>fr</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fi.xliff</argument>
        <argument>fi</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sv.xliff</argument>
        <argument>sv</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sr.xliff</argument>
        <argument>sr</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sk.xliff</argument>
        <argument>sk</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.it.xliff</argument>
        <argument>it</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.lb.xliff</argument>
        <argument>lb</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pl.xliff</argument>
        <argument>pl</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ro.xliff</argument>
        <argument>ro</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.cs.xliff</argument>
        <argument>cs</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ru.xliff</argument>
        <argument>ru</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hy.xliff</argument>
        <argument>hy</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt_BR.xliff</argument>
        <argument>pt_BR</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.es.xliff</argument>
        <argument>es</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.da.xliff</argument>
        <argument>da</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.de.xliff</argument>
        <argument>de</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.lt.xliff</argument>
        <argument>lt</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.mn.xliff</argument>
        <argument>mn</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.he.xliff</argument>
        <argument>he</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.id.xliff</argument>
        <argument>id</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>xliff</argument>
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt_PT.xliff</argument>
        <argument>pt_PT</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>yml</argument>
        <argument>/var/www/html/src/geosapiens/propesqBundle/Resources/translations/validators.pt.yml</argument>
        <argument>pt</argument>
        <argument>validators</argument>
      </call>
      <call method="addResource">
        <argument>yml</argument>
        <argument>/var/www/html/src/geosapiens/propesqBundle/Resources/translations/messages.pt.yml</argument>
        <argument>pt</argument>
        <argument>messages</argument>
      </call>
    </service>
    <service id="translation.loader.php" class="Symfony\Component\Translation\Loader\PhpFileLoader">
      <tag name="translation.loader" alias="php"/>
    </service>
    <service id="translation.loader.yml" class="Symfony\Component\Translation\Loader\YamlFileLoader">
      <tag name="translation.loader" alias="yml"/>
    </service>
    <service id="translation.loader.xliff" class="Symfony\Component\Translation\Loader\XliffFileLoader">
      <tag name="translation.loader" alias="xliff"/>
    </service>
    <service id="session" class="Symfony\Component\HttpFoundation\Session">
      <argument type="service" id="session.storage"/>
      <argument>pt</argument>
    </service>
    <service id="session_listener" class="Symfony\Bundle\FrameworkBundle\EventListener\SessionListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="128"/>
      <argument type="service" id="service_container"/>
      <argument>true</argument>
    </service>
    <service id="form.factory" class="Symfony\Component\Form\FormFactory">
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension" public="false">
            <argument type="service" id="service_container"/>
            <argument type="collection">
              <argument key="field">form.type.field</argument>
              <argument key="form">form.type.form</argument>
              <argument key="birthday">form.type.birthday</argument>
              <argument key="checkbox">form.type.checkbox</argument>
              <argument key="choice">form.type.choice</argument>
              <argument key="collection">form.type.collection</argument>
              <argument key="country">form.type.country</argument>
              <argument key="date">form.type.date</argument>
              <argument key="datetime">form.type.datetime</argument>
              <argument key="email">form.type.email</argument>
              <argument key="file">form.type.file</argument>
              <argument key="hidden">form.type.hidden</argument>
              <argument key="integer">form.type.integer</argument>
              <argument key="language">form.type.language</argument>
              <argument key="locale">form.type.locale</argument>
              <argument key="money">form.type.money</argument>
              <argument key="profundidade">form.type.profundidade</argument>
              <argument key="milhasnauticas">form.type.milhasnauticas</argument>
              <argument key="number">form.type.number</argument>
              <argument key="password">form.type.password</argument>
              <argument key="percent">form.type.percent</argument>
              <argument key="radio">form.type.radio</argument>
              <argument key="repeated">form.type.repeated</argument>
              <argument key="search">form.type.search</argument>
              <argument key="textarea">form.type.textarea</argument>
              <argument key="text">form.type.text</argument>
              <argument key="time">form.type.time</argument>
              <argument key="timezone">form.type.timezone</argument>
              <argument key="url">form.type.url</argument>
              <argument key="csrf">form.type.csrf</argument>
              <argument key="entity">form.type.entity</argument>
              <argument key="profundidade3">form.type.profundidade3</argument>
              <argument key="registroAreaType">form.type.registroarea</argument>
              <argument key="registroAreaApiType">form.type.registroareaapi</argument>
              <argument key="registroEntrevistaType">form.type.registroentrevista</argument>
              <argument key="registroMapaBordoType">form.type.registromapabordo</argument>
              <argument key="portoValidarType">form.type.portovalidar</argument>
              <argument key="capitaniaValidarType">form.type.capitaniavalidar</argument>
              <argument key="unidadeProdutivaType">form.type.unidadeprodutiva</argument>
              <argument key="unidadeProdutivaValidarType">form.type.unidadeprodutivavalidar</argument>
              <argument key="aparelhoPescaQuestionarioType">form.type.aparelhopescaquestionario</argument>
              <argument key="registroAreaPescaType">form.type.registroareapesca</argument>
              <argument key="registroAreaPescaApiType">form.type.registroareapescaapi</argument>
              <argument key="amostraType">form.type.amostra</argument>
              <argument key="aparelhoPescaType">form.type.aparelhopesca</argument>
              <argument key="advancedchoice">form.type.advancedchoice</argument>
              <argument key="multiplechoice">form.type.multiplechoice</argument>
              <argument key="tchoice">form.type.tchoice</argument>
              <argument key="datepicker">form.type.datepicker</argument>
              <argument key="point">form.type.point</argument>
              <argument key="codeobject">form.type.codeobject</argument>
              <argument key="cnpj">form.type.cnpj</argument>
              <argument key="customtime">form.type.customtime</argument>
              <argument key="checklist">form.type.checklist</argument>
              <argument key="customchecklist">form.type.customchecklist</argument>
              <argument key="cpf">form.type.cpf</argument>
              <argument key="mes">form.type.mes</argument>
              <argument key="ano">form.type.ano</argument>
              <argument key="telefone">form.type.telefone</argument>
              <argument key="cep">form.type.cep</argument>
              <argument key="customtext">form.type.customtext</argument>
              <argument key="number4">form.type.number4</argument>
              <argument key="point_mobile">form.type.point_mobile</argument>
              <argument key="pessoafisica_mobile">form.type.pessoa_fisica_mobile</argument>
              <argument key="pessoa_mobile">form.type.pessoa_mobile</argument>
              <argument key="unidadeprodutiva_mobile">form.type.unidade_produtiva_mobile</argument>
              <argument key="areapesca_mobile">form.type.areapesca_mobile</argument>
              <argument key="areapesca_blocoestatistico_mobile">form.type.areapesca_blocoestatistico_mobile</argument>
              <argument key="precision_mobile">form.type.precision_mobile</argument>
            </argument>
            <argument type="collection">
              <argument key="field" type="collection">
                <argument>form.type_extension.field</argument>
              </argument>
              <argument key="form" type="collection">
                <argument>form.type_extension.csrf</argument>
              </argument>
            </argument>
            <argument type="collection">
              <argument>form.type_guesser.validator</argument>
              <argument>form.type_guesser.doctrine</argument>
            </argument>
          </service>
        </argument>
      </argument>
    </service>
    <service id="form.type_guesser.validator" class="Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser">
      <tag name="form.type_guesser"/>
      <argument type="service" id="validator.mapping.class_metadata_factory"/>
    </service>
    <service id="form.type.field" class="Symfony\Component\Form\Extension\Core\Type\FieldType">
      <tag name="form.type" alias="field"/>
      <argument type="service" id="validator"/>
    </service>
    <service id="form.type.form" class="Symfony\Component\Form\Extension\Core\Type\FormType">
      <tag name="form.type" alias="form"/>
    </service>
    <service id="form.type.birthday" class="Symfony\Component\Form\Extension\Core\Type\BirthdayType">
      <tag name="form.type" alias="birthday"/>
    </service>
    <service id="form.type.checkbox" class="Symfony\Component\Form\Extension\Core\Type\CheckboxType">
      <tag name="form.type" alias="checkbox"/>
    </service>
    <service id="form.type.choice" class="Symfony\Component\Form\Extension\Core\Type\ChoiceType">
      <tag name="form.type" alias="choice"/>
    </service>
    <service id="form.type.collection" class="Symfony\Component\Form\Extension\Core\Type\CollectionType">
      <tag name="form.type" alias="collection"/>
    </service>
    <service id="form.type.country" class="Symfony\Component\Form\Extension\Core\Type\CountryType">
      <tag name="form.type" alias="country"/>
    </service>
    <service id="form.type.date" class="Symfony\Component\Form\Extension\Core\Type\DateType">
      <tag name="form.type" alias="date"/>
    </service>
    <service id="form.type.datetime" class="Symfony\Component\Form\Extension\Core\Type\DateTimeType">
      <tag name="form.type" alias="datetime"/>
    </service>
    <service id="form.type.email" class="Symfony\Component\Form\Extension\Core\Type\EmailType">
      <tag name="form.type" alias="email"/>
    </service>
    <service id="form.type.file" class="Symfony\Component\Form\Extension\Core\Type\FileType">
      <tag name="form.type" alias="file"/>
    </service>
    <service id="form.type.hidden" class="Symfony\Component\Form\Extension\Core\Type\HiddenType">
      <tag name="form.type" alias="hidden"/>
    </service>
    <service id="form.type.integer" class="Symfony\Component\Form\Extension\Core\Type\IntegerType">
      <tag name="form.type" alias="integer"/>
    </service>
    <service id="form.type.language" class="Symfony\Component\Form\Extension\Core\Type\LanguageType">
      <tag name="form.type" alias="language"/>
    </service>
    <service id="form.type.locale" class="Symfony\Component\Form\Extension\Core\Type\LocaleType">
      <tag name="form.type" alias="locale"/>
    </service>
    <service id="form.type.money" class="geosapiens\propesqBundle\Form\Type\MoneyType">
      <tag name="form.type" alias="money"/>
    </service>
    <service id="form.type.profundidade" class="geosapiens\propesqBundle\Form\Type\ProfundidadeType">
      <tag name="form.type" alias="profundidade"/>
    </service>
    <service id="form.type.milhasnauticas" class="geosapiens\propesqBundle\Form\Type\MilhasNauticasType">
      <tag name="form.type" alias="milhasnauticas"/>
    </service>
    <service id="form.type.number" class="Symfony\Component\Form\Extension\Core\Type\NumberType">
      <tag name="form.type" alias="number"/>
    </service>
    <service id="form.type.password" class="Symfony\Component\Form\Extension\Core\Type\PasswordType">
      <tag name="form.type" alias="password"/>
    </service>
    <service id="form.type.percent" class="Symfony\Component\Form\Extension\Core\Type\PercentType">
      <tag name="form.type" alias="percent"/>
    </service>
    <service id="form.type.radio" class="Symfony\Component\Form\Extension\Core\Type\RadioType">
      <tag name="form.type" alias="radio"/>
    </service>
    <service id="form.type.repeated" class="Symfony\Component\Form\Extension\Core\Type\RepeatedType">
      <tag name="form.type" alias="repeated"/>
    </service>
    <service id="form.type.search" class="Symfony\Component\Form\Extension\Core\Type\SearchType">
      <tag name="form.type" alias="search"/>
    </service>
    <service id="form.type.textarea" class="Symfony\Component\Form\Extension\Core\Type\TextareaType">
      <tag name="form.type" alias="textarea"/>
    </service>
    <service id="form.type.text" class="Symfony\Component\Form\Extension\Core\Type\TextType">
      <tag name="form.type" alias="text"/>
    </service>
    <service id="form.type.time" class="Symfony\Component\Form\Extension\Core\Type\TimeType">
      <tag name="form.type" alias="time"/>
    </service>
    <service id="form.type.timezone" class="Symfony\Component\Form\Extension\Core\Type\TimezoneType">
      <tag name="form.type" alias="timezone"/>
    </service>
    <service id="form.type.url" class="Symfony\Component\Form\Extension\Core\Type\UrlType">
      <tag name="form.type" alias="url"/>
    </service>
    <service id="form.type_extension.field" class="Symfony\Component\Form\Extension\Validator\Type\FieldTypeValidatorExtension">
      <tag name="form.type_extension" alias="field"/>
      <argument type="service" id="validator"/>
    </service>
    <service id="form.csrf_provider" class="Symfony\Component\Form\Extension\Csrf\CsrfProvider\SessionCsrfProvider">
      <argument type="service" id="session"/>
      <argument>329dd262ae72ece5c05ab13261b0497e815bfc59</argument>
    </service>
    <service id="form.type.csrf" class="Symfony\Component\Form\Extension\Csrf\Type\CsrfType">
      <tag name="form.type" alias="csrf"/>
      <argument type="service" id="form.csrf_provider"/>
    </service>
    <service id="form.type_extension.csrf" class="Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension">
      <tag name="form.type_extension" alias="form"/>
      <argument>true</argument>
      <argument>_token</argument>
    </service>
    <service id="validator" class="Symfony\Component\Validator\Validator">
      <argument type="service" id="validator.mapping.class_metadata_factory"/>
      <argument type="service">
        <service class="Symfony\Bundle\FrameworkBundle\Validator\ConstraintValidatorFactory" public="false">
          <argument type="service" id="service_container"/>
          <argument type="collection">
            <argument key="doctrine.orm.validator.unique">doctrine.orm.validator.unique</argument>
          </argument>
        </service>
      </argument>
      <argument type="collection">
        <argument type="service" id="doctrine.orm.validator_initializer"/>
      </argument>
    </service>
    <service id="validator.mapping.class_metadata_factory" class="Symfony\Component\Validator\Mapping\ClassMetadataFactory" public="false">
      <argument type="service">
        <service class="Symfony\Component\Validator\Mapping\Loader\LoaderChain" public="false">
          <argument type="collection">
            <argument type="service">
              <service class="Symfony\Component\Validator\Mapping\Loader\AnnotationLoader" public="false">
                <argument type="service" id="annotation_reader"/>
              </service>
            </argument>
            <argument type="service">
              <service class="Symfony\Component\Validator\Mapping\Loader\StaticMethodLoader" public="false"/>
            </argument>
            <argument type="service">
              <service class="Symfony\Component\Validator\Mapping\Loader\XmlFilesLoader" public="false">
                <argument type="collection">
                  <argument>/var/www/html/vendor/symfony/src/Symfony/Component/Form/Resources/config/validation.xml</argument>
                </argument>
              </service>
            </argument>
            <argument type="service">
              <service class="Symfony\Component\Validator\Mapping\Loader\YamlFilesLoader" public="false">
                <argument type="collection"/>
              </service>
            </argument>
          </argument>
        </service>
      </argument>
      <argument>null</argument>
    </service>
    <service id="profiler" class="Symfony\Component\HttpKernel\Profiler\Profiler">
      <tag name="monolog.logger" channel="profiler"/>
      <argument type="service">
        <service class="Symfony\Component\HttpKernel\Profiler\SqliteProfilerStorage" public="false">
          <argument>sqlite:/var/www/html/app/cache/dev/profiler.db</argument>
          <argument></argument>
          <argument></argument>
          <argument>86400</argument>
        </service>
      </argument>
      <argument type="service" id="monolog.logger.profiler"/>
      <call method="add">
        <argument type="service">
          <service class="Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector" public="false">
            <tag name="data_collector" template="WebProfilerBundle:Collector:config" id="config" priority="255"/>
            <argument type="service" id="kernel"/>
          </service>
        </argument>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.request"/>
      </call>
      <call method="add">
        <argument type="service">
          <service class="Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector" public="false">
            <tag name="data_collector" template="WebProfilerBundle:Collector:exception" id="exception" priority="255"/>
          </service>
        </argument>
      </call>
      <call method="add">
        <argument type="service">
          <service class="Symfony\Component\HttpKernel\DataCollector\EventDataCollector" public="false">
            <tag name="data_collector" template="WebProfilerBundle:Collector:events" id="events" priority="255"/>
            <call method="setEventDispatcher">
              <argument type="service" id="event_dispatcher"/>
            </call>
          </service>
        </argument>
      </call>
      <call method="add">
        <argument type="service">
          <service class="Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector" public="false">
            <tag name="data_collector" template="WebProfilerBundle:Collector:logger" id="logger" priority="255"/>
            <tag name="monolog.logger" channel="profiler"/>
            <argument type="service" id="monolog.logger.profiler"/>
          </service>
        </argument>
      </call>
      <call method="add">
        <argument type="service">
          <service class="Symfony\Bundle\FrameworkBundle\DataCollector\TimerDataCollector" public="false">
            <tag name="data_collector" template="WebProfilerBundle:Collector:timer" id="timer" priority="255"/>
            <argument type="service" id="kernel"/>
          </service>
        </argument>
      </call>
      <call method="add">
        <argument type="service">
          <service class="Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector" public="false">
            <tag name="data_collector" template="WebProfilerBundle:Collector:memory" id="memory" priority="255"/>
          </service>
        </argument>
      </call>
      <call method="add">
        <argument type="service">
          <service class="Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector" public="false">
            <tag name="data_collector" template="SecurityBundle:Collector:security" id="security"/>
            <argument type="service" id="security.context"/>
          </service>
        </argument>
      </call>
      <call method="add">
        <argument type="service">
          <service class="Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector" public="false">
            <tag name="data_collector" template="SwiftmailerBundle:Collector:swiftmailer" id="swiftmailer"/>
            <argument type="service" id="service_container"/>
            <argument>false</argument>
          </service>
        </argument>
      </call>
      <call method="add">
        <argument type="service">
          <service class="Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector" public="false">
            <tag name="data_collector" template="DoctrineBundle:Collector:db" id="db"/>
            <argument type="service" id="doctrine"/>
            <argument type="service" id="doctrine.dbal.logger"/>
          </service>
        </argument>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.datacollector_git"/>
      </call>
    </service>
    <service id="profiler_listener" class="Symfony\Component\HttpKernel\EventListener\ProfilerListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse" priority="-100"/>
      <tag name="kernel.event_listener" event="kernel.exception" method="onKernelException"/>
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="1024"/>
      <argument type="service" id="profiler"/>
      <argument>null</argument>
      <argument>false</argument>
      <argument>false</argument>
    </service>
    <service id="data_collector.request" class="Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector">
      <tag name="kernel.event_listener" event="kernel.controller" method="onKernelController"/>
      <tag name="data_collector" template="WebProfilerBundle:Collector:request" id="request" priority="255"/>
    </service>
    <service id="routing.loader" class="Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader">
      <tag name="monolog.logger" channel="router"/>
      <argument type="service" id="controller_name_converter"/>
      <argument type="service" id="monolog.logger.router"/>
      <argument type="service">
        <service class="Symfony\Component\Config\Loader\LoaderResolver" public="false">
          <call method="addLoader">
            <argument type="service">
              <service class="Symfony\Component\Routing\Loader\XmlFileLoader" public="false">
                <tag name="routing.loader"/>
                <argument type="service" id="file_locator"/>
              </service>
            </argument>
          </call>
          <call method="addLoader">
            <argument type="service">
              <service class="Symfony\Component\Routing\Loader\YamlFileLoader" public="false">
                <tag name="routing.loader"/>
                <argument type="service" id="file_locator"/>
              </service>
            </argument>
          </call>
          <call method="addLoader">
            <argument type="service">
              <service class="Symfony\Component\Routing\Loader\PhpFileLoader" public="false">
                <tag name="routing.loader"/>
                <argument type="service" id="file_locator"/>
              </service>
            </argument>
          </call>
          <call method="addLoader">
            <argument type="service">
              <service class="Symfony\Bundle\AsseticBundle\Routing\AsseticLoader" public="false">
                <tag name="routing.loader"/>
                <argument type="service" id="assetic.asset_manager"/>
              </service>
            </argument>
          </call>
          <call method="addLoader">
            <argument type="service">
              <service class="Symfony\Component\Routing\Loader\AnnotationDirectoryLoader" public="false">
                <tag name="routing.loader"/>
                <argument type="service" id="file_locator"/>
                <argument type="service">
                  <service class="Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader" public="false">
                    <tag name="routing.loader"/>
                    <argument type="service" id="annotation_reader"/>
                  </service>
                </argument>
              </service>
            </argument>
          </call>
          <call method="addLoader">
            <argument type="service">
              <service class="Symfony\Component\Routing\Loader\AnnotationFileLoader" public="false">
                <tag name="routing.loader"/>
                <argument type="service" id="file_locator"/>
                <argument type="service">
                  <service class="Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader" public="false">
                    <tag name="routing.loader"/>
                    <argument type="service" id="annotation_reader"/>
                  </service>
                </argument>
              </service>
            </argument>
          </call>
          <call method="addLoader">
            <argument type="service">
              <service class="Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader" public="false">
                <tag name="routing.loader"/>
                <argument type="service" id="annotation_reader"/>
              </service>
            </argument>
          </call>
          <call method="addLoader">
            <argument type="service" id="fos_rest.routing.loader.controller"/>
          </call>
          <call method="addLoader">
            <argument type="service" id="fos_rest.routing.loader.yaml_collection"/>
          </call>
          <call method="addLoader">
            <argument type="service" id="fos_rest.routing.loader.xml_collection"/>
          </call>
        </service>
      </argument>
    </service>
    <service id="templating.name_parser" class="Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser">
      <argument type="service" id="kernel"/>
    </service>
    <service id="templating.locator" class="Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator" public="false">
      <argument type="service" id="file_locator"/>
      <argument>/var/www/html/app/cache/dev</argument>
    </service>
    <service id="templating.helper.slots" class="Symfony\Component\Templating\Helper\SlotsHelper">
      <tag name="templating.helper" alias="slots"/>
    </service>
    <service id="templating.helper.assets" class="Symfony\Component\Templating\Helper\CoreAssetsHelper" scope="request">
      <tag name="templating.helper" alias="assets"/>
      <argument type="service">
        <service class="Symfony\Bundle\FrameworkBundle\Templating\Asset\PathPackage" scope="request" public="false">
          <argument type="service" id="request"/>
          <argument>v2.21.7</argument>
          <argument>%%2$s/%%1$s</argument>
        </service>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="templating.asset.package_factory" class="Symfony\Bundle\FrameworkBundle\Templating\Asset\PackageFactory">
      <argument type="service" id="service_container"/>
    </service>
    <service id="templating.helper.request" class="Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper">
      <tag name="templating.helper" alias="request"/>
      <argument type="service" id="request"/>
    </service>
    <service id="templating.helper.session" class="Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper">
      <tag name="templating.helper" alias="session"/>
      <argument type="service" id="request"/>
    </service>
    <service id="templating.helper.router" class="Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper">
      <tag name="templating.helper" alias="router"/>
      <argument type="service" id="router"/>
    </service>
    <service id="templating.helper.actions" class="Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper">
      <tag name="templating.helper" alias="actions"/>
      <argument type="service" id="http_kernel"/>
    </service>
    <service id="templating.helper.code" class="Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper">
      <tag name="templating.helper" alias="code"/>
      <argument>null</argument>
      <argument>/var/www/html/app</argument>
      <argument>UTF-8</argument>
    </service>
    <service id="templating.helper.translator" class="Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper">
      <tag name="templating.helper" alias="translator"/>
      <argument type="service" id="translator.default"/>
    </service>
    <service id="templating.helper.form" class="Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper">
      <tag name="templating.helper" alias="form"/>
      <argument type="service">
        <service class="Symfony\Bundle\FrameworkBundle\Templating\PhpEngine" public="false">
          <argument type="service" id="templating.name_parser"/>
          <argument type="service" id="service_container"/>
          <argument type="service" id="templating.loader"/>
          <argument type="service" id="templating.globals"/>
          <call method="setCharset">
            <argument>UTF-8</argument>
          </call>
          <call method="setHelpers">
            <argument type="collection">
              <argument key="slots">templating.helper.slots</argument>
              <argument key="assets">templating.helper.assets</argument>
              <argument key="request">templating.helper.request</argument>
              <argument key="session">templating.helper.session</argument>
              <argument key="router">templating.helper.router</argument>
              <argument key="actions">templating.helper.actions</argument>
              <argument key="code">templating.helper.code</argument>
              <argument key="translator">templating.helper.translator</argument>
              <argument key="form">templating.helper.form</argument>
              <argument key="security">templating.helper.security</argument>
              <argument key="assetic">assetic.helper.dynamic</argument>
            </argument>
          </call>
        </service>
      </argument>
      <argument type="collection">
        <argument>FrameworkBundle:Form</argument>
      </argument>
    </service>
    <service id="templating.globals" class="Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables">
      <argument type="service" id="service_container"/>
    </service>
    <service id="security.context" class="Symfony\Component\Security\Core\SecurityContext">
      <argument type="service" id="security.authentication.manager"/>
      <argument type="service" id="security.access.decision_manager"/>
      <argument>false</argument>
    </service>
    <service id="security.authentication.manager" class="Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" public="false">
      <argument type="collection">
        <argument type="service" id="security.authentication.provider.api.api_secured"/>
        <argument type="service">
          <service class="Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" public="false">
            <argument type="service" id="security.user.provider.concrete.main"/>
            <argument type="service">
              <service class="Symfony\Component\Security\Core\User\UserChecker" public="false"/>
            </argument>
            <argument>secured_area</argument>
            <argument type="service" id="security.encoder_factory"/>
            <argument>true</argument>
          </service>
        </argument>
      </argument>
    </service>
    <service id="security.authentication.trust_resolver" class="Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver" public="false">
      <argument>Symfony\Component\Security\Core\Authentication\Token\AnonymousToken</argument>
      <argument>Symfony\Component\Security\Core\Authentication\Token\RememberMeToken</argument>
    </service>
    <service id="security.access.decision_manager" class="Symfony\Component\Security\Core\Authorization\AccessDecisionManager" public="false">
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter" public="false">
            <tag name="security.voter" priority="245"/>
            <argument type="service">
              <service class="Symfony\Component\Security\Core\Role\RoleHierarchy" public="false">
                <argument type="collection"/>
              </service>
            </argument>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter" public="false">
            <tag name="security.voter" priority="250"/>
            <argument type="service" id="security.authentication.trust_resolver"/>
          </service>
        </argument>
      </argument>
      <argument>affirmative</argument>
      <argument>false</argument>
      <argument>true</argument>
    </service>
    <service id="security.firewall" class="Symfony\Component\Security\Http\Firewall">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="64"/>
      <argument type="service">
        <service class="Symfony\Bundle\SecurityBundle\Security\FirewallMap" public="false">
          <argument type="service" id="service_container"/>
          <argument type="collection">
            <argument key="security.firewall.map.context.dev" type="service">
              <service class="Symfony\Component\HttpFoundation\RequestMatcher" public="false">
                <argument>^/(_(profiler|wdt)|css|images|js)/</argument>
              </service>
            </argument>
            <argument key="security.firewall.map.context.prod" type="service">
              <service class="Symfony\Component\HttpFoundation\RequestMatcher" public="false">
                <argument>^/(_(profiler|wdt)|css|images|js)/</argument>
              </service>
            </argument>
            <argument key="security.firewall.map.context.api_secured" type="service">
              <service class="Symfony\Component\HttpFoundation\RequestMatcher" public="false">
                <argument>/api/.*</argument>
              </service>
            </argument>
            <argument key="security.firewall.map.context.secured_area" type="service">
              <service class="Symfony\Component\HttpFoundation\RequestMatcher" public="false">
                <argument>^/gs/</argument>
              </service>
            </argument>
          </argument>
        </service>
      </argument>
      <argument type="service" id="event_dispatcher"/>
    </service>
    <service id="security.http_utils" class="Symfony\Component\Security\Http\HttpUtils" public="false">
      <argument type="service" id="router"/>
    </service>
    <service id="security.channel_listener" class="Symfony\Component\Security\Http\Firewall\ChannelListener" public="false">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.access_map"/>
      <argument type="service">
        <service class="Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint" public="false">
          <argument>80</argument>
          <argument>443</argument>
        </service>
      </argument>
      <argument type="service" id="monolog.logger.security"/>
    </service>
    <service id="security.access_map" class="Symfony\Component\Security\Http\AccessMap" public="false"/>
    <service id="security.access_listener" class="Symfony\Component\Security\Http\Firewall\AccessListener" public="false">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.context"/>
      <argument type="service" id="security.access.decision_manager"/>
      <argument type="service" id="security.access_map"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument type="service" id="monolog.logger.security"/>
    </service>
    <service id="security.rememberme.response_listener" class="Symfony\Bundle\SecurityBundle\EventListener\ResponseListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse"/>
    </service>
    <service id="templating.helper.security" class="Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper">
      <tag name="templating.helper" alias="security"/>
      <argument type="service" id="security.context"/>
    </service>
    <service id="security.user.provider.concrete.main" class="Symfony\Bridge\Doctrine\Security\User\EntityUserProvider" public="false">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>geosapiens\propesqBundle\Entity\Usuario</argument>
      <argument>txtLogin</argument>
    </service>
    <service id="security.firewall.map.context.dev" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="collection"/>
      <argument>null</argument>
    </service>
    <service id="security.firewall.map.context.prod" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="collection"/>
      <argument>null</argument>
    </service>
    <service id="security.authentication.provider.api.api_secured" class="geosapiens\propesqBundle\Security\Authentication\Provider\ApiProvider">
      <argument type="service" id="security.user.provider.concrete.main"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>/var/www/html/app/cache/dev/security/nonces</argument>
    </service>
    <service id="security.authentication.listener.api.api_secured" class="geosapiens\propesqBundle\Security\Firewall\ApiListener">
      <argument type="service" id="security.context"/>
      <argument type="service" id="security.authentication.manager"/>
    </service>
    <service id="security.firewall.map.context.api_secured" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="collection">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service">
          <service class="Symfony\Component\Security\Http\Firewall\ContextListener" public="false">
            <argument type="service" id="security.context"/>
            <argument type="collection">
              <argument type="service" id="security.user.provider.concrete.main"/>
            </argument>
            <argument>api_secured</argument>
            <argument type="service" id="monolog.logger.security"/>
            <argument type="service" id="event_dispatcher"/>
          </service>
        </argument>
        <argument type="service" id="security.authentication.listener.api.api_secured"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service">
        <service class="Symfony\Component\Security\Http\Firewall\ExceptionListener" public="false">
          <argument type="service" id="security.context"/>
          <argument type="service" id="security.authentication.trust_resolver"/>
          <argument type="service" id="security.http_utils"/>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument type="service" id="monolog.logger.security"/>
        </service>
      </argument>
    </service>
    <service id="security.firewall.map.context.secured_area" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="collection">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service">
          <service class="Symfony\Component\Security\Http\Firewall\ContextListener" public="false">
            <argument type="service" id="security.context"/>
            <argument type="collection">
              <argument type="service" id="security.user.provider.concrete.main"/>
            </argument>
            <argument>secured_area</argument>
            <argument type="service" id="monolog.logger.security"/>
            <argument type="service" id="event_dispatcher"/>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Security\Http\Firewall\LogoutListener" public="false">
            <argument type="service" id="security.context"/>
            <argument type="service" id="security.http_utils"/>
            <argument>/gs/logout</argument>
            <argument>/gs/</argument>
            <argument>null</argument>
            <call method="addHandler">
              <argument type="service">
                <service class="Symfony\Component\Security\Http\Logout\SessionLogoutHandler" public="false"/>
              </argument>
            </call>
          </service>
        </argument>
        <argument type="service">
          <service class="Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" public="false">
            <tag name="security.remember_me_aware" id="secured_area" provider="security.user.provider.concrete.main"/>
            <argument type="service" id="security.context"/>
            <argument type="service" id="security.authentication.manager"/>
            <argument type="service">
              <service class="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy" public="false">
                <argument>migrate</argument>
              </service>
            </argument>
            <argument type="service" id="security.http_utils"/>
            <argument>secured_area</argument>
            <argument type="collection">
              <argument key="check_path">/gs/login_check</argument>
              <argument key="login_path">/gs/login</argument>
              <argument key="use_forward">true</argument>
              <argument key="always_use_default_target_path">false</argument>
              <argument key="default_target_path">/</argument>
              <argument key="target_path_parameter">_target_path</argument>
              <argument key="use_referer">false</argument>
              <argument key="failure_path">null</argument>
              <argument key="failure_forward">false</argument>
              <argument key="username_parameter">_username</argument>
              <argument key="password_parameter">_password</argument>
              <argument key="csrf_parameter">_csrf_token</argument>
              <argument key="intention">authenticate</argument>
              <argument key="post_only">true</argument>
            </argument>
            <argument>null</argument>
            <argument>null</argument>
            <argument type="service" id="monolog.logger.security"/>
            <argument type="service" id="event_dispatcher"/>
          </service>
        </argument>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service">
        <service class="Symfony\Component\Security\Http\Firewall\ExceptionListener" public="false">
          <argument type="service" id="security.context"/>
          <argument type="service" id="security.authentication.trust_resolver"/>
          <argument type="service" id="security.http_utils"/>
          <argument type="service">
            <service class="Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint" public="false">
              <argument type="service" id="http_kernel"/>
              <argument type="service" id="security.http_utils"/>
              <argument>/gs/login</argument>
              <argument>true</argument>
            </service>
          </argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument type="service" id="monolog.logger.security"/>
        </service>
      </argument>
    </service>
    <service id="twig" class="Twig_Environment">
      <argument type="service" id="twig.loader"/>
      <argument type="collection">
        <argument key="exception_controller">geosapiens\propesqBundle\Controller\ExceptionController::showAction</argument>
        <argument key="debug">true</argument>
        <argument key="strict_variables">false</argument>
        <argument key="cache">/var/www/html/app/cache/dev/twig</argument>
        <argument key="charset">UTF-8</argument>
      </argument>
      <call method="addExtension">
        <argument type="service">
          <service class="Symfony\Bundle\SecurityBundle\Twig\Extension\SecurityExtension" public="false">
            <tag name="twig.extension"/>
            <argument type="service" id="security.context"/>
          </service>
        </argument>
      </call>
      <call method="addExtension">
        <argument type="service">
          <service class="Symfony\Bridge\Twig\Extension\TranslationExtension" public="false">
            <tag name="twig.extension"/>
            <argument type="service" id="translator.default"/>
          </service>
        </argument>
      </call>
      <call method="addExtension">
        <argument type="service">
          <service class="Symfony\Bundle\TwigBundle\Extension\AssetsExtension" public="false">
            <tag name="twig.extension"/>
            <argument type="service" id="service_container"/>
          </service>
        </argument>
      </call>
      <call method="addExtension">
        <argument type="service">
          <service class="Symfony\Bundle\TwigBundle\Extension\ActionsExtension" public="false">
            <tag name="twig.extension"/>
            <argument type="service" id="service_container"/>
          </service>
        </argument>
      </call>
      <call method="addExtension">
        <argument type="service">
          <service class="Symfony\Bundle\TwigBundle\Extension\CodeExtension" public="false">
            <tag name="twig.extension"/>
            <argument type="service" id="service_container"/>
          </service>
        </argument>
      </call>
      <call method="addExtension">
        <argument type="service">
          <service class="Symfony\Bridge\Twig\Extension\RoutingExtension" public="false">
            <tag name="twig.extension"/>
            <argument type="service" id="router"/>
          </service>
        </argument>
      </call>
      <call method="addExtension">
        <argument type="service">
          <service class="Symfony\Bridge\Twig\Extension\YamlExtension" public="false">
            <tag name="twig.extension"/>
          </service>
        </argument>
      </call>
      <call method="addExtension">
        <argument type="service">
          <service class="Symfony\Bridge\Twig\Extension\FormExtension" public="false">
            <tag name="twig.extension"/>
            <argument type="collection">
              <argument>form_div_layout.html.twig</argument>
              <argument>propesqBundle:Form:fields.html.twig</argument>
            </argument>
          </service>
        </argument>
      </call>
      <call method="addExtension">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Twig\AsseticExtension" public="false">
            <tag name="twig.extension"/>
            <tag name="assetic.templating.twig"/>
            <argument type="service" id="assetic.asset_factory"/>
            <argument>true</argument>
            <argument type="collection"/>
          </service>
        </argument>
      </call>
      <call method="addExtension">
        <argument type="service" id="debug.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="dump.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="dinamicnumberformat.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="formatdate.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="formatcoordenada.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="money.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="hour.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="regexreplace.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="round.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="milhasnauticas.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="profundidade.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="split.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="menupublico.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service">
          <service class="JMS\SerializerBundle\Twig\SerializerExtension" public="false">
            <tag name="twig.extension"/>
            <argument type="service" id="fos_rest.serializer"/>
          </service>
        </argument>
      </call>
      <call method="addGlobal">
        <argument>key_Gmaps</argument>
        <argument></argument>
      </call>
      <call method="addGlobal">
        <argument>sentry_js_config</argument>
        <argument></argument>
      </call>
      <call method="addGlobal">
        <argument>sentry_php_config</argument>
        <argument></argument>
      </call>
      <call method="addGlobal">
        <argument>environment</argument>
        <argument>development</argument>
      </call>
      <call method="addGlobal">
        <argument>gerador_url</argument>
        <argument>http://localhost:82</argument>
      </call>
      <call method="addGlobal">
        <argument>api_gerador_url</argument>
        <argument>http://localhost/api/</argument>
      </call>
    </service>
    <service id="twig.loader" class="Symfony\Bundle\TwigBundle\Loader\FilesystemLoader">
      <argument type="service" id="templating.locator"/>
      <argument type="service" id="templating.name_parser"/>
      <call method="addPath">
        <argument>/var/www/html/vendor/symfony/src/Symfony/Bridge/Twig/Resources/views/Form</argument>
      </call>
    </service>
    <service id="twig.exception_listener" class="Symfony\Component\HttpKernel\EventListener\ExceptionListener">
      <tag name="kernel.event_listener" event="kernel.exception" method="onKernelException" priority="-128"/>
      <tag name="monolog.logger" channel="request"/>
      <argument>geosapiens\propesqBundle\Controller\ExceptionController::showAction</argument>
      <argument type="service" id="monolog.logger.request"/>
    </service>
    <service id="monolog.handler.main" class="Monolog\Handler\StreamHandler">
      <argument>/var/www/html/app/logs/dev.log</argument>
      <argument>100</argument>
      <argument>true</argument>
    </service>
    <service id="monolog.handler.firephp" class="Symfony\Bridge\Monolog\Handler\FirePHPHandler">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse"/>
      <argument>200</argument>
      <argument>true</argument>
    </service>
    <service id="swiftmailer.plugin.messagelogger" class="Symfony\Bundle\SwiftmailerBundle\Logger\MessageLogger">
      <tag name="swiftmailer.plugin"/>
    </service>
    <service id="doctrine.dbal.logger" class="Symfony\Bridge\Doctrine\Logger\DbalLogger" public="false">
      <tag name="monolog.logger" channel="doctrine"/>
      <argument type="service" id="monolog.logger.doctrine"/>
    </service>
    <service id="doctrine.dbal.connection_factory" class="Symfony\Bundle\DoctrineBundle\ConnectionFactory">
      <argument type="collection">
        <argument key="geometry">geosapiens\propesqBundle\Lib\Type\GeometryType</argument>
        <argument key="intArray">geosapiens\propesqBundle\Lib\Type\IntArrayType</argument>
        <argument key="stringArray">geosapiens\propesqBundle\Lib\Type\StringArrayType</argument>
      </argument>
    </service>
    <service id="doctrine" class="Symfony\Bundle\DoctrineBundle\Registry">
      <argument type="service" id="service_container"/>
      <argument type="collection">
        <argument key="default">doctrine.dbal.default_connection</argument>
      </argument>
      <argument type="collection">
        <argument key="default">doctrine.orm.default_entity_manager</argument>
      </argument>
      <argument>default</argument>
      <argument>default</argument>
    </service>
    <service id="doctrine.dbal.default_connection" class="stdClass" factory-method="createConnection" factory-service="doctrine.dbal.connection_factory">
      <argument type="collection">
        <argument key="dbname">propesqweb</argument>
        <argument key="host">database_pg</argument>
        <argument key="port">5432</argument>
        <argument key="user">root</argument>
        <argument key="password">psql@2025@321pstgPMDP</argument>
        <argument key="driver">pdo_pgsql</argument>
        <argument key="charset">UTF8</argument>
        <argument key="driverOptions" type="collection"/>
      </argument>
      <argument type="service">
        <service class="Doctrine\DBAL\Configuration" public="false">
          <call method="setSQLLogger">
            <argument type="service" id="doctrine.dbal.logger"/>
          </call>
        </service>
      </argument>
      <argument type="service">
        <service class="Doctrine\Common\EventManager" public="false">
          <call method="addEventSubscriber">
            <argument type="service" id="unidade_produtiva_embarcacao_subscriber"/>
          </call>
        </service>
      </argument>
      <argument type="collection">
        <argument key="_geometry">geometry</argument>
        <argument key="geometry">geometry</argument>
        <argument key="_int2">intArray</argument>
        <argument key="_text">string</argument>
        <argument key="importacao_type">string</argument>
        <argument key="_int4">integer</argument>
      </argument>
    </service>
    <service id="form.type_guesser.doctrine" class="Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser">
      <tag name="form.type_guesser"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.entity" class="Symfony\Bridge\Doctrine\Form\Type\EntityType">
      <tag name="form.type" alias="entity"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.validator.unique" class="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator">
      <tag name="validator.constraint_validator" alias="doctrine.orm.validator.unique"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.validator_initializer" class="Symfony\Bridge\Doctrine\Validator\EntityInitializer">
      <tag name="validator.initializer"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.default_entity_manager" class="Doctrine\ORM\EntityManager" factory-method="create">
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service">
        <service class="Doctrine\ORM\Configuration" public="false">
          <call method="setEntityNamespaces">
            <argument type="collection">
              <argument key="propesqBundle">geosapiens\propesqBundle\Entity</argument>
            </argument>
          </call>
          <call method="setMetadataCacheImpl">
            <argument type="service">
              <service class="Doctrine\Common\Cache\ArrayCache" public="false">
                <call method="setNamespace">
                  <argument>sf2orm_default_2e56b5b382879b2d6ed83ba264388845</argument>
                </call>
              </service>
            </argument>
          </call>
          <call method="setQueryCacheImpl">
            <argument type="service">
              <service class="Doctrine\Common\Cache\ArrayCache" public="false">
                <call method="setNamespace">
                  <argument>sf2orm_default_2e56b5b382879b2d6ed83ba264388845</argument>
                </call>
              </service>
            </argument>
          </call>
          <call method="setResultCacheImpl">
            <argument type="service">
              <service class="Doctrine\Common\Cache\ArrayCache" public="false">
                <call method="setNamespace">
                  <argument>sf2orm_default_2e56b5b382879b2d6ed83ba264388845</argument>
                </call>
              </service>
            </argument>
          </call>
          <call method="setMetadataDriverImpl">
            <argument type="service">
              <service class="Doctrine\ORM\Mapping\Driver\DriverChain" public="false">
                <call method="addDriver">
                  <argument type="service">
                    <service class="Symfony\Bridge\Doctrine\Mapping\Driver\XmlDriver" public="false">
                      <argument type="collection">
                        <argument>/var/www/html/src/geosapiens/propesqBundle/Resources/config/doctrine</argument>
                      </argument>
                      <call method="setNamespacePrefixes">
                        <argument type="collection">
                          <argument key="/var/www/html/src/geosapiens/propesqBundle/Resources/config/doctrine">geosapiens\propesqBundle\Entity</argument>
                        </argument>
                      </call>
                      <call method="setGlobalBasename">
                        <argument>mapping</argument>
                      </call>
                    </service>
                  </argument>
                  <argument>geosapiens\propesqBundle\Entity</argument>
                </call>
              </service>
            </argument>
          </call>
          <call method="setProxyDir">
            <argument>/var/www/html/app/cache/dev/doctrine/orm/Proxies</argument>
          </call>
          <call method="setProxyNamespace">
            <argument>Proxies</argument>
          </call>
          <call method="setAutoGenerateProxyClasses">
            <argument>true</argument>
          </call>
          <call method="setClassMetadataFactoryName">
            <argument>Doctrine\ORM\Mapping\ClassMetadataFactory</argument>
          </call>
          <call method="addCustomStringFunction">
            <argument>unaccent</argument>
            <argument>geosapiens\propesqBundle\Doctrine\DQL\Unaccent</argument>
          </call>
          <call method="addCustomStringFunction">
            <argument>translate</argument>
            <argument>geosapiens\propesqBundle\Doctrine\DQL\Translate</argument>
          </call>
          <call method="addCustomStringFunction">
            <argument>date_overlaps</argument>
            <argument>geosapiens\propesqBundle\Doctrine\DQL\Overlaps</argument>
          </call>
          <call method="addCustomStringFunction">
            <argument>format_search_term</argument>
            <argument>geosapiens\propesqBundle\Doctrine\DQL\FormatSearchTerm</argument>
          </call>
          <call method="addCustomStringFunction">
            <argument>TO_CHAR</argument>
            <argument>geosapiens\propesqBundle\Doctrine\DQL\ToChar</argument>
          </call>
        </service>
      </argument>
    </service>
    <service id="assetic.filter_manager" class="Symfony\Bundle\AsseticBundle\FilterManager">
      <argument type="service" id="service_container"/>
      <argument type="collection">
        <argument key="cssrewrite">assetic.filter.cssrewrite</argument>
      </argument>
    </service>
    <service id="assetic.asset_manager" class="Assetic\Factory\LazyAssetManager">
      <argument type="service" id="assetic.asset_factory"/>
      <argument type="collection">
        <argument key="twig" type="service">
          <service class="Assetic\Factory\Loader\CachedFormulaLoader" public="false">
            <tag name="assetic.formula_loader" alias="twig"/>
            <tag name="assetic.templating.twig"/>
            <argument type="service">
              <service class="Assetic\Extension\Twig\TwigFormulaLoader" public="false">
                <tag name="assetic.templating.twig"/>
                <argument type="service" id="twig"/>
              </service>
            </argument>
            <argument type="service">
              <service class="Assetic\Cache\ConfigCache" public="false">
                <argument>/var/www/html/app/cache/dev/assetic/config</argument>
              </service>
            </argument>
            <argument>true</argument>
          </service>
        </argument>
      </argument>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>FrameworkBundle</argument>
                  <argument>/var/www/html/app/Resources/FrameworkBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>FrameworkBundle</argument>
                  <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>SecurityBundle</argument>
                  <argument>/var/www/html/app/Resources/SecurityBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>SecurityBundle</argument>
                  <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>TwigBundle</argument>
                  <argument>/var/www/html/app/Resources/TwigBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>TwigBundle</argument>
                  <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/TwigBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>MonologBundle</argument>
                  <argument>/var/www/html/app/Resources/MonologBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>MonologBundle</argument>
                  <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/MonologBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>SwiftmailerBundle</argument>
                  <argument>/var/www/html/app/Resources/SwiftmailerBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>SwiftmailerBundle</argument>
                  <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/SwiftmailerBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>DoctrineBundle</argument>
                  <argument>/var/www/html/app/Resources/DoctrineBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>DoctrineBundle</argument>
                  <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/DoctrineBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>AsseticBundle</argument>
                  <argument>/var/www/html/app/Resources/AsseticBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>AsseticBundle</argument>
                  <argument>/var/www/html/vendor/bundles/Symfony/Bundle/AsseticBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>SensioFrameworkExtraBundle</argument>
                  <argument>/var/www/html/app/Resources/SensioFrameworkExtraBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>SensioFrameworkExtraBundle</argument>
                  <argument>/var/www/html/vendor/bundles/Sensio/Bundle/FrameworkExtraBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>JMSSecurityExtraBundle</argument>
                  <argument>/var/www/html/app/Resources/JMSSecurityExtraBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>JMSSecurityExtraBundle</argument>
                  <argument>/var/www/html/vendor/bundles/JMS/SecurityExtraBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>propesqBundle</argument>
                  <argument>/var/www/html/app/Resources/propesqBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>propesqBundle</argument>
                  <argument>/var/www/html/src/geosapiens/propesqBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>WrepTCPDFBundle</argument>
                  <argument>/var/www/html/app/Resources/WrepTCPDFBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>WrepTCPDFBundle</argument>
                  <argument>/var/www/html/src/geosapiens/TCPDFBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>FOSRestBundle</argument>
                  <argument>/var/www/html/app/Resources/FOSRestBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>FOSRestBundle</argument>
                  <argument>/var/www/html/vendor/friendsofsymfony/rest-bundle/FOS/RestBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>JMSSerializerBundle</argument>
                  <argument>/var/www/html/app/Resources/JMSSerializerBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>JMSSerializerBundle</argument>
                  <argument>/var/www/html/vendor/bundles/JMS/SerializerBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>NelmioCorsBundle</argument>
                  <argument>/var/www/html/app/Resources/NelmioCorsBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>NelmioCorsBundle</argument>
                  <argument>/var/www/html/vendor/bundles/Nelmio/CorsBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>WebProfilerBundle</argument>
                  <argument>/var/www/html/app/Resources/WebProfilerBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>WebProfilerBundle</argument>
                  <argument>/var/www/html/vendor/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>SensioDistributionBundle</argument>
                  <argument>/var/www/html/app/Resources/SensioDistributionBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>SensioDistributionBundle</argument>
                  <argument>/var/www/html/vendor/bundles/Sensio/Bundle/DistributionBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\CoalescingDirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="collection">
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>SensioGeneratorBundle</argument>
                  <argument>/var/www/html/app/Resources/SensioGeneratorBundle/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
              <argument type="service">
                <service class="%assetic.directory_resource.class%" public="false">
                  <argument type="service" id="templating.loader"/>
                  <argument>SensioGeneratorBundle</argument>
                  <argument>/var/www/html/vendor/bundles/Sensio/Bundle/GeneratorBundle/Resources/views</argument>
                  <argument>/^[^.]+\.[^.]+\.twig$/</argument>
                </service>
              </argument>
            </argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
      <call method="addResource">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Resource\DirectoryResource" public="false">
            <tag name="assetic.templating.twig"/>
            <tag name="assetic.formula_resource" loader="twig"/>
            <argument type="service" id="templating.loader"/>
            <argument></argument>
            <argument>/var/www/html/app/Resources/views</argument>
            <argument>/^[^.]+\.[^.]+\.twig$/</argument>
          </service>
        </argument>
        <argument>twig</argument>
      </call>
    </service>
    <service id="assetic.asset_factory" class="Symfony\Bundle\AsseticBundle\Factory\AssetFactory" public="false">
      <argument type="service" id="kernel"/>
      <argument type="service" id="service_container"/>
      <argument type="service">
        <service class="Symfony\Component\DependencyInjection\ParameterBag\ParameterBag" public="false">
          <argument type="service">
            <service class="stdClass" factory-method="getDefaultParameters" factory-service="service_container" public="false"/>
          </argument>
        </service>
      </argument>
      <argument>/var/www/html/app/../web</argument>
      <argument>true</argument>
      <call method="addWorker">
        <argument type="service">
          <service class="Symfony\Bundle\AsseticBundle\Factory\Worker\UseControllerWorker" public="false">
            <tag name="assetic.factory_worker"/>
          </service>
        </argument>
      </call>
    </service>
    <service id="assetic.filter.cssrewrite" class="Assetic\Filter\CssRewriteFilter">
      <tag name="assetic.filter" alias="cssrewrite"/>
    </service>
    <service id="assetic.controller" class="Symfony\Bundle\AsseticBundle\Controller\AsseticController" scope="prototype">
      <argument type="service" id="request"/>
      <argument type="service" id="assetic.asset_manager"/>
      <argument type="service" id="assetic.cache"/>
      <argument>false</argument>
      <argument type="service" id="profiler"/>
    </service>
    <service id="assetic.cache" class="Assetic\Cache\FilesystemCache" public="false">
      <argument>/var/www/html/app/cache/dev/assetic/assets</argument>
    </service>
    <service id="assetic.request_listener" class="Symfony\Bundle\AsseticBundle\EventListener\RequestListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest"/>
    </service>
    <service id="sensio_framework_extra.controller.listener" class="Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener">
      <tag name="kernel.event_listener" event="kernel.controller" method="onKernelController"/>
      <argument type="service" id="annotation_reader"/>
    </service>
    <service id="sensio_framework_extra.converter.listener" class="Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener">
      <tag name="kernel.event_listener" event="kernel.controller" method="onKernelController"/>
      <argument type="service" id="sensio_framework_extra.converter.manager"/>
    </service>
    <service id="sensio_framework_extra.converter.manager" class="Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager">
      <call method="add">
        <argument type="service" id="sensio_framework_extra.converter.doctrine.orm"/>
        <argument>0</argument>
      </call>
    </service>
    <service id="sensio_framework_extra.converter.doctrine.orm" class="Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter">
      <tag name="request.param_converter"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="sensio_framework_extra.cache.listener" class="Sensio\Bundle\FrameworkExtraBundle\EventListener\CacheListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse"/>
    </service>
    <service id="security.access.method_interceptor" class="JMS\SecurityExtraBundle\Security\Authorization\Interception\MethodSecurityInterceptor">
      <argument type="service" id="security.context"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument type="service" id="security.access.decision_manager"/>
      <argument type="service">
        <service class="JMS\SecurityExtraBundle\Security\Authorization\AfterInvocation\AfterInvocationManager" public="false">
          <argument type="collection"/>
        </service>
      </argument>
      <argument type="service">
        <service class="JMS\SecurityExtraBundle\Security\Authorization\RunAsManager" public="false">
          <argument>RunAsToken</argument>
          <argument>ROLE_</argument>
        </service>
      </argument>
      <argument type="service" id="logger"/>
    </service>
    <service id="security.extra.controller_listener" class="JMS\SecurityExtraBundle\Controller\ControllerListener">
      <tag name="kernel.event_listener" event="kernel.controller" method="onCoreController" priority="-255"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="annotation_reader"/>
    </service>
    <service id="kernel.listener.globalparam" class="geosapiens\propesqBundle\Lib\Listener\GlobalParamListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="unidade_produtiva_embarcacao_subscriber" class="geosapiens\propesqBundle\EventListener\UnidadeProdutivaEmbarcacaoSubscriber">
      <tag name="doctrine.event_subscriber" connection="default"/>
    </service>
    <service id="data_collector.datacollector_git" class="geosapiens\propesqBundle\Lib\Collector\GitDataCollector">
      <tag name="data_collector" template="propesqBundle:Collector:git" id="datacollector_git"/>
    </service>
    <service id="form.type.profundidade3" class="geosapiens\propesqBundle\Form\Type\Profundidade3Type">
      <tag name="form.type" alias="profundidade3"/>
    </service>
    <service id="form.type.registroarea" class="geosapiens\propesqBundle\Form\RegistroAreaType">
      <tag name="form.type" alias="registroAreaType"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="form.type.registroareaapi" class="geosapiens\propesqBundle\Form\Api\RegistroAreaType">
      <tag name="form.type" alias="registroAreaApiType"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="app.gerador_dados.service" class="geosapiens\propesqBundle\Doctrine\GeradorDadosService">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.gerador_token.service" class="geosapiens\propesqBundle\Doctrine\GeradorTokenService">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="form.type.registroentrevista" class="geosapiens\propesqBundle\Form\RegistroEntrevistaType">
      <tag name="form.type" alias="registroEntrevistaType"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.registromapabordo" class="geosapiens\propesqBundle\Form\RegistroMapaBordoType">
      <tag name="form.type" alias="registroMapaBordoType"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.portovalidar" class="geosapiens\propesqBundle\Form\PortoValidarType">
      <tag name="form.type" alias="portoValidarType"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.capitaniavalidar" class="geosapiens\propesqBundle\Form\CapitaniaValidarType">
      <tag name="form.type" alias="capitaniaValidarType"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.unidadeprodutiva" class="geosapiens\propesqBundle\Form\UnidadeProdutivaType">
      <tag name="form.type" alias="unidadeProdutivaType"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.unidadeprodutivavalidar" class="geosapiens\propesqBundle\Form\UnidadeProdutivaValidarType">
      <tag name="form.type" alias="unidadeProdutivaValidarType"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.aparelhopescaquestionario" class="geosapiens\propesqBundle\Form\AparelhoPescaQuestionarioType">
      <tag name="form.type" alias="aparelhoPescaQuestionarioType"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.registroareapesca" class="geosapiens\propesqBundle\Form\RegistroAreaAreaPescaType">
      <tag name="form.type" alias="registroAreaPescaType"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="form.type.registroareapescaapi" class="geosapiens\propesqBundle\Form\Api\RegistroAreaAreaPescaType">
      <tag name="form.type" alias="registroAreaPescaApiType"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="form.type.amostra" class="geosapiens\propesqBundle\Form\AmostraType">
      <tag name="form.type" alias="amostraType"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="form.type.aparelhopesca" class="geosapiens\propesqBundle\Form\AparelhoPescaType">
      <tag name="form.type" alias="aparelhoPescaType"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="form.type.advancedchoice" class="geosapiens\propesqBundle\Form\Type\AdvancedChoiceType">
      <tag name="form.type" alias="advancedchoice"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.multiplechoice" class="geosapiens\propesqBundle\Form\Type\MultipleChoiceType">
      <tag name="form.type" alias="multiplechoice"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.tchoice" class="geosapiens\propesqBundle\Form\Type\TChoiceType">
      <tag name="form.type" alias="tchoice"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.datepicker" class="geosapiens\propesqBundle\Form\Type\DatePickerType">
      <tag name="form.type" alias="datepicker"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.point" class="geosapiens\propesqBundle\Form\Type\PointType">
      <tag name="form.type" alias="point"/>
      <argument key="em" type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="form.type.codeobject" class="geosapiens\propesqBundle\Form\Type\CodeObjectType">
      <tag name="form.type" alias="codeobject"/>
      <argument key="em" type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="form.type.cnpj" class="geosapiens\propesqBundle\Form\Type\CnpjType">
      <tag name="form.type" alias="cnpj"/>
    </service>
    <service id="form.type.customtime" class="geosapiens\propesqBundle\Form\Type\CustomTimeType">
      <tag name="form.type" alias="customtime"/>
    </service>
    <service id="form.type.checklist" class="geosapiens\propesqBundle\Form\Type\CheckListType">
      <tag name="form.type" alias="checklist"/>
    </service>
    <service id="form.type.customchecklist" class="geosapiens\propesqBundle\Form\Type\CustomCheckListType">
      <tag name="form.type" alias="customchecklist"/>
    </service>
    <service id="form.type.cpf" class="geosapiens\propesqBundle\Form\Type\CpfType">
      <tag name="form.type" alias="cpf"/>
    </service>
    <service id="form.type.mes" class="geosapiens\propesqBundle\Form\Type\MesType">
      <tag name="form.type" alias="mes"/>
    </service>
    <service id="form.type.ano" class="geosapiens\propesqBundle\Form\Type\AnoType">
      <tag name="form.type" alias="ano"/>
    </service>
    <service id="form.type.telefone" class="geosapiens\propesqBundle\Form\Type\TelefoneType">
      <tag name="form.type" alias="telefone"/>
    </service>
    <service id="form.type.cep" class="geosapiens\propesqBundle\Form\Type\CepType">
      <tag name="form.type" alias="cep"/>
    </service>
    <service id="form.type.customtext" class="geosapiens\propesqBundle\Form\Type\CustomTextType">
      <tag name="form.type" alias="customtext"/>
    </service>
    <service id="form.type.number4" class="geosapiens\propesqBundle\Form\Type\Number4Type">
      <tag name="form.type" alias="number4"/>
    </service>
    <service id="form.type.point_mobile" class="geosapiens\propesqBundle\Form\Api\Type\PointType">
      <tag name="form.type" alias="point_mobile"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="form.type.pessoa_fisica_mobile" class="geosapiens\propesqBundle\Form\Api\Type\PessoaFisicaType">
      <tag name="form.type" alias="pessoafisica_mobile"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="form.type.pessoa_mobile" class="geosapiens\propesqBundle\Form\Api\Type\PessoaType">
      <tag name="form.type" alias="pessoa_mobile"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="form.type.unidade_produtiva_mobile" class="geosapiens\propesqBundle\Form\Api\Type\UnidadeProdutivaType">
      <tag name="form.type" alias="unidadeprodutiva_mobile"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="form.type.areapesca_mobile" class="geosapiens\propesqBundle\Form\Api\Type\AreaPescaType">
      <tag name="form.type" alias="areapesca_mobile"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="form.type.areapesca_blocoestatistico_mobile" class="geosapiens\propesqBundle\Form\Api\Type\AreaPescaBlocoEstatisticoType">
      <tag name="form.type" alias="areapesca_blocoestatistico_mobile"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="form.type.precision_mobile" class="geosapiens\propesqBundle\Form\Api\Type\PrecisionType">
      <tag name="form.type" alias="precision_mobile"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="debug.twig.extension" class="Twig_Extension_Debug">
      <tag name="twig.extension"/>
    </service>
    <service id="dump.twig.extension" class="geosapiens\propesqBundle\Lib\Twig\DumpExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="dinamicnumberformat.twig.extension" class="geosapiens\propesqBundle\Lib\Twig\DinamicNumberFormatExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="formatdate.twig.extension" class="geosapiens\propesqBundle\Lib\Twig\FormatDateExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="formatcoordenada.twig.extension" class="geosapiens\propesqBundle\Lib\Twig\FormatCoordenadaExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="money.twig.extension" class="geosapiens\propesqBundle\Lib\Twig\MoneyExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="hour.twig.extension" class="geosapiens\propesqBundle\Lib\Twig\HourExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="regexreplace.twig.extension" class="geosapiens\propesqBundle\Lib\Twig\RegexReplaceExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="round.twig.extension" class="geosapiens\propesqBundle\Lib\Twig\RoundExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="milhasnauticas.twig.extension" class="geosapiens\propesqBundle\Lib\Twig\MilhasNauticasExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="profundidade.twig.extension" class="geosapiens\propesqBundle\Lib\Twig\ProfundidadeExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="split.twig.extension" class="geosapiens\propesqBundle\Lib\Twig\SplitExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="menupublico.twig.extension" class="geosapiens\propesqBundle\Lib\Twig\MenuPublicoExtension">
      <tag name="twig.extension"/>
      <argument key="em" type="service" id="doctrine.orm.default_entity_manager"/>
      <argument key="urlGenerator" type="service" id="router"/>
    </service>
    <service id="kernel.listener.controller" class="geosapiens\propesqBundle\Lib\Listener\ControllerListener">
      <tag name="kernel.event_listener" event="kernel.controller" method="onKernelController"/>
    </service>
    <service id="kernel.exception_listener" class="geosapiens\propesqBundle\Lib\Listener\ExceptionListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest"/>
      <tag name="kernel.event_listener" event="kernel.exception" method="onKernelException"/>
      <tag name="kernel.event_listener" event="console.exception" method="onConsoleException"/>
      <argument type="service" id="security.context"/>
    </service>
    <service id="kernel.version_listener" class="geosapiens\propesqBundle\Lib\Listener\VersionListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="login.listener" class="geosapiens\propesqBundle\Lib\Listener\LoginListener">
      <tag name="kernel.event_listener" event="security.interactive_login" method="onLogin"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="security.context"/>
    </service>
    <service id="md5encoder" class="geosapiens\propesqBundle\Lib\MD5Encoder">
      <tag name="md5encoder" alias="md5encoder"/>
    </service>
    <service id="api.security.authentication.provider" class="geosapiens\propesqBundle\Security\Authentication\Provider\ApiProvider">
      <argument></argument>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>/var/www/html/app/cache/dev/security/nonces</argument>
    </service>
    <service id="api.security.authentication.listener" class="geosapiens\propesqBundle\Security\Firewall\ApiListener">
      <argument type="service" id="security.context"/>
      <argument type="service" id="security.authentication.manager"/>
    </service>
    <service id="wrep.tcpdf" class="geosapiens\TCPDFBundle\Controller\TCPDFController">
      <file>/var/www/html/app/../vendor/tcpdf/tcpdf/tcpdf.php</file>
      <argument>geosapiens\TCPDFBundle\Custom\TCPDFCustom</argument>
    </service>
    <service id="fos_rest.routing.loader.controller" class="FOS\RestBundle\Routing\Loader\RestRouteLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="controller_name_converter"/>
      <argument type="service" id="fos_rest.routing.loader.reader.controller"/>
      <argument>json</argument>
    </service>
    <service id="fos_rest.routing.loader.processor" class="FOS\RestBundle\Routing\Loader\RestRouteProcessor"/>
    <service id="fos_rest.routing.loader.yaml_collection" class="FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="fos_rest.routing.loader.processor"/>
    </service>
    <service id="fos_rest.routing.loader.xml_collection" class="FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="fos_rest.routing.loader.processor"/>
    </service>
    <service id="fos_rest.routing.loader.reader.controller" class="FOS\RestBundle\Routing\Loader\Reader\RestControllerReader">
      <argument type="service" id="fos_rest.routing.loader.reader.action"/>
      <argument type="service" id="annotation_reader"/>
    </service>
    <service id="fos_rest.routing.loader.reader.action" class="FOS\RestBundle\Routing\Loader\Reader\RestActionReader">
      <argument type="service" id="annotation_reader"/>
      <argument type="service" id="fos_rest.request.param_fetcher.reader"/>
    </service>
    <service id="fos_rest.format_negotiator" class="FOS\Rest\Util\FormatNegotiator"/>
    <service id="fos_rest.request.param_fetcher" class="FOS\RestBundle\Request\ParamFetcher" scope="request">
      <argument type="service" id="fos_rest.request.param_fetcher.reader"/>
      <argument type="service" id="request"/>
    </service>
    <service id="fos_rest.request.param_fetcher.reader" class="FOS\RestBundle\Request\ParamReader">
      <argument type="service" id="annotation_reader"/>
    </service>
    <service id="fos_rest.view_response_listener" class="FOS\RestBundle\EventListener\ViewResponseListener">
      <tag name="kernel.event_listener" event="kernel.controller" method="onKernelController"/>
      <tag name="kernel.event_listener" event="kernel.view" method="onKernelView" priority="100"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="fos_rest.decoder.json" class="FOS\Rest\Decoder\JsonDecoder"/>
    <service id="fos_rest.decoder.xml" class="FOS\Rest\Decoder\XmlDecoder"/>
    <service id="fos_rest.decoder_provider" class="FOS\RestBundle\Decoder\ContainerDecoderProvider">
      <argument type="collection">
        <argument key="json">fos_rest.decoder.json</argument>
        <argument key="xml">fos_rest.decoder.xml</argument>
      </argument>
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
    </service>
    <service id="fos_rest.body_listener" class="FOS\RestBundle\EventListener\BodyListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest"/>
      <argument type="service" id="fos_rest.decoder_provider"/>
    </service>
    <service id="fos_rest.format_listener" class="FOS\RestBundle\EventListener\FormatListener">
      <tag name="kernel.event_listener" event="kernel.controller" method="onKernelController"/>
      <argument type="service" id="fos_rest.format_negotiator"/>
      <argument>html</argument>
      <argument type="collection">
        <argument>html</argument>
        <argument>*/*</argument>
      </argument>
      <argument>true</argument>
    </service>
    <service id="fos_rest.param_fetcher_listener" class="FOS\RestBundle\EventListener\ParamFetcherListener">
      <tag name="kernel.event_listener" event="kernel.controller" method="onKernelController" priority="5"/>
      <argument type="service" id="service_container"/>
      <argument>false</argument>
    </service>
    <service id="jms_serializer.metadata.lazy_loading_driver" class="Metadata\Driver\LazyLoadingDriver">
      <argument type="service" id="service_container"/>
      <argument>jms_serializer.metadata_driver</argument>
    </service>
    <service id="jms_serializer.unserialize_object_constructor" class="JMS\SerializerBundle\Serializer\Construction\UnserializeObjectConstructor" public="false"/>
    <service id="jms_serializer.json_serialization_visitor" class="JMS\SerializerBundle\Serializer\JsonSerializationVisitor">
      <tag name="jms_serializer.serialization_visitor" format="json"/>
      <argument type="service" id="jms_serializer.naming_strategy"/>
      <argument type="collection">
        <argument type="service" id="jms_serializer.doctrine_handler"/>
        <argument type="service" id="jms_serializer.constraint_violation_handler"/>
        <argument type="service" id="jms_serializer.datetime_handler"/>
        <argument type="service" id="jms_serializer.form_error_handler"/>
      </argument>
      <call method="setOptions">
        <argument>0</argument>
      </call>
    </service>
    <service id="jms_serializer.json_deserialization_visitor" class="JMS\SerializerBundle\Serializer\JsonDeserializationVisitor">
      <tag name="jms_serializer.deserialization_visitor" format="json"/>
      <argument type="service" id="jms_serializer.naming_strategy"/>
      <argument type="collection">
        <argument type="service" id="jms_serializer.array_collection_handler"/>
        <argument type="service" id="jms_serializer.datetime_handler"/>
      </argument>
      <argument type="service" id="jms_serializer.unserialize_object_constructor"/>
    </service>
    <service id="jms_serializer.xml_serialization_visitor" class="JMS\SerializerBundle\Serializer\XmlSerializationVisitor">
      <tag name="jms_serializer.serialization_visitor" format="xml"/>
      <argument type="service" id="jms_serializer.naming_strategy"/>
      <argument type="collection">
        <argument type="service" id="jms_serializer.doctrine_handler"/>
        <argument type="service" id="jms_serializer.constraint_violation_handler"/>
        <argument type="service" id="jms_serializer.datetime_handler"/>
        <argument type="service" id="jms_serializer.form_error_handler"/>
      </argument>
    </service>
    <service id="jms_serializer.xml_deserialization_visitor" class="JMS\SerializerBundle\Serializer\XmlDeserializationVisitor">
      <tag name="jms_serializer.deserialization_visitor" format="xml"/>
      <argument type="service" id="jms_serializer.naming_strategy"/>
      <argument type="collection">
        <argument type="service" id="jms_serializer.array_collection_handler"/>
        <argument type="service" id="jms_serializer.datetime_handler"/>
      </argument>
      <argument type="service" id="jms_serializer.unserialize_object_constructor"/>
    </service>
    <service id="jms_serializer.yaml_serialization_visitor" class="JMS\SerializerBundle\Serializer\YamlSerializationVisitor">
      <tag name="jms_serializer.serialization_visitor" format="yml"/>
      <argument type="service" id="jms_serializer.naming_strategy"/>
      <argument type="collection">
        <argument type="service" id="jms_serializer.doctrine_handler"/>
        <argument type="service" id="jms_serializer.constraint_violation_handler"/>
        <argument type="service" id="jms_serializer.datetime_handler"/>
        <argument type="service" id="jms_serializer.form_error_handler"/>
      </argument>
    </service>
    <service id="jms_serializer.datetime_handler" class="JMS\SerializerBundle\Serializer\Handler\DateTimeHandler" public="false">
      <argument>Y-m-d\TH:i:sO</argument>
      <argument>UTC</argument>
    </service>
    <service id="jms_serializer.array_collection_handler" class="JMS\SerializerBundle\Serializer\Handler\ArrayCollectionHandler" public="false"/>
    <service id="jms_serializer.form_error_handler" class="JMS\SerializerBundle\Serializer\Handler\FormErrorHandler" public="false">
      <argument type="service" id="translator.default"/>
    </service>
    <service id="jms_serializer.constraint_violation_handler" class="JMS\SerializerBundle\Serializer\Handler\ConstraintViolationHandler" public="false"/>
    <service id="jms_serializer.doctrine_handler" class="JMS\SerializerBundle\Serializer\Handler\DoctrineProxyHandler" public="false"/>
    <service id="nelmio_cors.cors_listener" class="Nelmio\CorsBundle\EventListener\CorsListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="10000"/>
      <argument type="service" id="event_dispatcher"/>
      <argument type="collection">
        <argument key="^/api" type="collection">
          <argument key="allow_origin">true</argument>
          <argument key="allow_headers" type="collection">
            <argument>content-type</argument>
            <argument>x-auth-token</argument>
            <argument>x-auth-versioncode</argument>
          </argument>
          <argument key="allow_methods" type="collection">
            <argument>POST</argument>
            <argument>PUT</argument>
            <argument>GET</argument>
            <argument>DELETE</argument>
            <argument>OPTIONS</argument>
          </argument>
          <argument key="max_age">3600</argument>
        </argument>
      </argument>
      <argument type="collection">
        <argument key="allow_origin">true</argument>
        <argument key="allow_credentials">true</argument>
        <argument key="allow_headers" type="collection">
          <argument>content-type</argument>
          <argument>x-auth-token</argument>
          <argument>x-auth-versioncode</argument>
        </argument>
        <argument key="expose_headers" type="collection">
          <argument>*</argument>
        </argument>
        <argument key="allow_methods" type="collection">
          <argument>POST</argument>
          <argument>GET</argument>
        </argument>
        <argument key="max_age">3600</argument>
      </argument>
    </service>
    <service id="web_profiler.debug_toolbar" class="Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse" priority="-128"/>
      <argument type="service" id="templating"/>
      <argument>false</argument>
      <argument>2</argument>
    </service>
    <service id="sensio.distribution.webconfigurator" class="Sensio\Bundle\DistributionBundle\Configurator\Configurator">
      <argument>/var/www/html/app</argument>
    </service>
    <service id="monolog.logger.request" class="Symfony\Bridge\Monolog\Logger">
      <argument>request</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.firephp"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.debug"/>
      </call>
    </service>
    <service id="monolog.logger.event" class="Symfony\Bridge\Monolog\Logger">
      <argument>event</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.firephp"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.debug"/>
      </call>
    </service>
    <service id="monolog.logger.profiler" class="Symfony\Bridge\Monolog\Logger">
      <argument>profiler</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.firephp"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.debug"/>
      </call>
    </service>
    <service id="monolog.logger.router" class="Symfony\Bridge\Monolog\Logger">
      <argument>router</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.firephp"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.debug"/>
      </call>
    </service>
    <service id="monolog.logger.templating" class="Symfony\Bridge\Monolog\Logger">
      <argument>templating</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.firephp"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.debug"/>
      </call>
    </service>
    <service id="monolog.logger.security" class="Symfony\Bridge\Monolog\Logger">
      <argument>security</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.firephp"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.debug"/>
      </call>
    </service>
    <service id="monolog.logger.doctrine" class="Symfony\Bridge\Monolog\Logger">
      <argument>doctrine</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.firephp"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.debug"/>
      </call>
    </service>
    <service id="monolog.handler.debug" class="Symfony\Bridge\Monolog\Handler\DebugHandler">
      <argument>100</argument>
      <argument>true</argument>
    </service>
    <service id="session.storage" class="Symfony\Component\HttpFoundation\SessionStorage\NativeSessionStorage">
      <argument type="collection"/>
    </service>
    <service id="router" class="Symfony\Bundle\FrameworkBundle\Routing\Router">
      <argument type="service" id="service_container"/>
      <argument>/var/www/html/app/config/routing_dev.yml</argument>
      <argument type="collection">
        <argument key="cache_dir">/var/www/html/app/cache/dev</argument>
        <argument key="debug">true</argument>
        <argument key="generator_class">Symfony\Component\Routing\Generator\UrlGenerator</argument>
        <argument key="generator_base_class">Symfony\Component\Routing\Generator\UrlGenerator</argument>
        <argument key="generator_dumper_class">Symfony\Component\Routing\Generator\Dumper\PhpGeneratorDumper</argument>
        <argument key="generator_cache_class">appdevUrlGenerator</argument>
        <argument key="matcher_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher</argument>
        <argument key="matcher_base_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher</argument>
        <argument key="matcher_dumper_class">Symfony\Component\Routing\Matcher\Dumper\PhpMatcherDumper</argument>
        <argument key="matcher_cache_class">appdevUrlMatcher</argument>
      </argument>
    </service>
    <service id="templating.loader" class="Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader">
      <argument type="service" id="templating.locator"/>
    </service>
    <service id="templating" class="Symfony\Bundle\TwigBundle\TwigEngine">
      <argument type="service" id="twig"/>
      <argument type="service" id="templating.name_parser"/>
      <argument type="service" id="templating.globals"/>
    </service>
    <service id="annotation_reader" class="Doctrine\Common\Annotations\FileCacheReader">
      <argument type="service">
        <service class="Doctrine\Common\Annotations\AnnotationReader" public="false"/>
      </argument>
      <argument>/var/www/html/app/cache/dev/annotations</argument>
      <argument>true</argument>
    </service>
    <service id="security.encoder_factory" class="Symfony\Component\Security\Core\Encoder\EncoderFactory">
      <argument type="collection">
        <argument key="geosapiens\propesqBundle\Entity\Usuario" type="service" id="md5encoder"/>
      </argument>
    </service>
    <service id="logger" class="Symfony\Bridge\Monolog\Logger">
      <argument>app</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.firephp"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.debug"/>
      </call>
    </service>
    <service id="swiftmailer.transport" class="Swift_Transport_EsmtpTransport">
      <argument type="service">
        <service class="Swift_Transport_StreamBuffer" public="false">
          <argument type="service">
            <service class="Swift_StreamFilters_StringReplacementFilterFactory" public="false"/>
          </argument>
        </service>
      </argument>
      <argument type="collection">
        <argument type="service">
          <service class="Swift_Transport_Esmtp_AuthHandler" public="false">
            <argument type="collection">
              <argument type="service">
                <service class="Swift_Transport_Esmtp_Auth_CramMd5Authenticator" public="false"/>
              </argument>
              <argument type="service">
                <service class="Swift_Transport_Esmtp_Auth_LoginAuthenticator" public="false"/>
              </argument>
              <argument type="service">
                <service class="Swift_Transport_Esmtp_Auth_PlainAuthenticator" public="false"/>
              </argument>
            </argument>
          </service>
        </argument>
      </argument>
      <argument type="service">
        <service class="Swift_Events_SimpleEventDispatcher" public="false"/>
      </argument>
      <call method="setHost">
        <argument>localhost</argument>
      </call>
      <call method="setPort">
        <argument></argument>
      </call>
      <call method="setEncryption">
        <argument>null</argument>
      </call>
      <call method="setUsername">
        <argument></argument>
      </call>
      <call method="setPassword">
        <argument></argument>
      </call>
      <call method="setAuthMode">
        <argument>null</argument>
      </call>
      <call method="registerPlugin">
        <argument type="service" id="swiftmailer.plugin.messagelogger"/>
      </call>
    </service>
    <service id="mailer" class="Swift_Mailer">
      <argument type="service" id="swiftmailer.transport"/>
    </service>
    <service id="fos_rest.serializer" class="JMS\SerializerBundle\Serializer\LazyLoadingSerializer">
      <tag name="jms_serializer.serializer"/>
      <argument type="service">
        <service class="Metadata\MetadataFactory" public="false">
          <argument type="service" id="jms_serializer.metadata.lazy_loading_driver"/>
          <argument>Metadata\ClassHierarchyMetadata</argument>
          <argument>true</argument>
          <call method="setCache">
            <argument type="service">
              <service class="Metadata\Cache\FileCache" public="false">
                <argument>/var/www/html/app/cache/dev/jms_serializer</argument>
              </service>
            </argument>
          </call>
        </service>
      </argument>
      <argument type="collection">
        <argument key="json">jms_serializer.json_serialization_visitor</argument>
        <argument key="xml">jms_serializer.xml_serialization_visitor</argument>
        <argument key="yml">jms_serializer.yaml_serialization_visitor</argument>
      </argument>
      <argument type="collection">
        <argument key="json">jms_serializer.json_deserialization_visitor</argument>
        <argument key="xml">jms_serializer.xml_deserialization_visitor</argument>
      </argument>
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
    </service>
    <service id="fos_rest.view_handler" class="FOS\RestBundle\View\ViewHandler">
      <argument type="collection">
        <argument key="json">false</argument>
        <argument key="xml">false</argument>
        <argument key="html">true</argument>
      </argument>
      <argument>400</argument>
      <argument type="collection">
        <argument key="html">302</argument>
      </argument>
      <argument>twig</argument>
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
    </service>
    <service id="jms_serializer.metadata_driver" class="Metadata\Driver\DriverChain">
      <argument type="collection">
        <argument type="service">
          <service class="JMS\SerializerBundle\Metadata\Driver\YamlDriver" public="false">
            <argument type="service">
              <service class="Metadata\Driver\FileLocator" public="false">
                <argument type="collection">
                  <argument key="Symfony\Bundle\FrameworkBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\SecurityBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\TwigBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\MonologBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/MonologBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\SwiftmailerBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/SwiftmailerBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\DoctrineBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/DoctrineBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\AsseticBundle">/var/www/html/vendor/bundles/Symfony/Bundle/AsseticBundle/Resources/config/serializer</argument>
                  <argument key="Sensio\Bundle\FrameworkExtraBundle">/var/www/html/vendor/bundles/Sensio/Bundle/FrameworkExtraBundle/Resources/config/serializer</argument>
                  <argument key="JMS\SecurityExtraBundle">/var/www/html/vendor/bundles/JMS/SecurityExtraBundle/Resources/config/serializer</argument>
                  <argument key="geosapiens\propesqBundle">/var/www/html/src/geosapiens/propesqBundle/Resources/config/serializer</argument>
                  <argument key="geosapiens\TCPDFBundle">/var/www/html/src/geosapiens/TCPDFBundle/Resources/config/serializer</argument>
                  <argument key="FOS\RestBundle">/var/www/html/vendor/friendsofsymfony/rest-bundle/FOS/RestBundle/Resources/config/serializer</argument>
                  <argument key="JMS\SerializerBundle">/var/www/html/vendor/bundles/JMS/SerializerBundle/Resources/config/serializer</argument>
                  <argument key="Nelmio\CorsBundle">/var/www/html/vendor/bundles/Nelmio/CorsBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\WebProfilerBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/serializer</argument>
                  <argument key="Sensio\Bundle\DistributionBundle">/var/www/html/vendor/bundles/Sensio/Bundle/DistributionBundle/Resources/config/serializer</argument>
                  <argument key="Sensio\Bundle\GeneratorBundle">/var/www/html/vendor/bundles/Sensio/Bundle/GeneratorBundle/Resources/config/serializer</argument>
                </argument>
              </service>
            </argument>
          </service>
        </argument>
        <argument type="service">
          <service class="JMS\SerializerBundle\Metadata\Driver\XmlDriver" public="false">
            <argument type="service">
              <service class="Metadata\Driver\FileLocator" public="false">
                <argument type="collection">
                  <argument key="Symfony\Bundle\FrameworkBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\SecurityBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\TwigBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\MonologBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/MonologBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\SwiftmailerBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/SwiftmailerBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\DoctrineBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/DoctrineBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\AsseticBundle">/var/www/html/vendor/bundles/Symfony/Bundle/AsseticBundle/Resources/config/serializer</argument>
                  <argument key="Sensio\Bundle\FrameworkExtraBundle">/var/www/html/vendor/bundles/Sensio/Bundle/FrameworkExtraBundle/Resources/config/serializer</argument>
                  <argument key="JMS\SecurityExtraBundle">/var/www/html/vendor/bundles/JMS/SecurityExtraBundle/Resources/config/serializer</argument>
                  <argument key="geosapiens\propesqBundle">/var/www/html/src/geosapiens/propesqBundle/Resources/config/serializer</argument>
                  <argument key="geosapiens\TCPDFBundle">/var/www/html/src/geosapiens/TCPDFBundle/Resources/config/serializer</argument>
                  <argument key="FOS\RestBundle">/var/www/html/vendor/friendsofsymfony/rest-bundle/FOS/RestBundle/Resources/config/serializer</argument>
                  <argument key="JMS\SerializerBundle">/var/www/html/vendor/bundles/JMS/SerializerBundle/Resources/config/serializer</argument>
                  <argument key="Nelmio\CorsBundle">/var/www/html/vendor/bundles/Nelmio/CorsBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\WebProfilerBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/serializer</argument>
                  <argument key="Sensio\Bundle\DistributionBundle">/var/www/html/vendor/bundles/Sensio/Bundle/DistributionBundle/Resources/config/serializer</argument>
                  <argument key="Sensio\Bundle\GeneratorBundle">/var/www/html/vendor/bundles/Sensio/Bundle/GeneratorBundle/Resources/config/serializer</argument>
                </argument>
              </service>
            </argument>
          </service>
        </argument>
        <argument type="service">
          <service class="JMS\SerializerBundle\Metadata\Driver\PhpDriver" public="false">
            <argument type="service">
              <service class="Metadata\Driver\FileLocator" public="false">
                <argument type="collection">
                  <argument key="Symfony\Bundle\FrameworkBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\SecurityBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/SecurityBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\TwigBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/TwigBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\MonologBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/MonologBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\SwiftmailerBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/SwiftmailerBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\DoctrineBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/DoctrineBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\AsseticBundle">/var/www/html/vendor/bundles/Symfony/Bundle/AsseticBundle/Resources/config/serializer</argument>
                  <argument key="Sensio\Bundle\FrameworkExtraBundle">/var/www/html/vendor/bundles/Sensio/Bundle/FrameworkExtraBundle/Resources/config/serializer</argument>
                  <argument key="JMS\SecurityExtraBundle">/var/www/html/vendor/bundles/JMS/SecurityExtraBundle/Resources/config/serializer</argument>
                  <argument key="geosapiens\propesqBundle">/var/www/html/src/geosapiens/propesqBundle/Resources/config/serializer</argument>
                  <argument key="geosapiens\TCPDFBundle">/var/www/html/src/geosapiens/TCPDFBundle/Resources/config/serializer</argument>
                  <argument key="FOS\RestBundle">/var/www/html/vendor/friendsofsymfony/rest-bundle/FOS/RestBundle/Resources/config/serializer</argument>
                  <argument key="JMS\SerializerBundle">/var/www/html/vendor/bundles/JMS/SerializerBundle/Resources/config/serializer</argument>
                  <argument key="Nelmio\CorsBundle">/var/www/html/vendor/bundles/Nelmio/CorsBundle/Resources/config/serializer</argument>
                  <argument key="Symfony\Bundle\WebProfilerBundle">/var/www/html/vendor/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/config/serializer</argument>
                  <argument key="Sensio\Bundle\DistributionBundle">/var/www/html/vendor/bundles/Sensio/Bundle/DistributionBundle/Resources/config/serializer</argument>
                  <argument key="Sensio\Bundle\GeneratorBundle">/var/www/html/vendor/bundles/Sensio/Bundle/GeneratorBundle/Resources/config/serializer</argument>
                </argument>
              </service>
            </argument>
          </service>
        </argument>
        <argument type="service">
          <service class="JMS\SerializerBundle\Metadata\Driver\AnnotationDriver" public="false">
            <argument type="service" id="annotation_reader"/>
          </service>
        </argument>
      </argument>
    </service>
    <service id="jms_serializer.naming_strategy" class="JMS\SerializerBundle\Serializer\Naming\CacheNamingStrategy">
      <argument type="service">
        <service class="JMS\SerializerBundle\Serializer\Naming\SerializedNameAnnotationStrategy" public="false">
          <argument type="service">
            <service class="JMS\SerializerBundle\Serializer\Naming\CamelCaseNamingStrategy" public="false">
              <argument>_</argument>
              <argument>true</argument>
            </service>
          </argument>
        </service>
      </argument>
    </service>
    <service id="debug.event_dispatcher" alias="event_dispatcher"/>
    <service id="translator" alias="translator.default"/>
    <service id="database_connection" alias="doctrine.dbal.default_connection"/>
    <service id="doctrine.orm.entity_manager" alias="doctrine.orm.default_entity_manager"/>
    <service id="fos_rest.router" alias="router"/>
    <service id="fos_rest.templating" alias="templating"/>
    <service id="serializer" alias="fos_rest.serializer"/>
  </services>
</container>
