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

-- 
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