DDC-39: Proxy definition files doesn't get updated when changing Entity #52

Closed
opened 2026-01-22 12:25:23 +01:00 by admin · 3 comments
Owner

Originally created by @doctrinebot on GitHub (Oct 10, 2009).

Jira issue originally created by user crotalus:

Proxy definitions are generated in /tmp but not accordingly updated when their respective Entitiy-objects gets new methods, therefore _load() is never called on these new methods.

Originally created by @doctrinebot on GitHub (Oct 10, 2009). Jira issue originally created by user crotalus: Proxy definitions are generated in /tmp but not accordingly updated when their respective Entitiy-objects gets new methods, therefore _load() is never called on these new methods.
admin added the Bug label 2026-01-22 12:25:23 +01:00
admin closed this issue 2026-01-22 12:25:24 +01:00
Author
Owner

@doctrinebot commented on GitHub (Oct 11, 2009):

Comment created by romanb:

I think we should do the following:

  • In development mode, the proxy class files should be regenerated automatically when changed. This has some overhead but for development its very convenient.
  • New CLI tasks for generating proxies: "generate-proxy-classes" ?
@doctrinebot commented on GitHub (Oct 11, 2009): Comment created by romanb: I think we should do the following: - In development mode, the proxy class files should be regenerated automatically when changed. This has some overhead but for development its very convenient. - New CLI tasks for generating proxies: "generate-proxy-classes" ?
Author
Owner

@doctrinebot commented on GitHub (Oct 14, 2009):

Comment created by romanb:

This should work better now in HEAD. Please refer to the updated Configuration chapter of the manual, especially the section and configuration options about proxy classes. Also there is a new CLI task to (re)generate proxy classes by hand. Proxy classes now behave like all other classes with regard to class loading.

@doctrinebot commented on GitHub (Oct 14, 2009): Comment created by romanb: This should work better now in HEAD. Please refer to the updated Configuration chapter of the manual, especially the section and configuration options about proxy classes. Also there is a new CLI task to (re)generate proxy classes by hand. Proxy classes now behave like all other classes with regard to class loading.
Author
Owner

@doctrinebot commented on GitHub (Oct 14, 2009):

Issue was closed with resolution "Fixed"

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

No dependencies set.

Reference: doctrine/archived-orm#52