Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Posting an ApplicationDidFinishLaunchingNotification when servlet is initialized #646

Merged
merged 4 commits into from
May 13, 2015

Conversation

renebock
Copy link
Contributor

This is an alternative implementation to fix #642

Sending the notification from the ERXApplication constructor is too early (e.g it happens before the ERMigrations...) Now, this notification will be posted, when the servlet has been initialized.

Instead of patching ERJars erxservletadaptor.jar, I decided to ditch that file and to include the source code of ERXServletAdaptor into the ERExtension framework.

darkv added a commit that referenced this pull request May 13, 2015
Posting an ApplicationDidFinishLaunchingNotification when servlet is initialized
@darkv darkv merged commit cb70065 into wocommunity:master May 13, 2015
@renebock renebock deleted the ERXServletAdaptor branch May 15, 2015 07:18
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.

erxapplication().didFinishLaunching() is not called when deployed as servlet
2 participants