|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ weld-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/weld-issues

Ok, I've found the way to set the name, and indeed now the testcase is no longer failing. It seems some more is required to trigger the problem.
I cannot confirm if calling createAnnotatedType would help, because the user session is deserialized before the wicket application is started. The session is deserialized by undertow when the first request for that user is processed. The next step would have been to actually process the request and init all filters and servlets, but it never makes it there due to the NPE.