Skip to content

Conversation

@aslakknutsen
Copy link

When a Session is first created it does not have a start date.
A start date is first set when the presentation is 'activated'.

Remove instance variable Session in MemberRegistration.
MemberRegistration is a Session bean and belong to a pool.
If this session instance were to be used it would be random
which instance the given method would be operating on.

fixes #3

When a Session is first created it does not have a start date.
A start date is first set when the presentation is 'activated'.

Remove instance variable Session in MemberRegistration.
MemberRegistration is a Session bean and belong to a pool.
If this session instance were to be used it would be random
which instance the given method would be operating on.

fixes onslyde#3
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

Successfully merging this pull request may close these issues.

ConstraintViolation Session.start can not be null

1 participant