DDC-1055: cli orm:generate-proxies doesn't handle namespaces and CamelCased classnames very well #1317

Closed
opened 2026-01-22 13:10:03 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Mar 2, 2011).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user dhaarbrink:

When generating proxies for an entity named Lib\Entities\UserAudit for example it tries to autoload Lib/Entities/User/Audit.php while it should be loading Lib/Entities/UserAudit.php

This is only a problem with orm:generate-proxies, orm:generate-entities creates the correct entity: Lib/Entities/UserAudit.php

Originally created by @doctrinebot on GitHub (Mar 2, 2011). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user dhaarbrink: When generating proxies for an entity named Lib\Entities\UserAudit for example it tries to autoload Lib/Entities/User/Audit.php while it should be loading Lib/Entities/UserAudit.php This is only a problem with orm:generate-proxies, orm:generate-entities creates the correct entity: Lib/Entities/UserAudit.php
admin added the Bug label 2026-01-22 13:10:03 +01:00
admin closed this issue 2026-01-22 13:10:05 +01:00
Author
Owner

@doctrinebot commented on GitHub (Mar 2, 2011):

Comment created by dhaarbrink:

It seemed I had a little problem with my entities.. Sorry for the noise!

@doctrinebot commented on GitHub (Mar 2, 2011): Comment created by dhaarbrink: It seemed I had a little problem with my entities.. Sorry for the noise!
Author
Owner

@doctrinebot commented on GitHub (Mar 2, 2011):

Issue was closed with resolution "Invalid"

@doctrinebot commented on GitHub (Mar 2, 2011): Issue was closed with resolution "Invalid"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1317