Skip to content

Having to manually declare default connection name #299

Closed
@silverbackdan

Description

@silverbackdan

Hi,

I've found just a small issue with the current master branch.

It seems in the master branch at the moment (which I'm using so it is compatible with SF4) I have to define the connection like this:

doctrine_phpcr:
    session:
        default_session: default
        sessions:
            default:
...

Like this:

doctrine_phpcr:
    session:
...

I get an unknown service error:

 You have requested a non-existent service "doctrine_phpcr.jackalope_doctrine_dbal._connection"

Where 'default' is not detected as the session name and the service should be doctrine_phpcr.jackalope_doctrine_dbal.default_connection

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions