Skip to content

problem load services workflower-bundle #3

Description

@wladimiravila

Hello, I'm try to start a new symfony project with workflowerBundle and symfony 2.7.3 , but i have a little problem

my composer file:
"phpmentors/workflower": "^1.0",
"phpmentors/workflower-bundle": "^1.0"

my AppKernel :
...
new PHPMentors\WorkflowerBundle\PHPMentorsWorkflowerBundle()

in my app/config/services.yml

imports:
- { resource: "@PHPMentorsWorkflowerBundle/Resources/config/services.xml" }

but when I try run my app generate the next problem

RuntimeException in CheckReferenceValidityPass.php line 100: The definition "phpmentors_workflower.doctrine_lifecycle_listener" has a reference to an abstract definition "phpmentors_workflower.workflow_serializer". Abstract definitions cannot be the target of references.

can you help me?, I will like create a new application using your great bundle

do you have a little example working with your bundle?

regards!

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions