[weld-issues] [JBoss JIRA] (WELD-2062) Weld does not support dynamic jsp class update

2016-09-08 Thread Martin Kouba (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Martin Kouba commented on  WELD-2062 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Weld does not support dynamic jsp class update  
 
 
 
 
 
 
 
 
 
 
Emily Jiang So after we've discussed this on F2F is the PR for API acceptable? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

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

[weld-issues] [JBoss JIRA] (WELD-2223) Registering servlet listener on tomcat embedded fails

2016-09-08 Thread Martin Kouba (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Martin Kouba commented on  WELD-2223 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Registering servlet listener on tomcat embedded fails  
 
 
 
 
 
 
 
 
 
 
John Ament Should I close the issue or do you have any new info? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

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

[weld-issues] [JBoss JIRA] (WELD-2229) Reflect the output of CDI-625 - when exactly are @Initialized(X.class) and @Destroyed(X.class) events fired

2016-09-08 Thread Martin Kouba (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Martin Kouba created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Weld /  WELD-2229 
 
 
 
  Reflect the output of CDI-625 - when exactly are @Initialized(X.class) and @Destroyed(X.class) events fired  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Task 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Created:
 

 08/Sep/16 9:58 AM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Martin Kouba 
 
 
 
 
 
 
 
 
 
 

 
 

Scope
 

@Initialized
 

@Destroyed
 
 
 

@RequestScoped
 

after init
 

after destruction
 
 
 

@SessionScoped
 

 

[weld-issues] [JBoss JIRA] (WELD-2228) Selecting an interface of a signed jar can lead to a SecurityException

2016-09-08 Thread Matej Novotny (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matej Novotny commented on  WELD-2228 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Selecting an interface of a signed jar can lead to a SecurityException  
 
 
 
 
 
 
 
 
 
 
Still unable to reproduce this I am afraid... 
Here is what I did: 
 

Download and prepare Tomcat 8
 

Take some WAR with Weld enabled functionality and added the beans you mentioned in steps to reproducer 
 

I took weld-numberguess example
 

Added those beans and made them used in the app
 
 
 

Signed the resulting war with a self-signed certificate 
 

Did something similar to what is described in this article
 
 
 

copy signed WAR to Tomcat folder and start the server
 

Test the app - it all works with no errors
 
 
Is any of the steps I took wrong compared to what you did? I might need more info on this as so far I cannot see the problem. Would you mind trying something similar to what I did? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
  

[weld-issues] [JBoss JIRA] (WELD-2228) Selecting an interface of a signed jar can lead to a SecurityException

2016-09-08 Thread JIRA
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Thomas Wöckinger commented on  WELD-2228 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Selecting an interface of a signed jar can lead to a SecurityException  
 
 
 
 
 
 
 
 
 
 
It's happening in the standalone and in the WAR case (Tomcat V8). The code is running without security manager. 
To reproduce you have to sign the jar which contains the classes under test. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

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

[weld-issues] [JBoss JIRA] (WELD-2228) Selecting an interface of a signed jar can lead to a SecurityException

2016-09-08 Thread Matej Novotny (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Matej Novotny commented on  WELD-2228 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Selecting an interface of a signed jar can lead to a SecurityException  
 
 
 
 
 
 
 
 
 
 
Hello Thomas Wöckinger 
Do you think you could provide us with a reproducer? 
Also please clarify the structure of the deployment (WAR with a lib, standalone jar, ...). Have you tried this somewhere else than on Tomcat (SE, another server/servlet)? Do you run the app with security manager? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.11#64026-sha1:78f6ec4) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   

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