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

WELD-1545 - NPE when Bootstrap.startContainer() is called after Bootstrap.shutdown() #406

Closed
wants to merge 1 commit into from

Conversation

bafco
Copy link
Member

@bafco bafco commented Nov 12, 2013

No description provided.

weldStartup.deployBeans();
return this;
}

public synchronized Bootstrap validateBeans() {
checkInitializationNotAlreadyEnded();
weldStartup.validateBeans();
return this;
}

public synchronized Bootstrap endInitialization() {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another option is to add the check here too.

@weld-tester
Copy link

Triggering build using a merge of 5edefcb on branch master:
Private: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-pull-player-executor/

@weld-tester
Copy link

@weld-tester
Copy link

Triggering build using a merge of 42d6379 on branch master:
Private: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-pull-player-executor/

@weld-tester
Copy link

Build 213 is now running using a merge of 42d6379 on branch master:
Private: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-pull-player-executor/213

@weld-tester
Copy link

@jharting
Copy link
Member

Merged, thanks!

@jharting jharting closed this Nov 13, 2013
@bafco bafco deleted the WELD-1545 branch November 14, 2013 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants