[DCOM-191] Wrong inflection for "identity" Created: 07/May/13 Updated: 07/May/13 |
|
| Status: | Open |
| Project: | Doctrine Common |
| Component/s: | None |
| Affects Version/s: | 2.3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Tom Vogt | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OS X and Linux, PHP 5.4.x |
||
| Description |
|
console doctrine:generate:entities For an association named "identities", the code generator creates the two methods |
[DCOM-179] Underscore at the end of a label is not working with annotations Created: 03/Mar/13 Updated: 03/Mar/13 |
|
| Status: | Open |
| Project: | Doctrine Common |
| Component/s: | Annotations |
| Affects Version/s: | 2.3 |
| Fix Version/s: | 2.3 |
| Type: | Bug | Priority: | Minor |
| Reporter: | exoon | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
apache2, php 5.4, mysql |
||
| Description |
|
use Zend\Form\Annotation; [...] works:
works not:
Error message: /vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationException.php:52 [Semantical Error] Couldn't find constant Namespace\Entity\::LABEL, property ... The _ at the end is missing. |
[DCOM-168] ignoredAnnotationNames doesn't work in Annotation loop Created: 27/Jan/13 Updated: 27/Jan/13 |
|
| Status: | Open |
| Project: | Doctrine Common |
| Component/s: | Annotations |
| Affects Version/s: | 2.3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | James S | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Mac OSX 10.6.8 |
||
| Description |
|
I'm just starting out with Doctrine, so my setup is a bit messy, but hopefully someone can figure out what is relevant from all my code. Basically, I'm using Annotations on Doctrine ORM, and am integrating with Gedmo for several of their extensions. I can run the CLI tool and update the schema, but when running via my web server, I'm getting the following error: object(Doctrine\Common\Annotations\AnnotationException)[150] protected 'message' => string '[Semantical Error] The annotation "@Entity" in class Innertube\Models\Device was never imported. Did you maybe forget to add a "use" statement for this annotation?' (length=163) private 'string' (Exception) => string '' (length=0) protected 'code' => int 0 protected 'file' => string '/Users/jshannon/Documents/Work/Projects/InnerTube/Repo/web/packages/lerteco_innertube/libraries/lerteco_framework/libraries/vendor-composer/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationException.php' (length=211) protected 'line' => int 52 private 'trace' (Exception) => array 0 => array 'file' => string '/Users/jshannon/Documents/Work/Projects/InnerTube/Repo/web/packages/lerteco_innertube/libraries/lerteco_framework/libraries/vendor-composer/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php' (length=201) 'line' => int 592 'function' => string 'semanticalError' (length=15) 'class' => string 'Doctrine\Common\Annotations\AnnotationException' (length=47) 'type' => string '::' (length=2) 'args' => array ... 1 => array 'file' => string '/Users/jshannon/Documents/Work/Projects/InnerTube/Repo/web/packages/lerteco_innertube/libraries/lerteco_framework/libraries/vendor-composer/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php' (length=201) 'line' => int 533 'function' => string 'Annotation' (length=10) 'class' => string 'Doctrine\Common\Annotations\DocParser' (length=37) 'type' => string '->' (length=2) 'args' => array ... 2 => array 'file' => string '/Users/jshannon/Documents/Work/Projects/InnerTube/Repo/web/packages/lerteco_innertube/libraries/lerteco_framework/libraries/vendor-composer/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php' (length=201) 'line' => int 297 'function' => string 'Annotations' (length=11) 'class' => string 'Doctrine\Common\Annotations\DocParser' (length=37) 'type' => string '->' (length=2) 'args' => array ... 3 => array 'file' => string '/Users/jshannon/Documents/Work/Projects/InnerTube/Repo/web/packages/lerteco_innertube/libraries/lerteco_framework/libraries/vendor-composer/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php' (length=208) 'line' => int 151 'function' => string 'parse' (length=5) 'class' => string 'Doctrine\Common\Annotations\DocParser' (length=37) 'type' => string '->' (length=2) 'args' => array ... 4 => array 'file' => string '/Users/jshannon/Documents/Work/Projects/InnerTube/Repo/web/packages/lerteco_innertube/libraries/lerteco_framework/libraries/vendor-composer/doctrine/common/lib/Doctrine/Common/Annotations/CachedReader.php' (length=204) 'line' => int 86 'function' => string 'getClassAnnotations' (length=19) 'class' => string 'Doctrine\Common\Annotations\AnnotationReader' (length=44) 'type' => string '->' (length=2) 'args' => array ... 5 => array 'file' => string '/Users/jshannon/Documents/Work/Projects/InnerTube/Repo/web/packages/lerteco_innertube/libraries/lerteco_framework/libraries/vendor-composer/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php' (length=205) 'line' => int 61 'function' => string 'getClassAnnotations' (length=19) 'class' => string 'Doctrine\Common\Annotations\CachedReader' (length=40) 'type' => string '->' (length=2) 'args' => array ... 6 => array 'file' => string '/Users/jshannon/Documents/Work/Projects/InnerTube/Repo/web/packages/lerteco_innertube/libraries/lerteco_framework/libraries/vendor-composer/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php' (length=202) 'line' => int 112 'function' => string 'loadMetadataForClass' (length=20) 'class' => string 'Doctrine\ORM\Mapping\Driver\AnnotationDriver' (length=44) 'type' => string '->' (length=2) 'args' => array ... 7 => array 'file' => string '/Users/jshannon/Documents/Work/Projects/InnerTube/Repo/web/packages/lerteco_innertube/libraries/lerteco_framework/libraries/vendor-composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php' (length=228) 'line' => int 302 'function' => string 'doLoadMetadata' (length=14) 'class' => string 'Doctrine\ORM\Mapping\ClassMetadataFactory' (length=41) 'type' => string '->' (length=2) 'args' => array ... 8 => array 'file' => string '/Users/jshannon/Documents/Work/Projects/InnerTube/Repo/web/packages/lerteco_innertube/libraries/lerteco_framework/libraries/vendor-composer/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php' (length=228) 'line' => int 205 'function' => string 'loadMetadata' (length=12) 'class' => string 'Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory' (length=64) 'type' => string '->' (length=2) 'args' => array ... 9 => array 'file' => string '/Users/jshannon/Documents/Work/Projects/InnerTube/Repo/web/packages/lerteco_innertube/libraries/lerteco_framework/libraries/vendor-composer/doctrine/orm/lib/Doctrine/ORM/EntityManager.php' (length=187) 'line' => int 268 'function' => string 'getMetadataFor' (length=14) 'class' => string 'Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory' (length=64) 'type' => string '->' (length=2) 'args' => array ... 10 => array 'file' => string '/Users/jshannon/Documents/Work/Projects/InnerTube/Repo/web/packages/lerteco_innertube/libraries/lerteco_framework/libraries/vendor-composer/doctrine/orm/lib/Doctrine/ORM/EntityManager.php' (length=187) 'line' => int 682 'function' => string 'getClassMetadata' (length=16) 'class' => string 'Doctrine\ORM\EntityManager' (length=26) 'type' => string '->' (length=2) 'args' => array ... 11 => array 'file' => string '/Users/jshannon/Documents/Work/Projects/InnerTube/Repo/web/packages/lerteco_innertube/api/routes/devices.php' (length=108) 'line' => int 16 'function' => string 'getRepository' (length=13) 'class' => string 'Doctrine\ORM\EntityManager' (length=26) The call that initiates this is getRepository(), which IS NOT in the CLI. I've tracked it down to the fact that DocParser is not getting the list of names to ignore. Oddly, it gets it the first time that it's called by AnnotationReader. However, DocParser->parse() calls $this->Annotations(), which calls $this->Annotation(), calls $this->collectAnnotationMetadata(), which then creates a new parser self::$metadataParser = new self();
and eventually parses it self::$metadataParser->parse() , but DOES NOT pass its ignorednames. This seems like an oversight, but it clearly works for a lot of people. My configuration code is:
if (self::$isDevMode) {
$cache = new \Doctrine\Common\Cache\ArrayCache;
} else {
$cache = new \Doctrine\Common\Cache\ApcCache;
}
\Doctrine\Common\Annotations\AnnotationReader::addGlobalIgnoredName('package');
AnnotationRegistry::registerFile(__DIR__ . "/vendor-composer/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php");
\Gedmo\DoctrineExtensions::registerAnnotations();
$annotationReader = new \Doctrine\Common\Annotations\AnnotationReader();
$cachedAnnotationReader = new \Doctrine\Common\Annotations\CachedReader($annotationReader, $cache);
$annotationDriver = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($cachedAnnotationReader, self::$namespaceArray);
$config = new \Doctrine\ORM\Configuration;
$config->setProxyNamespace('Proxy');
$config->setAutoGenerateProxyClasses(self::$isDevMode); // this can be based on production config.
// register metadata driver
$config->setMetadataDriverImpl($annotationDriver);
// use our allready initialized cache driver
$config->setMetadataCacheImpl($cache);
$config->setQueryCacheImpl($cache);
if (defined('DIR_FILES_CACHE')) {
$config->setProxyDir(DIR_FILES_CACHE);
} else {
$config->setProxyDir(sys_get_temp_dir());
}
// create event manager and hook prefered extension listeners
$evm = new \Doctrine\Common\EventManager();
$prefix = new TablePrefix(null);
$prefix->useNamespace(true);
$evm->addEventListener(\Doctrine\ORM\Events::loadClassMetadata, $prefix);
$blameableListener = new \Gedmo\Blameable\BlameableListener();
$blameableListener->setAnnotationReader($config->getMetadataDriverImpl()->getReader());
//class_exists makes this usable with the command-line
if (class_exists('\User') && ($u = new \User()) != false) {
$blameableListener->setUserValue($u->getUserID());
}
$evm->addEventSubscriber($blameableListener);
$timestampableListener = new \Gedmo\Timestampable\TimestampableListener();
$timestampableListener->setAnnotationReader($config->getMetadataDriverImpl()->getReader());
$evm->addEventSubscriber($timestampableListener);
$config->addFilter('soft-deleteable', '\Gedmo\SoftDeleteable\Filter\SoftDeleteableFilter');
return EntityManager::create($connectionOptions, $config, $evm);
and the entity is (which sets up the repository) is:
namespace Innertube\Models;
defined('C5_EXECUTE') or die('Access Denied.');
use Doctrine\ORM\Mapping as ORM;
use Doctrine\Common\Collections\ArrayCollection;
use Gedmo\Mapping\Annotation as Gedmo;
/**
* @ORM\Entity(repositoryClass="DeviceRepository") @ORM\Table(name="Devices")
* @Gedmo\SoftDeleteable(fieldName="deletedOn")
**/
class Device {
and the repository is:
namespace Innertube\Models;
defined('C5_EXECUTE') or die('Access Denied.');
use Doctrine\ORM\EntityRepository;
class DeviceRepository extends EntityRepository {
|
[DCOM-130] Paths in Doctrine\Common\Cache\FileCache could create large directory indexes Created: 23/Oct/12 Updated: 10/May/13 |
|
| Status: | Open |
| Project: | Doctrine Common |
| Component/s: | Caching |
| Affects Version/s: | 2.3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | R Churchill | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Any |
||
| Description |
|
The way paths are created within FileCache currently, there is a theoretical maximum of 16^12 directories in the cache directory, which is quite a large number. Usually schemes like this are used to restrict the number of files in one directory. Comparing with git, for example, the dirs are arranged 00/ and then the object store within those directories, which is a lot more manageable, say if you happen to type ls in the cache directory, you will get a maximum listing of 256 dirs. PhpThumb does something similar when caching images. How about something like this for getFilename(): $idHash = md5($id); return $path . $id . $this->extension; Not nearly so elegant, but I think this has better properties for the file system. Also I would be tempted to use one of the sha family hashes and not to include the $id within the filename, but perhaps this is helpful for debugging? |
| Comments |
| Comment by Julian Higman [ 10/May/13 ] |
|
We hit this problem in a live system - with a lot of cached items, the number of subdirectories that FileCache creates can exceed the number that an ext3 filesystem allows in a single directory (about 32000). After that, an attempt to cache a new item can get an error like this: mkdir() [function.mkdir]: Too many links Our solution was similar to that suggested:
protected function getFilename($id) {
$path = implode(str_split(md5($id), 2), DIRECTORY_SEPARATOR);
$path = $this->directory . DIRECTORY_SEPARATOR . $path;
return $path . DIRECTORY_SEPARATOR . $id . $this->extension;
}
It splits the md5 of the item id into parts of length 2, rather than the original 12. This creates a deeply nested structure, but which won't ever exceed the limit on number of subdirectories in any one directory. It's the same subdirectory pattern used by default by Apache mod_disk_cache, as well. |
[DCOM-129] Annotation parser matches colon after annotation Created: 21/Oct/12 Updated: 21/Oct/12 |
|
| Status: | Open |
| Project: | Doctrine Common |
| Component/s: | None |
| Affects Version/s: | 2.3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Konstantin | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Code /** * Removes given $node from the tree and reparents its descendants * * @todo may be improved, to issue single query on reparenting * @param object $node * @throws RuntimeException - if something fails in transaction * @return void */ public function removeFromTree($node) { fails with `[Semantical Error] The annotation "@todo:" in method Gedmo\Tree\Entity\Repository\ClosureTreeRepository::removeFromTree() was never imported. Did you maybe forget to add a "use" statement for this annotation?`. As you see it tryes find annotation with name "@todo:". Don't know, maybe rtrim($name, ':') would enough. |
[DCOM-128] RedisCache uses IGBINARY which is not always available Created: 20/Oct/12 Updated: 20/Oct/12 |
|
| Status: | Open |
| Project: | Doctrine Common |
| Component/s: | Caching |
| Affects Version/s: | 2.3 |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Sander Marechal | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The RedisCache uses Redis::SERIALIZER_IGBINARY. See https://github.com/doctrine/common/blob/master/lib/Doctrine/Common/Cache/RedisCache.php line 47. The problem is that the php Redis extension can be compiled without IGBINARY support. In that case, this code causes a fatal error because the constant does not exist. The DotDeb package of php5-redis (often used on Debian systems) for example comes compiled without IGBINARY support. The code should probably check if the constant exists. If not, the default to Redis::SERIALIZER_PHP |
[DCOM-75] remove leading backslash from class name before comparing to namespace in annotation autoloading Created: 03/Nov/11 Updated: 03/Nov/11 |
|
| Status: | Open |
| Project: | Doctrine Common |
| Component/s: | Annotations |
| Affects Version/s: | 2.1.2 |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Minor |
| Reporter: | Guillaume ORIOL | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
not relevant |
||
| Description |
|
I am figuring a problem with Symfony Validator constraints (I use annotations to define the constraint rules). As I don't use Symfony's framework, I create the validator service by myself.
AnnotationRegistry::registerAutoloadNamespaces(array(
'\Symfony\Component\Validator\Constraints' => APPLICATION_ROOT . '/library'
));
Then, in my entities, I have annotations such as: use Symfony\Component\Validator\Constraints as Assert;
class Author {
/**
* @Assert\NotBlank()
*/
protected $name;
}
In this configuration, I get the following error:
I was able to trace it down to the Doctrine\Common\Annotations\AnnotationRegistry#loadAnnotationClass($class) where we can find the following test: if (strpos($class, $namespace) === 0) {
require ...;
}
which means "if the namespace can be found at the beginning of the FQCN, require it". Christophe Coevoet answered:
Benjamin Eberlei suggested to remove the leading backslash before comparing the class to the namespace. When I add a use statement to my code for a class, I can then use its alias to get an instance of that class. use Doctrine\ORM\Mapping\ClassMetadata;
...
$metadata = new ClassMetadata();
The same is true with: use Doctrine\ORM\Mapping as Foo;
...
$metadata = new Foo\ClassMetadata();
This is not a fully qualified class name. But I find the syntax of a fully-qualified annotation (@My\Annotation\Whatever) erroneous (or at least counter-intuitive) as it doesn't start with a backslash. |
[DCOM-28] Extract Common Persistance Interfaces Created: 13/Oct/10 Updated: 30/Jul/11 |
|
| Status: | Open |
| Project: | Doctrine Common |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Benjamin Eberlei | Assignee: | Jonathan H. Wage |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
I discussed this with jwage on symfony day cologne and this also came up during discussions with @dzuelke at IPC yesterday. So i hacked up a first patch for discussion that adds a Doctrine\Common\Persistance namespace and extracts the functionality all our 3 layers implement with regards to EntityManager/EntityRepository (and equivalents). Additionally i think it might make sense to also add an interface "ObjectMetadata" that has several getters-only that allow access to the field, identifier and association mapping information. This stuff is not necessarly compatible across layers when returned as its "array" representation, but for libraries hooking into the metadata (symfony admin generator) this might not even be necessary. |
| Comments |
| Comment by Jonathan H. Wage [ 15/Feb/11 ] |
|
Added the interfaces here https://github.com/doctrine/common/commit/59e6b8c6edcb271622923035b687a063c2b47ce8 I implemented them here in the mongodb-odm https://github.com/doctrine/mongodb-odm/commit/8d02e8439fb6737de1e23e1953a643858a8a6c68 and the ORM https://github.com/doctrine/doctrine2/commit/68a40996841b1dbec3b8de5c1038809e5db512b7 I think we can add a few more methods to ClassMetadata interface that are always gonna exist between the different persistence layers. Let me know what you think and what you want to add. |
| Comment by Guilherme Blanco [ 15/Feb/11 ] |
|
Jon is working on this. |
| Comment by Lukas Kahwe [ 19/Mar/11 ] |
|
CouchDB ODM also has DocumentRepositry::findMany(array $ids) |
| Comment by Benjamin Eberlei [ 19/Mar/11 ] |
|
No, that method is only on the repository because CouchDB doesn't need persisters (yet). Its not part of the interfaceable public methods. |
| Comment by Lukas Kahwe [ 19/Mar/11 ] |
|
Not sure I understand. The method is used in DocumentRepository::findBy() as well as in PersistentIdsCollection::load. Seems unnecessary for that method to be public just for this. At any rate imho the method seems convenient and also allows for more efficient access in many RDBMS compared to the generic findBy($criteria) method. So it seems worthwhile adding it. |
| Comment by Benjamin Eberlei [ 20/Mar/11 ] |
|
It doesn't matter what CouchDB uses internally on the DocumentRepository, i don't think this method is particularly useful in another context than CouchDBs use of Collections. In any case the method is just a proxy for findBy(array("id" => array(1, 2, 3, 4, 5, 6))); and i am not sure we need such a method on an interface just for convenience, Repository::find() use-case is much broader. |
| Comment by Lukas Kahwe [ 20/Mar/11 ] |
|
Actually using findMany($ids) ias clearly more efficient in CouchDB than using findBy(array("id" => $ids)); |
| Comment by Benjamin Eberlei [ 20/Mar/11 ] |
|
Hm, you might be right. Ok, this should be included. What i am still pondering with is adding array $orderBy and $firstResult, $maxResults to findOneBy() and findBy() and findAll(). @Jon: Would this be possible for MongoDB? It would not be possible for all use-cases in CouchDB, but for some it can work. |
| Comment by Lukas Kahwe [ 20/Mar/11 ] |
|
Just a super trivial pull to add this to the interface: |
| Comment by Lukas Kahwe [ 21/Mar/11 ] |
|
also wondering if we want to include the idgenerator API in the interface? |
| Comment by Benjamin Eberlei [ 21/Mar/11 ] |
|
Hm yes, i think that is necessary. At least the differentation between assigned and auto-generated ids is relevant for metadata queries. |
| Comment by Jonathan H. Wage [ 21/Mar/11 ] |
|
Yes, findMany() is possible with MongoDB. I think it would just be a proxy to: public function findMany(array $ids) { return $this->findBy(array('_id' => array('$in' => $ids))); } |
| Comment by Benjamin Eberlei [ 21/Mar/11 ] |
|
Hm, What is this syntax? This is not conforming to the EntityRepository interface. The only two allowed methods are: IN Query: $ids = array(...);
findBy(array('_id' => $ids));
Equals = Query: $ids = 1234;
findBy(array('_id' => $id));
Everything else is not portable accross implementations and should only be able through DocumentManager::CreateQuery* sort of apis. |
| Comment by Jonathan H. Wage [ 21/Mar/11 ] |
|
To find by things in MongoDB you just give an array of key => value pairs. It gets passed straight through to MongoDB. The $in syntax is just soemthing mongodb supports. It's not anything specific to Doctrine. |
| Comment by Lukas Kahwe [ 30/Jul/11 ] |
|
i want to heat this topic back up:
|