AW: WebSphere: Error in deltaspike-jsf-module while stopping application under WAS 8.0.0.9

2014-11-10 Thread it-media . kopp
Hey Mark, Our real project had a EJB project as well. I stripped down the problem to a single WAR inside an EAR. I used your was_bugs-project on github and created a sample to demonstrate the bug. A PMR has been opened: IllegalStateException when accessing BeanManager in JSF SystemEventListen

Re: WebSphere: Error in deltaspike-jsf-module while stopping application under WAS 8.0.0.9

2014-11-10 Thread Mark Struberg
Heiko, how does your deployable look like? Is this an EAR with multiple WARs in there? LieGrue, strub > On Monday, 10 November 2014, 10:27, Gerhard Petracek > wrote: > > hi heiko, > > it sounds like an issue in WAS. there is nothing we can do about that, > however, since JsfSystemEventBroa

Re: WebSphere: Error in deltaspike-jsf-module while stopping application under WAS 8.0.0.9

2014-11-10 Thread Gerhard Petracek
hi heiko, it sounds like an issue in WAS. there is nothing we can do about that, however, since JsfSystemEventBroadcaster implements Deactivatable, you can deactivate [1] that part yourself. regards, gerhard [1] http://deltaspike.apache.org/documentation/core.html#_deactivatable 2014-11-10 10

WebSphere: Error in deltaspike-jsf-module while stopping application under WAS 8.0.0.9

2014-11-10 Thread it-media . kopp
Hello, I've come across an issue when stopping an application that uses the deltaspike-jsf-module (ee6) (current SNAPSHOT of 1.1-Release). The JsfSystemEventBroadcaster tries to retrieve the BeanManager and can't do so, as an IllegalStateException is thrown. Can you elaborate whether you know

[jira] [Resolved] (DELTASPIKE-776) check correct module usage

2014-11-10 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-776. - Resolution: Fixed > check correct module usage > -- >