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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: