Can we see your ORM mappings configuration? - Jon
On Thu, Mar 10, 2011 at 2:38 AM, jdewit <[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 > > -- > 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 > -- Connect with me on *http://twitter.com/jwage* <http://twitter.com/jwage> and http://about.me/jwage to keep in touch. -- 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
