[weld-issues] [JBoss JIRA] (WELD-2492) NPE in BeanIdentifierIndex.getIndex due to race condition

2018-05-10 Thread Matej Novotny (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matej Novotny updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2492  
 
 
  NPE in BeanIdentifierIndex.getIndex due to race condition   
 

  
 
 
 
 

 
Change By: 
 Matej Novotny  
 
 
Git Pull Request: 
 https://github.com/weld/core/pull/1829  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-2492) NPE in BeanIdentifierIndex.getIndex due to race condition

2018-05-10 Thread Matej Novotny (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matej Novotny commented on  WELD-2492  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NPE in BeanIdentifierIndex.getIndex due to race condition   
 

  
 
 
 
 

 
 Hi S Haster, I have submitted a PR(link) which I think should address this however we have no such testsuite which would demonstrate this problem. Do you think you could verify it with yours? If you need, I can explain how to patch Weld version in your WFLY to that in the PR.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-2492) NPE in BeanIdentifierIndex.getIndex due to race condition

2018-05-10 Thread Matej Novotny (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Issue was automatically transitioned when Matej Novotny created pull request #1829 in GitHub  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2492  
 
 
  NPE in BeanIdentifierIndex.getIndex due to race condition   
 

  
 
 
 
 

 
Change By: 
 Matej Novotny  
 
 
Status: 
 Open Pull Request Sent  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (WELD-2250) WeldStartService failed to start: object is not an instance of declaring class

2018-05-10 Thread Matej Novotny (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Issue was automatically transitioned when Matej Novotny created pull request #1827 in GitHub  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Weld /  WELD-2250  
 
 
  WeldStartService failed to start: object is not an instance of declaring class   
 

  
 
 
 
 

 
Change By: 
 Matej Novotny  
 
 
Status: 
 Reopened Pull Request Sent  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-621) WebService is not starting before it is injected into a Filter

2018-05-10 Thread Hank Ibell (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hank Ibell created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 CDI TCK /  CDITCK-621  
 
 
  WebService is not starting before it is injected into a Filter   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 2.0.4.Final, 1.2.10.Final  
 
 
Assignee: 
 Matej Novotny  
 
 
Components: 
 Tests  
 
 
Created: 
 10/May/18 4:32 PM  
 
 
Environment: 
 Open Liberty and Weld  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Hank Ibell  
 

  
 
 
 
 

 
 We are seeing a hang in Open Liberty when running the following test class: org.jboss.cdi.tck.tests.lookup.injection.non.contextual.WebServiceInjectionIntoNonContextualComponentTest The issue looks to be that Open Liberty expects the web service to be started when trying to inject the web service into the filter, but the web service was not started yet causing the application to hang during deployment. The solution for this issue would be to split the web service and client up into two separate apps and then deploy the web service first followed by the client. A pull request with the proposed changes have been attached. Note that we started seeing this test start to fail in 1.2 also after upgrading to a later release of the TCK. It looks like the test was disabled on releases between 1.2.0.Final - 1.2.4.Final, and then enabled in 1.2.5.Final.  
 

  
 
 
 
 

 
 

[weld-issues] [JBoss JIRA] (CDITCK-621) WebService is not starting before it is injected into a Filter

2018-05-10 Thread Hank Ibell (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hank Ibell updated  CDITCK-621  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 CDI TCK /  CDITCK-621  
 
 
  WebService is not starting before it is injected into a Filter   
 

  
 
 
 
 

 
Change By: 
 Hank Ibell  
 
 
Status: 
 Open Pull Request Sent  
 
 
Git Pull Request: 
 https://github.com/cdi-spec/cdi-tck/pull/174  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.5.0#75005-sha1:fd8c849)  
 
 

 
   
 

  
 

  
 

   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues