<HTML><HEAD><META content="text/html; charset=UTF-8" http-equiv="Content-Type"></HEAD><BODY>Hello,<BR>
<BR>
I am one of the developers of IPX manager, sometime by just running the command "composer install" it help. <BR>
<BR>
It can come from that you still have the old cache, this kind of error message already happened to me when I wanted to create a new repository.<BR>
<BR>
So try to run the command "composer install", if this does not change anything, I will dig deeper in your error.<BR>
<BR>
Thanks<BR>
<BR>
Abdul Saboor wrote:<BR>
<blockquote type="cite"><BR>
Dear Team IXP Manager,<BR>
I am currently working to figure out doctrine ORM configuration in IXP <BR>
Manager. The code has been written very deeply, it's very challenging.<BR>
<BR>
Right now, I am facing one challenge to create *Entity*, *Repository* <BR>
/classes/ in the _*IXP Manager Database*_ main folders. Although, I <BR>
have read Doctrine ORM official documentation to grasp the main <BR>
concepts thoroughly, and it looks very simple to start, but more care <BR>
is needed to handle it so that it can not affect the other modules of <BR>
the project.<BR>
<BR>
I am going to attach the entity class for the faucet controller whose <BR>
metadata has been written in the XML file. The IXP Manager's default <BR>
approach is XML, given entities related information in XML format. The <BR>
default path for the entities folder as written in <BR>
_*doctrine.php*_ file is:<BR>
<BR>
'managers' => [<BR>
'default' => [<BR>
'dev' => env('APP_DEBUG'),<BR>
'meta' => env('DOCTRINE_METADATA', '*xml*'),<BR>
'connection' => env('DB_CONNECTION', 'mysql'),<BR>
'namespaces' => [<BR>
'IXP',<BR>
],<BR>
*'paths' => [<BR>
database_path('xml')*<BR>
],<BR>
'repository' => Doctrine\ORM\EntityRepository::class,<BR>
'proxies' => [<BR>
'namespace' => 'Proxies',<BR>
'path' => database_path('Proxies'),<BR>
'auto_generate' => env('DOCTRINE_PROXY_AUTOGENERATE', false)<BR>
],<BR>
<BR>
The problem is when I run the following command at terminal, it gives <BR>
me the error (Please see attachment - Doctrine Entity Error.png).<BR>
<BR>
/php artisan doctrine:schema:validate/<BR>
<BR>
In MappingException.php line 96:<BR>
<BR>
Class 'Entities\Faucet' does not exist.<BR>
<BR>
What does this means is that it is searching Faucet Entity File in <BR>
_*app/Entities*_ folder, which is totally wrong according to its <BR>
current configuration as you can see its default route is <BR>
*database_path('xml')*.<BR>
<BR>
Would you please share this with the concerned developers of IXP <BR>
Manager, so that we can move forward for further developments.<BR>
<BR>
Regards,<BR>
Saboor<BR>
_______________________________________________<BR>
INEX IXP Manager mailing list<BR>
ixpmanager@inex.ie<BR>
Unsubscribe or change options here: https://www.inex.ie/mailman/listinfo/ixpmanager</BODY></HTML>