This message was deleted.
# community-support
s
This message was deleted.
v
Why do you need to give the extension to the service? Wire the concrete properties to the parameters and it should work I think.
c
@Vampire I need to call its
value()
within the service. As previously, it is called within the buildFinished
so there are no concrete objects or properties for calling a method I think. Then, what should I do?
v
Hard to say for me, never had that need. Maybe it would work if you make the extension serializable. But maybe you should instead change the logic so that this is not necessary.
c
ok, thanks. perhaps i can create a customized extension that is serializable.
v
Maybe you could also instead move that logic into the build service
c
I need to think over
👌 1