Coder Social home page Coder Social logo

Comments (8)

patrickbrouwers avatar patrickbrouwers commented on June 21, 2024

Are you using it standalone or with Laravel Doctrine ORM?

from fluent.

DanSmith83 avatar DanSmith83 commented on June 21, 2024

With Laravel Doctrine ORM

from fluent.

patrickbrouwers avatar patrickbrouwers commented on June 21, 2024

Are you running on the latest version? Because this should be automatically handled by the LD-ORM.
Can you paste the version of ORM and Fluent from the composer.lock?

from fluent.

DanSmith83 avatar DanSmith83 commented on June 21, 2024

"name": "laravel-doctrine/orm",
"version": "1.1.10",
"source": {
"type": "git",
"url": "https://github.com/laravel-doctrine/orm.git",
"reference": "6a3a0743bb1f4860a7e3cb220e502156dee5b985"
},

"name": "laravel-doctrine/fluent",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/laravel-doctrine/fluent.git",
"reference": "de6a6cda447a8c0177281ce14ad75f295361cf97"
},

from fluent.

patrickbrouwers avatar patrickbrouwers commented on June 21, 2024

Can you see what it does at this line:

vendor/laravel-doctrine/orm/src/EntityManagerFactory.php:153

It should set the ExtensibleClassMetadata

from fluent.

DanSmith83 avatar DanSmith83 commented on June 21, 2024

The code on that line is:

$configuration->setClassMetadataFactoryName($metadata->getClassMetadataFactoryName());

Running dd on get getClassMetadataFactoryName method returns correctly:

LaravelDoctrine\Fluent\Extensions\ExtensibleClassMetadataFactory

I looked at the command, and the error seemed to get generated by the line:

$cmf->getAllMetadata();

I've updated the line DisconnectedClassMetadataFactory.php:39 from:

class DisconnectedClassMetadataFactory extends ClassMetadataFactory

to

class DisconnectedClassMetadataFactory extends ExtensibleClassMetadataFactory

It seems to work OK now.

from fluent.

patrickbrouwers avatar patrickbrouwers commented on June 21, 2024

@guiwoda Any idea what we can do about this?

from fluent.

guiwoda avatar guiwoda commented on June 21, 2024

@patrickbrouwers the problem seems to be at this line: https://github.com/laravel-doctrine/orm/blob/1.1/src/Console/GenerateEntitiesCommand.php#L50

But ORM doesn't know it needs an ExtensibleClassMetadataFactory. We couldinject it on the command and let fluent override the injection somehow.

from fluent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.