You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It actually seems, that inline functions in Session Beans do not work, because Doppelgaenger tries to create a DOPPELGAENGEROriginal function for that. For example, you've an inline function like
// this is necessary to load the PSR-4 compatible Swagger library
\Doctrine\Common\Annotations\AnnotationRegistry::registerLoader(function($className) use ($application) {
// load the application directory$webappPath = $application->getWebappPath();
...
});
It actually seems, that inline functions in Session Beans do not work, because Doppelgaenger tries to create a
DOPPELGAENGEROriginal
function for that. For example, you've an inline function likeDoppelgaenger libraries generates a function like
which results in something like
If you need an example, feel free to checkout the appserver.io API implementation from my fork.
The text was updated successfully, but these errors were encountered: