Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provided class "JMS\Serializer\Handler\ArrayCollectionHandler" is final and cannot be proxied #692

Closed
ankahla opened this issue Oct 23, 2018 · 2 comments

Comments

@ankahla
Copy link

ankahla commented Oct 23, 2018

Hi,
I am using 3.0.0-beta1 because I want to use jms/serializer 2.0.

But I am getting this error: Provided class "JMS\Serializer\Handler\ArrayCollectionHandler" is final and cannot be proxied.
When class is final you can't define the property lazy=true in the services.xml
So I am obliged to redefine jms services in my application as lazy=false.

I thing this is a bug.

@goetas
Copy link
Collaborator

goetas commented Oct 23, 2018

it has been fixed yesterday with #691

to try it, just put in your compose

"jms/serializer-bundle": "^3.0@dev"

@goetas goetas closed this as completed Oct 23, 2018
@goetas
Copy link
Collaborator

goetas commented Oct 23, 2018

Thanks for trying jms/serializer 2.0 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants