[ https://issues.jboss.org/browse/RF-13692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979143#comment-12979143 ]
Juraj Húska edited comment on RF-13692 at 6/25/14 4:07 AM: ----------------------------------------------------------- It IMHO Weld 1.x vs Weld 2.x integration issue. I have tried a workaround (starting WildFly with {{-Dorg.jboss.weld.nonPortableMode=true}}) descried in this [~jharting] [comment|https://issues.jboss.org/browse/WELD-1453?focusedCommentId=12789574&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12789574], but then application fail to start with another error: {code} 10:06:12,239 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.deployment.unit."richfaces-photoalbum.war".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."richfaces-photoalbum.war".WeldStartService: Failed to start service at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_55] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_55] at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_55] Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-001468: Method startConversation defined on class org.richfaces.photoalbum.manager.Authenticator is not defined according to the specification. It is annotated with @javax.annotation.PostConstruct but it does not have a void return type. at org.jboss.weld.interceptor.reader.InterceptorMetadataUtils.isValidTargetClassLifecycleInterceptorMethod(InterceptorMetadataUtils.java:82) at org.jboss.weld.interceptor.reader.InterceptorMetadataUtils.isInterceptorMethod(InterceptorMetadataUtils.java:54) at org.jboss.weld.interceptor.reader.InterceptorMetadataUtils.buildMethodMap(InterceptorMetadataUtils.java:165) at org.jboss.weld.interceptor.reader.InterceptorMetadataUtils.readMetadataForTargetClass(InterceptorMetadataUtils.java:44) at org.jboss.weld.interceptor.reader.cache.DefaultMetadataCachingReader$2.load(DefaultMetadataCachingReader.java:45) at org.jboss.weld.interceptor.reader.cache.DefaultMetadataCachingReader$2.load(DefaultMetadataCachingReader.java:43) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) at com.google.common.cache.LocalCache.get(LocalCache.java:3934) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) at org.jboss.weld.util.cache.LoadingCacheUtils.getCacheValue(LoadingCacheUtils.java:52) at org.jboss.weld.util.cache.LoadingCacheUtils.getCastCacheValue(LoadingCacheUtils.java:80) at org.jboss.weld.interceptor.reader.cache.DefaultMetadataCachingReader.getTargetClassInterceptorMetadata(DefaultMetadataCachingReader.java:61) at org.jboss.weld.injection.producer.InterceptionModelInitializer.initTargetClassInterceptors(InterceptionModelInitializer.java:129) at org.jboss.weld.injection.producer.InterceptionModelInitializer.init(InterceptionModelInitializer.java:109) at org.jboss.weld.injection.producer.BeanInjectionTarget.initializeInterceptionModel(BeanInjectionTarget.java:99) at org.jboss.weld.injection.producer.BeanInjectionTarget.initializeAfterBeanDiscovery(BeanInjectionTarget.java:105) at org.jboss.weld.injection.producer.InjectionTargetInitializationContext.initialize(InjectionTargetInitializationContext.java:42) at org.jboss.weld.injection.producer.InjectionTargetService.initialize(InjectionTargetService.java:58) at org.jboss.weld.bootstrap.WeldStartup.deployBeans(WeldStartup.java:380) at org.jboss.weld.bootstrap.WeldBootstrap.deployBeans(WeldBootstrap.java:79) at org.jboss.as.weld.WeldStartService.start(WeldStartService.java:92) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] ... 3 more 10:06:12,247 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "richfaces-photoalbum.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"richfaces-photoalbum.war\".WeldStartService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"richfaces-photoalbum.war\".WeldStartService: Failed to start service Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-001468: Method startConversation defined on class org.richfaces.photoalbum.manager.Authenticator is not defined according to the specification. It is annotated with @javax.annotation.PostConstruct but it does not have a void return type."}} {code} was (Author: jhuska): It IMHO Weld 1.x vs Weld 2.x integration issue. I have tried a workaround () descried in this [~jharting] [comment|https://issues.jboss.org/browse/WELD-1453?focusedCommentId=12789574&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12789574], but then application fail to start with another error: {code} 10:06:12,239 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.deployment.unit."richfaces-photoalbum.war".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."richfaces-photoalbum.war".WeldStartService: Failed to start service at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_55] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_55] at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_55] Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-001468: Method startConversation defined on class org.richfaces.photoalbum.manager.Authenticator is not defined according to the specification. It is annotated with @javax.annotation.PostConstruct but it does not have a void return type. at org.jboss.weld.interceptor.reader.InterceptorMetadataUtils.isValidTargetClassLifecycleInterceptorMethod(InterceptorMetadataUtils.java:82) at org.jboss.weld.interceptor.reader.InterceptorMetadataUtils.isInterceptorMethod(InterceptorMetadataUtils.java:54) at org.jboss.weld.interceptor.reader.InterceptorMetadataUtils.buildMethodMap(InterceptorMetadataUtils.java:165) at org.jboss.weld.interceptor.reader.InterceptorMetadataUtils.readMetadataForTargetClass(InterceptorMetadataUtils.java:44) at org.jboss.weld.interceptor.reader.cache.DefaultMetadataCachingReader$2.load(DefaultMetadataCachingReader.java:45) at org.jboss.weld.interceptor.reader.cache.DefaultMetadataCachingReader$2.load(DefaultMetadataCachingReader.java:43) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) at com.google.common.cache.LocalCache.get(LocalCache.java:3934) at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) at org.jboss.weld.util.cache.LoadingCacheUtils.getCacheValue(LoadingCacheUtils.java:52) at org.jboss.weld.util.cache.LoadingCacheUtils.getCastCacheValue(LoadingCacheUtils.java:80) at org.jboss.weld.interceptor.reader.cache.DefaultMetadataCachingReader.getTargetClassInterceptorMetadata(DefaultMetadataCachingReader.java:61) at org.jboss.weld.injection.producer.InterceptionModelInitializer.initTargetClassInterceptors(InterceptionModelInitializer.java:129) at org.jboss.weld.injection.producer.InterceptionModelInitializer.init(InterceptionModelInitializer.java:109) at org.jboss.weld.injection.producer.BeanInjectionTarget.initializeInterceptionModel(BeanInjectionTarget.java:99) at org.jboss.weld.injection.producer.BeanInjectionTarget.initializeAfterBeanDiscovery(BeanInjectionTarget.java:105) at org.jboss.weld.injection.producer.InjectionTargetInitializationContext.initialize(InjectionTargetInitializationContext.java:42) at org.jboss.weld.injection.producer.InjectionTargetService.initialize(InjectionTargetService.java:58) at org.jboss.weld.bootstrap.WeldStartup.deployBeans(WeldStartup.java:380) at org.jboss.weld.bootstrap.WeldBootstrap.deployBeans(WeldBootstrap.java:79) at org.jboss.as.weld.WeldStartService.start(WeldStartService.java:92) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) [jboss-msc-1.2.2.Final.jar:1.2.2.Final] ... 3 more 10:06:12,247 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "richfaces-photoalbum.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"richfaces-photoalbum.war\".WeldStartService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"richfaces-photoalbum.war\".WeldStartService: Failed to start service Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-001468: Method startConversation defined on class org.richfaces.photoalbum.manager.Authenticator is not defined according to the specification. It is annotated with @javax.annotation.PostConstruct but it does not have a void return type."}} {code} > Photoalbum can not be deployed to WildFly 8.0.x or 8.1.x due to Weld exception > ------------------------------------------------------------------------------ > > Key: RF-13692 > URL: https://issues.jboss.org/browse/RF-13692 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: examples > Affects Versions: 4.5.0.Alpha3 > Reporter: Juraj Húska > > There is an error during deployment of Photoalbum example on WildFly > 8.1.0.Final or 8.0.0.Final > {code} > 09:28:51,675 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) > MSC000001: Failed to start service > jboss.deployment.unit."richfaces-photoalbum.war".WeldStartService: > org.jboss.msc.service.StartException in service > jboss.deployment.unit."richfaces-photoalbum.war".WeldStartService: Failed to > start service > at > org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) > [jboss-msc-1.2.2.Final.jar:1.2.2.Final] > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > [rt.jar:1.7.0_55] > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > [rt.jar:1.7.0_55] > at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_55] > Caused by: org.jboss.weld.exceptions.DefinitionException: Exception List with > 1 exceptions: > Exception 0 : > org.jboss.weld.exceptions.IllegalStateException: WELD-001332: BeanManager > method getBeans() is not available during application initialization > at > org.jboss.weld.bean.builtin.BeanManagerProxy.checkContainerValidated(BeanManagerProxy.java:159) > at > org.jboss.weld.bean.builtin.BeanManagerProxy.getBeans(BeanManagerProxy.java:91) > at > org.jboss.solder.core.CoreExtension.failIfWeldExtensionsDetected(CoreExtension.java:215) > at > org.jboss.solder.core.CoreExtension.afterBeanDiscovery(CoreExtension.java:208) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at > org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:93) > at > org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:266) > at > org.jboss.weld.event.ExtensionObserverMethodImpl.sendEvent(ExtensionObserverMethodImpl.java:125) > at > org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:253) > at > org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:232) > at > org.jboss.weld.event.ObserverNotifier.notifyObserver(ObserverNotifier.java:169) > at > org.jboss.weld.event.ObserverNotifier.notifyObservers(ObserverNotifier.java:128) > at > org.jboss.weld.event.ObserverNotifier.fireEvent(ObserverNotifier.java:102) > at > org.jboss.weld.bootstrap.events.AbstractContainerEvent.fire(AbstractContainerEvent.java:63) > at > org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent.fire(AbstractDefinitionContainerEvent.java:35) > at > org.jboss.weld.bootstrap.events.AfterBeanDiscoveryImpl.fire(AfterBeanDiscoveryImpl.java:55) > at > org.jboss.weld.bootstrap.WeldStartup.deployBeans(WeldStartup.java:372) > at > org.jboss.weld.bootstrap.WeldBootstrap.deployBeans(WeldBootstrap.java:79) > at org.jboss.as.weld.WeldStartService.start(WeldStartService.java:92) > at > org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) > at > org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:744) > at > org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent.fire(AbstractDefinitionContainerEvent.java:37) > at > org.jboss.weld.bootstrap.events.AfterBeanDiscoveryImpl.fire(AfterBeanDiscoveryImpl.java:55) > at > org.jboss.weld.bootstrap.WeldStartup.deployBeans(WeldStartup.java:372) > at > org.jboss.weld.bootstrap.WeldBootstrap.deployBeans(WeldBootstrap.java:79) > at org.jboss.as.weld.WeldStartService.start(WeldStartService.java:92) > at > org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) > [jboss-msc-1.2.2.Final.jar:1.2.2.Final] > at > org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) > [jboss-msc-1.2.2.Final.jar:1.2.2.Final] > ... 3 more > {code} > and > {code} > JBAS014775: New missing/unsatisfied dependencies: > service > jboss.deployment.unit."richfaces-photoalbum.war".WeldBootstrapService > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeListener".WeldInstantiator, > service > jboss.deployment.unit."richfaces-photoalbum.war".component."managed-bean.org.richfaces.skin.SkinBean".WeldInstantiator, > service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.WeldInstantiator, > service > jboss.deployment.unit."richfaces-photoalbum.war".component.UserAction.WeldInterceptorBindingsService, > JBAS014799: ... and 23 more ] > service > jboss.deployment.unit."richfaces-photoalbum.war".WeldStartService (missing) > dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeListener".WeldInstantiator, > service > jboss.deployment.unit."richfaces-photoalbum.war".component."managed-bean.org.richfaces.skin.SkinBean".WeldInstantiator, > service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.WeldInstantiator, > service > jboss.deployment.unit."richfaces-photoalbum.war".component.UserAction.WeldInterceptorBindingsService, > JBAS014799: ... and 22 more ] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".moduleDeploymentRuntimeInformationStart, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.VIEW."org.richfaces.photoalbum.model.actions.IAlbumAction".LOCAL > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.WeldInterceptorBindingsService > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.WeldInstantiator] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.ejb.non-functional-timerservice > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.EventAction.CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.EventAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.EventAction.START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".moduleDeploymentRuntimeInformationStart, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.EventAction.VIEW."org.richfaces.photoalbum.model.actions.IEventAction".LOCAL > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.EventAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.EventAction.WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.EventAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.EventAction.WeldInterceptorBindingsService > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.EventAction.WeldInstantiator] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.EventAction.ejb.non-functional-timerservice > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.EventAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.ImageAction.CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.ImageAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.ImageAction.START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".moduleDeploymentRuntimeInformationStart, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.ImageAction.VIEW."org.richfaces.photoalbum.model.actions.IImageAction".LOCAL > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.ImageAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.ImageAction.WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.ImageAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.ImageAction.WeldInterceptorBindingsService > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.ImageAction.WeldInstantiator] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.ImageAction.ejb.non-functional-timerservice > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.ImageAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.SearchAction.CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.SearchAction.START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.SearchAction.START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".moduleDeploymentRuntimeInformationStart, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.SearchAction.VIEW."org.richfaces.photoalbum.search.ISearchAction".LOCAL > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.SearchAction.START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.SearchAction.WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.SearchAction.START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.SearchAction.ejb.non-functional-timerservice > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.SearchAction.START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.ShelfAction.CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.ShelfAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.ShelfAction.START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".moduleDeploymentRuntimeInformationStart, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.ShelfAction.VIEW."org.richfaces.photoalbum.model.actions.IShelfAction".LOCAL > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.ShelfAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.ShelfAction.WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.ShelfAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.ShelfAction.WeldInterceptorBindingsService > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.ShelfAction.WeldInstantiator] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.ShelfAction.ejb.non-functional-timerservice > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.ShelfAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.UserAction.CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.UserAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.UserAction.START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".moduleDeploymentRuntimeInformationStart, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.UserAction.VIEW."org.richfaces.photoalbum.model.actions.IUserAction".LOCAL > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.UserAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.UserAction.WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.UserAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component.UserAction.WeldInterceptorBindingsService > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.UserAction.WeldInstantiator] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component.UserAction.ejb.non-functional-timerservice > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component.UserAction.START] > service > jboss.deployment.unit."richfaces-photoalbum.war".component."com.sun.faces.config.ConfigureListener".CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."com.sun.faces.config.ConfigureListener".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."com.sun.faces.config.ConfigureListener".START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."com.sun.faces.config.ConfigureListener".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.faces.webapp.FacetTag".CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.faces.webapp.FacetTag".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.faces.webapp.FacetTag".START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."managed-bean.org.richfaces.VersionBean".CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."managed-bean.org.richfaces.VersionBean".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."managed-bean.org.richfaces.VersionBean".START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."managed-bean.org.richfaces.VersionBean".WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."managed-bean.org.richfaces.VersionBean".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."managed-bean.org.richfaces.skin.SkinBean".CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."managed-bean.org.richfaces.skin.SkinBean".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."managed-bean.org.richfaces.skin.SkinBean".START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."managed-bean.org.richfaces.skin.SkinBean".WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."managed-bean.org.richfaces.skin.SkinBean".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.resourceLoader.servlet.ResourceListener".CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.resourceLoader.servlet.ResourceListener".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.resourceLoader.servlet.ResourceListener".START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.resourceLoader.servlet.ResourceListener".WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.resourceLoader.servlet.ResourceListener".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeFilter".START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeFilter".WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeFilter".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeListener".CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeListener".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeListener".START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeListener".WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeListener".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeServlet".CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeServlet".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeServlet".START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeServlet".WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeServlet".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.exception.CatchExceptionFilter".START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.exception.CatchExceptionFilter".WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.exception.CatchExceptionFilter".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.weld.servlet.WeldInitialListener".CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.weld.servlet.WeldInitialListener".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.weld.servlet.WeldInitialListener".START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.weld.servlet.WeldInitialListener".WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.weld.servlet.WeldInitialListener".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.weld.servlet.WeldTerminalListener".CREATE > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.weld.servlet.WeldTerminalListener".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.weld.servlet.WeldTerminalListener".START > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.weld.servlet.WeldTerminalListener".WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.weld.servlet.WeldTerminalListener".START] > > service > jboss.deployment.unit."richfaces-photoalbum.war".ee.ComponentRegistry > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > service > jboss.deployment.unit."richfaces-photoalbum.war".jndiDependencyService > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeServlet".START, > service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START, > service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.START, > service > jboss.deployment.unit."richfaces-photoalbum.war".component.UserAction.START, > JBAS014799: ... and 16 more ] > service > jboss.deployment.unit."richfaces-photoalbum.war".moduleDeploymentRuntimeInformation > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".moduleDeploymentRuntimeInformationStart, > service > jboss.deployment.unit."richfaces-photoalbum.war".component.AlbumAction.START, > service > jboss.deployment.unit."richfaces-photoalbum.war".component.ImageAction.START, > service > jboss.deployment.unit."richfaces-photoalbum.war".component.EventAction.START, > JBAS014799: ... and 4 more ] > service jboss.persistenceunit."richfaces-photoalbum.war#photoAlbum" > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".component."org.jboss.solder.servlet.event.ServletEventBridgeServlet".START, > service > jboss.deployment.unit."richfaces-photoalbum.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START, > service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService, > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService, > JBAS014799: ... and 13 more ] > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum > (missing) dependents: [service > jboss.deployment.unit."richfaces-photoalbum.war".deploymentCompleteService] > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum] > service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.codec > (missing) dependents: [service > jboss.undertow.deployment.default-server.default-host./richfaces-photoalbum.UndertowDeploymentInfoService] > > {code} > It is very *similar* to RF-13611. Note that it *works* on EAP 6.2.3.GA and > EAP 6.3.0.ER8 > Both WildFly containers use Weld 2.1.x, so it is not a problem with Weld > 2.2.x integration. -- This message was sent by Atlassian JIRA (v6.2.6#6264) _______________________________________________ richfaces-issues mailing list richfaces-issues@lists.jboss.org https://lists.jboss.org/mailman/listinfo/richfaces-issues