Skip to content

Conversation

@aguibert
Copy link
Contributor

According to spec:
http://docs.oracle.com/javaee/7/api/javax/ejb/PostActivate.html
http://docs.oracle.com/javaee/7/api/javax/ejb/PrePassivate.html

If the method to which this annotation is applied is defined on a target class, it must have the following signature:
'void ()'

Simply need to remove params on these two methods.

Per the interceptor spec
Lifecycle callback interceptor methods defined on a target class should have the following signature
void <METHOD>()
@bartoszmajsak
Copy link
Contributor

Pushed upstream! Thanks

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.

2 participants