Le 10/03/2011 18:09, Jonathan Wage a écrit :
Can we see your ORM mappings configuration?

- Jon

On Thu, Mar 10, 2011 at 2:38 AM, jdewit <[email protected] <mailto:[email protected]>> wrote:

    I get the error.

      [RuntimeException]
      Repository Application\MsmBundle\Entity\Repository\JobRepository
    and bundle don't have a common namespace, generation failed
    because the target directory cannot be detected.

    It was working for me in pr6.

    here's my entity
    //src/Application/MsmBundle/Entity/Job
    <?php

    namespace Application\MsmBundle\Entity;

    /**
     *
    
@orm:Entity(repositoryClass="Application\MsmBundle\Entity\Repository\JobRepository")
     * @orm:HasLifecycleCallbacks
     */
    class Job
    {
    }

    Thanks

There is a pull request for this issue: https://github.com/symfony/symfony/pull/211

--
Christophe | Stof

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to